|
|
|
1 | 2023-11-16T20:27:34.375Z | job assigned to worker 01HFCX10NJBCT3WY95W3GJWPCX (queued for 52 s) |
|
2 | 2023-11-16T20:27:34.844Z | starting task 0: "setup" |
3 | 2023-11-16T20:27:34.916Z | ++ uname -s |
4 | 2023-11-16T20:27:34.921Z | + kern=SunOS |
5 | 2023-11-16T20:27:34.924Z | + case "$kern" in |
6 | 2023-11-16T20:27:34.929Z | + groupadd -g 12345 build |
7 | 2023-11-16T20:27:34.932Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-16T20:27:36.938Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-16T20:27:37.072Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-16T20:27:37.079Z | + home_fs=zfs |
11 | 2023-11-16T20:27:37.092Z | + [[ zfs == autofs ]] |
12 | 2023-11-16T20:27:37.097Z | + mkdir -p /home/build |
13 | 2023-11-16T20:27:37.110Z | + chown build:build /home/build /work |
14 | 2023-11-16T20:27:38.082Z | + chmod 0700 /home/build /work |
15 | 2023-11-16T20:27:38.089Z | process exited: duration 3234 ms, exit code 0 |
|
16 | 2023-11-16T20:27:38.096Z | starting task 1: "rust-toolchain" |
17 | 2023-11-16T20:27:38.108Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-16T20:27:38.111Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-16T20:27:38.291Z | info: downloading installer |
20 | 2023-11-16T20:27:40.319Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-16T20:27:40.327Z | warning: /opt/ooce/bin |
22 | 2023-11-16T20:27:40.335Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-16T20:27:40.344Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-16T20:27:40.351Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-16T20:27:40.359Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-16T20:27:40.368Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-16T20:27:40.377Z | error: cannot install while Rust is installed |
28 | 2023-11-16T20:27:40.386Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-16T20:27:40.472Z | info: profile set to 'default' |
30 | 2023-11-16T20:27:40.483Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-16T20:27:40.497Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-16T20:27:40.660Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-16T20:27:40.664Z | info: downloading component 'cargo' |
34 | 2023-11-16T20:27:41.530Z | info: downloading component 'clippy' |
35 | 2023-11-16T20:27:41.839Z | info: downloading component 'rust-docs' |
36 | 2023-11-16T20:27:42.912Z | info: downloading component 'rust-std' |
37 | 2023-11-16T20:27:44.838Z | info: downloading component 'rustc' |
38 | 2023-11-16T20:27:49.436Z | info: downloading component 'rustfmt' |
39 | 2023-11-16T20:27:49.768Z | info: installing component 'cargo' |
40 | 2023-11-16T20:27:51.131Z | info: installing component 'clippy' |
41 | 2023-11-16T20:27:51.753Z | info: installing component 'rust-docs' |
42 | 2023-11-16T20:27:54.454Z | info: installing component 'rust-std' |
43 | 2023-11-16T20:27:57.673Z | info: installing component 'rustc' |
44 | 2023-11-16T20:28:04.992Z | info: installing component 'rustfmt' |
45 | 2023-11-16T20:28:05.446Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-16T20:28:05.496Z | |
47 | 2023-11-16T20:28:05.576Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-16T20:28:05.579Z | |
49 | 2023-11-16T20:28:05.583Z | |
50 | 2023-11-16T20:28:05.590Z | Rust is installed now. Great! |
51 | 2023-11-16T20:28:05.601Z | |
52 | 2023-11-16T20:28:05.621Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-16T20:28:05.631Z | environment variable. This has not been done automatically. |
54 | 2023-11-16T20:28:05.635Z | |
55 | 2023-11-16T20:28:05.639Z | To configure your current shell, run: |
56 | 2023-11-16T20:28:05.644Z | source "$HOME/.cargo/env" |
57 | 2023-11-16T20:28:05.663Z | + rustc --version |
58 | 2023-11-16T20:28:05.778Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-16T20:28:05.785Z | process exited: duration 27679 ms, exit code 0 |
|
60 | 2023-11-16T20:28:05.793Z | starting task 2: "authentication" |
61 | 2023-11-16T20:28:05.852Z | process exited: duration 55 ms, exit code 0 |
|
62 | 2023-11-16T20:28:05.861Z | starting task 3: "clone repository" |
63 | 2023-11-16T20:28:05.871Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-16T20:28:05.875Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-16T20:28:05.930Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-16T20:28:11.270Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-16T20:28:11.274Z | + [[ -n '' ]] |
68 | 2023-11-16T20:28:11.277Z | + git fetch origin 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 |
69 | 2023-11-16T20:28:11.924Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-16T20:28:11.932Z | * branch 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 -> FETCH_HEAD |
71 | 2023-11-16T20:28:11.938Z | + git reset --hard 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 |
72 | 2023-11-16T20:28:12.080Z | HEAD is now at 278a9825 Merge branch 'main' into omdb_db_validate |
73 | 2023-11-16T20:28:12.084Z | process exited: duration 6218 ms, exit code 0 |
|
74 | 2023-11-16T20:28:12.094Z | starting task 4: "build" |
75 | 2023-11-16T20:28:12.111Z | + NEXTEST_VERSION=0.9.59 |
76 | 2023-11-16T20:28:12.115Z | + cargo --version |
77 | 2023-11-16T20:28:12.120Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
78 | 2023-11-16T20:28:12.342Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
79 | 2023-11-16T20:28:12.353Z | info: downloading component 'cargo' |
80 | 2023-11-16T20:28:13.257Z | info: downloading component 'clippy' |
81 | 2023-11-16T20:28:13.587Z | info: downloading component 'rust-docs' |
82 | 2023-11-16T20:28:14.790Z | info: downloading component 'rust-std' |
83 | 2023-11-16T20:28:16.667Z | info: downloading component 'rustc' |
84 | 2023-11-16T20:28:21.878Z | info: downloading component 'rustfmt' |
85 | 2023-11-16T20:28:22.159Z | info: installing component 'cargo' |
86 | 2023-11-16T20:28:23.392Z | info: installing component 'clippy' |
87 | 2023-11-16T20:28:23.904Z | info: installing component 'rust-docs' |
88 | 2023-11-16T20:28:26.594Z | info: installing component 'rust-std' |
89 | 2023-11-16T20:28:29.077Z | info: installing component 'rustc' |
90 | 2023-11-16T20:28:35.835Z | info: installing component 'rustfmt' |
91 | 2023-11-16T20:28:36.403Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
92 | 2023-11-16T20:28:36.431Z | + rustc --version |
93 | 2023-11-16T20:28:36.554Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
94 | 2023-11-16T20:28:36.563Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos |
95 | 2023-11-16T20:28:36.566Z | + gunzip |
96 | 2023-11-16T20:28:36.569Z | + tar -xvf - -C /home/build/.cargo/bin |
97 | 2023-11-16T20:28:38.013Z | x cargo-nextest, 11418632 bytes, 22303 tape blocks |
98 | 2023-11-16T20:28:38.016Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
99 | 2023-11-16T20:28:38.019Z | + echo 'tests will store output in /var/tmp/omicron_tmp' |
100 | 2023-11-16T20:28:38.022Z | tests will store output in /var/tmp/omicron_tmp |
101 | 2023-11-16T20:28:38.024Z | + mkdir /var/tmp/omicron_tmp |
102 | 2023-11-16T20:28:38.028Z | + source ./env.sh |
103 | 2023-11-16T20:28:38.031Z | ++ set -o xtrace |
104 | 2023-11-16T20:28:38.034Z | ++++ dirname ./env.sh |
105 | 2023-11-16T20:28:38.037Z | +++ cd . |
106 | 2023-11-16T20:28:38.041Z | +++ echo /work/oxidecomputer/omicron |
107 | 2023-11-16T20:28:38.044Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2023-11-16T20:28:38.048Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-11-16T20:28:38.051Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-11-16T20:28:38.055Z | ++ 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 |
111 | 2023-11-16T20:28:38.058Z | ++ 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 |
112 | 2023-11-16T20:28:38.061Z | ++ 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 |
113 | 2023-11-16T20:28:38.064Z | ++ 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 |
114 | 2023-11-16T20:28:38.067Z | ++ 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 |
115 | 2023-11-16T20:28:38.070Z | ++ 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 |
116 | 2023-11-16T20:28:38.073Z | ++ unset OMICRON_WS |
117 | 2023-11-16T20:28:38.076Z | ++ set +o xtrace |
118 | 2023-11-16T20:28:38.090Z | |
119 | 2023-11-16T20:28:38.093Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2023-11-16T20:28:38.096Z | # # # # # # # # # # # # # # # |
121 | 2023-11-16T20:28:38.099Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2023-11-16T20:28:38.102Z | ##### ##### # ##### # # # # # # # # # |
123 | 2023-11-16T20:28:38.105Z | # # # # # # # # # # # # # # # |
124 | 2023-11-16T20:28:38.108Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2023-11-16T20:28:38.112Z | |
126 | 2023-11-16T20:28:55.174Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2023-11-16T20:28:56.173Z | Startup: Caching catalogs ... Done |
128 | 2023-11-16T20:29:01.329Z | Planning: Solver setup ... Done (4.867s) |
129 | 2023-11-16T20:29:01.450Z | Planning: Running solver ... Done (0.120s) |
130 | 2023-11-16T20:29:01.504Z | Planning: Finding local manifests ... Done (0.003s) |
131 | 2023-11-16T20:29:01.518Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2023-11-16T20:29:01.863Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2023-11-16T20:29:01.944Z | Planning: Package planning ... Done (0.080s) |
134 | 2023-11-16T20:29:02.030Z | Planning: Merging actions ... Done (0.086s) |
135 | 2023-11-16T20:29:02.966Z | Planning: Checking for conflicting actions ... Done (0.936s) |
136 | 2023-11-16T20:29:02.985Z | Planning: Consolidating action changes ... Done (0.018s) |
137 | 2023-11-16T20:29:11.647Z | Planning: Evaluating mediators ... Done (8.662s) |
138 | 2023-11-16T20:29:11.662Z | Planning: Planning completed in 15.43 seconds |
139 | 2023-11-16T20:29:18.598Z | Packages to install: 4 |
140 | 2023-11-16T20:29:18.605Z | Mediators to change: 2 |
141 | 2023-11-16T20:29:18.608Z | Services to change: 1 |
142 | 2023-11-16T20:29:18.611Z | Estimated space available: 148.89 GB |
143 | 2023-11-16T20:29:18.615Z | Estimated space to be consumed: 1.37 GB |
144 | 2023-11-16T20:29:18.618Z | Create boot environment: No |
145 | 2023-11-16T20:29:18.622Z | Create backup boot environment: No |
146 | 2023-11-16T20:29:18.625Z | Rebuild boot archive: No |
147 | 2023-11-16T20:29:18.629Z | |
148 | 2023-11-16T20:29:18.632Z | Changed mediators: |
149 | 2023-11-16T20:29:18.635Z | mediator clang: |
150 | 2023-11-16T20:29:18.641Z | version: None -> 15 (system default) |
151 | 2023-11-16T20:29:18.644Z | |
152 | 2023-11-16T20:29:18.647Z | mediator llvm: |
153 | 2023-11-16T20:29:18.650Z | version: 14 (system default) -> 15 (system default) |
154 | 2023-11-16T20:29:18.653Z | |
155 | 2023-11-16T20:29:18.656Z | Changed packages: |
156 | 2023-11-16T20:29:18.661Z | helios-dev |
157 | 2023-11-16T20:29:18.664Z | developer/build-essential |
158 | 2023-11-16T20:29:18.667Z | None -> 11-2.0 |
159 | 2023-11-16T20:29:18.670Z | library/libxmlsec1 |
160 | 2023-11-16T20:29:18.673Z | None -> 1.2.35-2.0 |
161 | 2023-11-16T20:29:18.676Z | ooce/developer/clang-15 |
162 | 2023-11-16T20:29:18.679Z | None -> 15.0.7-2.0 |
163 | 2023-11-16T20:29:18.682Z | ooce/developer/llvm-15 |
164 | 2023-11-16T20:29:18.685Z | None -> 15.0.7-2.0 |
165 | 2023-11-16T20:29:18.688Z | |
166 | 2023-11-16T20:29:18.691Z | Services: |
167 | 2023-11-16T20:29:18.694Z | restart_fmri: |
168 | 2023-11-16T20:29:18.698Z | svc:/system/update-man-index:default |
169 | 2023-11-16T20:29:18.892Z | |
170 | 2023-11-16T20:29:18.897Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2023-11-16T20:29:23.898Z | Download: 1007/3290 items 19.5/212.6MB 9% complete (4.0M/s) |
172 | 2023-11-16T20:29:28.888Z | Download: 1772/3290 items 118.2/212.6MB 55% complete (12.0M/s) |
173 | 2023-11-16T20:29:33.891Z | Download: 2429/3290 items 120.1/212.6MB 56% complete (10.1M/s) |
174 | 2023-11-16T20:29:38.890Z | Download: 3244/3290 items 190.5/212.6MB 89% complete (7.1M/s) |
175 | 2023-11-16T20:29:41.443Z | Download: Completed 212.60 MB in 22.56 seconds (9.4M/s) |
176 | 2023-11-16T20:29:41.883Z | Actions: 1/3687 actions (Installing new actions) |
177 | 2023-11-16T20:29:47.134Z | Actions: 2823/3687 actions (Installing new actions) |
178 | 2023-11-16T20:29:50.568Z | Actions: Completed 3687 actions in 8.68 seconds. |
179 | 2023-11-16T20:29:50.745Z | Done (0.169s) |
180 | 2023-11-16T20:29:50.749Z | Done (0.000s) |
181 | 2023-11-16T20:29:50.960Z | Done (0.215s) |
182 | 2023-11-16T20:29:59.535Z | Done (8.460s) |
183 | 2023-11-16T20:30:00.022Z | Done (0.393s) |
184 | 2023-11-16T20:30:00.026Z | Done (0.000s) |
185 | 2023-11-16T20:30:00.290Z | Done (0.000s) |
186 | 2023-11-16T20:30:00.981Z | Planning: Evaluating mediator changes ... Done |
187 | 2023-11-16T20:30:01.262Z | Planning: Checking for conflicting actions ... Done |
188 | 2023-11-16T20:30:01.265Z | Planning: Consolidating action changes ... Done |
189 | 2023-11-16T20:30:01.701Z | Planning: Evaluating mediators ... Done |
190 | 2023-11-16T20:30:01.709Z | Planning: Planning completed in 0.72 seconds |
191 | 2023-11-16T20:30:01.755Z | Mediators to change: 2 |
192 | 2023-11-16T20:30:01.758Z | Create boot environment: No |
193 | 2023-11-16T20:30:01.761Z | Create backup boot environment: No |
194 | 2023-11-16T20:30:01.869Z | Done |
195 | 2023-11-16T20:30:01.873Z | Done |
196 | 2023-11-16T20:30:02.008Z | Done |
197 | 2023-11-16T20:30:07.953Z | Done |
198 | 2023-11-16T20:30:08.076Z | Done |
199 | 2023-11-16T20:30:08.079Z | Done |
200 | 2023-11-16T20:30:08.200Z | Done |
201 | 2023-11-16T20:30:09.205Z | Planning: Evaluating mediator changes ... Done |
202 | 2023-11-16T20:30:09.209Z | Planning: Merging actions ... Done |
203 | 2023-11-16T20:30:09.536Z | Planning: Checking for conflicting actions ... Done |
204 | 2023-11-16T20:30:09.540Z | Planning: Consolidating action changes ... Done |
205 | 2023-11-16T20:30:09.966Z | Planning: Evaluating mediators ... Done |
206 | 2023-11-16T20:30:10.055Z | Planning: Planning completed in 1.29 seconds |
207 | 2023-11-16T20:30:10.111Z | Packages to change: 1 |
208 | 2023-11-16T20:30:10.115Z | Mediators to change: 1 |
209 | 2023-11-16T20:30:10.118Z | Services to change: 1 |
210 | 2023-11-16T20:30:10.122Z | Create boot environment: No |
211 | 2023-11-16T20:30:10.125Z | Create backup boot environment: Yes |
212 | 2023-11-16T20:30:12.149Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2023-11-16T20:30:12.152Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2023-11-16T20:30:12.155Z | Done |
215 | 2023-11-16T20:30:12.158Z | Done |
216 | 2023-11-16T20:30:12.203Z | Done |
217 | 2023-11-16T20:30:17.914Z | Done |
218 | 2023-11-16T20:30:18.037Z | Done |
219 | 2023-11-16T20:30:18.041Z | Done |
220 | 2023-11-16T20:30:18.155Z | Done |
221 | 2023-11-16T20:30:18.827Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2023-11-16T20:30:18.830Z | clang system 15 system |
223 | 2023-11-16T20:30:18.834Z | csh system system illumos |
224 | 2023-11-16T20:30:18.837Z | ctags system system illumos |
225 | 2023-11-16T20:30:18.840Z | gcc vendor 12 vendor |
226 | 2023-11-16T20:30:18.843Z | gcc system 10 system |
227 | 2023-11-16T20:30:18.846Z | gcc system 7 system |
228 | 2023-11-16T20:30:18.850Z | go system 1.20 system |
229 | 2023-11-16T20:30:18.853Z | go system 1.19 system |
230 | 2023-11-16T20:30:18.856Z | llvm system 15 system |
231 | 2023-11-16T20:30:18.859Z | llvm system 14 system |
232 | 2023-11-16T20:30:18.863Z | mariadb system 10.6 system |
233 | 2023-11-16T20:30:18.866Z | mta vendor vendor dma |
234 | 2023-11-16T20:30:18.869Z | openjdk system 17 system |
235 | 2023-11-16T20:30:18.873Z | openjdk system 11 system |
236 | 2023-11-16T20:30:18.876Z | openjdk system 1.8 system |
237 | 2023-11-16T20:30:18.880Z | openssl vendor 3 vendor |
238 | 2023-11-16T20:30:18.883Z | perl system 5.36 system |
239 | 2023-11-16T20:30:18.886Z | postgresql system 15 system |
240 | 2023-11-16T20:30:18.889Z | postgresql system 13 system |
241 | 2023-11-16T20:30:18.892Z | python vendor 3 vendor |
242 | 2023-11-16T20:30:18.895Z | python system 2 system |
243 | 2023-11-16T20:30:18.899Z | python3 system 3.11 system |
244 | 2023-11-16T20:30:18.903Z | ruby system 3.0 system |
245 | 2023-11-16T20:30:18.906Z | words vendor vendor american-english |
246 | 2023-11-16T20:30:18.909Z | words system system australian-english |
247 | 2023-11-16T20:30:18.912Z | words system system british-english |
248 | 2023-11-16T20:30:18.915Z | words system system canadian-english |
249 | 2023-11-16T20:30:18.918Z | words system system french |
250 | 2023-11-16T20:30:18.921Z | words system system italian |
251 | 2023-11-16T20:30:18.924Z | words system system ngerman |
252 | 2023-11-16T20:30:18.927Z | words system system ogerman |
253 | 2023-11-16T20:30:18.930Z | words system system spanish |
254 | 2023-11-16T20:30:19.357Z | FMRI IFO |
255 | 2023-11-16T20:30:19.363Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2023-11-16T20:30:19.367Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2023-11-16T20:30:19.372Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2023-11-16T20:30:19.788Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
259 | 2023-11-16T20:30:19.791Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2023-11-16T20:30:19.799Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
261 | 2023-11-16T20:30:19.802Z | + set -o errexit |
262 | 2023-11-16T20:30:19.806Z | +++ dirname ./tools/ci_download_cockroachdb |
263 | 2023-11-16T20:30:19.812Z | ++ cd ./tools |
264 | 2023-11-16T20:30:19.820Z | ++ pwd |
265 | 2023-11-16T20:30:19.825Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
266 | 2023-11-16T20:30:19.830Z | ++ basename ./tools/ci_download_cockroachdb |
267 | 2023-11-16T20:30:19.835Z | + ARG0=ci_download_cockroachdb |
268 | 2023-11-16T20:30:19.840Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
269 | 2023-11-16T20:30:19.850Z | + CIDL_VERSION=v22.1.9 |
270 | 2023-11-16T20:30:19.854Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
271 | 2023-11-16T20:30:19.857Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
272 | 2023-11-16T20:30:19.863Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
273 | 2023-11-16T20:30:19.871Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
274 | 2023-11-16T20:30:19.877Z | + TARGET_DIR=out |
275 | 2023-11-16T20:30:19.881Z | + DOWNLOAD_DIR=out/downloads |
276 | 2023-11-16T20:30:19.887Z | + DEST_DIR=./out/cockroachdb |
277 | 2023-11-16T20:30:20.305Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
278 | 2023-11-16T20:30:20.312Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
279 | 2023-11-16T20:30:20.315Z | + main |
280 | 2023-11-16T20:30:20.318Z | + [[ 0 != 0 ]] |
281 | 2023-11-16T20:30:20.321Z | + CIDL_OS=solaris2.11 |
282 | 2023-11-16T20:30:20.324Z | + [[ 0 != 0 ]] |
283 | 2023-11-16T20:30:20.327Z | + configure_os solaris2.11 |
284 | 2023-11-16T20:30:20.330Z | + echo 'current directory: /work/oxidecomputer/omicron' |
285 | 2023-11-16T20:30:20.333Z | current directory: /work/oxidecomputer/omicron |
286 | 2023-11-16T20:30:20.337Z | + echo 'configuring based on OS: "solaris2.11"' |
287 | 2023-11-16T20:30:20.340Z | + case "$1" in |
288 | 2023-11-16T20:30:20.343Z | configuring based on OS: "solaris2.11" |
289 | 2023-11-16T20:30:20.346Z | + CIDL_BUILD=illumos |
290 | 2023-11-16T20:30:20.349Z | + CIDL_SUFFIX=tar.gz |
291 | 2023-11-16T20:30:20.352Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
292 | 2023-11-16T20:30:20.355Z | + CIDL_MD5FUNC=do_md5sum |
293 | 2023-11-16T20:30:20.358Z | + CIDL_URL_BASE=https://illumos.org/downloads |
294 | 2023-11-16T20:30:20.361Z | + CIDL_ASSEMBLE=do_assemble_illumos |
295 | 2023-11-16T20:30:20.364Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
296 | 2023-11-16T20:30:20.367Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-16T20:30:20.370Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-11-16T20:30:20.373Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
299 | 2023-11-16T20:30:20.376Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-11-16T20:30:20.379Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2023-11-16T20:30:20.384Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-11-16T20:30:20.387Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-11-16T20:30:20.389Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2023-11-16T20:30:20.393Z | + mkdir -p out/downloads |
305 | 2023-11-16T20:30:20.396Z | + mkdir -p ./out/cockroachdb |
306 | 2023-11-16T20:30:20.399Z | + local DO_DOWNLOAD=true |
307 | 2023-11-16T20:30:20.402Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
308 | 2023-11-16T20:30:20.405Z | + '[' true == true ']' |
309 | 2023-11-16T20:30:20.408Z | + echo Downloading... |
310 | 2023-11-16T20:30:20.410Z | Downloading... |
311 | 2023-11-16T20:30:20.413Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2023-11-16T20:30:20.420Z | + 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 |
313 | 2023-11-16T20:30:23.751Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-11-16T20:30:23.754Z | ++ md5sum |
315 | 2023-11-16T20:30:23.757Z | ++ awk '{print $1}' |
316 | 2023-11-16T20:30:23.935Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
317 | 2023-11-16T20:30:23.939Z | + [[ 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 ]] |
318 | 2023-11-16T20:30:23.941Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2023-11-16T20:30:23.944Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
320 | 2023-11-16T20:30:27.287Z | + do_assemble_illumos |
321 | 2023-11-16T20:30:27.290Z | + rm -r ./out/cockroachdb |
322 | 2023-11-16T20:30:27.294Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
323 | 2023-11-16T20:30:27.978Z | + ./out/cockroachdb/bin/cockroach version |
324 | 2023-11-16T20:30:28.268Z | Build Tag: v22.1.9-dirty |
325 | 2023-11-16T20:30:28.271Z | Build Time: 2022/10/26 21:17:46 |
326 | 2023-11-16T20:30:28.274Z | Distribution: OSS |
327 | 2023-11-16T20:30:28.277Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
328 | 2023-11-16T20:30:28.280Z | Go Version: go1.17.13 |
329 | 2023-11-16T20:30:28.284Z | C Compiler: gcc 10.3.0 |
330 | 2023-11-16T20:30:28.287Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
331 | 2023-11-16T20:30:28.290Z | Build Type: release |
332 | 2023-11-16T20:30:28.294Z | + set -o errexit |
333 | 2023-11-16T20:30:28.297Z | +++ dirname ./tools/ci_download_clickhouse |
334 | 2023-11-16T20:30:28.300Z | ++ cd ./tools |
335 | 2023-11-16T20:30:28.302Z | ++ pwd |
336 | 2023-11-16T20:30:28.305Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
337 | 2023-11-16T20:30:28.308Z | ++ basename ./tools/ci_download_clickhouse |
338 | 2023-11-16T20:30:28.317Z | + ARG0=ci_download_clickhouse |
339 | 2023-11-16T20:30:28.326Z | + TARGET_DIR=out |
340 | 2023-11-16T20:30:28.329Z | + DOWNLOAD_DIR=out/downloads |
341 | 2023-11-16T20:30:28.332Z | + DEST_DIR=./out/clickhouse |
342 | 2023-11-16T20:30:28.335Z | + CIDL_VERSION=v22.8.9.24 |
343 | 2023-11-16T20:30:28.338Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
344 | 2023-11-16T20:30:28.342Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
345 | 2023-11-16T20:30:28.345Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
346 | 2023-11-16T20:30:28.348Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
347 | 2023-11-16T20:30:28.351Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
348 | 2023-11-16T20:30:28.354Z | + main |
349 | 2023-11-16T20:30:28.357Z | + [[ 0 != 0 ]] |
350 | 2023-11-16T20:30:28.360Z | + CIDL_OS=solaris2.11 |
351 | 2023-11-16T20:30:28.363Z | + [[ 0 != 0 ]] |
352 | 2023-11-16T20:30:28.365Z | + configure_os solaris2.11 |
353 | 2023-11-16T20:30:28.368Z | + echo 'current directory: /work/oxidecomputer/omicron' |
354 | 2023-11-16T20:30:28.371Z | current directory: /work/oxidecomputer/omicron |
355 | 2023-11-16T20:30:28.375Z | + echo 'configuring based on OS: "solaris2.11"' |
356 | 2023-11-16T20:30:28.378Z | + CIDL_DASHREV= |
357 | 2023-11-16T20:30:28.382Z | + case "$1" in |
358 | 2023-11-16T20:30:28.385Z | configuring based on OS: "solaris2.11" |
359 | 2023-11-16T20:30:28.388Z | + CIDL_PLATFORM=illumos |
360 | 2023-11-16T20:30:28.391Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
361 | 2023-11-16T20:30:28.394Z | + CIDL_MD5FUNC=do_md5sum |
362 | 2023-11-16T20:30:28.397Z | + CIDL_DASHREV=-1 |
363 | 2023-11-16T20:30:28.400Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
364 | 2023-11-16T20:30:28.403Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-11-16T20:30:28.406Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-11-16T20:30:28.408Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2023-11-16T20:30:28.411Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
368 | 2023-11-16T20:30:28.414Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2023-11-16T20:30:28.418Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
370 | 2023-11-16T20:30:28.421Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-11-16T20:30:28.424Z | + mkdir -p out/downloads |
372 | 2023-11-16T20:30:28.427Z | + mkdir -p ./out/clickhouse |
373 | 2023-11-16T20:30:28.430Z | + local DO_DOWNLOAD=true |
374 | 2023-11-16T20:30:28.433Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
375 | 2023-11-16T20:30:28.436Z | + '[' true == true ']' |
376 | 2023-11-16T20:30:28.438Z | + echo Downloading... |
377 | 2023-11-16T20:30:28.441Z | Downloading... |
378 | 2023-11-16T20:30:28.444Z | + 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 |
379 | 2023-11-16T20:30:28.448Z | + 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 |
380 | 2023-11-16T20:30:31.602Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
381 | 2023-11-16T20:30:31.611Z | ++ md5sum |
382 | 2023-11-16T20:30:31.619Z | ++ awk '{print $1}' |
383 | 2023-11-16T20:30:31.858Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
384 | 2023-11-16T20:30:31.861Z | + [[ 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 ]] |
385 | 2023-11-16T20:30:31.864Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
386 | 2023-11-16T20:30:31.870Z | + mkdir -p ./out/clickhouse |
387 | 2023-11-16T20:30:31.873Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
388 | 2023-11-16T20:30:36.702Z | + ./out/clickhouse/clickhouse server --version |
389 | 2023-11-16T20:30:36.754Z | ClickHouse server version 22.8.9.1. |
390 | 2023-11-16T20:30:36.775Z | + set -o errexit |
391 | 2023-11-16T20:30:36.778Z | +++ dirname ./tools/ci_download_console |
392 | 2023-11-16T20:30:36.782Z | ++ cd ./tools |
393 | 2023-11-16T20:30:36.785Z | ++ pwd |
394 | 2023-11-16T20:30:36.788Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
395 | 2023-11-16T20:30:36.791Z | ++ basename ./tools/ci_download_console |
396 | 2023-11-16T20:30:36.794Z | + ARG0=ci_download_console |
397 | 2023-11-16T20:30:36.797Z | + TARGET_DIR=out |
398 | 2023-11-16T20:30:36.800Z | + DOWNLOAD_DIR=out/downloads |
399 | 2023-11-16T20:30:36.802Z | + DEST_DIR=./out/console-assets |
400 | 2023-11-16T20:30:36.806Z | + source /work/oxidecomputer/omicron/tools/console_version |
401 | 2023-11-16T20:30:36.809Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
402 | 2023-11-16T20:30:36.812Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
403 | 2023-11-16T20:30:36.815Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
404 | 2023-11-16T20:30:36.819Z | + TARBALL_FILE=out/downloads/console.tar.gz |
405 | 2023-11-16T20:30:36.822Z | + main |
406 | 2023-11-16T20:30:36.824Z | + [[ 0 != 0 ]] |
407 | 2023-11-16T20:30:36.827Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
408 | 2023-11-16T20:30:36.830Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
409 | 2023-11-16T20:30:36.833Z | + echo 'Local file: out/downloads/console.tar.gz' |
410 | 2023-11-16T20:30:36.836Z | Local file: out/downloads/console.tar.gz |
411 | 2023-11-16T20:30:36.838Z | + local DO_DOWNLOAD=true |
412 | 2023-11-16T20:30:36.842Z | + [[ -f out/downloads/console.tar.gz ]] |
413 | 2023-11-16T20:30:36.845Z | + mkdir -p out/downloads |
414 | 2023-11-16T20:30:36.848Z | + '[' true == true ']' |
415 | 2023-11-16T20:30:36.851Z | + echo Downloading... |
416 | 2023-11-16T20:30:36.854Z | Downloading... |
417 | 2023-11-16T20:30:36.857Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
418 | 2023-11-16T20:30:36.860Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
419 | 2023-11-16T20:30:37.459Z | ++ do_sha256sum out/downloads/console.tar.gz |
420 | 2023-11-16T20:30:37.462Z | ++ case "$OSTYPE" in |
421 | 2023-11-16T20:30:37.465Z | ++ SHA=sha256sum |
422 | 2023-11-16T20:30:37.468Z | ++ sha256sum |
423 | 2023-11-16T20:30:37.471Z | ++ awk '{print $1}' |
424 | 2023-11-16T20:30:37.483Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
425 | 2023-11-16T20:30:37.486Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
426 | 2023-11-16T20:30:37.489Z | + rm -rf ./out/console-assets |
427 | 2023-11-16T20:30:37.493Z | + mkdir -p ./out/console-assets |
428 | 2023-11-16T20:30:37.495Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
429 | 2023-11-16T20:30:37.498Z | + mkdir -p ./out/console-assets |
430 | 2023-11-16T20:30:37.501Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
431 | 2023-11-16T20:30:37.630Z | + set -o errexit |
432 | 2023-11-16T20:30:37.633Z | +++ dirname ./tools/ci_download_maghemite_openapi |
433 | 2023-11-16T20:30:37.636Z | ++ cd ./tools |
434 | 2023-11-16T20:30:37.639Z | ++ pwd |
435 | 2023-11-16T20:30:37.642Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
436 | 2023-11-16T20:30:37.645Z | ++ basename ./tools/ci_download_maghemite_openapi |
437 | 2023-11-16T20:30:37.648Z | + ARG0=ci_download_maghemite_openapi |
438 | 2023-11-16T20:30:37.651Z | + TARGET_DIR=out |
439 | 2023-11-16T20:30:37.655Z | + DOWNLOAD_DIR=out/downloads |
440 | 2023-11-16T20:30:37.659Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
441 | 2023-11-16T20:30:37.662Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
442 | 2023-11-16T20:30:37.665Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
443 | 2023-11-16T20:30:37.668Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
444 | 2023-11-16T20:30:37.671Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
445 | 2023-11-16T20:30:37.674Z | + main |
446 | 2023-11-16T20:30:37.680Z | + [[ 0 != 0 ]] |
447 | 2023-11-16T20:30:37.683Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
448 | 2023-11-16T20:30:37.688Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
449 | 2023-11-16T20:30:37.691Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
450 | 2023-11-16T20:30:37.694Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
451 | 2023-11-16T20:30:37.697Z | + local DO_DOWNLOAD=true |
452 | 2023-11-16T20:30:37.700Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
453 | 2023-11-16T20:30:37.703Z | + mkdir -p out/downloads |
454 | 2023-11-16T20:30:37.705Z | + '[' true == true ']' |
455 | 2023-11-16T20:30:37.710Z | + echo Downloading... |
456 | 2023-11-16T20:30:37.714Z | Downloading... |
457 | 2023-11-16T20:30:37.717Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
458 | 2023-11-16T20:30:37.720Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
459 | 2023-11-16T20:30:37.878Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
460 | 2023-11-16T20:30:37.885Z | ++ case "$OSTYPE" in |
461 | 2023-11-16T20:30:37.888Z | ++ SHA=sha256sum |
462 | 2023-11-16T20:30:37.891Z | ++ sha256sum |
463 | 2023-11-16T20:30:37.894Z | ++ awk '{print $1}' |
464 | 2023-11-16T20:30:37.897Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
465 | 2023-11-16T20:30:37.899Z | + [[ 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 ]] |
466 | 2023-11-16T20:30:37.902Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
467 | 2023-11-16T20:30:37.905Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
468 | 2023-11-16T20:30:37.908Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
469 | 2023-11-16T20:30:37.911Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
470 | 2023-11-16T20:30:37.914Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
471 | 2023-11-16T20:30:37.916Z | + main |
472 | 2023-11-16T20:30:37.921Z | + [[ 0 != 0 ]] |
473 | 2023-11-16T20:30:37.924Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
474 | 2023-11-16T20:30:37.931Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
475 | 2023-11-16T20:30:37.934Z | + local DO_DOWNLOAD=true |
476 | 2023-11-16T20:30:37.937Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
477 | 2023-11-16T20:30:37.940Z | + mkdir -p out/downloads |
478 | 2023-11-16T20:30:37.944Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
479 | 2023-11-16T20:30:37.946Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
480 | 2023-11-16T20:30:37.949Z | + '[' true == true ']' |
481 | 2023-11-16T20:30:37.952Z | + echo Downloading... |
482 | 2023-11-16T20:30:37.955Z | Downloading... |
483 | 2023-11-16T20:30:37.958Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
484 | 2023-11-16T20:30:37.961Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
485 | 2023-11-16T20:30:38.131Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
486 | 2023-11-16T20:30:38.135Z | ++ case "$OSTYPE" in |
487 | 2023-11-16T20:30:38.138Z | ++ SHA=sha256sum |
488 | 2023-11-16T20:30:38.142Z | ++ sha256sum |
489 | 2023-11-16T20:30:38.145Z | ++ awk '{print $1}' |
490 | 2023-11-16T20:30:38.148Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
491 | 2023-11-16T20:30:38.151Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
492 | 2023-11-16T20:30:38.154Z | + set -o errexit |
493 | 2023-11-16T20:30:38.159Z | +++ dirname ./tools/ci_download_dendrite_openapi |
494 | 2023-11-16T20:30:38.163Z | ++ cd ./tools |
495 | 2023-11-16T20:30:38.166Z | ++ pwd |
496 | 2023-11-16T20:30:38.169Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
497 | 2023-11-16T20:30:38.172Z | ++ basename ./tools/ci_download_dendrite_openapi |
498 | 2023-11-16T20:30:38.177Z | + ARG0=ci_download_dendrite_openapi |
499 | 2023-11-16T20:30:38.189Z | + TARGET_DIR=out |
500 | 2023-11-16T20:30:38.193Z | + DOWNLOAD_DIR=out/downloads |
501 | 2023-11-16T20:30:38.196Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
502 | 2023-11-16T20:30:38.204Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
503 | 2023-11-16T20:30:38.211Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
504 | 2023-11-16T20:30:38.217Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
505 | 2023-11-16T20:30:38.224Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
506 | 2023-11-16T20:30:38.236Z | + main |
507 | 2023-11-16T20:30:38.243Z | + [[ 0 != 0 ]] |
508 | 2023-11-16T20:30:38.251Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
509 | 2023-11-16T20:30:38.260Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
510 | 2023-11-16T20:30:38.269Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
511 | 2023-11-16T20:30:38.278Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
512 | 2023-11-16T20:30:38.287Z | + local DO_DOWNLOAD=true |
513 | 2023-11-16T20:30:38.294Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
514 | 2023-11-16T20:30:38.299Z | + mkdir -p out/downloads |
515 | 2023-11-16T20:30:38.305Z | + '[' true == true ']' |
516 | 2023-11-16T20:30:38.309Z | + echo Downloading... |
517 | 2023-11-16T20:30:38.313Z | Downloading... |
518 | 2023-11-16T20:30:38.316Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
519 | 2023-11-16T20:30:38.319Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
520 | 2023-11-16T20:30:38.387Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
521 | 2023-11-16T20:30:38.390Z | ++ case "$OSTYPE" in |
522 | 2023-11-16T20:30:38.393Z | ++ SHA=sha256sum |
523 | 2023-11-16T20:30:38.397Z | ++ sha256sum |
524 | 2023-11-16T20:30:38.400Z | ++ awk '{print $1}' |
525 | 2023-11-16T20:30:38.403Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
526 | 2023-11-16T20:30:38.406Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
527 | 2023-11-16T20:30:38.409Z | + set -o errexit |
528 | 2023-11-16T20:30:38.412Z | +++ dirname ./tools/ci_download_dendrite_stub |
529 | 2023-11-16T20:30:38.415Z | ++ cd ./tools |
530 | 2023-11-16T20:30:38.419Z | ++ pwd |
531 | 2023-11-16T20:30:38.422Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
532 | 2023-11-16T20:30:38.425Z | ++ basename ./tools/ci_download_dendrite_stub |
533 | 2023-11-16T20:30:38.429Z | + ARG0=ci_download_dendrite_stub |
534 | 2023-11-16T20:30:38.432Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
535 | 2023-11-16T20:30:38.435Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
536 | 2023-11-16T20:30:38.442Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
537 | 2023-11-16T20:30:38.445Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
538 | 2023-11-16T20:30:38.449Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
539 | 2023-11-16T20:30:38.452Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
540 | 2023-11-16T20:30:38.455Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
541 | 2023-11-16T20:30:38.459Z | + TARGET_DIR=out |
542 | 2023-11-16T20:30:38.462Z | + DOWNLOAD_DIR=out/downloads |
543 | 2023-11-16T20:30:38.465Z | + DEST_DIR=./out/dendrite-stub |
544 | 2023-11-16T20:30:38.468Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
545 | 2023-11-16T20:30:38.472Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
546 | 2023-11-16T20:30:38.475Z | + REPO=oxidecomputer/dendrite |
547 | 2023-11-16T20:30:38.477Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
548 | 2023-11-16T20:30:38.481Z | + main |
549 | 2023-11-16T20:30:38.485Z | + [[ 0 != 0 ]] |
550 | 2023-11-16T20:30:38.491Z | + CIDL_OS=solaris2.11 |
551 | 2023-11-16T20:30:38.499Z | + [[ 0 != 0 ]] |
552 | 2023-11-16T20:30:38.505Z | + configure_os solaris2.11 |
553 | 2023-11-16T20:30:38.508Z | + echo 'current directory: /work/oxidecomputer/omicron' |
554 | 2023-11-16T20:30:38.513Z | current directory: /work/oxidecomputer/omicron |
555 | 2023-11-16T20:30:38.517Z | + echo 'configuring based on OS: "solaris2.11"' |
556 | 2023-11-16T20:30:38.522Z | configuring based on OS: "solaris2.11" |
557 | 2023-11-16T20:30:38.527Z | + case "$1" in |
558 | 2023-11-16T20:30:38.532Z | + SET_BINARIES= |
559 | 2023-11-16T20:30:38.535Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
560 | 2023-11-16T20:30:38.545Z | + CIDL_SHA256FUNC=do_sha256sum |
561 | 2023-11-16T20:30:38.548Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
562 | 2023-11-16T20:30:38.555Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
563 | 2023-11-16T20:30:38.558Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
564 | 2023-11-16T20:30:38.561Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
565 | 2023-11-16T20:30:38.564Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
566 | 2023-11-16T20:30:38.567Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
567 | 2023-11-16T20:30:38.570Z | Local file: out/downloads/dendrite-stub.tar.gz |
568 | 2023-11-16T20:30:38.576Z | + mkdir -p out/downloads |
569 | 2023-11-16T20:30:38.588Z | + mkdir -p ./out/dendrite-stub |
570 | 2023-11-16T20:30:38.591Z | + fetch_and_verify |
571 | 2023-11-16T20:30:38.594Z | + local DO_DOWNLOAD=true |
572 | 2023-11-16T20:30:38.597Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
573 | 2023-11-16T20:30:38.600Z | + '[' true == true ']' |
574 | 2023-11-16T20:30:38.605Z | + echo Downloading... |
575 | 2023-11-16T20:30:38.611Z | Downloading... |
576 | 2023-11-16T20:30:38.624Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
577 | 2023-11-16T20:30:38.638Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
578 | 2023-11-16T20:30:48.303Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
579 | 2023-11-16T20:30:48.306Z | ++ sha256sum |
580 | 2023-11-16T20:30:48.309Z | ++ awk '{print $1}' |
581 | 2023-11-16T20:30:48.398Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
582 | 2023-11-16T20:30:48.401Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
583 | 2023-11-16T20:30:48.405Z | + do_untar out/downloads/dendrite-stub.tar.gz |
584 | 2023-11-16T20:30:48.409Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
585 | 2023-11-16T20:30:49.295Z | + do_assemble |
586 | 2023-11-16T20:30:49.298Z | + rm -r ./out/dendrite-stub |
587 | 2023-11-16T20:30:49.303Z | + mkdir ./out/dendrite-stub |
588 | 2023-11-16T20:30:49.306Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
589 | 2023-11-16T20:30:49.408Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
590 | 2023-11-16T20:30:49.434Z | + set -o errexit |
591 | 2023-11-16T20:30:49.452Z | +++ dirname ./tools/ci_download_maghemite_mgd |
592 | 2023-11-16T20:30:49.464Z | ++ cd ./tools |
593 | 2023-11-16T20:30:49.523Z | ++ pwd |
594 | 2023-11-16T20:30:49.527Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
595 | 2023-11-16T20:30:49.530Z | ++ basename ./tools/ci_download_maghemite_mgd |
596 | 2023-11-16T20:30:49.533Z | + ARG0=ci_download_maghemite_mgd |
597 | 2023-11-16T20:30:49.536Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
598 | 2023-11-16T20:30:49.540Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
599 | 2023-11-16T20:30:49.545Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
600 | 2023-11-16T20:30:49.548Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
601 | 2023-11-16T20:30:49.552Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
602 | 2023-11-16T20:30:49.555Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
603 | 2023-11-16T20:30:49.558Z | + TARGET_DIR=out |
604 | 2023-11-16T20:30:49.562Z | + DOWNLOAD_DIR=out/downloads |
605 | 2023-11-16T20:30:49.565Z | + DEST_DIR=./out/mgd |
606 | 2023-11-16T20:30:49.568Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
607 | 2023-11-16T20:30:49.571Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
608 | 2023-11-16T20:30:49.574Z | + REPO=oxidecomputer/maghemite |
609 | 2023-11-16T20:30:49.577Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
610 | 2023-11-16T20:30:49.580Z | + main |
611 | 2023-11-16T20:30:49.583Z | + [[ 0 != 0 ]] |
612 | 2023-11-16T20:30:49.586Z | + CIDL_OS=solaris2.11 |
613 | 2023-11-16T20:30:49.589Z | + [[ 0 != 0 ]] |
614 | 2023-11-16T20:30:49.592Z | + configure_os solaris2.11 |
615 | 2023-11-16T20:30:49.595Z | + echo 'current directory: /work/oxidecomputer/omicron' |
616 | 2023-11-16T20:30:49.599Z | current directory: /work/oxidecomputer/omicron |
617 | 2023-11-16T20:30:49.602Z | + echo 'configuring based on OS: "solaris2.11"' |
618 | 2023-11-16T20:30:49.605Z | configuring based on OS: "solaris2.11" |
619 | 2023-11-16T20:30:49.608Z | + case "$1" in |
620 | 2023-11-16T20:30:49.611Z | + SET_BINARIES= |
621 | 2023-11-16T20:30:49.615Z | + CIDL_SHA256FUNC=do_sha256sum |
622 | 2023-11-16T20:30:49.618Z | + TARBALL_FILENAME=mgd.tar.gz |
623 | 2023-11-16T20:30:49.627Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
624 | 2023-11-16T20:30:50.042Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
625 | 2023-11-16T20:30:50.049Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
626 | 2023-11-16T20:30:50.069Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
627 | 2023-11-16T20:30:50.080Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
628 | 2023-11-16T20:30:50.091Z | Local file: out/downloads/mgd.tar.gz |
629 | 2023-11-16T20:30:50.105Z | + mkdir -p out/downloads |
630 | 2023-11-16T20:30:50.119Z | + mkdir -p ./out/mgd |
631 | 2023-11-16T20:30:50.130Z | + fetch_and_verify |
632 | 2023-11-16T20:30:50.138Z | + local DO_DOWNLOAD=true |
633 | 2023-11-16T20:30:50.148Z | + [[ -f out/downloads/mgd.tar.gz ]] |
634 | 2023-11-16T20:30:50.162Z | + '[' true == true ']' |
635 | 2023-11-16T20:30:50.179Z | + echo Downloading... |
636 | 2023-11-16T20:30:50.184Z | Downloading... |
637 | 2023-11-16T20:30:50.189Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
638 | 2023-11-16T20:30:50.195Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
639 | 2023-11-16T20:30:56.273Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
640 | 2023-11-16T20:30:56.276Z | ++ sha256sum |
641 | 2023-11-16T20:30:56.279Z | ++ awk '{print $1}' |
642 | 2023-11-16T20:30:56.350Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
643 | 2023-11-16T20:30:56.353Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
644 | 2023-11-16T20:30:56.356Z | + do_untar out/downloads/mgd.tar.gz |
645 | 2023-11-16T20:30:56.361Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
646 | 2023-11-16T20:30:57.008Z | + do_assemble |
647 | 2023-11-16T20:30:57.011Z | + rm -r ./out/mgd |
648 | 2023-11-16T20:30:57.028Z | + mkdir ./out/mgd |
649 | 2023-11-16T20:30:57.036Z | + cp -r out/downloads/root ./out/mgd/root |
650 | 2023-11-16T20:30:57.194Z | + set -o errexit |
651 | 2023-11-16T20:30:57.202Z | +++ dirname ./tools/ci_download_transceiver_control |
652 | 2023-11-16T20:30:57.206Z | ++ cd ./tools |
653 | 2023-11-16T20:30:57.209Z | ++ pwd |
654 | 2023-11-16T20:30:57.212Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
655 | 2023-11-16T20:30:57.216Z | ++ basename ./tools/ci_download_transceiver_control |
656 | 2023-11-16T20:30:57.220Z | + ARG0=ci_download_transceiver_control |
657 | 2023-11-16T20:30:57.223Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
658 | 2023-11-16T20:30:57.229Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
659 | 2023-11-16T20:30:57.233Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2023-11-16T20:30:57.236Z | + TARGET_DIR=out |
661 | 2023-11-16T20:30:57.239Z | + DOWNLOAD_DIR=out/downloads |
662 | 2023-11-16T20:30:57.242Z | + DEST_DIR=./out/transceiver-control |
663 | 2023-11-16T20:30:57.245Z | + BIN_DIR=/opt/oxide/bin |
664 | 2023-11-16T20:30:57.250Z | + BINARY=xcvradm |
665 | 2023-11-16T20:30:57.256Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
666 | 2023-11-16T20:30:57.260Z | + REPO=oxidecomputer/transceiver-control |
667 | 2023-11-16T20:30:57.265Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
668 | 2023-11-16T20:30:57.271Z | + main |
669 | 2023-11-16T20:30:57.279Z | + [[ 0 != 0 ]] |
670 | 2023-11-16T20:30:57.284Z | + CIDL_OS=solaris2.11 |
671 | 2023-11-16T20:30:57.287Z | + [[ 0 != 0 ]] |
672 | 2023-11-16T20:30:57.290Z | + configure_os solaris2.11 |
673 | 2023-11-16T20:30:57.298Z | + echo 'current directory: /work/oxidecomputer/omicron' |
674 | 2023-11-16T20:30:57.311Z | current directory: /work/oxidecomputer/omicron |
675 | 2023-11-16T20:30:57.724Z | + echo 'configuring based on OS: "solaris2.11"' |
676 | 2023-11-16T20:30:57.731Z | configuring based on OS: "solaris2.11" |
677 | 2023-11-16T20:30:57.738Z | + case "$1" in |
678 | 2023-11-16T20:30:57.745Z | + SET_BINARIES= |
679 | 2023-11-16T20:30:57.755Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2023-11-16T20:30:57.762Z | + CIDL_SHA256FUNC=do_sha256sum |
681 | 2023-11-16T20:30:57.770Z | + ARCHIVE_FILENAME=xcvradm.gz |
682 | 2023-11-16T20:30:58.183Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2023-11-16T20:30:58.187Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
684 | 2023-11-16T20:30:58.191Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
685 | 2023-11-16T20:30:58.195Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
686 | 2023-11-16T20:30:58.200Z | + echo 'Local file: out/downloads/xcvradm.gz' |
687 | 2023-11-16T20:30:58.205Z | Local file: out/downloads/xcvradm.gz |
688 | 2023-11-16T20:30:58.213Z | + mkdir -p out/downloads |
689 | 2023-11-16T20:30:58.218Z | + mkdir -p ./out/transceiver-control |
690 | 2023-11-16T20:30:58.224Z | + fetch_and_verify |
691 | 2023-11-16T20:30:58.229Z | + local DO_DOWNLOAD=true |
692 | 2023-11-16T20:30:58.236Z | + [[ -f out/downloads/xcvradm.gz ]] |
693 | 2023-11-16T20:30:58.243Z | + '[' true == true ']' |
694 | 2023-11-16T20:30:58.255Z | + echo Downloading... |
695 | 2023-11-16T20:30:58.263Z | Downloading... |
696 | 2023-11-16T20:30:58.272Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
697 | 2023-11-16T20:30:58.280Z | + 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 |
698 | 2023-11-16T20:31:00.765Z | ++ do_sha256sum out/downloads/xcvradm.gz |
699 | 2023-11-16T20:31:00.771Z | ++ sha256sum |
700 | 2023-11-16T20:31:00.779Z | ++ awk '{print $1}' |
701 | 2023-11-16T20:31:00.791Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
702 | 2023-11-16T20:31:00.798Z | + [[ 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 ]] |
703 | 2023-11-16T20:31:00.809Z | + do_unpack out/downloads/xcvradm.gz |
704 | 2023-11-16T20:31:00.827Z | + mkdir -p out/downloads/root//opt/oxide/bin |
705 | 2023-11-16T20:31:00.833Z | + gzip -dc out/downloads/xcvradm.gz |
706 | 2023-11-16T20:31:00.965Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
707 | 2023-11-16T20:31:00.968Z | + do_assemble |
708 | 2023-11-16T20:31:00.971Z | + rm -r ./out/transceiver-control |
709 | 2023-11-16T20:31:00.974Z | + mkdir ./out/transceiver-control |
710 | 2023-11-16T20:31:00.977Z | + cp -r out/downloads/root ./out/transceiver-control/root |
711 | 2023-11-16T20:31:01.186Z | All builder prerequisites installed successfully, and PATH looks valid |
712 | 2023-11-16T20:31:01.602Z | |
713 | 2023-11-16T20:31:01.622Z | real 2:23.090847361 |
714 | 2023-11-16T20:31:01.634Z | user 52.275979342 |
715 | 2023-11-16T20:31:01.638Z | sys 9.664952140 |
716 | 2023-11-16T20:31:01.641Z | trap 0.017183164 |
717 | 2023-11-16T20:31:01.644Z | tflt 0.408898144 |
718 | 2023-11-16T20:31:01.649Z | dflt 1.073194127 |
719 | 2023-11-16T20:31:01.653Z | kflt 0.345215561 |
720 | 2023-11-16T20:31:01.656Z | lock 1.835174221 |
721 | 2023-11-16T20:31:01.659Z | slp 4:33.052669294 |
722 | 2023-11-16T20:31:01.664Z | lat 3.310274778 |
723 | 2023-11-16T20:31:01.668Z | stop 0.063979237 |
724 | 2023-11-16T20:31:01.671Z | |
725 | 2023-11-16T20:31:01.676Z | ##### # # # # ##### |
726 | 2023-11-16T20:31:01.680Z | # # # # # # # # |
727 | 2023-11-16T20:31:01.685Z | ##### # # # # # # |
728 | 2023-11-16T20:31:01.689Z | # # # # # # # # |
729 | 2023-11-16T20:31:01.692Z | # # # # # # # # |
730 | 2023-11-16T20:31:01.696Z | ##### #### # ###### ##### |
731 | 2023-11-16T20:31:01.699Z | |
732 | 2023-11-16T20:31:01.702Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
733 | 2023-11-16T20:31:02.006Z | Updating crates.io index |
734 | 2023-11-16T20:31:02.011Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
735 | 2023-11-16T20:31:02.907Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
736 | 2023-11-16T20:31:04.886Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
737 | 2023-11-16T20:31:05.636Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
738 | 2023-11-16T20:31:05.656Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
739 | 2023-11-16T20:31:05.970Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
740 | 2023-11-16T20:31:06.461Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
741 | 2023-11-16T20:31:07.554Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
742 | 2023-11-16T20:31:09.336Z | Updating git repository `https://github.com/oxidecomputer/opte` |
743 | 2023-11-16T20:31:10.376Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
744 | 2023-11-16T20:31:10.878Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
745 | 2023-11-16T20:31:11.715Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
746 | 2023-11-16T20:31:12.164Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
747 | 2023-11-16T20:31:13.010Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
748 | 2023-11-16T20:31:13.133Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
749 | 2023-11-16T20:31:13.600Z | Updating git repository `https://github.com/njaremko/samael` |
750 | 2023-11-16T20:31:14.178Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
751 | 2023-11-16T20:31:14.615Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
752 | 2023-11-16T20:31:15.200Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
753 | 2023-11-16T20:31:15.716Z | Updating git repository `https://github.com/jgallagher/nix` |
754 | 2023-11-16T20:31:16.988Z | Updating git repository `https://github.com/cbiffle/hubpack` |
755 | 2023-11-16T20:31:17.593Z | Updating git repository `https://github.com/oxidecomputer/typify` |
756 | 2023-11-16T20:31:18.844Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
757 | 2023-11-16T20:31:19.361Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
758 | 2023-11-16T20:31:19.753Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
759 | 2023-11-16T20:31:22.304Z | Downloading crates ... |
760 | 2023-11-16T20:31:22.520Z | Downloaded aead v0.5.2 |
761 | 2023-11-16T20:31:22.524Z | Downloaded ascii-canvas v3.0.0 |
762 | 2023-11-16T20:31:22.528Z | Downloaded bitflags v1.3.2 |
763 | 2023-11-16T20:31:22.535Z | Downloaded ahash v0.8.3 |
764 | 2023-11-16T20:31:22.542Z | Downloaded basic-toml v0.1.4 |
765 | 2023-11-16T20:31:22.576Z | Downloaded num_cpus v1.16.0 |
766 | 2023-11-16T20:31:22.583Z | Downloaded nodrop v0.1.14 |
767 | 2023-11-16T20:31:22.592Z | Downloaded bytecount v0.6.3 |
768 | 2023-11-16T20:31:22.596Z | Downloaded match_cfg v0.1.0 |
769 | 2023-11-16T20:31:22.600Z | Downloaded bytes v1.5.0 |
770 | 2023-11-16T20:31:22.604Z | Downloaded clap_derive v4.4.2 |
771 | 2023-11-16T20:31:22.610Z | Downloaded highway v1.1.0 |
772 | 2023-11-16T20:31:22.619Z | Downloaded constant_time_eq v0.2.6 |
773 | 2023-11-16T20:31:22.629Z | Downloaded hex v0.4.3 |
774 | 2023-11-16T20:31:22.634Z | Downloaded clap_lex v0.5.1 |
775 | 2023-11-16T20:31:22.643Z | Downloaded cfg-if v0.1.10 |
776 | 2023-11-16T20:31:22.651Z | Downloaded nu-ansi-term v0.49.0 |
777 | 2023-11-16T20:31:22.663Z | Downloaded byteorder v1.5.0 |
778 | 2023-11-16T20:31:22.669Z | Downloaded miniz_oxide v0.7.1 |
779 | 2023-11-16T20:31:22.681Z | Downloaded lock_api v0.4.10 |
780 | 2023-11-16T20:31:22.687Z | Downloaded bzip2 v0.4.4 |
781 | 2023-11-16T20:31:22.693Z | Downloaded bytesize v1.3.0 |
782 | 2023-11-16T20:31:22.697Z | Downloaded ciborium-ll v0.2.1 |
783 | 2023-11-16T20:31:22.708Z | Downloaded anstyle v1.0.2 |
784 | 2023-11-16T20:31:22.713Z | Downloaded colorchoice v1.0.0 |
785 | 2023-11-16T20:31:22.726Z | Downloaded linked-hash-map v0.5.6 |
786 | 2023-11-16T20:31:22.736Z | Downloaded hostname v0.3.1 |
787 | 2023-11-16T20:31:22.760Z | Downloaded colored v2.0.4 |
788 | 2023-11-16T20:31:22.767Z | Downloaded atomicwrites v0.4.2 |
789 | 2023-11-16T20:31:22.774Z | Downloaded async-stream v0.3.5 |
790 | 2023-11-16T20:31:22.780Z | Downloaded num v0.4.1 |
791 | 2023-11-16T20:31:22.811Z | Downloaded ident_case v1.0.1 |
792 | 2023-11-16T20:31:22.866Z | Downloaded anstyle-query v1.0.0 |
793 | 2023-11-16T20:31:22.880Z | Downloaded native-tls v0.2.11 |
794 | 2023-11-16T20:31:23.290Z | Downloaded cfg-if v1.0.0 |
795 | 2023-11-16T20:31:23.308Z | Downloaded libsw v3.3.0 |
796 | 2023-11-16T20:31:24.683Z | Downloaded spin v0.9.8 |
797 | 2023-11-16T20:31:24.694Z | Downloaded opaque-debug v0.3.0 |
798 | 2023-11-16T20:31:24.714Z | Downloaded tokio-macros v2.1.0 |
799 | 2023-11-16T20:31:25.140Z | Downloaded arrayref v0.3.7 |
800 | 2023-11-16T20:31:25.574Z | Downloaded adler v1.0.2 |
801 | 2023-11-16T20:31:25.578Z | Downloaded humantime v2.1.0 |
802 | 2023-11-16T20:31:25.582Z | Downloaded itoa v1.0.9 |
803 | 2023-11-16T20:31:25.586Z | Downloaded zip v0.6.6 |
804 | 2023-11-16T20:31:25.589Z | Downloaded foreign-types v0.5.0 |
805 | 2023-11-16T20:31:25.592Z | Downloaded matches v0.1.10 |
806 | 2023-11-16T20:31:25.595Z | Downloaded downcast v0.11.0 |
807 | 2023-11-16T20:31:25.598Z | Downloaded zeroize v1.6.0 |
808 | 2023-11-16T20:31:25.602Z | Downloaded thiserror-impl v1.0.49 |
809 | 2023-11-16T20:31:25.605Z | Downloaded smawk v0.3.1 |
810 | 2023-11-16T20:31:25.609Z | Downloaded synstructure v0.12.6 |
811 | 2023-11-16T20:31:25.613Z | Downloaded termtree v0.4.1 |
812 | 2023-11-16T20:31:25.616Z | Downloaded cassowary v0.3.0 |
813 | 2023-11-16T20:31:25.619Z | Downloaded async-trait v0.1.74 |
814 | 2023-11-16T20:31:25.623Z | Downloaded thread-id v4.2.0 |
815 | 2023-11-16T20:31:25.633Z | Downloaded serde_repr v0.1.16 |
816 | 2023-11-16T20:31:26.048Z | Downloaded log v0.4.20 |
817 | 2023-11-16T20:31:26.052Z | Downloaded zone v0.3.0 |
818 | 2023-11-16T20:31:26.055Z | Downloaded fallible-iterator v0.2.0 |
819 | 2023-11-16T20:31:26.060Z | Downloaded textwrap v0.11.0 |
820 | 2023-11-16T20:31:26.065Z | Downloaded olpc-cjson v0.1.3 |
821 | 2023-11-16T20:31:26.068Z | Downloaded camino v1.1.6 |
822 | 2023-11-16T20:31:26.072Z | Downloaded thiserror-no-std v2.0.2 |
823 | 2023-11-16T20:31:26.076Z | Downloaded serde_spanned v0.6.4 |
824 | 2023-11-16T20:31:26.085Z | Downloaded relative-path v1.9.0 |
825 | 2023-11-16T20:31:26.506Z | Downloaded futures-timer v3.0.2 |
826 | 2023-11-16T20:31:26.511Z | Downloaded anyhow v1.0.75 |
827 | 2023-11-16T20:31:26.520Z | Downloaded mockall_derive v0.11.4 |
828 | 2023-11-16T20:31:26.941Z | Downloaded parking_lot v0.11.2 |
829 | 2023-11-16T20:31:26.958Z | Downloaded once_cell v1.18.0 |
830 | 2023-11-16T20:31:27.379Z | Downloaded rsa v0.9.2 |
831 | 2023-11-16T20:31:27.400Z | Downloaded postcard-cobs v0.1.5-pre |
832 | 2023-11-16T20:31:27.411Z | Downloaded socket2 v0.5.4 |
833 | 2023-11-16T20:31:27.422Z | Downloaded arc-swap v1.6.0 |
834 | 2023-11-16T20:31:27.430Z | Downloaded rustls-pemfile v1.0.3 |
835 | 2023-11-16T20:31:27.439Z | Downloaded itertools v0.11.0 |
836 | 2023-11-16T20:31:27.449Z | Downloaded serial_test_derive v0.10.0 |
837 | 2023-11-16T20:31:27.462Z | Downloaded diesel_table_macro_syntax v0.1.0 |
838 | 2023-11-16T20:31:27.473Z | Downloaded num-bigint v0.4.4 |
839 | 2023-11-16T20:31:27.479Z | Downloaded path-slash v0.1.5 |
840 | 2023-11-16T20:31:27.483Z | Downloaded rstest v0.18.2 |
841 | 2023-11-16T20:31:27.491Z | Downloaded rand_chacha v0.3.1 |
842 | 2023-11-16T20:31:27.503Z | Downloaded shlex v1.1.0 |
843 | 2023-11-16T20:31:27.516Z | Downloaded foreign-types-shared v0.3.1 |
844 | 2023-11-16T20:31:27.528Z | Downloaded foreign-types-macros v0.2.3 |
845 | 2023-11-16T20:31:27.542Z | Downloaded crossbeam-queue v0.3.8 |
846 | 2023-11-16T20:31:27.570Z | Downloaded float-cmp v0.9.0 |
847 | 2023-11-16T20:31:27.590Z | Downloaded zerocopy v0.3.0 |
848 | 2023-11-16T20:31:27.602Z | Downloaded ff v0.13.0 |
849 | 2023-11-16T20:31:27.612Z | Downloaded tracing-attributes v0.1.26 |
850 | 2023-11-16T20:31:27.648Z | Downloaded form_urlencoded v1.2.0 |
851 | 2023-11-16T20:31:27.672Z | Downloaded signal-hook-tokio v0.3.1 |
852 | 2023-11-16T20:31:27.695Z | Downloaded shell-words v1.1.0 |
853 | 2023-11-16T20:31:27.704Z | Downloaded serde_tokenstream v0.2.0 |
854 | 2023-11-16T20:31:27.710Z | Downloaded want v0.3.1 |
855 | 2023-11-16T20:31:27.729Z | Downloaded strum v0.25.0 |
856 | 2023-11-16T20:31:27.734Z | Downloaded strum_macros v0.25.2 |
857 | 2023-11-16T20:31:27.764Z | Downloaded futures-channel v0.3.29 |
858 | 2023-11-16T20:31:27.769Z | Downloaded openssl-macros v0.1.1 |
859 | 2023-11-16T20:31:27.774Z | Downloaded minimal-lexical v0.2.1 |
860 | 2023-11-16T20:31:27.779Z | Downloaded try-lock v0.2.4 |
861 | 2023-11-16T20:31:27.783Z | Downloaded xattr v1.0.1 |
862 | 2023-11-16T20:31:27.795Z | Downloaded rand_core v0.6.4 |
863 | 2023-11-16T20:31:27.810Z | Downloaded strum_macros v0.24.3 |
864 | 2023-11-16T20:31:27.817Z | Downloaded wait-timeout v0.2.0 |
865 | 2023-11-16T20:31:27.823Z | Downloaded vte v0.11.1 |
866 | 2023-11-16T20:31:27.827Z | Downloaded phf_shared v0.11.2 |
867 | 2023-11-16T20:31:27.837Z | Downloaded heck v0.3.3 |
868 | 2023-11-16T20:31:27.845Z | Downloaded peeking_take_while v0.1.2 |
869 | 2023-11-16T20:31:27.855Z | Downloaded unicode-bidi v0.3.13 |
870 | 2023-11-16T20:31:27.870Z | Downloaded headers v0.3.9 |
871 | 2023-11-16T20:31:27.876Z | Downloaded openssl-probe v0.1.5 |
872 | 2023-11-16T20:31:27.889Z | Downloaded rusty-fork v0.3.0 |
873 | 2023-11-16T20:31:27.909Z | Downloaded vsss-rs v3.3.1 |
874 | 2023-11-16T20:31:27.929Z | Downloaded secrecy v0.8.0 |
875 | 2023-11-16T20:31:27.951Z | Downloaded supports-color v2.1.0 |
876 | 2023-11-16T20:31:27.987Z | Downloaded parking_lot v0.12.1 |
877 | 2023-11-16T20:31:28.037Z | Downloaded parking_lot_core v0.8.6 |
878 | 2023-11-16T20:31:28.059Z | Downloaded zerocopy v0.6.4 |
879 | 2023-11-16T20:31:28.102Z | Downloaded structmeta-derive v0.2.0 |
880 | 2023-11-16T20:31:28.149Z | Downloaded parse-display v0.8.2 |
881 | 2023-11-16T20:31:28.159Z | Downloaded filetime v0.2.22 |
882 | 2023-11-16T20:31:28.181Z | Downloaded time-core v0.1.1 |
883 | 2023-11-16T20:31:28.186Z | Downloaded unicase v2.7.0 |
884 | 2023-11-16T20:31:28.207Z | Downloaded tui-tree-widget v0.13.0 |
885 | 2023-11-16T20:31:28.236Z | Downloaded unicode-xid v0.2.4 |
886 | 2023-11-16T20:31:28.278Z | Downloaded parking_lot_core v0.9.8 |
887 | 2023-11-16T20:31:28.298Z | Downloaded pkcs1 v0.7.5 |
888 | 2023-11-16T20:31:28.332Z | Downloaded fxhash v0.2.1 |
889 | 2023-11-16T20:31:28.363Z | Downloaded crucible-workspace-hack v0.1.0 |
890 | 2023-11-16T20:31:28.387Z | Downloaded similar v2.2.1 |
891 | 2023-11-16T20:31:28.406Z | Downloaded dirs-sys-next v0.1.2 |
892 | 2023-11-16T20:31:28.415Z | Downloaded deranged v0.3.8 |
893 | 2023-11-16T20:31:28.455Z | Downloaded yasna v0.5.2 |
894 | 2023-11-16T20:31:28.463Z | Downloaded difflib v0.4.0 |
895 | 2023-11-16T20:31:28.497Z | Downloaded half v1.8.2 |
896 | 2023-11-16T20:31:28.514Z | Downloaded debug-ignore v1.0.5 |
897 | 2023-11-16T20:31:28.526Z | Downloaded slog-scope v4.4.0 |
898 | 2023-11-16T20:31:28.535Z | Downloaded number_prefix v0.4.0 |
899 | 2023-11-16T20:31:28.555Z | Downloaded plotters-backend v0.3.5 |
900 | 2023-11-16T20:31:28.580Z | Downloaded pem v3.0.2 |
901 | 2023-11-16T20:31:28.591Z | Downloaded proc-macro-error v1.0.4 |
902 | 2023-11-16T20:31:28.602Z | Downloaded flagset v0.4.3 |
903 | 2023-11-16T20:31:28.635Z | Downloaded pkcs8 v0.10.2 |
904 | 2023-11-16T20:31:28.642Z | Downloaded display-error-chain v0.2.0 |
905 | 2023-11-16T20:31:28.656Z | Downloaded plotters-svg v0.3.5 |
906 | 2023-11-16T20:31:29.665Z | Downloaded tinyvec v1.6.0 |
907 | 2023-11-16T20:31:29.670Z | Downloaded phf v0.11.2 |
908 | 2023-11-16T20:31:29.673Z | Downloaded parse-display-derive v0.8.2 |
909 | 2023-11-16T20:31:29.679Z | Downloaded rand v0.4.6 |
910 | 2023-11-16T20:31:29.683Z | Downloaded num_threads v0.1.6 |
911 | 2023-11-16T20:31:29.687Z | Downloaded either v1.9.0 |
912 | 2023-11-16T20:31:29.692Z | Downloaded darling_macro v0.20.3 |
913 | 2023-11-16T20:31:29.697Z | Downloaded path-dedot v3.1.0 |
914 | 2023-11-16T20:31:29.701Z | Downloaded take_mut v0.2.2 |
915 | 2023-11-16T20:31:29.705Z | Downloaded crypto-common v0.1.6 |
916 | 2023-11-16T20:31:29.708Z | Downloaded omicron-zone-package v0.8.3 |
917 | 2023-11-16T20:31:29.712Z | Downloaded unicode-width v0.1.11 |
918 | 2023-11-16T20:31:29.719Z | Downloaded derive_builder_macro v0.12.0 |
919 | 2023-11-16T20:31:29.723Z | Downloaded structopt v0.3.26 |
920 | 2023-11-16T20:31:29.729Z | Downloaded zone_cfg_derive v0.3.0 |
921 | 2023-11-16T20:31:29.734Z | Downloaded rand_xorshift v0.3.0 |
922 | 2023-11-16T20:31:29.737Z | Downloaded threadpool v1.8.1 |
923 | 2023-11-16T20:31:29.744Z | Downloaded toml_edit v0.21.0 |
924 | 2023-11-16T20:31:29.749Z | Downloaded swrite v0.1.0 |
925 | 2023-11-16T20:31:29.753Z | Downloaded untrusted v0.9.0 |
926 | 2023-11-16T20:31:29.757Z | Downloaded der_derive v0.7.2 |
927 | 2023-11-16T20:31:29.762Z | Downloaded packed_struct v0.10.1 |
928 | 2023-11-16T20:31:29.769Z | Downloaded time-macros v0.2.13 |
929 | 2023-11-16T20:31:29.784Z | Downloaded regex-automata v0.1.10 |
930 | 2023-11-16T20:31:29.797Z | Downloaded signature v2.1.0 |
931 | 2023-11-16T20:31:29.805Z | Downloaded group v0.13.0 |
932 | 2023-11-16T20:31:29.808Z | Downloaded futures-macro v0.3.29 |
933 | 2023-11-16T20:31:29.811Z | Downloaded doc-comment v0.3.3 |
934 | 2023-11-16T20:31:29.814Z | Downloaded flate2 v1.0.28 |
935 | 2023-11-16T20:31:29.817Z | Downloaded quote v1.0.33 |
936 | 2023-11-16T20:31:29.845Z | Downloaded reqwest v0.11.22 |
937 | 2023-11-16T20:31:29.856Z | Downloaded paste v1.0.14 |
938 | 2023-11-16T20:31:29.859Z | Downloaded which v4.4.0 |
939 | 2023-11-16T20:31:29.863Z | Downloaded ucd-trie v0.1.6 |
940 | 2023-11-16T20:31:29.866Z | Downloaded signal-hook-registry v1.4.1 |
941 | 2023-11-16T20:31:29.875Z | Downloaded libxml v0.3.3 |
942 | 2023-11-16T20:31:29.884Z | Downloaded untrusted v0.7.1 |
943 | 2023-11-16T20:31:29.893Z | Downloaded serde_with v2.3.3 |
944 | 2023-11-16T20:31:29.903Z | Downloaded hashbrown v0.13.2 |
945 | 2023-11-16T20:31:29.922Z | Downloaded tinytemplate v1.2.1 |
946 | 2023-11-16T20:31:29.926Z | Downloaded getopts v0.2.21 |
947 | 2023-11-16T20:31:29.929Z | Downloaded elliptic-curve v0.13.5 |
948 | 2023-11-16T20:31:29.933Z | Downloaded subprocess v0.2.9 |
949 | 2023-11-16T20:31:29.936Z | Downloaded prettyplease v0.2.12 |
950 | 2023-11-16T20:31:29.939Z | Downloaded regex-syntax v0.6.29 |
951 | 2023-11-16T20:31:29.942Z | Downloaded darling v0.20.3 |
952 | 2023-11-16T20:31:29.945Z | Downloaded pretty_assertions v1.4.0 |
953 | 2023-11-16T20:31:29.951Z | Downloaded pin-project v1.1.3 |
954 | 2023-11-16T20:31:29.954Z | Downloaded tungstenite v0.18.0 |
955 | 2023-11-16T20:31:29.957Z | Downloaded der v0.7.8 |
956 | 2023-11-16T20:31:29.961Z | Downloaded unicode-segmentation v1.10.1 |
957 | 2023-11-16T20:31:29.970Z | Downloaded salty v0.2.0 |
958 | 2023-11-16T20:31:29.976Z | Downloaded trust-dns-resolver v0.22.0 |
959 | 2023-11-16T20:31:29.980Z | Downloaded rand v0.8.5 |
960 | 2023-11-16T20:31:29.985Z | Downloaded serde v1.0.192 |
961 | 2023-11-16T20:31:29.992Z | Downloaded serde_json v1.0.108 |
962 | 2023-11-16T20:31:30.000Z | Downloaded hashbrown v0.12.3 |
963 | 2023-11-16T20:31:30.005Z | Downloaded unicode-normalization v0.1.22 |
964 | 2023-11-16T20:31:30.011Z | Downloaded rayon v1.8.0 |
965 | 2023-11-16T20:31:30.019Z | Downloaded plotters v0.3.5 |
966 | 2023-11-16T20:31:30.026Z | Downloaded petgraph v0.6.4 |
967 | 2023-11-16T20:31:30.034Z | Downloaded time v0.3.27 |
968 | 2023-11-16T20:31:30.045Z | Downloaded regex v1.10.2 |
969 | 2023-11-16T20:31:30.050Z | Downloaded webpki-roots v0.25.2 |
970 | 2023-11-16T20:31:30.054Z | Downloaded quick-xml v0.23.1 |
971 | 2023-11-16T20:31:30.057Z | Downloaded proptest v1.3.1 |
972 | 2023-11-16T20:31:30.060Z | Downloaded object v0.30.4 |
973 | 2023-11-16T20:31:30.063Z | Downloaded sled v0.34.7 |
974 | 2023-11-16T20:31:30.067Z | Downloaded vcpkg v0.2.15 |
975 | 2023-11-16T20:31:30.071Z | Downloaded diesel v2.1.3 |
976 | 2023-11-16T20:31:30.074Z | Downloaded gimli v0.28.0 |
977 | 2023-11-16T20:31:30.077Z | Downloaded rustix v0.38.9 |
978 | 2023-11-16T20:31:30.081Z | Downloaded zerocopy-derive v0.6.4 |
979 | 2023-11-16T20:31:30.086Z | Downloaded curve25519-dalek v4.1.0 |
980 | 2023-11-16T20:31:30.090Z | Downloaded openssl v0.10.57 |
981 | 2023-11-16T20:31:30.094Z | Downloaded openapiv3 v2.0.0-rc.1 |
982 | 2023-11-16T20:31:30.097Z | Downloaded sha3 v0.10.8 |
983 | 2023-11-16T20:31:30.102Z | Downloaded zerocopy-derive v0.2.0 |
984 | 2023-11-16T20:31:30.105Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
985 | 2023-11-16T20:31:30.108Z | Downloaded regex-automata v0.3.8 |
986 | 2023-11-16T20:31:30.112Z | Downloaded tokio v1.33.0 |
987 | 2023-11-16T20:31:30.115Z | Downloaded libc v0.2.150 |
988 | 2023-11-16T20:31:30.118Z | Downloaded encoding_rs v0.8.33 |
989 | 2023-11-16T20:31:30.122Z | Downloaded bstr v1.6.0 |
990 | 2023-11-16T20:31:30.125Z | Downloaded rustix v0.37.23 |
991 | 2023-11-16T20:31:30.128Z | Downloaded regex-automata v0.4.3 |
992 | 2023-11-16T20:31:30.131Z | Downloaded radix_trie v0.2.1 |
993 | 2023-11-16T20:31:30.135Z | Downloaded regex-syntax v0.8.2 |
994 | 2023-11-16T20:31:30.138Z | Downloaded polar-core v0.27.0 |
995 | 2023-11-16T20:31:30.142Z | Downloaded syn v1.0.109 |
996 | 2023-11-16T20:31:30.145Z | Downloaded object v0.32.1 |
997 | 2023-11-16T20:31:30.148Z | Downloaded rustls v0.21.8 |
998 | 2023-11-16T20:31:30.151Z | Downloaded bstr v0.2.17 |
999 | 2023-11-16T20:31:30.154Z | Downloaded tabled v0.14.0 |
1000 | 2023-11-16T20:31:30.158Z | Downloaded ring v0.16.20 |
1001 | 2023-11-16T20:31:30.166Z | Downloaded ring v0.17.5 |
1002 | 2023-11-16T20:31:30.181Z | Downloaded smoltcp v0.9.1 |
1003 | 2023-11-16T20:31:30.184Z | Downloaded smoltcp v0.8.2 |
1004 | 2023-11-16T20:31:30.187Z | Downloaded rustls-webpki v0.101.7 |
1005 | 2023-11-16T20:31:30.193Z | Downloaded crc32fast v1.3.2 |
1006 | 2023-11-16T20:31:30.200Z | Downloaded cancel-safe-futures v0.1.5 |
1007 | 2023-11-16T20:31:30.212Z | Downloaded ratatui v0.23.0 |
1008 | 2023-11-16T20:31:30.229Z | Downloaded idna v0.2.3 |
1009 | 2023-11-16T20:31:30.240Z | Downloaded crossbeam v0.8.2 |
1010 | 2023-11-16T20:31:30.244Z | Downloaded chrono v0.4.31 |
1011 | 2023-11-16T20:31:30.247Z | Downloaded bit-vec v0.6.3 |
1012 | 2023-11-16T20:31:30.250Z | Downloaded num-bigint-dig v0.8.4 |
1013 | 2023-11-16T20:31:30.254Z | Downloaded h2 v0.3.21 |
1014 | 2023-11-16T20:31:30.257Z | Downloaded portable-atomic v1.4.3 |
1015 | 2023-11-16T20:31:30.260Z | Downloaded regex-syntax v0.7.5 |
1016 | 2023-11-16T20:31:30.263Z | Downloaded bitvec v1.0.1 |
1017 | 2023-11-16T20:31:30.267Z | Downloaded x509-cert v0.2.4 |
1018 | 2023-11-16T20:31:30.270Z | Downloaded hyper v0.14.27 |
1019 | 2023-11-16T20:31:30.273Z | Downloaded openapiv3 v1.0.3 |
1020 | 2023-11-16T20:31:30.276Z | Downloaded clap v2.34.0 |
1021 | 2023-11-16T20:31:30.279Z | Downloaded crossterm v0.27.0 |
1022 | 2023-11-16T20:31:30.282Z | Downloaded tough v0.14.0 |
1023 | 2023-11-16T20:31:30.285Z | Downloaded winnow v0.5.15 |
1024 | 2023-11-16T20:31:30.289Z | Downloaded bindgen v0.65.1 |
1025 | 2023-11-16T20:31:30.292Z | Downloaded reedline v0.25.0 |
1026 | 2023-11-16T20:31:30.295Z | Downloaded futures-util v0.3.29 |
1027 | 2023-11-16T20:31:30.299Z | Downloaded darling_core v0.20.3 |
1028 | 2023-11-16T20:31:30.302Z | Downloaded trust-dns-server v0.22.1 |
1029 | 2023-11-16T20:31:30.305Z | Downloaded heapless v0.7.16 |
1030 | 2023-11-16T20:31:30.309Z | Downloaded hashbrown v0.14.2 |
1031 | 2023-11-16T20:31:30.312Z | Downloaded hkdf v0.12.3 |
1032 | 2023-11-16T20:31:30.315Z | Downloaded steno v0.4.0 |
1033 | 2023-11-16T20:31:30.318Z | Downloaded serde_derive v1.0.192 |
1034 | 2023-11-16T20:31:30.321Z | Downloaded tungstenite v0.20.1 |
1035 | 2023-11-16T20:31:30.324Z | Downloaded nom v7.1.3 |
1036 | 2023-11-16T20:31:30.328Z | Downloaded tar v0.4.40 |
1037 | 2023-11-16T20:31:30.331Z | Downloaded derive-where v1.2.5 |
1038 | 2023-11-16T20:31:30.334Z | Downloaded digest v0.10.7 |
1039 | 2023-11-16T20:31:30.339Z | Downloaded slog v2.7.0 |
1040 | 2023-11-16T20:31:30.342Z | Downloaded derive_more v0.99.17 |
1041 | 2023-11-16T20:31:30.345Z | Downloaded itertools v0.10.5 |
1042 | 2023-11-16T20:31:30.348Z | Downloaded term v0.7.0 |
1043 | 2023-11-16T20:31:30.351Z | Downloaded flume v0.11.0 |
1044 | 2023-11-16T20:31:30.354Z | Downloaded proc-macro-crate v1.3.1 |
1045 | 2023-11-16T20:31:30.357Z | Downloaded globset v0.4.13 |
1046 | 2023-11-16T20:31:30.360Z | Downloaded unicode-linebreak v0.1.5 |
1047 | 2023-11-16T20:31:30.364Z | Downloaded sct v0.7.0 |
1048 | 2023-11-16T20:31:30.367Z | Downloaded quick-error v1.2.3 |
1049 | 2023-11-16T20:31:30.370Z | Downloaded proc-macro-error-attr v1.0.4 |
1050 | 2023-11-16T20:31:30.373Z | Downloaded dyn-clone v1.0.13 |
1051 | 2023-11-16T20:31:30.376Z | Downloaded pest_generator v2.7.2 |
1052 | 2023-11-16T20:31:30.379Z | Downloaded sha2 v0.10.8 |
1053 | 2023-11-16T20:31:30.383Z | Downloaded password-hash v0.5.0 |
1054 | 2023-11-16T20:31:30.386Z | Downloaded getrandom v0.2.10 |
1055 | 2023-11-16T20:31:30.389Z | Downloaded crossbeam-utils v0.8.16 |
1056 | 2023-11-16T20:31:30.392Z | Downloaded rstest_macros v0.18.2 |
1057 | 2023-11-16T20:31:30.395Z | Downloaded funty v2.0.0 |
1058 | 2023-11-16T20:31:30.398Z | Downloaded pin-project-lite v0.2.13 |
1059 | 2023-11-16T20:31:30.402Z | Downloaded diff v0.1.13 |
1060 | 2023-11-16T20:31:30.405Z | Downloaded diesel_derives v2.1.1 |
1061 | 2023-11-16T20:31:30.408Z | Downloaded rayon-core v1.12.0 |
1062 | 2023-11-16T20:31:30.411Z | Downloaded owo-colors v3.5.0 |
1063 | 2023-11-16T20:31:30.414Z | Downloaded pest v2.7.2 |
1064 | 2023-11-16T20:31:30.417Z | Downloaded expectorate v1.1.0 |
1065 | 2023-11-16T20:31:30.420Z | Downloaded toml_edit v0.19.15 |
1066 | 2023-11-16T20:31:30.423Z | Downloaded libm v0.2.7 |
1067 | 2023-11-16T20:31:30.428Z | Downloaded hash32 v0.2.1 |
1068 | 2023-11-16T20:31:30.431Z | Downloaded similar-asserts v1.5.0 |
1069 | 2023-11-16T20:31:30.434Z | Downloaded proc-macro2 v1.0.69 |
1070 | 2023-11-16T20:31:30.437Z | Downloaded typenum v1.16.0 |
1071 | 2023-11-16T20:31:30.440Z | Downloaded darling_core v0.14.4 |
1072 | 2023-11-16T20:31:30.443Z | Downloaded platforms v3.0.2 |
1073 | 2023-11-16T20:31:30.447Z | Downloaded crypto-bigint v0.5.2 |
1074 | 2023-11-16T20:31:30.452Z | Downloaded url v2.4.1 |
1075 | 2023-11-16T20:31:30.455Z | Downloaded uuid v1.5.0 |
1076 | 2023-11-16T20:31:30.459Z | Downloaded test-strategy v0.3.1 |
1077 | 2023-11-16T20:31:30.462Z | Downloaded regress v0.7.1 |
1078 | 2023-11-16T20:31:30.465Z | Downloaded tap v1.0.1 |
1079 | 2023-11-16T20:31:30.468Z | Downloaded pretty-hex v0.3.0 |
1080 | 2023-11-16T20:31:30.479Z | Downloaded tabled_derive v0.6.0 |
1081 | 2023-11-16T20:31:30.898Z | Downloaded darling v0.14.4 |
1082 | 2023-11-16T20:31:30.901Z | Downloaded pin-utils v0.1.0 |
1083 | 2023-11-16T20:31:30.904Z | Downloaded generic-array v0.14.7 |
1084 | 2023-11-16T20:31:30.907Z | Downloaded pem v1.1.1 |
1085 | 2023-11-16T20:31:30.910Z | Downloaded same-file v1.0.6 |
1086 | 2023-11-16T20:31:30.913Z | Downloaded openssl-sys v0.9.93 |
1087 | 2023-11-16T20:31:30.916Z | Downloaded glob v0.3.1 |
1088 | 2023-11-16T20:31:30.920Z | Downloaded trybuild v1.0.85 |
1089 | 2023-11-16T20:31:30.923Z | Downloaded slog-stdlog v4.1.1 |
1090 | 2023-11-16T20:31:30.927Z | Downloaded curve25519-dalek-derive v0.1.0 |
1091 | 2023-11-16T20:31:30.930Z | Downloaded idna v0.4.0 |
1092 | 2023-11-16T20:31:30.933Z | Downloaded ed25519 v1.5.3 |
1093 | 2023-11-16T20:31:30.936Z | Downloaded data-encoding v2.4.0 |
1094 | 2023-11-16T20:31:30.939Z | Downloaded whoami v1.4.1 |
1095 | 2023-11-16T20:31:30.943Z | Downloaded tracing v0.1.37 |
1096 | 2023-11-16T20:31:30.946Z | Downloaded tokio-postgres v0.7.10 |
1097 | 2023-11-16T20:31:30.949Z | Downloaded crossbeam-channel v0.5.8 |
1098 | 2023-11-16T20:31:30.953Z | Downloaded usdt v0.3.5 |
1099 | 2023-11-16T20:31:30.956Z | Downloaded derive_builder_core v0.12.0 |
1100 | 2023-11-16T20:31:30.959Z | Downloaded derive_builder v0.12.0 |
1101 | 2023-11-16T20:31:30.963Z | Downloaded ryu v1.0.15 |
1102 | 2023-11-16T20:31:30.966Z | Downloaded unarray v0.1.4 |
1103 | 2023-11-16T20:31:30.969Z | Downloaded universal-hash v0.5.1 |
1104 | 2023-11-16T20:31:30.972Z | Downloaded poly1305 v0.8.0 |
1105 | 2023-11-16T20:31:30.975Z | Downloaded serial_test v0.10.0 |
1106 | 2023-11-16T20:31:30.979Z | Downloaded tiny-keccak v2.0.2 |
1107 | 2023-11-16T20:31:30.983Z | Downloaded futures-sink v0.3.29 |
1108 | 2023-11-16T20:31:30.986Z | Downloaded slog-bunyan v2.4.0 |
1109 | 2023-11-16T20:31:30.989Z | Downloaded pin-project-internal v1.1.3 |
1110 | 2023-11-16T20:31:30.992Z | Downloaded partial-io v0.5.4 |
1111 | 2023-11-16T20:31:30.995Z | Downloaded dashmap v5.5.1 |
1112 | 2023-11-16T20:31:30.998Z | Downloaded snafu v0.7.5 |
1113 | 2023-11-16T20:31:31.001Z | Downloaded tracing-core v0.1.31 |
1114 | 2023-11-16T20:31:31.005Z | Downloaded syn v2.0.32 |
1115 | 2023-11-16T20:31:31.008Z | Downloaded r2d2 v0.8.10 |
1116 | 2023-11-16T20:31:31.013Z | Downloaded postgres-protocol v0.6.6 |
1117 | 2023-11-16T20:31:31.016Z | Downloaded serde_yaml v0.9.25 |
1118 | 2023-11-16T20:31:31.019Z | Downloaded rcgen v0.11.3 |
1119 | 2023-11-16T20:31:31.023Z | Downloaded dirs-next v2.0.0 |
1120 | 2023-11-16T20:31:31.026Z | Downloaded crunchy v0.2.2 |
1121 | 2023-11-16T20:31:31.033Z | Downloaded wyz v0.5.1 |
1122 | 2023-11-16T20:31:31.036Z | Downloaded pkg-config v0.3.27 |
1123 | 2023-11-16T20:31:31.039Z | Downloaded futures v0.3.29 |
1124 | 2023-11-16T20:31:31.042Z | Downloaded mio v0.8.8 |
1125 | 2023-11-16T20:31:31.045Z | Downloaded fixedbitset v0.4.2 |
1126 | 2023-11-16T20:31:31.049Z | Downloaded slog-async v2.8.0 |
1127 | 2023-11-16T20:31:31.052Z | Downloaded lalrpop v0.19.12 |
1128 | 2023-11-16T20:31:31.056Z | Downloaded rust-argon2 v1.0.1 |
1129 | 2023-11-16T20:31:31.060Z | Downloaded unicode-ident v1.0.12 |
1130 | 2023-11-16T20:31:31.063Z | Downloaded slog-dtrace v0.2.3 |
1131 | 2023-11-16T20:31:31.066Z | Downloaded serde_with_macros v2.3.3 |
1132 | 2023-11-16T20:31:31.069Z | Downloaded smallvec v1.11.0 |
1133 | 2023-11-16T20:31:31.073Z | Downloaded futures-io v0.3.29 |
1134 | 2023-11-16T20:31:31.077Z | Downloaded structopt-derive v0.4.18 |
1135 | 2023-11-16T20:31:31.080Z | Downloaded strsim v0.10.0 |
1136 | 2023-11-16T20:31:31.084Z | Downloaded slog-json v2.6.1 |
1137 | 2023-11-16T20:31:31.087Z | Downloaded datatest-stable v0.2.3 |
1138 | 2023-11-16T20:31:31.091Z | Downloaded subtle v2.5.0 |
1139 | 2023-11-16T20:31:31.094Z | Downloaded unsafe-libyaml v0.2.9 |
1140 | 2023-11-16T20:31:31.097Z | Downloaded thiserror-impl-no-std v2.0.2 |
1141 | 2023-11-16T20:31:31.122Z | Downloaded signature v1.6.4 |
1142 | 2023-11-16T20:31:31.125Z | Downloaded stringprep v0.1.3 |
1143 | 2023-11-16T20:31:31.129Z | Downloaded futures-executor v0.3.29 |
1144 | 2023-11-16T20:31:31.132Z | Downloaded semver-parser v0.10.2 |
1145 | 2023-11-16T20:31:31.135Z | Downloaded predicates v2.1.5 |
1146 | 2023-11-16T20:31:31.138Z | Downloaded walkdir v2.4.0 |
1147 | 2023-11-16T20:31:31.143Z | Downloaded serde_derive_internals v0.26.0 |
1148 | 2023-11-16T20:31:31.146Z | Downloaded usdt-impl v0.3.5 |
1149 | 2023-11-16T20:31:31.149Z | Downloaded tempfile v3.8.0 |
1150 | 2023-11-16T20:31:31.152Z | Downloaded schemars v0.8.13 |
1151 | 2023-11-16T20:31:31.155Z | Downloaded path-absolutize v3.1.0 |
1152 | 2023-11-16T20:31:31.159Z | Downloaded darling_macro v0.14.4 |
1153 | 2023-11-16T20:31:31.162Z | Downloaded cstr-argument v0.1.2 |
1154 | 2023-11-16T20:31:31.165Z | Downloaded memchr v2.6.3 |
1155 | 2023-11-16T20:31:31.168Z | Downloaded ref-cast-impl v1.0.20 |
1156 | 2023-11-16T20:31:31.171Z | Downloaded futures-core v0.3.29 |
1157 | 2023-11-16T20:31:31.175Z | Downloaded semver v0.11.0 |
1158 | 2023-11-16T20:31:31.178Z | Downloaded fatfs v0.3.6 |
1159 | 2023-11-16T20:31:31.181Z | Downloaded textwrap v0.16.0 |
1160 | 2023-11-16T20:31:31.185Z | Downloaded oso v0.27.0 |
1161 | 2023-11-16T20:31:31.189Z | Downloaded snafu-derive v0.7.5 |
1162 | 2023-11-16T20:31:31.192Z | Downloaded vec_map v0.8.2 |
1163 | 2023-11-16T20:31:31.196Z | Downloaded usdt-macro v0.3.5 |
1164 | 2023-11-16T20:31:31.199Z | Downloaded utf-8 v0.7.6 |
1165 | 2023-11-16T20:31:31.203Z | Downloaded stable_deref_trait v1.2.0 |
1166 | 2023-11-16T20:31:31.207Z | Downloaded criterion v0.5.1 |
1167 | 2023-11-16T20:31:31.210Z | Downloaded spki v0.7.2 |
1168 | 2023-11-16T20:31:31.214Z | Downloaded smf v0.2.2 |
1169 | 2023-11-16T20:31:31.217Z | Downloaded backtrace v0.3.69 |
1170 | 2023-11-16T20:31:31.221Z | Downloaded version_check v0.9.4 |
1171 | 2023-11-16T20:31:31.225Z | Downloaded static_assertions v1.1.0 |
1172 | 2023-11-16T20:31:31.228Z | Downloaded tokio-stream v0.1.14 |
1173 | 2023-11-16T20:31:31.234Z | Downloaded is-terminal v0.4.9 |
1174 | 2023-11-16T20:31:31.237Z | Downloaded io-lifetimes v1.0.11 |
1175 | 2023-11-16T20:31:31.241Z | Downloaded fragile v2.0.0 |
1176 | 2023-11-16T20:31:31.244Z | Downloaded structmeta v0.2.0 |
1177 | 2023-11-16T20:31:31.247Z | Downloaded futures-task v0.3.29 |
1178 | 2023-11-16T20:31:31.252Z | Downloaded termcolor v1.2.0 |
1179 | 2023-11-16T20:31:31.256Z | Downloaded rustfmt-wrapper v0.2.0 |
1180 | 2023-11-16T20:31:31.259Z | Downloaded postgres-types v0.2.6 |
1181 | 2023-11-16T20:31:31.264Z | Downloaded serde_path_to_error v0.1.14 |
1182 | 2023-11-16T20:31:31.268Z | Downloaded percent-encoding v2.3.0 |
1183 | 2023-11-16T20:31:31.273Z | Downloaded ppv-lite86 v0.2.17 |
1184 | 2023-11-16T20:31:31.277Z | Downloaded rustversion v1.0.14 |
1185 | 2023-11-16T20:31:31.281Z | Downloaded kstat-rs v0.2.3 |
1186 | 2023-11-16T20:31:31.285Z | Downloaded indicatif v0.17.7 |
1187 | 2023-11-16T20:31:31.290Z | Downloaded precomputed-hash v0.1.1 |
1188 | 2023-11-16T20:31:31.294Z | Downloaded vte_generate_state_changes v0.1.1 |
1189 | 2023-11-16T20:31:31.299Z | Downloaded crc-any v2.4.3 |
1190 | 2023-11-16T20:31:31.304Z | Downloaded schemars_derive v0.8.13 |
1191 | 2023-11-16T20:31:31.308Z | Downloaded smallvec v0.6.14 |
1192 | 2023-11-16T20:31:31.312Z | Downloaded ron v0.8.1 |
1193 | 2023-11-16T20:31:31.316Z | Downloaded foreign-types-shared v0.1.1 |
1194 | 2023-11-16T20:31:31.321Z | Downloaded fnv v1.0.7 |
1195 | 2023-11-16T20:31:31.326Z | Downloaded waitgroup v0.1.2 |
1196 | 2023-11-16T20:31:31.331Z | Downloaded tempdir v0.3.7 |
1197 | 2023-11-16T20:31:31.336Z | Downloaded terminal_size v0.2.6 |
1198 | 2023-11-16T20:31:31.341Z | Downloaded rpassword v7.2.0 |
1199 | 2023-11-16T20:31:31.362Z | Downloaded const-oid v0.9.5 |
1200 | 2023-11-16T20:31:31.370Z | Downloaded clap_builder v4.4.2 |
1201 | 2023-11-16T20:31:31.377Z | Downloaded md-5 v0.10.5 |
1202 | 2023-11-16T20:31:31.383Z | Downloaded string_cache v0.8.7 |
1203 | 2023-11-16T20:31:31.389Z | Downloaded oorandom v11.1.3 |
1204 | 2023-11-16T20:31:31.396Z | Downloaded memoffset v0.7.1 |
1205 | 2023-11-16T20:31:31.403Z | Downloaded yansi v0.5.1 |
1206 | 2023-11-16T20:31:31.411Z | Downloaded semver v0.1.20 |
1207 | 2023-11-16T20:31:31.417Z | Downloaded utf8parse v0.2.1 |
1208 | 2023-11-16T20:31:31.421Z | Downloaded usdt-attr-macro v0.3.5 |
1209 | 2023-11-16T20:31:31.427Z | Downloaded strip-ansi-escapes v0.2.0 |
1210 | 2023-11-16T20:31:31.434Z | Downloaded predicates-tree v1.0.9 |
1211 | 2023-11-16T20:31:31.439Z | Downloaded serde_urlencoded v0.7.1 |
1212 | 2023-11-16T20:31:31.445Z | Downloaded serde-big-array v0.5.1 |
1213 | 2023-11-16T20:31:31.860Z | Downloaded serde-big-array v0.4.1 |
1214 | 2023-11-16T20:31:31.864Z | Downloaded scheduled-thread-pool v0.2.7 |
1215 | 2023-11-16T20:31:31.868Z | Downloaded foreign-types v0.3.2 |
1216 | 2023-11-16T20:31:31.900Z | Downloaded slog-term v2.9.0 |
1217 | 2023-11-16T20:31:31.905Z | Downloaded phf_shared v0.10.0 |
1218 | 2023-11-16T20:31:31.912Z | Downloaded headers-core v0.2.0 |
1219 | 2023-11-16T20:31:31.917Z | Downloaded postcard v0.7.3 |
1220 | 2023-11-16T20:31:31.922Z | Downloaded termios v0.3.3 |
1221 | 2023-11-16T20:31:31.926Z | Downloaded tinyvec_macros v0.1.1 |
1222 | 2023-11-16T20:31:31.931Z | Downloaded num-traits v0.2.16 |
1223 | 2023-11-16T20:31:31.937Z | Downloaded httptest v0.15.5 |
1224 | 2023-11-16T20:31:31.943Z | Downloaded oso-derive v0.27.0 |
1225 | 2023-11-16T20:31:31.948Z | Downloaded ref-cast v1.0.20 |
1226 | 2023-11-16T20:31:31.955Z | Downloaded semver v1.0.20 |
1227 | 2023-11-16T20:31:31.960Z | Downloaded hubpack_derive v0.1.1 |
1228 | 2023-11-16T20:31:31.971Z | Downloaded strsim v0.8.0 |
1229 | 2023-11-16T20:31:31.976Z | Downloaded pretty-hex v0.2.1 |
1230 | 2023-11-16T20:31:31.987Z | Downloaded slab v0.4.9 |
1231 | 2023-11-16T20:31:31.992Z | Downloaded siphasher v0.3.11 |
1232 | 2023-11-16T20:31:31.998Z | Downloaded serde_tokenstream v0.1.7 |
1233 | 2023-11-16T20:31:32.013Z | Downloaded fs-err v2.9.0 |
1234 | 2023-11-16T20:31:32.016Z | Downloaded trust-dns-proto v0.22.0 |
1235 | 2023-11-16T20:31:32.019Z | Downloaded slog-envlogger v2.2.0 |
1236 | 2023-11-16T20:31:32.022Z | Downloaded num_enum v0.5.11 |
1237 | 2023-11-16T20:31:32.025Z | Downloaded indexmap v1.9.3 |
1238 | 2023-11-16T20:31:32.028Z | Downloaded chacha20poly1305 v0.10.1 |
1239 | 2023-11-16T20:31:32.031Z | Downloaded console v0.15.7 |
1240 | 2023-11-16T20:31:32.034Z | Downloaded clang-sys v1.6.1 |
1241 | 2023-11-16T20:31:32.037Z | Downloaded radium v0.7.0 |
1242 | 2023-11-16T20:31:32.041Z | Downloaded keccak v0.1.4 |
1243 | 2023-11-16T20:31:32.044Z | Downloaded num-integer v0.1.45 |
1244 | 2023-11-16T20:31:32.047Z | Downloaded macaddr v1.0.1 |
1245 | 2023-11-16T20:31:32.050Z | Downloaded rustls-native-certs v0.6.3 |
1246 | 2023-11-16T20:31:32.053Z | Downloaded linear-map v1.2.0 |
1247 | 2023-11-16T20:31:32.057Z | Downloaded indoc v1.0.9 |
1248 | 2023-11-16T20:31:32.060Z | Downloaded hmac v0.12.1 |
1249 | 2023-11-16T20:31:32.064Z | Downloaded ciborium v0.2.1 |
1250 | 2023-11-16T20:31:32.067Z | Downloaded tokio-rustls v0.24.1 |
1251 | 2023-11-16T20:31:32.070Z | Downloaded signal-hook-mio v0.2.3 |
1252 | 2023-11-16T20:31:32.073Z | Downloaded signal-hook v0.3.17 |
1253 | 2023-11-16T20:31:32.076Z | Downloaded maybe-uninit v2.0.0 |
1254 | 2023-11-16T20:31:32.080Z | Downloaded lazycell v1.3.0 |
1255 | 2023-11-16T20:31:32.090Z | Downloaded papergrid v0.10.0 |
1256 | 2023-11-16T20:31:32.098Z | Downloaded crossbeam-epoch v0.9.15 |
1257 | 2023-11-16T20:31:32.108Z | Downloaded fastrand v2.0.0 |
1258 | 2023-11-16T20:31:32.117Z | Downloaded num-derive v0.4.0 |
1259 | 2023-11-16T20:31:32.120Z | Downloaded pest_meta v2.7.2 |
1260 | 2023-11-16T20:31:32.123Z | Downloaded pest_derive v2.7.2 |
1261 | 2023-11-16T20:31:32.127Z | Downloaded num-rational v0.4.1 |
1262 | 2023-11-16T20:31:32.130Z | Downloaded packed_struct_codegen v0.10.1 |
1263 | 2023-11-16T20:31:32.134Z | Downloaded thread_local v1.1.7 |
1264 | 2023-11-16T20:31:32.137Z | Downloaded num-complex v0.4.4 |
1265 | 2023-11-16T20:31:32.155Z | Downloaded multer v2.1.0 |
1266 | 2023-11-16T20:31:32.158Z | Downloaded memoffset v0.9.0 |
1267 | 2023-11-16T20:31:32.162Z | Downloaded inout v0.1.3 |
1268 | 2023-11-16T20:31:32.165Z | Downloaded indoc v2.0.3 |
1269 | 2023-11-16T20:31:32.168Z | Downloaded hyper-staticfile v0.9.5 |
1270 | 2023-11-16T20:31:32.171Z | Downloaded http-body v0.4.5 |
1271 | 2023-11-16T20:31:32.175Z | Downloaded hex-literal v0.4.1 |
1272 | 2023-11-16T20:31:32.178Z | Downloaded cipher v0.4.4 |
1273 | 2023-11-16T20:31:32.181Z | Downloaded bb8 v0.8.1 |
1274 | 2023-11-16T20:31:32.186Z | Downloaded resolv-conf v0.7.0 |
1275 | 2023-11-16T20:31:32.189Z | Downloaded fd-lock v3.0.13 |
1276 | 2023-11-16T20:31:32.193Z | Downloaded lalrpop-util v0.19.12 |
1277 | 2023-11-16T20:31:32.196Z | Downloaded cpufeatures v0.2.9 |
1278 | 2023-11-16T20:31:32.199Z | Downloaded zeroize_derive v1.4.2 |
1279 | 2023-11-16T20:31:32.204Z | Downloaded remove_dir_all v0.5.3 |
1280 | 2023-11-16T20:31:32.207Z | Downloaded hyper-rustls v0.24.2 |
1281 | 2023-11-16T20:31:32.210Z | Downloaded toml v0.7.8 |
1282 | 2023-11-16T20:31:32.215Z | Downloaded socket2 v0.4.9 |
1283 | 2023-11-16T20:31:32.219Z | Downloaded base64 v0.21.5 |
1284 | 2023-11-16T20:31:32.222Z | Downloaded errno v0.3.2 |
1285 | 2023-11-16T20:31:32.227Z | Downloaded ena v0.14.2 |
1286 | 2023-11-16T20:31:32.230Z | Downloaded topological-sort v0.2.2 |
1287 | 2023-11-16T20:31:32.233Z | Downloaded cargo_toml v0.17.0 |
1288 | 2023-11-16T20:31:32.237Z | Downloaded sha1 v0.10.6 |
1289 | 2023-11-16T20:31:32.244Z | Downloaded nibble_vec v0.1.0 |
1290 | 2023-11-16T20:31:32.257Z | Downloaded ipnet v2.8.0 |
1291 | 2023-11-16T20:31:32.261Z | Downloaded argon2 v0.5.2 |
1292 | 2023-11-16T20:31:32.264Z | Downloaded assert_cmd v2.0.12 |
1293 | 2023-11-16T20:31:32.268Z | Downloaded enum-as-inner v0.5.1 |
1294 | 2023-11-16T20:31:32.271Z | Downloaded rtoolbox v0.0.1 |
1295 | 2023-11-16T20:31:32.274Z | Downloaded http-range v0.1.5 |
1296 | 2023-11-16T20:31:32.277Z | Downloaded cookie v0.16.2 |
1297 | 2023-11-16T20:31:32.281Z | Downloaded arrayvec v0.7.4 |
1298 | 2023-11-16T20:31:32.284Z | Downloaded anstyle-parse v0.2.1 |
1299 | 2023-11-16T20:31:32.287Z | Downloaded bitflags v2.4.0 |
1300 | 2023-11-16T20:31:32.290Z | Downloaded rustc_version v0.4.0 |
1301 | 2023-11-16T20:31:32.293Z | Downloaded rustc-demangle v0.1.23 |
1302 | 2023-11-16T20:31:32.296Z | Downloaded predicates v3.0.4 |
1303 | 2023-11-16T20:31:32.299Z | Downloaded blake2b_simd v1.0.1 |
1304 | 2023-11-16T20:31:32.302Z | Downloaded httparse v1.8.0 |
1305 | 2023-11-16T20:31:32.305Z | Downloaded clap v4.4.3 |
1306 | 2023-11-16T20:31:32.308Z | Downloaded anes v0.1.6 |
1307 | 2023-11-16T20:31:32.316Z | Downloaded num_enum_derive v0.5.11 |
1308 | 2023-11-16T20:31:32.319Z | Downloaded newtype_derive v0.1.6 |
1309 | 2023-11-16T20:31:32.322Z | Downloaded new_debug_unreachable v1.0.4 |
1310 | 2023-11-16T20:31:32.327Z | Downloaded is_ci v1.1.1 |
1311 | 2023-11-16T20:31:32.330Z | Downloaded dof v0.1.5 |
1312 | 2023-11-16T20:31:32.333Z | Downloaded thiserror v1.0.49 |
1313 | 2023-11-16T20:31:32.336Z | Downloaded serde_plain v1.0.2 |
1314 | 2023-11-16T20:31:32.339Z | Downloaded lazy_static v1.4.0 |
1315 | 2023-11-16T20:31:32.342Z | Downloaded predicates-core v1.0.6 |
1316 | 2023-11-16T20:31:32.345Z | Downloaded toml_datetime v0.6.5 |
1317 | 2023-11-16T20:31:32.348Z | Downloaded mime v0.3.17 |
1318 | 2023-11-16T20:31:32.351Z | Downloaded cc v1.0.83 |
1319 | 2023-11-16T20:31:32.354Z | Downloaded cast v0.3.0 |
1320 | 2023-11-16T20:31:32.357Z | Downloaded impl-trait-for-tuples v0.2.2 |
1321 | 2023-11-16T20:31:32.360Z | Downloaded normalize-line-endings v0.3.0 |
1322 | 2023-11-16T20:31:32.363Z | Downloaded dtrace-parser v0.1.14 |
1323 | 2023-11-16T20:31:32.366Z | Downloaded rustc_version v0.1.7 |
1324 | 2023-11-16T20:31:32.375Z | Downloaded rustc-hash v1.1.0 |
1325 | 2023-11-16T20:31:32.378Z | Downloaded ipnetwork v0.20.0 |
1326 | 2023-11-16T20:31:32.385Z | Downloaded hubpack v0.1.2 |
1327 | 2023-11-16T20:31:32.388Z | Downloaded crc-catalog v2.2.0 |
1328 | 2023-11-16T20:31:32.391Z | Downloaded corncobs v0.1.3 |
1329 | 2023-11-16T20:31:32.395Z | Downloaded backoff v0.4.0 |
1330 | 2023-11-16T20:31:32.398Z | Downloaded ansi_term v0.12.1 |
1331 | 2023-11-16T20:31:32.401Z | Downloaded tokio-util v0.7.10 |
1332 | 2023-11-16T20:31:32.405Z | Downloaded cargo_metadata v0.18.0 |
1333 | 2023-11-16T20:31:32.408Z | Downloaded camino-tempfile v1.0.2 |
1334 | 2023-11-16T20:31:32.411Z | Downloaded buf-list v1.0.3 |
1335 | 2023-11-16T20:31:32.416Z | Downloaded toml v0.8.8 |
1336 | 2023-11-16T20:31:32.420Z | Downloaded maplit v1.0.2 |
1337 | 2023-11-16T20:31:32.423Z | Downloaded managed v0.8.0 |
1338 | 2023-11-16T20:31:32.426Z | Downloaded crc v3.0.1 |
1339 | 2023-11-16T20:31:32.429Z | Downloaded array-init v0.0.4 |
1340 | 2023-11-16T20:31:32.432Z | Downloaded anstream v0.5.0 |
1341 | 2023-11-16T20:31:32.443Z | Downloaded env_logger v0.10.0 |
1342 | 2023-11-16T20:31:32.447Z | Downloaded toml v0.5.11 |
1343 | 2023-11-16T20:31:32.451Z | Downloaded num-iter v0.1.43 |
1344 | 2023-11-16T20:31:32.454Z | Downloaded home v0.5.5 |
1345 | 2023-11-16T20:31:32.457Z | Downloaded criterion-plot v0.5.0 |
1346 | 2023-11-16T20:31:32.461Z | Downloaded pem-rfc7468 v0.7.0 |
1347 | 2023-11-16T20:31:32.464Z | Downloaded trust-dns-client v0.22.0 |
1348 | 2023-11-16T20:31:32.467Z | Downloaded tokio-tungstenite v0.20.1 |
1349 | 2023-11-16T20:31:32.470Z | Downloaded tokio-tungstenite v0.18.0 |
1350 | 2023-11-16T20:31:32.473Z | Downloaded tokio-native-tls v0.3.1 |
1351 | 2023-11-16T20:31:32.476Z | Downloaded serde-hex v0.1.0 |
1352 | 2023-11-16T20:31:32.479Z | Downloaded scopeguard v1.2.0 |
1353 | 2023-11-16T20:31:32.483Z | Downloaded hyper-tls v0.5.0 |
1354 | 2023-11-16T20:31:32.486Z | Downloaded base64ct v1.6.0 |
1355 | 2023-11-16T20:31:32.490Z | Downloaded spin v0.5.2 |
1356 | 2023-11-16T20:31:32.493Z | Downloaded equivalent v1.0.1 |
1357 | 2023-11-16T20:31:32.496Z | Downloaded endian-type v0.1.2 |
1358 | 2023-11-16T20:31:32.499Z | Downloaded tower-service v0.3.2 |
1359 | 2023-11-16T20:31:32.502Z | Downloaded toolchain_find v0.2.0 |
1360 | 2023-11-16T20:31:32.505Z | Downloaded newline-converter v0.3.0 |
1361 | 2023-11-16T20:31:32.508Z | Downloaded libloading v0.7.4 |
1362 | 2023-11-16T20:31:32.517Z | Downloaded instant v0.1.12 |
1363 | 2023-11-16T20:31:32.520Z | Downloaded httpdate v1.0.3 |
1364 | 2023-11-16T20:31:32.523Z | Downloaded blake2 v0.10.6 |
1365 | 2023-11-16T20:31:32.528Z | Downloaded bitfield v0.14.0 |
1366 | 2023-11-16T20:31:32.537Z | Downloaded constant_time_eq v0.3.0 |
1367 | 2023-11-16T20:31:32.541Z | Downloaded block-buffer v0.10.4 |
1368 | 2023-11-16T20:31:32.544Z | Downloaded bit-set v0.5.3 |
1369 | 2023-11-16T20:31:32.550Z | Downloaded atomic-waker v1.1.1 |
1370 | 2023-11-16T20:31:32.555Z | Downloaded assert_matches v1.5.0 |
1371 | 2023-11-16T20:31:32.560Z | Downloaded indexmap v2.1.0 |
1372 | 2023-11-16T20:31:32.566Z | Downloaded async-stream-impl v0.3.5 |
1373 | 2023-11-16T20:31:32.572Z | Downloaded nanorand v0.7.0 |
1374 | 2023-11-16T20:31:32.579Z | Downloaded mockall v0.11.4 |
1375 | 2023-11-16T20:31:32.584Z | Downloaded lru-cache v0.1.2 |
1376 | 2023-11-16T20:31:32.588Z | Downloaded libefi-sys v0.1.0 |
1377 | 2023-11-16T20:31:32.594Z | Downloaded iana-time-zone v0.1.57 |
1378 | 2023-11-16T20:31:32.601Z | Downloaded convert_case v0.4.0 |
1379 | 2023-11-16T20:31:32.608Z | Downloaded chacha20 v0.9.1 |
1380 | 2023-11-16T20:31:32.616Z | Downloaded cexpr v0.6.0 |
1381 | 2023-11-16T20:31:32.624Z | Downloaded aho-corasick v1.0.4 |
1382 | 2023-11-16T20:31:32.632Z | Downloaded approx v0.5.1 |
1383 | 2023-11-16T20:31:32.635Z | Downloaded ciborium-io v0.2.1 |
1384 | 2023-11-16T20:31:32.638Z | Downloaded block-padding v0.3.3 |
1385 | 2023-11-16T20:31:32.642Z | Downloaded base64 v0.13.1 |
1386 | 2023-11-16T20:31:32.645Z | Downloaded base16ct v0.2.0 |
1387 | 2023-11-16T20:31:32.648Z | Downloaded autocfg v1.1.0 |
1388 | 2023-11-16T20:31:32.651Z | Downloaded atty v0.2.14 |
1389 | 2023-11-16T20:31:32.654Z | Downloaded addr2line v0.21.0 |
1390 | 2023-11-16T20:31:32.657Z | Downloaded mime_guess v2.0.4 |
1391 | 2023-11-16T20:31:32.660Z | Downloaded libtest-mimic v0.6.1 |
1392 | 2023-11-16T20:31:32.663Z | Downloaded http v0.2.9 |
1393 | 2023-11-16T20:31:32.666Z | Downloaded heck v0.4.1 |
1394 | 2023-11-16T20:31:32.671Z | Downloaded crossbeam-deque v0.8.3 |
1395 | 2023-11-16T20:31:32.685Z | Downloaded cargo-platform v0.1.3 |
1396 | 2023-11-16T20:31:32.689Z | Downloaded bcs v0.1.6 |
1397 | 2023-11-16T20:31:32.693Z | Compiling proc-macro2 v1.0.69 |
1398 | 2023-11-16T20:31:32.698Z | Compiling unicode-ident v1.0.12 |
1399 | 2023-11-16T20:31:32.704Z | Compiling libc v0.2.150 |
1400 | 2023-11-16T20:31:32.711Z | Compiling serde v1.0.192 |
1401 | 2023-11-16T20:31:32.721Z | Compiling autocfg v1.1.0 |
1402 | 2023-11-16T20:31:32.727Z | Compiling cfg-if v1.0.0 |
1403 | 2023-11-16T20:31:32.732Z | Compiling version_check v0.9.4 |
1404 | 2023-11-16T20:31:32.737Z | Compiling syn v1.0.109 |
1405 | 2023-11-16T20:31:32.744Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=69b40967ab414085 -C extra-filename=-69b40967ab414085 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-69b40967ab414085 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1406 | 2023-11-16T20:31:32.749Z | Running `/home/build/.rustup/toolchains/1.73.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=7c7233b3c3a88400 -C extra-filename=-7c7233b3c3a88400 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1407 | 2023-11-16T20:31:32.752Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=3d56caec28fb4ecc -C extra-filename=-3d56caec28fb4ecc --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-3d56caec28fb4ecc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1408 | 2023-11-16T20:31:32.756Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=0c839c319ce9e328 -C extra-filename=-0c839c319ce9e328 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1409 | 2023-11-16T20:31:32.761Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=fcd43c7f5386f8ec -C extra-filename=-fcd43c7f5386f8ec --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-fcd43c7f5386f8ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1410 | 2023-11-16T20:31:32.773Z | Running `/home/build/.rustup/toolchains/1.73.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=7d798944f4659c8d -C extra-filename=-7d798944f4659c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1411 | 2023-11-16T20:31:32.790Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=fae733ad98da9e43 -C extra-filename=-fae733ad98da9e43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1412 | 2023-11-16T20:31:32.802Z | Running `/home/build/.rustup/toolchains/1.73.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 --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=122095b6905b43be -C extra-filename=-122095b6905b43be --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-122095b6905b43be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1413 | 2023-11-16T20:31:33.209Z | Compiling parking_lot_core v0.9.8 |
1414 | 2023-11-16T20:31:33.214Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=43b35676b6361ff5 -C extra-filename=-43b35676b6361ff5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-43b35676b6361ff5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1415 | 2023-11-16T20:31:33.218Z | Compiling libm v0.2.7 |
1416 | 2023-11-16T20:31:33.224Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' -C metadata=20c6df6b8fd412dc -C extra-filename=-20c6df6b8fd412dc --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-20c6df6b8fd412dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1417 | 2023-11-16T20:31:33.228Z | Compiling lock_api v0.4.10 |
1418 | 2023-11-16T20:31:33.231Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=aafddfc3f0ecdb22 -C extra-filename=-aafddfc3f0ecdb22 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-aafddfc3f0ecdb22 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings` |
1419 | 2023-11-16T20:31:33.235Z | Compiling num-traits v0.2.16 |
1420 | 2023-11-16T20:31:33.239Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=16a4dbc2df6f4226 -C extra-filename=-16a4dbc2df6f4226 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-16a4dbc2df6f4226 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings` |
1421 | 2023-11-16T20:31:33.244Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-fcd43c7f5386f8ec/build-script-build` |
1422 | 2023-11-16T20:31:33.247Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-122095b6905b43be/build-script-build` |
1423 | 2023-11-16T20:31:33.256Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-43b35676b6361ff5/build-script-build` |
1424 | 2023-11-16T20:31:33.259Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-20c6df6b8fd412dc/build-script-build` |
1425 | 2023-11-16T20:31:33.263Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-69b40967ab414085/build-script-build` |
1426 | 2023-11-16T20:31:33.266Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-aafddfc3f0ecdb22/build-script-build` |
1427 | 2023-11-16T20:31:33.269Z | Compiling once_cell v1.18.0 |
1428 | 2023-11-16T20:31:33.275Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-3d56caec28fb4ecc/build-script-build` |
1429 | 2023-11-16T20:31:33.278Z | Running `/home/build/.rustup/toolchains/1.73.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.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=34c4630957281a43 -C extra-filename=-34c4630957281a43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1430 | 2023-11-16T20:31:33.281Z | Compiling memchr v2.6.3 |
1431 | 2023-11-16T20:31:33.285Z | Compiling thiserror v1.0.49 |
1432 | 2023-11-16T20:31:33.288Z | Compiling log v0.4.20 |
1433 | 2023-11-16T20:31:33.291Z | Compiling itoa v1.0.9 |
1434 | 2023-11-16T20:31:33.296Z | Compiling futures-core v0.3.29 |
1435 | 2023-11-16T20:31:33.299Z | Running `/home/build/.rustup/toolchains/1.73.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=0cfa57b869076aee -C extra-filename=-0cfa57b869076aee --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-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro` |
1436 | 2023-11-16T20:31:33.303Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-16a4dbc2df6f4226/build-script-build` |
1437 | 2023-11-16T20:31:33.307Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=67bb4fa2aad06821 -C extra-filename=-67bb4fa2aad06821 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-67bb4fa2aad06821 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1438 | 2023-11-16T20:31:33.310Z | Running `/home/build/.rustup/toolchains/1.73.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=98285bbecc3762d3 -C extra-filename=-98285bbecc3762d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1439 | 2023-11-16T20:31:33.314Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b39f6ef4dec71091 -C extra-filename=-b39f6ef4dec71091 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-b39f6ef4dec71091 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1440 | 2023-11-16T20:31:33.318Z | Running `/home/build/.rustup/toolchains/1.73.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=35b42e597512c686 -C extra-filename=-35b42e597512c686 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1441 | 2023-11-16T20:31:33.321Z | Running `/home/build/.rustup/toolchains/1.73.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=fd2d1cfaac0fc816 -C extra-filename=-fd2d1cfaac0fc816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1442 | 2023-11-16T20:31:33.325Z | Running `/home/build/.rustup/toolchains/1.73.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=b2edb30e9ae87feb -C extra-filename=-b2edb30e9ae87feb --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` |
1443 | 2023-11-16T20:31:33.330Z | Compiling scopeguard v1.2.0 |
1444 | 2023-11-16T20:31:33.334Z | Running `/home/build/.rustup/toolchains/1.73.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=fc40c4370bbc2a4c -C extra-filename=-fc40c4370bbc2a4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1445 | 2023-11-16T20:31:33.337Z | Running `/home/build/.rustup/toolchains/1.73.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=229a37db0ca11e34 -C extra-filename=-229a37db0ca11e34 --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-fc40c4370bbc2a4c.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound` |
1446 | 2023-11-16T20:31:33.342Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-b39f6ef4dec71091/build-script-build` |
1447 | 2023-11-16T20:31:33.346Z | Compiling typenum v1.16.0 |
1448 | 2023-11-16T20:31:33.350Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=95bea1b64b24a50d -C extra-filename=-95bea1b64b24a50d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-95bea1b64b24a50d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1449 | 2023-11-16T20:31:33.353Z | Compiling heck v0.4.1 |
1450 | 2023-11-16T20:31:33.358Z | Running `/home/build/.rustup/toolchains/1.73.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=14d7d47dc7b7257e -C extra-filename=-14d7d47dc7b7257e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1451 | 2023-11-16T20:31:33.362Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-67bb4fa2aad06821/build-script-build` |
1452 | 2023-11-16T20:31:33.366Z | Compiling quote v1.0.33 |
1453 | 2023-11-16T20:31:33.373Z | Compiling smallvec v1.11.0 |
1454 | 2023-11-16T20:31:33.377Z | Compiling generic-array v0.14.7 |
1455 | 2023-11-16T20:31:33.381Z | Compiling ryu v1.0.15 |
1456 | 2023-11-16T20:31:33.384Z | Running `/home/build/.rustup/toolchains/1.73.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=f7ec8b14f94d644d -C extra-filename=-f7ec8b14f94d644d --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-0cfa57b869076aee.rmeta --cap-lints allow -D warnings` |
1457 | 2023-11-16T20:31:33.388Z | Running `/home/build/.rustup/toolchains/1.73.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=b01f23a2952ab564 -C extra-filename=-b01f23a2952ab564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1458 | 2023-11-16T20:31:33.391Z | Running `/home/build/.rustup/toolchains/1.73.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=61a249f33bd2ccc2 -C extra-filename=-61a249f33bd2ccc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1459 | 2023-11-16T20:31:33.394Z | Running `/home/build/.rustup/toolchains/1.73.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 debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=af4f9eed4ddc88e3 -C extra-filename=-af4f9eed4ddc88e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-af4f9eed4ddc88e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
1460 | 2023-11-16T20:31:33.400Z | Compiling getrandom v0.2.10 |
1461 | 2023-11-16T20:31:33.403Z | Running `/home/build/.rustup/toolchains/1.73.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=5a5836bbf46a42cd -C extra-filename=-5a5836bbf46a42cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
1462 | 2023-11-16T20:31:33.406Z | Compiling syn v2.0.32 |
1463 | 2023-11-16T20:31:33.409Z | Running `/home/build/.rustup/toolchains/1.73.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=2baef1d4af8ffbc9 -C extra-filename=-2baef1d4af8ffbc9 --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings` |
1464 | 2023-11-16T20:31:33.412Z | Running `/home/build/.rustup/toolchains/1.73.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=8e5ed1cfa8416184 -C extra-filename=-8e5ed1cfa8416184 --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests` |
1465 | 2023-11-16T20:31:33.416Z | Compiling cc v1.0.83 |
1466 | 2023-11-16T20:31:33.420Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=df8d8ec7ee5305bf -C extra-filename=-df8d8ec7ee5305bf --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
1467 | 2023-11-16T20:31:33.577Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-95bea1b64b24a50d/build-script-main` |
1468 | 2023-11-16T20:31:33.627Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-af4f9eed4ddc88e3/build-script-build` |
1469 | 2023-11-16T20:31:33.661Z | Running `/home/build/.rustup/toolchains/1.73.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=d841dd2adefea8e5 -C extra-filename=-d841dd2adefea8e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1470 | 2023-11-16T20:31:33.715Z | Compiling slab v0.4.9 |
1471 | 2023-11-16T20:31:33.737Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=71e431a928e00276 -C extra-filename=-71e431a928e00276 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-71e431a928e00276 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings` |
1472 | 2023-11-16T20:31:33.763Z | Compiling futures-task v0.3.29 |
1473 | 2023-11-16T20:31:33.766Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=54e63624c0fc1be4 -C extra-filename=-54e63624c0fc1be4 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-54e63624c0fc1be4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1474 | 2023-11-16T20:31:33.908Z | Compiling futures-channel v0.3.29 |
1475 | 2023-11-16T20:31:33.911Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=0454d974b18a63ab -C extra-filename=-0454d974b18a63ab --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-0454d974b18a63ab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1476 | 2023-11-16T20:31:33.953Z | Compiling futures-util v0.3.29 |
1477 | 2023-11-16T20:31:33.956Z | Running `/home/build/.rustup/toolchains/1.73.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 --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=89dc2ea3c042d02f -C extra-filename=-89dc2ea3c042d02f --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-89dc2ea3c042d02f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1478 | 2023-11-16T20:31:34.328Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-71e431a928e00276/build-script-build` |
1479 | 2023-11-16T20:31:34.359Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-54e63624c0fc1be4/build-script-build` |
1480 | 2023-11-16T20:31:34.397Z | Running `/home/build/.rustup/toolchains/1.73.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=95e689be1802d261 -C extra-filename=-95e689be1802d261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --cap-lints allow -D warnings` |
1481 | 2023-11-16T20:31:34.471Z | Compiling spin v0.5.2 |
1482 | 2023-11-16T20:31:34.503Z | Running `/home/build/.rustup/toolchains/1.73.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=40645d4c60d8f99b -C extra-filename=-40645d4c60d8f99b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1483 | 2023-11-16T20:31:34.524Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-0454d974b18a63ab/build-script-build` |
1484 | 2023-11-16T20:31:34.548Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-89dc2ea3c042d02f/build-script-build` |
1485 | 2023-11-16T20:31:34.556Z | Compiling fnv v1.0.7 |
1486 | 2023-11-16T20:31:34.560Z | Running `/home/build/.rustup/toolchains/1.73.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=4de40f5f1fdaf32e -C extra-filename=-4de40f5f1fdaf32e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1487 | 2023-11-16T20:31:34.603Z | Compiling pin-project-lite v0.2.13 |
1488 | 2023-11-16T20:31:34.606Z | Running `/home/build/.rustup/toolchains/1.73.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=d4c77a4e6099471f -C extra-filename=-d4c77a4e6099471f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1489 | 2023-11-16T20:31:34.726Z | Compiling hashbrown v0.14.2 |
1490 | 2023-11-16T20:31:34.730Z | Running `/home/build/.rustup/toolchains/1.73.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=93e3559dd37749ff -C extra-filename=-93e3559dd37749ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1491 | 2023-11-16T20:31:34.752Z | Compiling pkg-config v0.3.27 |
1492 | 2023-11-16T20:31:34.755Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=82e2e882ff877bc0 -C extra-filename=-82e2e882ff877bc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1493 | 2023-11-16T20:31:34.808Z | Compiling signal-hook-registry v1.4.1 |
1494 | 2023-11-16T20:31:34.812Z | Running `/home/build/.rustup/toolchains/1.73.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=fdfddb00e7d79634 -C extra-filename=-fdfddb00e7d79634 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
1495 | 2023-11-16T20:31:35.461Z | Running `/home/build/.rustup/toolchains/1.73.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=944a383f40926f71 -C extra-filename=-944a383f40926f71 --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-d841dd2adefea8e5.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` |
1496 | 2023-11-16T20:31:35.920Z | Compiling parking_lot v0.12.1 |
1497 | 2023-11-16T20:31:35.923Z | Running `/home/build/.rustup/toolchains/1.73.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=9b661897d4f1cf2f -C extra-filename=-9b661897d4f1cf2f --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-229a37db0ca11e34.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-95e689be1802d261.rmeta --cap-lints allow -D warnings` |
1498 | 2023-11-16T20:31:36.127Z | Compiling equivalent v1.0.1 |
1499 | 2023-11-16T20:31:36.131Z | Running `/home/build/.rustup/toolchains/1.73.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=8ce1101edb93c80e -C extra-filename=-8ce1101edb93c80e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1500 | 2023-11-16T20:31:36.275Z | Compiling mio v0.8.8 |
1501 | 2023-11-16T20:31:36.278Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=8af2c58adabbf1cf -C extra-filename=-8af2c58adabbf1cf --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-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --cap-lints allow -D warnings` |
1502 | 2023-11-16T20:31:36.468Z | Compiling rand_core v0.6.4 |
1503 | 2023-11-16T20:31:36.471Z | Running `/home/build/.rustup/toolchains/1.73.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=44c2a0ff10e664b0 -C extra-filename=-44c2a0ff10e664b0 --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-5a5836bbf46a42cd.rmeta --cap-lints allow -D warnings` |
1504 | 2023-11-16T20:31:36.806Z | Running `/home/build/.rustup/toolchains/1.73.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=1e47e072d9a5cdfb -C extra-filename=-1e47e072d9a5cdfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1505 | 2023-11-16T20:31:37.172Z | Compiling num_cpus v1.16.0 |
1506 | 2023-11-16T20:31:37.176Z | Running `/home/build/.rustup/toolchains/1.73.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=04132c579bcd6e17 -C extra-filename=-04132c579bcd6e17 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
1507 | 2023-11-16T20:31:37.288Z | Compiling schemars v0.8.13 |
1508 | 2023-11-16T20:31:37.293Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=4307b645573ac67c -C extra-filename=-4307b645573ac67c --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-4307b645573ac67c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1509 | 2023-11-16T20:31:37.339Z | Compiling iana-time-zone v0.1.57 |
1510 | 2023-11-16T20:31:37.342Z | Running `/home/build/.rustup/toolchains/1.73.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=396d392db64a8d3e -C extra-filename=-396d392db64a8d3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1511 | 2023-11-16T20:31:37.369Z | Compiling socket2 v0.5.4 |
1512 | 2023-11-16T20:31:37.373Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=51cc57fddbfd320c -C extra-filename=-51cc57fddbfd320c --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
1513 | 2023-11-16T20:31:37.530Z | Compiling rustix v0.38.9 |
1514 | 2023-11-16T20:31:37.568Z | Running `/home/build/.rustup/toolchains/1.73.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.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=4e9bc860269ab989 -C extra-filename=-4e9bc860269ab989 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-4e9bc860269ab989 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1515 | 2023-11-16T20:31:37.919Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-4307b645573ac67c/build-script-build` |
1516 | 2023-11-16T20:31:37.960Z | Compiling byteorder v1.5.0 |
1517 | 2023-11-16T20:31:37.963Z | Running `/home/build/.rustup/toolchains/1.73.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=13456ae1292a2c33 -C extra-filename=-13456ae1292a2c33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1518 | 2023-11-16T20:31:38.075Z | Compiling aho-corasick v1.0.4 |
1519 | 2023-11-16T20:31:38.079Z | Running `/home/build/.rustup/toolchains/1.73.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=2f01ffbdffe0a7b7 -C extra-filename=-2f01ffbdffe0a7b7 --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-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings` |
1520 | 2023-11-16T20:31:38.335Z | Compiling regex-syntax v0.8.2 |
1521 | 2023-11-16T20:31:38.339Z | Running `/home/build/.rustup/toolchains/1.73.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=d1b7cc859a320a5a -C extra-filename=-d1b7cc859a320a5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1522 | 2023-11-16T20:31:38.595Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-4e9bc860269ab989/build-script-build` |
1523 | 2023-11-16T20:31:38.696Z | Compiling httparse v1.8.0 |
1524 | 2023-11-16T20:31:38.700Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b77970aec04ec8ca -C extra-filename=-b77970aec04ec8ca --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-b77970aec04ec8ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1525 | 2023-11-16T20:31:38.751Z | Compiling serde_json v1.0.108 |
1526 | 2023-11-16T20:31:38.756Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=b9012728df58b7ce -C extra-filename=-b9012728df58b7ce --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b9012728df58b7ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1527 | 2023-11-16T20:31:38.822Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=fd786e3fe46cd367 -C extra-filename=-fd786e3fe46cd367 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-fd786e3fe46cd367 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1528 | 2023-11-16T20:31:38.967Z | Compiling futures-sink v0.3.29 |
1529 | 2023-11-16T20:31:39.007Z | Running `/home/build/.rustup/toolchains/1.73.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=7a14d41e75c04e78 -C extra-filename=-7a14d41e75c04e78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1530 | 2023-11-16T20:31:39.187Z | Compiling indexmap v1.9.3 |
1531 | 2023-11-16T20:31:39.190Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="std"' -C metadata=5840b9c66a908495 -C extra-filename=-5840b9c66a908495 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-5840b9c66a908495 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings` |
1532 | 2023-11-16T20:31:39.335Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b9012728df58b7ce/build-script-build` |
1533 | 2023-11-16T20:31:39.382Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-b77970aec04ec8ca/build-script-build` |
1534 | 2023-11-16T20:31:39.393Z | Compiling pin-utils v0.1.0 |
1535 | 2023-11-16T20:31:39.396Z | Running `/home/build/.rustup/toolchains/1.73.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=7436d1601c1cc564 -C extra-filename=-7436d1601c1cc564 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1536 | 2023-11-16T20:31:39.417Z | Running `/home/build/.rustup/toolchains/1.73.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=66a2b565889b6645 -C extra-filename=-66a2b565889b6645 --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-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --cap-lints allow -D warnings` |
1537 | 2023-11-16T20:31:39.439Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-fd786e3fe46cd367/build-script-build` |
1538 | 2023-11-16T20:31:39.513Z | Running `/home/build/.rustup/toolchains/1.73.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=6604ec6906f7b39c -C extra-filename=-6604ec6906f7b39c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1539 | 2023-11-16T20:31:39.551Z | Running `/home/build/.rustup/toolchains/1.73.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=c622fb9760c7f78a -C extra-filename=-c622fb9760c7f78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1540 | 2023-11-16T20:31:39.740Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-5840b9c66a908495/build-script-build` |
1541 | 2023-11-16T20:31:39.777Z | Compiling futures-io v0.3.29 |
1542 | 2023-11-16T20:31:39.796Z | Running `/home/build/.rustup/toolchains/1.73.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=752c0cd5063205fe -C extra-filename=-752c0cd5063205fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1543 | 2023-11-16T20:31:39.868Z | Compiling errno v0.3.2 |
1544 | 2023-11-16T20:31:39.872Z | Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=f9e1effc2d9ef148 -C extra-filename=-f9e1effc2d9ef148 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
1545 | 2023-11-16T20:31:39.949Z | Compiling lazy_static v1.4.0 |
1546 | 2023-11-16T20:31:39.952Z | Running `/home/build/.rustup/toolchains/1.73.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=73896bbbb77127a1 -C extra-filename=-73896bbbb77127a1 --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-40645d4c60d8f99b.rmeta --cap-lints allow -D warnings` |
1547 | 2023-11-16T20:31:40.052Z | Compiling vcpkg v0.2.15 |
1548 | 2023-11-16T20:31:40.058Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=47a2d51e483ff21d -C extra-filename=-47a2d51e483ff21d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1549 | 2023-11-16T20:31:40.103Z | Compiling dyn-clone v1.0.13 |
1550 | 2023-11-16T20:31:40.135Z | Running `/home/build/.rustup/toolchains/1.73.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=4c1b326e73f4b906 -C extra-filename=-4c1b326e73f4b906 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1551 | 2023-11-16T20:31:40.144Z | Compiling ring v0.16.20 |
1552 | 2023-11-16T20:31:40.148Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=4233cd87db0ec503 -C extra-filename=-4233cd87db0ec503 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-4233cd87db0ec503 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --cap-lints allow -D warnings` |
1553 | 2023-11-16T20:31:40.230Z | Running `/home/build/.rustup/toolchains/1.73.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=66a30b0714f2f281 -C extra-filename=-66a30b0714f2f281 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1554 | 2023-11-16T20:31:40.404Z | Compiling tinyvec_macros v0.1.1 |
1555 | 2023-11-16T20:31:40.407Z | Running `/home/build/.rustup/toolchains/1.73.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=31c27354e899d044 -C extra-filename=-31c27354e899d044 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1556 | 2023-11-16T20:31:40.522Z | Compiling tinyvec v1.6.0 |
1557 | 2023-11-16T20:31:40.528Z | Running `/home/build/.rustup/toolchains/1.73.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=71b648cc9ec619d6 -C extra-filename=-71b648cc9ec619d6 --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-31c27354e899d044.rmeta --cap-lints allow -D warnings` |
1558 | 2023-11-16T20:31:41.803Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-4233cd87db0ec503/build-script-build` |
1559 | 2023-11-16T20:31:42.568Z | Compiling ring v0.17.5 |
1560 | 2023-11-16T20:31:42.571Z | Running `/home/build/.rustup/toolchains/1.73.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.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=4623389de76ca8d9 -C extra-filename=-4623389de76ca8d9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-4623389de76ca8d9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --cap-lints allow -D warnings` |
1561 | 2023-11-16T20:31:42.776Z | Compiling openssl-sys v0.9.93 |
1562 | 2023-11-16T20:31:42.781Z | Running `/home/build/.rustup/toolchains/1.73.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.93/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=2c7bf90b3071b13c -C extra-filename=-2c7bf90b3071b13c --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-2c7bf90b3071b13c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-47a2d51e483ff21d.rlib --cap-lints allow -D warnings` |
1563 | 2023-11-16T20:31:43.486Z | Compiling ahash v0.8.3 |
1564 | 2023-11-16T20:31:43.493Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=4425b30ad551dce3 -C extra-filename=-4425b30ad551dce3 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-4425b30ad551dce3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
1565 | 2023-11-16T20:31:43.664Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-4425b30ad551dce3/build-script-build` |
1566 | 2023-11-16T20:31:43.803Z | Compiling subtle v2.5.0 |
1567 | 2023-11-16T20:31:43.807Z | Running `/home/build/.rustup/toolchains/1.73.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=7d804b0efff212b0 -C extra-filename=-7d804b0efff212b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1568 | 2023-11-16T20:31:44.151Z | Compiling regex-automata v0.4.3 |
1569 | 2023-11-16T20:31:44.154Z | Running `/home/build/.rustup/toolchains/1.73.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=58cf583ba89fc7f4 -C extra-filename=-58cf583ba89fc7f4 --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-2f01ffbdffe0a7b7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --cap-lints allow -D warnings` |
1570 | 2023-11-16T20:31:44.185Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-2c7bf90b3071b13c/build-script-main` |
1571 | 2023-11-16T20:31:44.292Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-4623389de76ca8d9/build-script-build` |
1572 | 2023-11-16T20:31:45.023Z | Compiling serde_derive_internals v0.26.0 |
1573 | 2023-11-16T20:31:45.026Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=415e62f3309b1110 -C extra-filename=-415e62f3309b1110 --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --cap-lints allow -D warnings` |
1574 | 2023-11-16T20:31:45.099Z | Compiling unicode-normalization v0.1.22 |
1575 | 2023-11-16T20:31:45.104Z | Running `/home/build/.rustup/toolchains/1.73.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=5457468a2c088d58 -C extra-filename=-5457468a2c088d58 --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-71b648cc9ec619d6.rmeta --cap-lints allow -D warnings` |
1576 | 2023-11-16T20:31:46.676Z | Compiling unicode-bidi v0.3.13 |
1577 | 2023-11-16T20:31:46.680Z | Running `/home/build/.rustup/toolchains/1.73.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=23263f6d11e68974 -C extra-filename=-23263f6d11e68974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1578 | 2023-11-16T20:31:48.727Z | Compiling openssl v0.10.57 |
1579 | 2023-11-16T20:31:48.730Z | Running `/home/build/.rustup/toolchains/1.73.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.57/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' -C metadata=1e80c5dd51f0f11f -C extra-filename=-1e80c5dd51f0f11f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-1e80c5dd51f0f11f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1580 | 2023-11-16T20:31:49.084Z | Compiling tracing-core v0.1.31 |
1581 | 2023-11-16T20:31:49.090Z | Running `/home/build/.rustup/toolchains/1.73.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=541a9660310fb051 -C extra-filename=-541a9660310fb051 --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-34c4630957281a43.rmeta --cap-lints allow -D warnings` |
1582 | 2023-11-16T20:31:49.117Z | Compiling base64 v0.21.5 |
1583 | 2023-11-16T20:31:49.120Z | Running `/home/build/.rustup/toolchains/1.73.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=e787744d353adac5 -C extra-filename=-e787744d353adac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1584 | 2023-11-16T20:31:49.393Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-1e80c5dd51f0f11f/build-script-build` |
1585 | 2023-11-16T20:31:49.422Z | Compiling rustls v0.21.8 |
1586 | 2023-11-16T20:31:49.428Z | Running `/home/build/.rustup/toolchains/1.73.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.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=7bdc5388001b37a7 -C extra-filename=-7bdc5388001b37a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7bdc5388001b37a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1587 | 2023-11-16T20:31:49.453Z | Compiling percent-encoding v2.3.0 |
1588 | 2023-11-16T20:31:49.456Z | Running `/home/build/.rustup/toolchains/1.73.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.0/src/lib.rs --error-format=json --json=diagnostic-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=e9d6bf4db1ffb2aa -C extra-filename=-e9d6bf4db1ffb2aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1589 | 2023-11-16T20:31:49.932Z | Compiling const-oid v0.9.5 |
1590 | 2023-11-16T20:31:49.953Z | Running `/home/build/.rustup/toolchains/1.73.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=b70e9b5553d7683e -C extra-filename=-b70e9b5553d7683e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1591 | 2023-11-16T20:31:50.006Z | Compiling unicode-width v0.1.11 |
1592 | 2023-11-16T20:31:50.009Z | Running `/home/build/.rustup/toolchains/1.73.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=eef13e30bb711a6a -C extra-filename=-eef13e30bb711a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1593 | 2023-11-16T20:31:50.229Z | Compiling regex v1.10.2 |
1594 | 2023-11-16T20:31:50.233Z | Running `/home/build/.rustup/toolchains/1.73.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=8e6f99ad8a574a39 -C extra-filename=-8e6f99ad8a574a39 --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-2f01ffbdffe0a7b7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --cap-lints allow -D warnings` |
1595 | 2023-11-16T20:31:50.330Z | Compiling async-trait v0.1.74 |
1596 | 2023-11-16T20:31:50.333Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=d42c8244ba4791ca -C extra-filename=-d42c8244ba4791ca --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-d42c8244ba4791ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1597 | 2023-11-16T20:31:51.134Z | Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-d42c8244ba4791ca/build-script-build` |
1598 | 2023-11-16T20:31:51.188Z | Compiling semver v1.0.20 |
1599 | 2023-11-16T20:31:51.192Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=01617e208282c7ee -C extra-filename=-01617e208282c7ee --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-01617e208282c7ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1600 | 2023-11-16T20:31:51.509Z | Compiling ucd-trie v0.1.6 |
1601 | 2023-11-16T20:31:51.513Z | Running `/home/build/.rustup/toolchains/1.73.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=5ade14baac65735b -C extra-filename=-5ade14baac65735b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1602 | 2023-11-16T20:31:51.515Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7bdc5388001b37a7/build-script-build` |
1603 | 2023-11-16T20:31:51.572Z | Compiling native-tls v0.2.11 |
1604 | 2023-11-16T20:31:51.579Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=2cdea8e499cabecc -C extra-filename=-2cdea8e499cabecc --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-2cdea8e499cabecc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1605 | 2023-11-16T20:31:51.957Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-01617e208282c7ee/build-script-build` |
1606 | 2023-11-16T20:31:52.026Z | Compiling form_urlencoded v1.2.0 |
1607 | 2023-11-16T20:31:52.029Z | Running `/home/build/.rustup/toolchains/1.73.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.0/src/lib.rs --error-format=json --json=diagnostic-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=4eff3b320e84fc0d -C extra-filename=-4eff3b320e84fc0d --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-e9d6bf4db1ffb2aa.rmeta --cap-lints allow -D warnings` |
1608 | 2023-11-16T20:31:52.467Z | Running `/home/build/.rustup/toolchains/1.73.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=169fb52eead2dddc -C extra-filename=-169fb52eead2dddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'` |
1609 | 2023-11-16T20:31:52.471Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-2cdea8e499cabecc/build-script-build` |
1610 | 2023-11-16T20:31:52.476Z | Compiling winnow v0.5.15 |
1611 | 2023-11-16T20:31:52.484Z | Running `/home/build/.rustup/toolchains/1.73.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=3b600d2d43343318 -C extra-filename=-3b600d2d43343318 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1612 | 2023-11-16T20:31:52.490Z | Compiling ppv-lite86 v0.2.17 |
1613 | 2023-11-16T20:31:52.512Z | Running `/home/build/.rustup/toolchains/1.73.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=bf9846c849cd28ee -C extra-filename=-bf9846c849cd28ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1614 | 2023-11-16T20:31:52.519Z | Compiling spin v0.9.8 |
1615 | 2023-11-16T20:31:52.522Z | Running `/home/build/.rustup/toolchains/1.73.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=307a5b4ea5e7a3f6 -C extra-filename=-307a5b4ea5e7a3f6 --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-229a37db0ca11e34.rmeta --cap-lints allow -D warnings` |
1616 | 2023-11-16T20:31:52.701Z | Compiling hashbrown v0.13.2 |
1617 | 2023-11-16T20:31:52.741Z | Running `/home/build/.rustup/toolchains/1.73.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=47a9b11d5628b4a6 -C extra-filename=-47a9b11d5628b4a6 --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-169fb52eead2dddc.rmeta --cap-lints allow -D warnings` |
1618 | 2023-11-16T20:31:53.159Z | Compiling unicode-xid v0.2.4 |
1619 | 2023-11-16T20:31:53.162Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' -C metadata=22fe2c7d911da4f3 -C extra-filename=-22fe2c7d911da4f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1620 | 2023-11-16T20:31:53.282Z | Compiling idna v0.4.0 |
1621 | 2023-11-16T20:31:53.285Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3b5d90c2eb298466 -C extra-filename=-3b5d90c2eb298466 --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-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings` |
1622 | 2023-11-16T20:31:53.392Z | Running `/home/build/.rustup/toolchains/1.73.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=53652a956d40eca5 -C extra-filename=-53652a956d40eca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd` |
1623 | 2023-11-16T20:31:53.812Z | Compiling rand_chacha v0.3.1 |
1624 | 2023-11-16T20:31:53.849Z | Running `/home/build/.rustup/toolchains/1.73.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=c8e7a0e2b098d163 -C extra-filename=-c8e7a0e2b098d163 --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-bf9846c849cd28ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings` |
1625 | 2023-11-16T20:31:54.521Z | Compiling rand v0.8.5 |
1626 | 2023-11-16T20:31:54.532Z | Running `/home/build/.rustup/toolchains/1.73.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=44619941073c1d5e -C extra-filename=-44619941073c1d5e --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-b2edb30e9ae87feb.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings` |
1627 | 2023-11-16T20:31:54.589Z | Compiling backtrace v0.3.69 |
1628 | 2023-11-16T20:31:54.598Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=53c367bfaed4269a -C extra-filename=-53c367bfaed4269a --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-53c367bfaed4269a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --cap-lints allow -D warnings` |
1629 | 2023-11-16T20:31:55.372Z | Compiling crossbeam-utils v0.8.16 |
1630 | 2023-11-16T20:31:55.375Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=10f3e011f2e2d477 -C extra-filename=-10f3e011f2e2d477 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-10f3e011f2e2d477 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1631 | 2023-11-16T20:31:55.963Z | Compiling hashbrown v0.12.3 |
1632 | 2023-11-16T20:31:55.966Z | Running `/home/build/.rustup/toolchains/1.73.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=fb8de11b4711326b -C extra-filename=-fb8de11b4711326b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1633 | 2023-11-16T20:31:56.171Z | Compiling bitflags v1.3.2 |
1634 | 2023-11-16T20:31:56.175Z | Running `/home/build/.rustup/toolchains/1.73.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=bba883f09c02da13 -C extra-filename=-bba883f09c02da13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1635 | 2023-11-16T20:31:56.307Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-10f3e011f2e2d477/build-script-build` |
1636 | 2023-11-16T20:31:56.344Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-53c367bfaed4269a/build-script-build` |
1637 | 2023-11-16T20:31:56.381Z | Compiling url v2.4.1 |
1638 | 2023-11-16T20:31:56.489Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=066525b4f708b591 -C extra-filename=-066525b4f708b591 --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-4eff3b320e84fc0d.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-3b5d90c2eb298466.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --cap-lints allow -D warnings` |
1639 | 2023-11-16T20:31:56.762Z | Compiling slog v2.7.0 |
1640 | 2023-11-16T20:31:56.767Z | Running `/home/build/.rustup/toolchains/1.73.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 --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=82be9a14d7b81b4f -C extra-filename=-82be9a14d7b81b4f --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-82be9a14d7b81b4f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1641 | 2023-11-16T20:31:56.828Z | Compiling serde_derive v1.0.192 |
1642 | 2023-11-16T20:31:56.845Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' -C metadata=44134a0aea49d778 -C extra-filename=-44134a0aea49d778 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1643 | 2023-11-16T20:31:57.176Z | Compiling thiserror-impl v1.0.49 |
1644 | 2023-11-16T20:31:57.180Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=d9f803c085d11673 -C extra-filename=-d9f803c085d11673 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1645 | 2023-11-16T20:31:57.543Z | Compiling zeroize_derive v1.4.2 |
1646 | 2023-11-16T20:31:57.548Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=6b33d35605123f56 -C extra-filename=-6b33d35605123f56 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1647 | 2023-11-16T20:31:57.758Z | Compiling tokio-macros v2.1.0 |
1648 | 2023-11-16T20:31:57.786Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=3c2dbc9cf7754098 -C extra-filename=-3c2dbc9cf7754098 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1649 | 2023-11-16T20:31:58.261Z | Compiling futures-macro v0.3.29 |
1650 | 2023-11-16T20:31:58.264Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=c1a32e8fba9ff887 -C extra-filename=-c1a32e8fba9ff887 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1651 | 2023-11-16T20:31:58.425Z | Compiling tracing-attributes v0.1.26 |
1652 | 2023-11-16T20:31:58.445Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=e406e37368f391cf -C extra-filename=-e406e37368f391cf --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1653 | 2023-11-16T20:31:59.546Z | Compiling schemars_derive v0.8.13 |
1654 | 2023-11-16T20:31:59.549Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=0d75c1a6b93052ab -C extra-filename=-0d75c1a6b93052ab --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-415e62f3309b1110.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
1655 | 2023-11-16T20:31:59.602Z | Compiling openssl-macros v0.1.1 |
1656 | 2023-11-16T20:31:59.616Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=1b91090bfe739597 -C extra-filename=-1b91090bfe739597 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1657 | 2023-11-16T20:32:00.344Z | Compiling zeroize v1.6.0 |
1658 | 2023-11-16T20:32:00.352Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=b6d43e112006e525 -C extra-filename=-b6d43e112006e525 --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-6b33d35605123f56.so --cap-lints allow -D warnings` |
1659 | 2023-11-16T20:32:00.487Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=cf8b7ddb4026a748 -C extra-filename=-cf8b7ddb4026a748 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1660 | 2023-11-16T20:32:00.903Z | Running `/home/build/.rustup/toolchains/1.73.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=3e5480d3d08ff34b -C extra-filename=-3e5480d3d08ff34b --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-66a30b0714f2f281.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence` |
1661 | 2023-11-16T20:32:00.985Z | Running `/home/build/.rustup/toolchains/1.73.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=64e35da0c73cb6db -C extra-filename=-64e35da0c73cb6db --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-fb8de11b4711326b.rmeta --cap-lints allow -D warnings --cfg has_std` |
1662 | 2023-11-16T20:32:01.648Z | Running `/home/build/.rustup/toolchains/1.73.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=89c2dfaf38300e6f -C extra-filename=-89c2dfaf38300e6f --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-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-c1a32e8fba9ff887.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-7436d1601c1cc564.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-6604ec6906f7b39c.rmeta --cap-lints allow -D warnings` |
1663 | 2023-11-16T20:32:01.951Z | Running `/home/build/.rustup/toolchains/1.73.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=021d0d375605d842 -C extra-filename=-021d0d375605d842 --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-d9f803c085d11673.so --cap-lints allow -D warnings` |
1664 | 2023-11-16T20:32:02.150Z | Compiling pest v2.7.2 |
1665 | 2023-11-16T20:32:02.155Z | Running `/home/build/.rustup/toolchains/1.73.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=0e0a34abc9c45c3c -C extra-filename=-0e0a34abc9c45c3c --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-021d0d375605d842.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-5ade14baac65735b.rmeta --cap-lints allow -D warnings` |
1666 | 2023-11-16T20:32:02.441Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-82be9a14d7b81b4f/build-script-build` |
1667 | 2023-11-16T20:32:02.533Z | Compiling anyhow v1.0.75 |
1668 | 2023-11-16T20:32:02.537Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=651f15e904c36c2e -C extra-filename=-651f15e904c36c2e --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-651f15e904c36c2e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1669 | 2023-11-16T20:32:03.313Z | Compiling crypto-common v0.1.6 |
1670 | 2023-11-16T20:32:03.317Z | Running `/home/build/.rustup/toolchains/1.73.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=733d6be0199cb028 -C extra-filename=-733d6be0199cb028 --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-3e5480d3d08ff34b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-66a30b0714f2f281.rmeta --cap-lints allow -D warnings` |
1671 | 2023-11-16T20:32:03.468Z | Compiling block-buffer v0.10.4 |
1672 | 2023-11-16T20:32:03.472Z | Running `/home/build/.rustup/toolchains/1.73.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=5a01327b62c96c6b -C extra-filename=-5a01327b62c96c6b --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-3e5480d3d08ff34b.rmeta --cap-lints allow -D warnings` |
1673 | 2023-11-16T20:32:03.626Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-651f15e904c36c2e/build-script-build` |
1674 | 2023-11-16T20:32:03.859Z | Compiling digest v0.10.7 |
1675 | 2023-11-16T20:32:03.863Z | Running `/home/build/.rustup/toolchains/1.73.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=e5c5a96420662074 -C extra-filename=-e5c5a96420662074 --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-5a01327b62c96c6b.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-733d6be0199cb028.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings` |
1676 | 2023-11-16T20:32:03.885Z | Compiling socket2 v0.4.9 |
1677 | 2023-11-16T20:32:03.894Z | Running `/home/build/.rustup/toolchains/1.73.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=83f414a27466bc1a -C extra-filename=-83f414a27466bc1a --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
1678 | 2023-11-16T20:32:04.106Z | Compiling tracing v0.1.37 |
1679 | 2023-11-16T20:32:04.580Z | Running `/home/build/.rustup/toolchains/1.73.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=d4cfccba016c8d4c -C extra-filename=-d4cfccba016c8d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-e406e37368f391cf.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-541a9660310fb051.rmeta --cap-lints allow -D warnings` |
1680 | 2023-11-16T20:32:04.584Z | Compiling either v1.9.0 |
1681 | 2023-11-16T20:32:04.611Z | Running `/home/build/.rustup/toolchains/1.73.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=a1eac84d717304be -C extra-filename=-a1eac84d717304be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1682 | 2023-11-16T20:32:04.651Z | Compiling strsim v0.10.0 |
1683 | 2023-11-16T20:32:04.656Z | Running `/home/build/.rustup/toolchains/1.73.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=b831e55c95c4ea46 -C extra-filename=-b831e55c95c4ea46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1684 | 2023-11-16T20:32:04.816Z | Compiling httpdate v1.0.3 |
1685 | 2023-11-16T20:32:04.821Z | Running `/home/build/.rustup/toolchains/1.73.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=cd86d2854e7dc134 -C extra-filename=-cd86d2854e7dc134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1686 | 2023-11-16T20:32:04.877Z | Compiling untrusted v0.7.1 |
1687 | 2023-11-16T20:32:04.881Z | Running `/home/build/.rustup/toolchains/1.73.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=f44937a814b14c11 -C extra-filename=-f44937a814b14c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1688 | 2023-11-16T20:32:05.090Z | Compiling try-lock v0.2.4 |
1689 | 2023-11-16T20:32:05.094Z | Running `/home/build/.rustup/toolchains/1.73.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=8ff1f8b0c587fb9f -C extra-filename=-8ff1f8b0c587fb9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1690 | 2023-11-16T20:32:05.174Z | Running `/home/build/.rustup/toolchains/1.73.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"' --cfg 'feature="std"' -C metadata=20934dee58343fd2 -C extra-filename=-20934dee58343fd2 --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-34c4630957281a43.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-40645d4c60d8f99b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f44937a814b14c11.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -l static=ring-core -l static=ring-test` |
1691 | 2023-11-16T20:32:05.266Z | Compiling want v0.3.1 |
1692 | 2023-11-16T20:32:05.288Z | Running `/home/build/.rustup/toolchains/1.73.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=d03f4efc8064ac28 -C extra-filename=-d03f4efc8064ac28 --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-8ff1f8b0c587fb9f.rmeta --cap-lints allow -D warnings` |
1693 | 2023-11-16T20:32:05.292Z | Compiling num-integer v0.1.45 |
1694 | 2023-11-16T20:32:05.329Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=d52890b42f7eb4eb -C extra-filename=-d52890b42f7eb4eb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-d52890b42f7eb4eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings` |
1695 | 2023-11-16T20:32:05.521Z | Compiling untrusted v0.9.0 |
1696 | 2023-11-16T20:32:05.525Z | Running `/home/build/.rustup/toolchains/1.73.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=2bede715a5173ba8 -C extra-filename=-2bede715a5173ba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1697 | 2023-11-16T20:32:05.705Z | Compiling crc32fast v1.3.2 |
1698 | 2023-11-16T20:32:05.741Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3bc6d6e0d5eb2c0 -C extra-filename=-c3bc6d6e0d5eb2c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-c3bc6d6e0d5eb2c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1699 | 2023-11-16T20:32:05.763Z | Compiling io-lifetimes v1.0.11 |
1700 | 2023-11-16T20:32:05.767Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=b72fbfc7540779d2 -C extra-filename=-b72fbfc7540779d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b72fbfc7540779d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1701 | 2023-11-16T20:32:05.849Z | Compiling openssl-probe v0.1.5 |
1702 | 2023-11-16T20:32:05.853Z | Running `/home/build/.rustup/toolchains/1.73.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=38360ffb9ef07a0e -C extra-filename=-38360ffb9ef07a0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1703 | 2023-11-16T20:32:05.896Z | Compiling tower-service v0.3.2 |
1704 | 2023-11-16T20:32:05.900Z | Running `/home/build/.rustup/toolchains/1.73.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=bce8a2483e665a6f -C extra-filename=-bce8a2483e665a6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1705 | 2023-11-16T20:32:06.060Z | Compiling foreign-types-shared v0.1.1 |
1706 | 2023-11-16T20:32:06.091Z | Running `/home/build/.rustup/toolchains/1.73.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=d947ee7897d9fbf5 -C extra-filename=-d947ee7897d9fbf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1707 | 2023-11-16T20:32:06.206Z | Compiling cpufeatures v0.2.9 |
1708 | 2023-11-16T20:32:06.209Z | Running `/home/build/.rustup/toolchains/1.73.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=828db6385a9f0bd5 -C extra-filename=-828db6385a9f0bd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1709 | 2023-11-16T20:32:06.344Z | Compiling adler v1.0.2 |
1710 | 2023-11-16T20:32:06.362Z | Running `/home/build/.rustup/toolchains/1.73.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=08cd1827cd37ee6e -C extra-filename=-08cd1827cd37ee6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1711 | 2023-11-16T20:32:06.367Z | Compiling time-core v0.1.1 |
1712 | 2023-11-16T20:32:06.372Z | Running `/home/build/.rustup/toolchains/1.73.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=58f78c42d4154f34 -C extra-filename=-58f78c42d4154f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1713 | 2023-11-16T20:32:06.450Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-c3bc6d6e0d5eb2c0/build-script-build` |
1714 | 2023-11-16T20:32:06.542Z | Compiling foreign-types v0.3.2 |
1715 | 2023-11-16T20:32:06.545Z | Running `/home/build/.rustup/toolchains/1.73.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=af042b7bd262a5cc -C extra-filename=-af042b7bd262a5cc --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-d947ee7897d9fbf5.rmeta --cap-lints allow -D warnings` |
1716 | 2023-11-16T20:32:06.608Z | Compiling time-macros v0.2.13 |
1717 | 2023-11-16T20:32:06.611Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=edf8304bb59d3fc3 -C extra-filename=-edf8304bb59d3fc3 --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-58f78c42d4154f34.rlib --extern proc_macro --cap-lints allow -D warnings` |
1718 | 2023-11-16T20:32:06.643Z | Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-b72fbfc7540779d2/build-script-build` |
1719 | 2023-11-16T20:32:06.672Z | Compiling miniz_oxide v0.7.1 |
1720 | 2023-11-16T20:32:06.676Z | Running `/home/build/.rustup/toolchains/1.73.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=4f8e6ad7586f9a84 -C extra-filename=-4f8e6ad7586f9a84 --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-08cd1827cd37ee6e.rmeta --cap-lints allow -D warnings` |
1721 | 2023-11-16T20:32:06.679Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d52890b42f7eb4eb/build-script-build` |
1722 | 2023-11-16T20:32:06.731Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="dev_urandom_fallback"' -C metadata=e24c33bab6ba80a3 -C extra-filename=-e24c33bab6ba80a3 --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-5a5836bbf46a42cd.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2bede715a5173ba8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
1723 | 2023-11-16T20:32:06.987Z | Running `/home/build/.rustup/toolchains/1.73.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.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee651c23aa836357 -C extra-filename=-ee651c23aa836357 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1724 | 2023-11-16T20:32:07.077Z | Compiling mime v0.3.17 |
1725 | 2023-11-16T20:32:07.109Z | Running `/home/build/.rustup/toolchains/1.73.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=37174dc2eb25e52f -C extra-filename=-37174dc2eb25e52f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1726 | 2023-11-16T20:32:08.123Z | Compiling synstructure v0.12.6 |
1727 | 2023-11-16T20:32:08.161Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=d4ad94b5f9af8d72 -C extra-filename=-d4ad94b5f9af8d72 --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-22fe2c7d911da4f3.rmeta --cap-lints allow -D warnings` |
1728 | 2023-11-16T20:32:09.291Z | Compiling sct v0.7.0 |
1729 | 2023-11-16T20:32:09.294Z | Running `/home/build/.rustup/toolchains/1.73.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=cb97360038c190a3 -C extra-filename=-cb97360038c190a3 --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-20934dee58343fd2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f44937a814b14c11.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
1730 | 2023-11-16T20:32:09.318Z | Compiling rustversion v1.0.14 |
1731 | 2023-11-16T20:32:09.342Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=f8faffaa0d02fd74 -C extra-filename=-f8faffaa0d02fd74 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-f8faffaa0d02fd74 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1732 | 2023-11-16T20:32:09.745Z | Compiling rustix v0.37.23 |
1733 | 2023-11-16T20:32:09.749Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="io-lifetimes"' --cfg 'feature="libc"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=47322ae9f87daf8f -C extra-filename=-47322ae9f87daf8f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-47322ae9f87daf8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1734 | 2023-11-16T20:32:09.853Z | Running `/home/build/.rustup/toolchains/1.73.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=18d2c5f7a2815c75 -C extra-filename=-18d2c5f7a2815c75 --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-44134a0aea49d778.so --cap-lints allow -D warnings` |
1735 | 2023-11-16T20:32:10.282Z | Compiling rustls-webpki v0.101.7 |
1736 | 2023-11-16T20:32:10.286Z | Running `/home/build/.rustup/toolchains/1.73.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=c3621cdff6fe6886 -C extra-filename=-c3621cdff6fe6886 --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-e24c33bab6ba80a3.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2bede715a5173ba8.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out` |
1737 | 2023-11-16T20:32:10.552Z | Compiling ipnet v2.8.0 |
1738 | 2023-11-16T20:32:10.581Z | Running `/home/build/.rustup/toolchains/1.73.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=9b2720df6dfaa396 -C extra-filename=-9b2720df6dfaa396 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1739 | 2023-11-16T20:32:10.696Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-47322ae9f87daf8f/build-script-build` |
1740 | 2023-11-16T20:32:10.838Z | Compiling zerocopy-derive v0.2.0 |
1741 | 2023-11-16T20:32:10.841Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=32fe9d4b07bfc9ae -C extra-filename=-32fe9d4b07bfc9ae --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-0cfa57b869076aee.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-d4ad94b5f9af8d72.rlib --extern proc_macro --cap-lints allow -D warnings` |
1742 | 2023-11-16T20:32:11.459Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-f8faffaa0d02fd74/build-script-build` |
1743 | 2023-11-16T20:32:11.554Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=d975b5c659959288 -C extra-filename=-d975b5c659959288 --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-35b42e597512c686.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-e24c33bab6ba80a3.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c3621cdff6fe6886.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-cb97360038c190a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
1744 | 2023-11-16T20:32:11.739Z | Compiling pest_meta v2.7.2 |
1745 | 2023-11-16T20:32:11.741Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' -C metadata=1735801063b7e377 -C extra-filename=-1735801063b7e377 --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-34c4630957281a43.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-0e0a34abc9c45c3c.rmeta --cap-lints allow -D warnings` |
1746 | 2023-11-16T20:32:11.768Z | Compiling zerocopy-derive v0.6.4 |
1747 | 2023-11-16T20:32:12.233Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=c6f829b7e6716a44 -C extra-filename=-c6f829b7e6716a44 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1748 | 2023-11-16T20:32:12.598Z | Compiling rustls-pemfile v1.0.3 |
1749 | 2023-11-16T20:32:12.602Z | Running `/home/build/.rustup/toolchains/1.73.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=b9af34ee4ca82c03 -C extra-filename=-b9af34ee4ca82c03 --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-e787744d353adac5.rmeta --cap-lints allow -D warnings` |
1750 | 2023-11-16T20:32:13.282Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=96868ad2f5887e43 -C extra-filename=-96868ad2f5887e43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
1751 | 2023-11-16T20:32:13.287Z | Compiling encoding_rs v0.8.33 |
1752 | 2023-11-16T20:32:13.290Z | Running `/home/build/.rustup/toolchains/1.73.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=e127fad1e2bd69c7 -C extra-filename=-e127fad1e2bd69c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --cap-lints allow -D warnings` |
1753 | 2023-11-16T20:32:13.542Z | Compiling rustls-native-certs v0.6.3 |
1754 | 2023-11-16T20:32:13.545Z | Running `/home/build/.rustup/toolchains/1.73.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=72d396c4f48184a8 -C extra-filename=-72d396c4f48184a8 --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-38360ffb9ef07a0e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --cap-lints allow -D warnings` |
1755 | 2023-11-16T20:32:13.927Z | Compiling pest_generator v2.7.2 |
1756 | 2023-11-16T20:32:13.931Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="std"' -C metadata=a42913d48a5f799c -C extra-filename=-a42913d48a5f799c --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-0e0a34abc9c45c3c.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-1735801063b7e377.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings` |
1757 | 2023-11-16T20:32:14.191Z | Compiling gimli v0.28.0 |
1758 | 2023-11-16T20:32:14.199Z | Running `/home/build/.rustup/toolchains/1.73.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=872a44afabf948a6 -C extra-filename=-872a44afabf948a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1759 | 2023-11-16T20:32:15.216Z | Compiling object v0.32.1 |
1760 | 2023-11-16T20:32:15.222Z | Running `/home/build/.rustup/toolchains/1.73.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=f3ab642a0fb2624b -C extra-filename=-f3ab642a0fb2624b --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-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings` |
1761 | 2023-11-16T20:32:15.486Z | Compiling usdt-impl v0.3.5 |
1762 | 2023-11-16T20:32:15.490Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="asm"' -C metadata=3a412c79e16a3e0a -C extra-filename=-3a412c79e16a3e0a --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-3a412c79e16a3e0a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
1763 | 2023-11-16T20:32:16.084Z | Compiling rustc-demangle v0.1.23 |
1764 | 2023-11-16T20:32:16.087Z | Running `/home/build/.rustup/toolchains/1.73.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=f7bdaedcfefe0e1a -C extra-filename=-f7bdaedcfefe0e1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1765 | 2023-11-16T20:32:16.780Z | Compiling webpki-roots v0.25.2 |
1766 | 2023-11-16T20:32:16.783Z | Running `/home/build/.rustup/toolchains/1.73.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=43c1378816ecac54 -C extra-filename=-43c1378816ecac54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1767 | 2023-11-16T20:32:17.019Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-3a412c79e16a3e0a/build-script-build` |
1768 | 2023-11-16T20:32:17.215Z | Compiling zerocopy v0.3.0 |
1769 | 2023-11-16T20:32:17.236Z | Running `/home/build/.rustup/toolchains/1.73.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=c084dee69cfd3af2 -C extra-filename=-c084dee69cfd3af2 --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-13456ae1292a2c33.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-32fe9d4b07bfc9ae.so --cap-lints allow -D warnings` |
1770 | 2023-11-16T20:32:18.124Z | Compiling thread-id v4.2.0 |
1771 | 2023-11-16T20:32:18.142Z | Running `/home/build/.rustup/toolchains/1.73.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=0711bc262ccfa26b -C extra-filename=-0711bc262ccfa26b --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
1772 | 2023-11-16T20:32:18.146Z | Compiling memoffset v0.9.0 |
1773 | 2023-11-16T20:32:18.149Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' -C metadata=2ef9dc1180e7f411 -C extra-filename=-2ef9dc1180e7f411 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-2ef9dc1180e7f411 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings` |
1774 | 2023-11-16T20:32:18.462Z | Compiling dof v0.1.5 |
1775 | 2023-11-16T20:32:18.465Z | Running `/home/build/.rustup/toolchains/1.73.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=10925711dbedfbf0 -C extra-filename=-10925711dbedfbf0 --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-021d0d375605d842.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-c084dee69cfd3af2.rmeta --cap-lints allow -D warnings` |
1776 | 2023-11-16T20:32:18.535Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2ef9dc1180e7f411/build-script-build` |
1777 | 2023-11-16T20:32:18.723Z | Compiling clap_derive v4.4.2 |
1778 | 2023-11-16T20:32:18.727Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' -C metadata=1636ab06bd78f7db -C extra-filename=-1636ab06bd78f7db --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-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1779 | 2023-11-16T20:32:18.946Z | Compiling pest_derive v2.7.2 |
1780 | 2023-11-16T20:32:18.950Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=79245328ef323993 -C extra-filename=-79245328ef323993 --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-0e0a34abc9c45c3c.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-a42913d48a5f799c.rlib --extern proc_macro --cap-lints allow -D warnings` |
1781 | 2023-11-16T20:32:19.978Z | Compiling bytes v1.5.0 |
1782 | 2023-11-16T20:32:19.981Z | Running `/home/build/.rustup/toolchains/1.73.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=350903b1d1ebd164 -C extra-filename=-350903b1d1ebd164 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
1783 | 2023-11-16T20:32:20.109Z | Compiling bitflags v2.4.0 |
1784 | 2023-11-16T20:32:20.154Z | Running `/home/build/.rustup/toolchains/1.73.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=20fae4178c3fc031 -C extra-filename=-20fae4178c3fc031 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
1785 | 2023-11-16T20:32:20.403Z | Compiling indexmap v2.1.0 |
1786 | 2023-11-16T20:32:20.407Z | Running `/home/build/.rustup/toolchains/1.73.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=747798cd8b9dd4c2 -C extra-filename=-747798cd8b9dd4c2 --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-8ce1101edb93c80e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-93e3559dd37749ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
1787 | 2023-11-16T20:32:20.785Z | Compiling chrono v0.4.31 |
1788 | 2023-11-16T20:32:20.789Z | Running `/home/build/.rustup/toolchains/1.73.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=be6a16b272216d2c -C extra-filename=-be6a16b272216d2c --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-396d392db64a8d3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
1789 | 2023-11-16T20:32:21.352Z | Compiling tokio v1.33.0 |
1790 | 2023-11-16T20:32:21.357Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/lib.rs --error-format=json --json=diagnostic-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=82d9e76c51951860 -C extra-filename=-82d9e76c51951860 --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-350903b1d1ebd164.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-04132c579bcd6e17.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-fdfddb00e7d79634.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51cc57fddbfd320c.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-3c2dbc9cf7754098.so --cap-lints allow -D warnings` |
1791 | 2023-11-16T20:32:22.442Z | Compiling uuid v1.5.0 |
1792 | 2023-11-16T20:32:22.447Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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=9051fcc0a8ddc8fa -C extra-filename=-9051fcc0a8ddc8fa --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-5a5836bbf46a42cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
1793 | 2023-11-16T20:32:22.475Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' -C metadata=2cfaafa8a25075f3 -C extra-filename=-2cfaafa8a25075f3 --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-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings --cfg limb_width_64` |
1794 | 2023-11-16T20:32:22.555Z | Compiling http v0.2.9 |
1795 | 2023-11-16T20:32:22.558Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbcc907de9e1cc70 -C extra-filename=-bbcc907de9e1cc70 --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-350903b1d1ebd164.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --cap-lints allow -D warnings` |
1796 | 2023-11-16T20:32:24.521Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=aa6974083f12bb7d -C extra-filename=-aa6974083f12bb7d --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-20fae4178c3fc031.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-f9e1effc2d9ef148.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1797 | 2023-11-16T20:32:26.445Z | Compiling toml_datetime v0.6.5 |
1798 | 2023-11-16T20:32:26.449Z | Running `/home/build/.rustup/toolchains/1.73.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=46d4878344085c34 -C extra-filename=-46d4878344085c34 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
1799 | 2023-11-16T20:32:26.607Z | Compiling serde_spanned v0.6.4 |
1800 | 2023-11-16T20:32:26.610Z | Running `/home/build/.rustup/toolchains/1.73.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=247755f22b73d85a -C extra-filename=-247755f22b73d85a --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
1801 | 2023-11-16T20:32:26.677Z | Running `/home/build/.rustup/toolchains/1.73.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=1356f3411526903f -C extra-filename=-1356f3411526903f --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
1802 | 2023-11-16T20:32:26.739Z | Running `/home/build/.rustup/toolchains/1.73.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=ccd42e876671a27b -C extra-filename=-ccd42e876671a27b --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-350903b1d1ebd164.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-0d75c1a6b93052ab.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic` |
1803 | 2023-11-16T20:32:26.967Z | Compiling toml_edit v0.19.15 |
1804 | 2023-11-16T20:32:26.971Z | Running `/home/build/.rustup/toolchains/1.73.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=364efe634fb29cce -C extra-filename=-364efe634fb29cce --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-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-247755f22b73d85a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3b600d2d43343318.rmeta --cap-lints allow -D warnings` |
1805 | 2023-11-16T20:32:27.156Z | Compiling http-body v0.4.5 |
1806 | 2023-11-16T20:32:27.162Z | Running `/home/build/.rustup/toolchains/1.73.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=e23870b8be8396d0 -C extra-filename=-e23870b8be8396d0 --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-350903b1d1ebd164.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --cap-lints allow -D warnings` |
1807 | 2023-11-16T20:32:27.203Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a38c968e3078c256 -C extra-filename=-a38c968e3078c256 --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-20fae4178c3fc031.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-1b91090bfe739597.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.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` |
1808 | 2023-11-16T20:32:27.366Z | Compiling serde_urlencoded v0.7.1 |
1809 | 2023-11-16T20:32:27.406Z | Running `/home/build/.rustup/toolchains/1.73.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=212befa4665bb875 -C extra-filename=-212befa4665bb875 --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-4eff3b320e84fc0d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
1810 | 2023-11-16T20:32:27.777Z | Compiling rustc_version v0.4.0 |
1811 | 2023-11-16T20:32:27.780Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=1e58258a4bad5ddf -C extra-filename=-1e58258a4bad5ddf --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-1356f3411526903f.rmeta --cap-lints allow -D warnings` |
1812 | 2023-11-16T20:32:27.895Z | Compiling openapiv3 v2.0.0-rc.1 |
1813 | 2023-11-16T20:32:27.899Z | Running `/home/build/.rustup/toolchains/1.73.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=0ccf4465315879ca -C extra-filename=-0ccf4465315879ca --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-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --cap-lints allow -D warnings` |
1814 | 2023-11-16T20:32:28.220Z | Compiling addr2line v0.21.0 |
1815 | 2023-11-16T20:32:28.223Z | Running `/home/build/.rustup/toolchains/1.73.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=0f0ded569e5c2647 -C extra-filename=-0f0ded569e5c2647 --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-872a44afabf948a6.rmeta --cap-lints allow -D warnings` |
1816 | 2023-11-16T20:32:28.774Z | Compiling dtrace-parser v0.1.14 |
1817 | 2023-11-16T20:32:28.778Z | Running `/home/build/.rustup/toolchains/1.73.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=a4ffbfabcfd6f684 -C extra-filename=-a4ffbfabcfd6f684 --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-0e0a34abc9c45c3c.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-79245328ef323993.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings` |
1818 | 2023-11-16T20:32:29.225Z | Running `/home/build/.rustup/toolchains/1.73.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=432aa53753153294 -C extra-filename=-432aa53753153294 --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-0f0ded569e5c2647.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f8e6ad7586f9a84.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f3ab642a0fb2624b.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-f7bdaedcfefe0e1a.rmeta --cap-lints allow -D warnings` |
1819 | 2023-11-16T20:32:29.461Z | Running `/home/build/.rustup/toolchains/1.73.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=432ebafd6491db7b -C extra-filename=-432ebafd6491db7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --cap-lints allow -D warnings` |
1820 | 2023-11-16T20:32:31.337Z | Running `/home/build/.rustup/toolchains/1.73.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=57e8940daf1498f5 -C extra-filename=-57e8940daf1498f5 --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-432aa53753153294.rmeta --cap-lints allow -D warnings` |
1821 | 2023-11-16T20:32:32.154Z | Compiling utf8parse v0.2.1 |
1822 | 2023-11-16T20:32:32.158Z | Running `/home/build/.rustup/toolchains/1.73.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=27097620aad2fe26 -C extra-filename=-27097620aad2fe26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1823 | 2023-11-16T20:32:32.391Z | Running `/home/build/.rustup/toolchains/1.73.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=39962dd8b09b24b4 -C extra-filename=-39962dd8b09b24b4 --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-13456ae1292a2c33.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-10925711dbedfbf0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-a4ffbfabcfd6f684.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0711bc262ccfa26b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1824 | 2023-11-16T20:32:32.646Z | Compiling serde_tokenstream v0.1.7 |
1825 | 2023-11-16T20:32:32.655Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=acc31a69b3a591b6 -C extra-filename=-acc31a69b3a591b6 --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-0cfa57b869076aee.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --cap-lints allow -D warnings` |
1826 | 2023-11-16T20:32:32.959Z | Compiling strum_macros v0.25.2 |
1827 | 2023-11-16T20:32:32.988Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=5029efe4c5f58f28 -C extra-filename=-5029efe4c5f58f28 --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-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-96868ad2f5887e43.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1828 | 2023-11-16T20:32:33.454Z | Running `/home/build/.rustup/toolchains/1.73.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=d6a29730dcaf9410 -C extra-filename=-d6a29730dcaf9410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86` |
1829 | 2023-11-16T20:32:33.955Z | Compiling tokio-util v0.7.10 |
1830 | 2023-11-16T20:32:33.959Z | Running `/home/build/.rustup/toolchains/1.73.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="tracing"' -C metadata=abc215d9dda3a78f -C extra-filename=-abc215d9dda3a78f --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-350903b1d1ebd164.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --cap-lints allow -D warnings` |
1831 | 2023-11-16T20:32:35.250Z | Compiling tokio-rustls v0.24.1 |
1832 | 2023-11-16T20:32:35.253Z | Running `/home/build/.rustup/toolchains/1.73.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=519fddeb9193ed3f -C extra-filename=-519fddeb9193ed3f --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-d975b5c659959288.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
1833 | 2023-11-16T20:32:35.345Z | Compiling num-iter v0.1.43 |
1834 | 2023-11-16T20:32:35.348Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="i128"' -C metadata=5a1aa375de535fb6 -C extra-filename=-5a1aa375de535fb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-5a1aa375de535fb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings` |
1835 | 2023-11-16T20:32:35.878Z | Compiling h2 v0.3.21 |
1836 | 2023-11-16T20:32:35.881Z | Running `/home/build/.rustup/toolchains/1.73.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=1d32404e964ec559 -C extra-filename=-1d32404e964ec559 --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-350903b1d1ebd164.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-64e35da0c73cb6db.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-6604ec6906f7b39c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --cap-lints allow -D warnings` |
1837 | 2023-11-16T20:32:35.906Z | Compiling crossbeam-epoch v0.9.15 |
1838 | 2023-11-16T20:32:35.909Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=22c4a00135c65c68 -C extra-filename=-22c4a00135c65c68 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-22c4a00135c65c68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings` |
1839 | 2023-11-16T20:32:36.416Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5a1aa375de535fb6/build-script-build` |
1840 | 2023-11-16T20:32:36.475Z | Compiling signal-hook v0.3.17 |
1841 | 2023-11-16T20:32:36.478Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=069eece865dbe982 -C extra-filename=-069eece865dbe982 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-069eece865dbe982 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1842 | 2023-11-16T20:32:36.601Z | Compiling siphasher v0.3.11 |
1843 | 2023-11-16T20:32:36.630Z | Running `/home/build/.rustup/toolchains/1.73.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=8a1c294fc638e13d -C extra-filename=-8a1c294fc638e13d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1844 | 2023-11-16T20:32:36.633Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-22c4a00135c65c68/build-script-build` |
1845 | 2023-11-16T20:32:36.822Z | Compiling anstyle v1.0.2 |
1846 | 2023-11-16T20:32:36.851Z | Running `/home/build/.rustup/toolchains/1.73.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=0bb32fe94b168e4f -C extra-filename=-0bb32fe94b168e4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1847 | 2023-11-16T20:32:36.990Z | Running `/home/build/.rustup/toolchains/1.73.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=988122b01fca8e79 -C extra-filename=-988122b01fca8e79 --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-35b42e597512c686.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1848 | 2023-11-16T20:32:37.237Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-069eece865dbe982/build-script-build` |
1849 | 2023-11-16T20:32:37.272Z | Compiling usdt-macro v0.3.5 |
1850 | 2023-11-16T20:32:37.310Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="asm"' -C metadata=edef68ab394b0d63 -C extra-filename=-edef68ab394b0d63 --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-a4ffbfabcfd6f684.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-acc31a69b3a591b6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-39962dd8b09b24b4.rlib --extern proc_macro --cap-lints allow -D warnings` |
1851 | 2023-11-16T20:32:37.528Z | Compiling tokio-native-tls v0.3.1 |
1852 | 2023-11-16T20:32:37.531Z | Running `/home/build/.rustup/toolchains/1.73.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=89a4cffccb148e92 -C extra-filename=-89a4cffccb148e92 --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-988122b01fca8e79.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
1853 | 2023-11-16T20:32:37.951Z | Compiling usdt-attr-macro v0.3.5 |
1854 | 2023-11-16T20:32:37.955Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="asm"' -C metadata=1992c2daf58469e0 -C extra-filename=-1992c2daf58469e0 --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-a4ffbfabcfd6f684.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-acc31a69b3a591b6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-39962dd8b09b24b4.rlib --extern proc_macro --cap-lints allow -D warnings` |
1855 | 2023-11-16T20:32:37.981Z | Running `/home/build/.rustup/toolchains/1.73.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=5900c666972f8fe2 -C extra-filename=-5900c666972f8fe2 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std` |
1856 | 2023-11-16T20:32:38.260Z | Compiling itertools v0.10.5 |
1857 | 2023-11-16T20:32:38.263Z | Running `/home/build/.rustup/toolchains/1.73.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=1698fe758139cc1f -C extra-filename=-1698fe758139cc1f --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-a1eac84d717304be.rmeta --cap-lints allow -D warnings` |
1858 | 2023-11-16T20:32:39.287Z | Running `/home/build/.rustup/toolchains/1.73.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=c2db2e2cc24f25bb -C extra-filename=-c2db2e2cc24f25bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128` |
1859 | 2023-11-16T20:32:39.510Z | Compiling unicode-segmentation v1.10.1 |
1860 | 2023-11-16T20:32:39.513Z | Running `/home/build/.rustup/toolchains/1.73.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=5ea6be43bdaf8fd6 -C extra-filename=-5ea6be43bdaf8fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1861 | 2023-11-16T20:32:40.258Z | Running `/home/build/.rustup/toolchains/1.73.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=f5dff1a3f4afd29f -C extra-filename=-f5dff1a3f4afd29f --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-bba883f09c02da13.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-f9e1effc2d9ef148.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-5900c666972f8fe2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1862 | 2023-11-16T20:32:40.452Z | Compiling flate2 v1.0.28 |
1863 | 2023-11-16T20:32:40.456Z | Running `/home/build/.rustup/toolchains/1.73.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=c019a285918e1257 -C extra-filename=-c019a285918e1257 --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-d6a29730dcaf9410.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f8e6ad7586f9a84.rmeta --cap-lints allow -D warnings` |
1864 | 2023-11-16T20:32:40.573Z | Compiling anstyle-parse v0.2.1 |
1865 | 2023-11-16T20:32:40.577Z | Running `/home/build/.rustup/toolchains/1.73.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=1369f107592cb1aa -C extra-filename=-1369f107592cb1aa --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-27097620aad2fe26.rmeta --cap-lints allow -D warnings` |
1866 | 2023-11-16T20:32:40.988Z | Compiling futures-executor v0.3.29 |
1867 | 2023-11-16T20:32:41.025Z | Running `/home/build/.rustup/toolchains/1.73.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=a2837ffc1a7d3548 -C extra-filename=-a2837ffc1a7d3548 --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-1e47e072d9a5cdfb.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --cap-lints allow -D warnings` |
1868 | 2023-11-16T20:32:41.090Z | Compiling colorchoice v1.0.0 |
1869 | 2023-11-16T20:32:41.094Z | Running `/home/build/.rustup/toolchains/1.73.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=ace7b3863e74f466 -C extra-filename=-ace7b3863e74f466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1870 | 2023-11-16T20:32:41.315Z | Compiling deranged v0.3.8 |
1871 | 2023-11-16T20:32:41.320Z | Running `/home/build/.rustup/toolchains/1.73.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=cf3227b7e0c014af -C extra-filename=-cf3227b7e0c014af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1872 | 2023-11-16T20:32:41.616Z | Compiling bit-vec v0.6.3 |
1873 | 2023-11-16T20:32:41.620Z | Running `/home/build/.rustup/toolchains/1.73.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=441d99300fa54436 -C extra-filename=-441d99300fa54436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1874 | 2023-11-16T20:32:41.901Z | Compiling num_threads v0.1.6 |
1875 | 2023-11-16T20:32:41.905Z | Running `/home/build/.rustup/toolchains/1.73.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=b4a56bf51ad829de -C extra-filename=-b4a56bf51ad829de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1876 | 2023-11-16T20:32:41.996Z | Compiling anstyle-query v1.0.0 |
1877 | 2023-11-16T20:32:42.000Z | Running `/home/build/.rustup/toolchains/1.73.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=01aab9357ab03251 -C extra-filename=-01aab9357ab03251 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1878 | 2023-11-16T20:32:42.071Z | Compiling toml_edit v0.21.0 |
1879 | 2023-11-16T20:32:42.075Z | Running `/home/build/.rustup/toolchains/1.73.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=ef0e0c7b8db2588a -C extra-filename=-ef0e0c7b8db2588a --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-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-247755f22b73d85a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-3b600d2d43343318.rmeta --cap-lints allow -D warnings` |
1880 | 2023-11-16T20:32:42.184Z | Compiling terminal_size v0.2.6 |
1881 | 2023-11-16T20:32:42.188Z | Running `/home/build/.rustup/toolchains/1.73.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=01184d0e16a67ddb -C extra-filename=-01184d0e16a67ddb --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-f5dff1a3f4afd29f.rmeta --cap-lints allow -D warnings` |
1882 | 2023-11-16T20:32:42.286Z | Compiling anstream v0.5.0 |
1883 | 2023-11-16T20:32:42.293Z | Running `/home/build/.rustup/toolchains/1.73.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=b45f13db1c326097 -C extra-filename=-b45f13db1c326097 --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-0bb32fe94b168e4f.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-1369f107592cb1aa.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-01aab9357ab03251.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-ace7b3863e74f466.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-27097620aad2fe26.rmeta --cap-lints allow -D warnings` |
1884 | 2023-11-16T20:32:42.451Z | Running `/home/build/.rustup/toolchains/1.73.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=e44a33706e9032ed -C extra-filename=-e44a33706e9032ed --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-944a383f40926f71.rmeta --cap-lints allow -D warnings --cfg has_i128` |
1885 | 2023-11-16T20:32:42.579Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1886 | 2023-11-16T20:32:42.605Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=4ac844aaafb3c7a5 -C extra-filename=-4ac844aaafb3c7a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4ac844aaafb3c7a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --cap-lints allow -D warnings` |
1887 | 2023-11-16T20:32:42.826Z | Compiling clap_lex v0.5.1 |
1888 | 2023-11-16T20:32:42.855Z | Running `/home/build/.rustup/toolchains/1.73.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=39e629374433b1e7 -C extra-filename=-39e629374433b1e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1889 | 2023-11-16T20:32:43.429Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4ac844aaafb3c7a5/build-script-build` |
1890 | 2023-11-16T20:32:43.475Z | Compiling clap_builder v4.4.2 |
1891 | 2023-11-16T20:32:43.479Z | Running `/home/build/.rustup/toolchains/1.73.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=ed3dd28698be8141 -C extra-filename=-ed3dd28698be8141 --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-b45f13db1c326097.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0bb32fe94b168e4f.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-39e629374433b1e7.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-b831e55c95c4ea46.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-01184d0e16a67ddb.rmeta --cap-lints allow -D warnings` |
1892 | 2023-11-16T20:32:43.625Z | Compiling futures v0.3.29 |
1893 | 2023-11-16T20:32:43.693Z | Running `/home/build/.rustup/toolchains/1.73.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=df8af15c6c8606c7 -C extra-filename=-df8af15c6c8606c7 --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-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-a2837ffc1a7d3548.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --cap-lints allow -D warnings` |
1894 | 2023-11-16T20:32:43.788Z | Compiling toml v0.7.8 |
1895 | 2023-11-16T20:32:43.792Z | Running `/home/build/.rustup/toolchains/1.73.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=f694ac99b80ecc4f -C extra-filename=-f694ac99b80ecc4f --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-18d2c5f7a2815c75.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-247755f22b73d85a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-364efe634fb29cce.rmeta --cap-lints allow -D warnings` |
1896 | 2023-11-16T20:32:43.828Z | Compiling zerocopy v0.6.4 |
1897 | 2023-11-16T20:32:43.832Z | Running `/home/build/.rustup/toolchains/1.73.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=84e14f0c27829c09 -C extra-filename=-84e14f0c27829c09 --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-13456ae1292a2c33.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c6f829b7e6716a44.so --cap-lints allow -D warnings` |
1898 | 2023-11-16T20:32:44.448Z | Compiling time v0.3.27 |
1899 | 2023-11-16T20:32:44.454Z | Running `/home/build/.rustup/toolchains/1.73.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=c3e3cf764a9ffe22 -C extra-filename=-c3e3cf764a9ffe22 --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-cf3227b7e0c014af.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-b4a56bf51ad829de.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-58f78c42d4154f34.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-edf8304bb59d3fc3.so --cap-lints allow -D warnings` |
1900 | 2023-11-16T20:32:44.580Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1901 | 2023-11-16T20:32:44.618Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=7f029daee77e8b67 -C extra-filename=-7f029daee77e8b67 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-7f029daee77e8b67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1902 | 2023-11-16T20:32:45.127Z | Compiling bit-set v0.5.3 |
1903 | 2023-11-16T20:32:45.132Z | Running `/home/build/.rustup/toolchains/1.73.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=bcef41215704b0a3 -C extra-filename=-bcef41215704b0a3 --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-441d99300fa54436.rmeta --cap-lints allow -D warnings` |
1904 | 2023-11-16T20:32:45.546Z | Compiling phf_shared v0.10.0 |
1905 | 2023-11-16T20:32:45.556Z | Running `/home/build/.rustup/toolchains/1.73.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=cb88406a79c30f65 -C extra-filename=-cb88406a79c30f65 --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-8a1c294fc638e13d.rmeta --cap-lints allow -D warnings` |
1906 | 2023-11-16T20:32:45.735Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-7f029daee77e8b67/build-script-build` |
1907 | 2023-11-16T20:32:45.947Z | Compiling heapless v0.7.16 |
1908 | 2023-11-16T20:32:45.951Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=38eedd4460f730e3 -C extra-filename=-38eedd4460f730e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-38eedd4460f730e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1e58258a4bad5ddf.rlib --cap-lints allow -D warnings` |
1909 | 2023-11-16T20:32:46.140Z | Compiling sha2 v0.10.8 |
1910 | 2023-11-16T20:32:46.143Z | Running `/home/build/.rustup/toolchains/1.73.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=965b9bbdd9119936 -C extra-filename=-965b9bbdd9119936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --cap-lints allow -D warnings` |
1911 | 2023-11-16T20:32:46.363Z | Compiling precomputed-hash v0.1.1 |
1912 | 2023-11-16T20:32:46.368Z | Running `/home/build/.rustup/toolchains/1.73.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=63a2ea54c4cba33b -C extra-filename=-63a2ea54c4cba33b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1913 | 2023-11-16T20:32:46.466Z | Compiling fixedbitset v0.4.2 |
1914 | 2023-11-16T20:32:46.470Z | Running `/home/build/.rustup/toolchains/1.73.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=cdcdae971425a685 -C extra-filename=-cdcdae971425a685 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1915 | 2023-11-16T20:32:46.616Z | Compiling data-encoding v2.4.0 |
1916 | 2023-11-16T20:32:46.623Z | Running `/home/build/.rustup/toolchains/1.73.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=b383810513703531 -C extra-filename=-b383810513703531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1917 | 2023-11-16T20:32:46.658Z | Compiling new_debug_unreachable v1.0.4 |
1918 | 2023-11-16T20:32:46.662Z | Running `/home/build/.rustup/toolchains/1.73.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=a5bc97b5e0fc2ba8 -C extra-filename=-a5bc97b5e0fc2ba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1919 | 2023-11-16T20:32:46.783Z | Compiling string_cache v0.8.7 |
1920 | 2023-11-16T20:32:46.788Z | Running `/home/build/.rustup/toolchains/1.73.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=55a0103f85a9e97f -C extra-filename=-55a0103f85a9e97f --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-a5bc97b5e0fc2ba8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-cb88406a79c30f65.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-63a2ea54c4cba33b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
1921 | 2023-11-16T20:32:47.171Z | Compiling hyper v0.14.27 |
1922 | 2023-11-16T20:32:47.176Z | Running `/home/build/.rustup/toolchains/1.73.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=f4a16aeb1a3cb352 -C extra-filename=-f4a16aeb1a3cb352 --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-350903b1d1ebd164.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-1d32404e964ec559.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e23870b8be8396d0.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd86d2854e7dc134.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-83f414a27466bc1a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-bce8a2483e665a6f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-d03f4efc8064ac28.rmeta --cap-lints allow -D warnings` |
1923 | 2023-11-16T20:32:47.517Z | Compiling petgraph v0.6.4 |
1924 | 2023-11-16T20:32:47.534Z | Running `/home/build/.rustup/toolchains/1.73.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=f194ed76efbe5191 -C extra-filename=-f194ed76efbe5191 --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-cdcdae971425a685.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --cap-lints allow -D warnings` |
1925 | 2023-11-16T20:32:50.620Z | Compiling clap v4.4.3 |
1926 | 2023-11-16T20:32:50.624Z | Running `/home/build/.rustup/toolchains/1.73.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=d1b5987e411c315d -C extra-filename=-d1b5987e411c315d --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-ed3dd28698be8141.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-1636ab06bd78f7db.so --cap-lints allow -D warnings` |
1927 | 2023-11-16T20:32:50.801Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-38eedd4460f730e3/build-script-build` |
1928 | 2023-11-16T20:32:50.866Z | Running `/home/build/.rustup/toolchains/1.73.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=a011e30b5d5882f6 -C extra-filename=-a011e30b5d5882f6 --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` |
1929 | 2023-11-16T20:32:51.017Z | Compiling hmac v0.12.1 |
1930 | 2023-11-16T20:32:51.021Z | Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=cfa7bc7413ed50a9 -C extra-filename=-cfa7bc7413ed50a9 --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-e5c5a96420662074.rmeta --cap-lints allow -D warnings` |
1931 | 2023-11-16T20:32:51.354Z | Compiling enum-as-inner v0.5.1 |
1932 | 2023-11-16T20:32:51.357Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=496ebd546502e8be -C extra-filename=-496ebd546502e8be --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-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
1933 | 2023-11-16T20:32:52.507Z | Compiling diesel_table_macro_syntax v0.1.0 |
1934 | 2023-11-16T20:32:52.553Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=ff5f50fe41693a8a -C extra-filename=-ff5f50fe41693a8a --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-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings` |
1935 | 2023-11-16T20:32:53.100Z | Compiling managed v0.8.0 |
1936 | 2023-11-16T20:32:53.131Z | Running `/home/build/.rustup/toolchains/1.73.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=36484c5329fe569d -C extra-filename=-36484c5329fe569d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1937 | 2023-11-16T20:32:53.181Z | Compiling diesel_derives v2.1.1 |
1938 | 2023-11-16T20:32:53.186Z | Running `/home/build/.rustup/toolchains/1.73.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=e6be3c1c11d443e7 -C extra-filename=-e6be3c1c11d443e7 --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-ff5f50fe41693a8a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1939 | 2023-11-16T20:32:53.581Z | Running `/home/build/.rustup/toolchains/1.73.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=3c7425f1d945d36b -C extra-filename=-3c7425f1d945d36b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-a011e30b5d5882f6.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc40c4370bbc2a4c.rmeta --cap-lints allow -D warnings` |
1940 | 2023-11-16T20:32:53.836Z | Compiling num-bigint v0.4.4 |
1941 | 2023-11-16T20:32:53.859Z | Running `/home/build/.rustup/toolchains/1.73.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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=41ea9f7570a5323b -C extra-filename=-41ea9f7570a5323b --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-41ea9f7570a5323b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings` |
1942 | 2023-11-16T20:32:53.877Z | Compiling lalrpop-util v0.19.12 |
1943 | 2023-11-16T20:32:53.906Z | Running `/home/build/.rustup/toolchains/1.73.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=63c6980fe0f75543 -C extra-filename=-63c6980fe0f75543 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1944 | 2023-11-16T20:32:54.175Z | Compiling smoltcp v0.9.1 |
1945 | 2023-11-16T20:32:54.204Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="proto-ipv6"' -C metadata=77625e3b291d32af -C extra-filename=-77625e3b291d32af --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-77625e3b291d32af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1946 | 2023-11-16T20:32:54.430Z | Running `/home/build/.rustup/toolchains/1.73.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=265c8363d96e092d -C extra-filename=-265c8363d96e092d --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-e44a33706e9032ed.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28` |
1947 | 2023-11-16T20:32:54.666Z | Running `/home/build/.rustup/toolchains/1.73.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=1130240042d45901 -C extra-filename=-1130240042d45901 --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-b2edb30e9ae87feb.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-fdfddb00e7d79634.rmeta --cap-lints allow -D warnings` |
1948 | 2023-11-16T20:32:54.824Z | Compiling hex v0.4.3 |
1949 | 2023-11-16T20:32:54.828Z | Running `/home/build/.rustup/toolchains/1.73.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=5152616f1e0b8173 -C extra-filename=-5152616f1e0b8173 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
1950 | 2023-11-16T20:32:55.188Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-41ea9f7570a5323b/build-script-build` |
1951 | 2023-11-16T20:32:55.220Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-77625e3b291d32af/build-script-build` |
1952 | 2023-11-16T20:32:55.260Z | Compiling hubpack_derive v0.1.1 |
1953 | 2023-11-16T20:32:55.263Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=15c007528a74ed8f -C extra-filename=-15c007528a74ed8f --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
1954 | 2023-11-16T20:32:55.415Z | Compiling md-5 v0.10.5 |
1955 | 2023-11-16T20:32:55.419Z | Running `/home/build/.rustup/toolchains/1.73.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=a423bca254410280 -C extra-filename=-a423bca254410280 --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-e5c5a96420662074.rmeta --cap-lints allow -D warnings` |
1956 | 2023-11-16T20:32:55.691Z | Compiling stringprep v0.1.3 |
1957 | 2023-11-16T20:32:55.714Z | Running `/home/build/.rustup/toolchains/1.73.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=7c6dd1a1feeb2107 -C extra-filename=-7c6dd1a1feeb2107 --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-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings` |
1958 | 2023-11-16T20:32:55.793Z | Compiling scheduled-thread-pool v0.2.7 |
1959 | 2023-11-16T20:32:55.796Z | Running `/home/build/.rustup/toolchains/1.73.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=f37c2ed887bde4ef -C extra-filename=-f37c2ed887bde4ef --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-9b661897d4f1cf2f.rmeta --cap-lints allow -D warnings` |
1960 | 2023-11-16T20:32:55.820Z | Compiling predicates-core v1.0.6 |
1961 | 2023-11-16T20:32:55.823Z | Running `/home/build/.rustup/toolchains/1.73.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=3a6c4ab35a0a6e2b -C extra-filename=-3a6c4ab35a0a6e2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1962 | 2023-11-16T20:32:56.298Z | Compiling fallible-iterator v0.2.0 |
1963 | 2023-11-16T20:32:56.301Z | Running `/home/build/.rustup/toolchains/1.73.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=82b80056b1b0c068 -C extra-filename=-82b80056b1b0c068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1964 | 2023-11-16T20:32:56.362Z | Compiling regex-automata v0.1.10 |
1965 | 2023-11-16T20:32:56.365Z | Running `/home/build/.rustup/toolchains/1.73.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=7ff8d92e8d1e3b13 -C extra-filename=-7ff8d92e8d1e3b13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1966 | 2023-11-16T20:32:56.710Z | Compiling matches v0.1.10 |
1967 | 2023-11-16T20:32:56.713Z | Running `/home/build/.rustup/toolchains/1.73.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=80a0e7b4f72208e9 -C extra-filename=-80a0e7b4f72208e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1968 | 2023-11-16T20:32:56.809Z | Compiling r2d2 v0.8.10 |
1969 | 2023-11-16T20:32:56.812Z | Running `/home/build/.rustup/toolchains/1.73.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=7f2284f6443bccb7 -C extra-filename=-7f2284f6443bccb7 --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-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-f37c2ed887bde4ef.rmeta --cap-lints allow -D warnings` |
1970 | 2023-11-16T20:32:56.836Z | Compiling idna v0.2.3 |
1971 | 2023-11-16T20:32:56.859Z | Running `/home/build/.rustup/toolchains/1.73.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=d0042c41b28a33be -C extra-filename=-d0042c41b28a33be --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-80a0e7b4f72208e9.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings` |
1972 | 2023-11-16T20:32:57.154Z | Compiling bstr v0.2.17 |
1973 | 2023-11-16T20:32:57.157Z | Running `/home/build/.rustup/toolchains/1.73.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=1d7a1522ea5181c9 -C extra-filename=-1d7a1522ea5181c9 --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-73896bbbb77127a1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-7ff8d92e8d1e3b13.rmeta --cap-lints allow -D warnings` |
1974 | 2023-11-16T20:32:57.314Z | Compiling signal-hook-mio v0.2.3 |
1975 | 2023-11-16T20:32:57.317Z | Running `/home/build/.rustup/toolchains/1.73.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=ee38dfc6183bde42 -C extra-filename=-ee38dfc6183bde42 --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-b2edb30e9ae87feb.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --cap-lints allow -D warnings` |
1976 | 2023-11-16T20:32:57.372Z | Compiling postgres-protocol v0.6.6 |
1977 | 2023-11-16T20:32:57.375Z | Running `/home/build/.rustup/toolchains/1.73.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=eb128e11a48bb0b1 -C extra-filename=-eb128e11a48bb0b1 --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-e787744d353adac5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-cfa7bc7413ed50a9.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-a423bca254410280.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-7c6dd1a1feeb2107.rmeta --cap-lints allow -D warnings` |
1978 | 2023-11-16T20:32:57.453Z | Running `/home/build/.rustup/toolchains/1.73.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=77d75c180c0d4068 -C extra-filename=-77d75c180c0d4068 --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` |
1979 | 2023-11-16T20:32:57.525Z | Running `/home/build/.rustup/toolchains/1.73.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=c295efd4d25cd77f -C extra-filename=-c295efd4d25cd77f --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -l static=bz2` |
1980 | 2023-11-16T20:32:57.719Z | Compiling itertools v0.11.0 |
1981 | 2023-11-16T20:32:57.722Z | Running `/home/build/.rustup/toolchains/1.73.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=e43afbe531374317 -C extra-filename=-e43afbe531374317 --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-a1eac84d717304be.rmeta --cap-lints allow -D warnings` |
1982 | 2023-11-16T20:32:58.005Z | Compiling signature v2.1.0 |
1983 | 2023-11-16T20:32:58.008Z | Running `/home/build/.rustup/toolchains/1.73.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=3189c2eb2d686d93 -C extra-filename=-3189c2eb2d686d93 --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-e5c5a96420662074.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings` |
1984 | 2023-11-16T20:32:58.348Z | Compiling hyper-rustls v0.24.2 |
1985 | 2023-11-16T20:32:58.397Z | Running `/home/build/.rustup/toolchains/1.73.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=4533130b4278cb2e -C extra-filename=-4533130b4278cb2e --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-89c2dfaf38300e6f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-72d396c4f48184a8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-519fddeb9193ed3f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
1986 | 2023-11-16T20:32:59.174Z | Compiling hyper-tls v0.5.0 |
1987 | 2023-11-16T20:32:59.590Z | Running `/home/build/.rustup/toolchains/1.73.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=72adf82927bbd694 -C extra-filename=-72adf82927bbd694 --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-350903b1d1ebd164.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-988122b01fca8e79.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-89a4cffccb148e92.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
1988 | 2023-11-16T20:32:59.998Z | Compiling block-padding v0.3.3 |
1989 | 2023-11-16T20:33:00.014Z | Running `/home/build/.rustup/toolchains/1.73.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=97b1085dd9cf7677 -C extra-filename=-97b1085dd9cf7677 --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-3e5480d3d08ff34b.rmeta --cap-lints allow -D warnings` |
1990 | 2023-11-16T20:33:00.020Z | Compiling serde_repr v0.1.16 |
1991 | 2023-11-16T20:33:00.024Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=006edc45b992975f -C extra-filename=-006edc45b992975f --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1992 | 2023-11-16T20:33:00.027Z | Compiling reqwest v0.11.22 |
1993 | 2023-11-16T20:33:00.036Z | Running `/home/build/.rustup/toolchains/1.73.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=a4b6dc77935c77e1 -C extra-filename=-a4b6dc77935c77e1 --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-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-e127fad1e2bd69c7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-1d32404e964ec559.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e23870b8be8396d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-72adf82927bbd694.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-9b2720df6dfaa396.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-988122b01fca8e79.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-89a4cffccb148e92.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-519fddeb9193ed3f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-bce8a2483e665a6f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-43c1378816ecac54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
1994 | 2023-11-16T20:33:00.040Z | Compiling hash32 v0.2.1 |
1995 | 2023-11-16T20:33:00.047Z | Running `/home/build/.rustup/toolchains/1.73.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=5e997fb8b02fd91a -C extra-filename=-5e997fb8b02fd91a --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-13456ae1292a2c33.rmeta --cap-lints allow -D warnings` |
1996 | 2023-11-16T20:33:00.053Z | Compiling float-cmp v0.9.0 |
1997 | 2023-11-16T20:33:00.061Z | Running `/home/build/.rustup/toolchains/1.73.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=e5ede4c61982d4c4 -C extra-filename=-e5ede4c61982d4c4 --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-944a383f40926f71.rmeta --cap-lints allow -D warnings` |
1998 | 2023-11-16T20:33:00.067Z | Compiling stable_deref_trait v1.2.0 |
1999 | 2023-11-16T20:33:00.075Z | Running `/home/build/.rustup/toolchains/1.73.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=f3d5397adeb14f6b -C extra-filename=-f3d5397adeb14f6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2000 | 2023-11-16T20:33:00.084Z | Compiling difflib v0.4.0 |
2001 | 2023-11-16T20:33:00.093Z | Running `/home/build/.rustup/toolchains/1.73.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=44f21b3c82f2d1df -C extra-filename=-44f21b3c82f2d1df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2002 | 2023-11-16T20:33:00.101Z | Compiling regex-automata v0.3.8 |
2003 | 2023-11-16T20:33:00.135Z | Running `/home/build/.rustup/toolchains/1.73.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=ec1b7810aa8746c6 -C extra-filename=-ec1b7810aa8746c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2004 | 2023-11-16T20:33:00.252Z | Compiling normalize-line-endings v0.3.0 |
2005 | 2023-11-16T20:33:00.255Z | Running `/home/build/.rustup/toolchains/1.73.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=fbcec1a310885677 -C extra-filename=-fbcec1a310885677 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2006 | 2023-11-16T20:33:00.416Z | Running `/home/build/.rustup/toolchains/1.73.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=06b470a16b9cd41f -C extra-filename=-06b470a16b9cd41f --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-5e997fb8b02fd91a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f3d5397adeb14f6b.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics` |
2007 | 2023-11-16T20:33:01.543Z | Compiling inout v0.1.3 |
2008 | 2023-11-16T20:33:01.548Z | Running `/home/build/.rustup/toolchains/1.73.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=9f46da4df0c081e1 -C extra-filename=-9f46da4df0c081e1 --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-97b1085dd9cf7677.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rmeta --cap-lints allow -D warnings` |
2009 | 2023-11-16T20:33:01.969Z | Compiling trust-dns-proto v0.22.0 |
2010 | 2023-11-16T20:33:02.002Z | Running `/home/build/.rustup/toolchains/1.73.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=e50894fadd1037bb -C extra-filename=-e50894fadd1037bb --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-cf8b7ddb4026a748.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-496ebd546502e8be.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d0042c41b28a33be.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-9b2720df6dfaa396.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-71b648cc9ec619d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --cap-lints allow -D warnings` |
2011 | 2023-11-16T20:33:02.328Z | Compiling bzip2 v0.4.4 |
2012 | 2023-11-16T20:33:02.342Z | Running `/home/build/.rustup/toolchains/1.73.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=35981fbd82d53311 -C extra-filename=-35981fbd82d53311 --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-c295efd4d25cd77f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2013 | 2023-11-16T20:33:02.427Z | Compiling crossterm v0.27.0 |
2014 | 2023-11-16T20:33:02.446Z | Running `/home/build/.rustup/toolchains/1.73.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=d240094fddd60b00 -C extra-filename=-d240094fddd60b00 --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-20fae4178c3fc031.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-ee38dfc6183bde42.rmeta --cap-lints allow -D warnings` |
2015 | 2023-11-16T20:33:02.707Z | Compiling phf_shared v0.11.2 |
2016 | 2023-11-16T20:33:02.710Z | Running `/home/build/.rustup/toolchains/1.73.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=b989823309beb0a6 -C extra-filename=-b989823309beb0a6 --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-8a1c294fc638e13d.rmeta --cap-lints allow -D warnings` |
2017 | 2023-11-16T20:33:02.963Z | Compiling bstr v1.6.0 |
2018 | 2023-11-16T20:33:02.967Z | Running `/home/build/.rustup/toolchains/1.73.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=b0ced7931636edb8 -C extra-filename=-b0ced7931636edb8 --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-fd2d1cfaac0fc816.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ec1b7810aa8746c6.rmeta --cap-lints allow -D warnings` |
2019 | 2023-11-16T20:33:03.302Z | Compiling console v0.15.7 |
2020 | 2023-11-16T20:33:03.309Z | Running `/home/build/.rustup/toolchains/1.73.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=e7680e870930d795 -C extra-filename=-e7680e870930d795 --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-73896bbbb77127a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings` |
2021 | 2023-11-16T20:33:03.778Z | Compiling static_assertions v1.1.0 |
2022 | 2023-11-16T20:33:03.782Z | Running `/home/build/.rustup/toolchains/1.73.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=b7042427c87606dc -C extra-filename=-b7042427c87606dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2023 | 2023-11-16T20:33:03.925Z | Compiling phf v0.11.2 |
2024 | 2023-11-16T20:33:03.935Z | Running `/home/build/.rustup/toolchains/1.73.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=42b881d7f2520f71 -C extra-filename=-42b881d7f2520f71 --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-b989823309beb0a6.rmeta --cap-lints allow -D warnings` |
2025 | 2023-11-16T20:33:04.155Z | Compiling zip v0.6.6 |
2026 | 2023-11-16T20:33:04.159Z | Running `/home/build/.rustup/toolchains/1.73.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=08f0cfd40655ae2d -C extra-filename=-08f0cfd40655ae2d --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-13456ae1292a2c33.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-35981fbd82d53311.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d6a29730dcaf9410.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2027 | 2023-11-16T20:33:04.373Z | Running `/home/build/.rustup/toolchains/1.73.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=ba4b6a4730ca87d9 -C extra-filename=-ba4b6a4730ca87d9 --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-bba883f09c02da13.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-06b470a16b9cd41f.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --cap-lints allow -D warnings` |
2028 | 2023-11-16T20:33:05.511Z | Compiling cipher v0.4.4 |
2029 | 2023-11-16T20:33:05.516Z | Running `/home/build/.rustup/toolchains/1.73.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=8b865ef5dfc65319 -C extra-filename=-8b865ef5dfc65319 --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-733d6be0199cb028.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-9f46da4df0c081e1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings` |
2030 | 2023-11-16T20:33:05.777Z | Compiling similar v2.2.1 |
2031 | 2023-11-16T20:33:05.780Z | Running `/home/build/.rustup/toolchains/1.73.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=f9490b982b19964c -C extra-filename=-f9490b982b19964c --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-1d7a1522ea5181c9.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5ea6be43bdaf8fd6.rmeta --cap-lints allow -D warnings` |
2032 | 2023-11-16T20:33:06.299Z | Compiling hubpack v0.1.2 |
2033 | 2023-11-16T20:33:06.303Z | Running `/home/build/.rustup/toolchains/1.73.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=09db876074e0ebd7 -C extra-filename=-09db876074e0ebd7 --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-15c007528a74ed8f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
2034 | 2023-11-16T20:33:06.581Z | Running `/home/build/.rustup/toolchains/1.73.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=d774334c077049ad -C extra-filename=-d774334c077049ad --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-e44a33706e9032ed.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry` |
2035 | 2023-11-16T20:33:07.010Z | Compiling whoami v1.4.1 |
2036 | 2023-11-16T20:33:07.015Z | Running `/home/build/.rustup/toolchains/1.73.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=c924dca48902b724 -C extra-filename=-c924dca48902b724 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2037 | 2023-11-16T20:33:08.015Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2038 | 2023-11-16T20:33:08.018Z | Running `/home/build/.rustup/toolchains/1.73.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=af77675ef4b5340f -C extra-filename=-af77675ef4b5340f --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-bba883f09c02da13.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-09db876074e0ebd7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-006edc45b992975f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-ba4b6a4730ca87d9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5029efe4c5f58f28.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings` |
2039 | 2023-11-16T20:33:08.042Z | Compiling predicates v3.0.4 |
2040 | 2023-11-16T20:33:08.059Z | Running `/home/build/.rustup/toolchains/1.73.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=1f347ebb58effc2e -C extra-filename=-1f347ebb58effc2e --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-0bb32fe94b168e4f.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-44f21b3c82f2d1df.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-e5ede4c61982d4c4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-fbcec1a310885677.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3a6c4ab35a0a6e2b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings` |
2041 | 2023-11-16T20:33:08.710Z | Compiling postgres-types v0.2.6 |
2042 | 2023-11-16T20:33:08.713Z | Running `/home/build/.rustup/toolchains/1.73.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=e0a389f04b01bddf -C extra-filename=-e0a389f04b01bddf --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-350903b1d1ebd164.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-eb128e11a48bb0b1.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings` |
2043 | 2023-11-16T20:33:09.945Z | Compiling ipnetwork v0.20.0 |
2044 | 2023-11-16T20:33:09.949Z | Running `/home/build/.rustup/toolchains/1.73.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=0653595b2599de6b -C extra-filename=-0653595b2599de6b --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-ccd42e876671a27b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
2045 | 2023-11-16T20:33:10.704Z | Compiling tokio-postgres v0.7.10 |
2046 | 2023-11-16T20:33:10.708Z | Running `/home/build/.rustup/toolchains/1.73.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=df132133cd10e763 -C extra-filename=-df132133cd10e763 --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-cf8b7ddb4026a748.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-42b881d7f2520f71.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-eb128e11a48bb0b1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0a389f04b01bddf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51cc57fddbfd320c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c924dca48902b724.rmeta --cap-lints allow -D warnings` |
2047 | 2023-11-16T20:33:11.199Z | Compiling usdt v0.3.5 |
2048 | 2023-11-16T20:33:11.202Z | Running `/home/build/.rustup/toolchains/1.73.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=822590ae254c19b0 -C extra-filename=-822590ae254c19b0 --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-a4ffbfabcfd6f684.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1992c2daf58469e0.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-39962dd8b09b24b4.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-edef68ab394b0d63.so --cap-lints allow -D warnings` |
2049 | 2023-11-16T20:33:11.359Z | Compiling yasna v0.5.2 |
2050 | 2023-11-16T20:33:11.362Z | Running `/home/build/.rustup/toolchains/1.73.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=0fb3a2239b7d5e15 -C extra-filename=-0fb3a2239b7d5e15 --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-441d99300fa54436.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-d774334c077049ad.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings` |
2051 | 2023-11-16T20:33:11.582Z | Compiling tokio-stream v0.1.14 |
2052 | 2023-11-16T20:33:11.585Z | Running `/home/build/.rustup/toolchains/1.73.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=8e10c3711291715e -C extra-filename=-8e10c3711291715e --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-1e47e072d9a5cdfb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings` |
2053 | 2023-11-16T20:33:13.167Z | Compiling serde_tokenstream v0.2.0 |
2054 | 2023-11-16T20:33:13.172Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=008bf882ac1704eb -C extra-filename=-008bf882ac1704eb --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings` |
2055 | 2023-11-16T20:33:13.985Z | Compiling regress v0.7.1 |
2056 | 2023-11-16T20:33:13.989Z | Running `/home/build/.rustup/toolchains/1.73.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=621add90cc67b87a -C extra-filename=-621add90cc67b87a --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-47a9b11d5628b4a6.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings` |
2057 | 2023-11-16T20:33:14.633Z | Compiling getopts v0.2.21 |
2058 | 2023-11-16T20:33:14.637Z | Running `/home/build/.rustup/toolchains/1.73.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=3c00a5e0c16c4115 -C extra-filename=-3c00a5e0c16c4115 --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-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings` |
2059 | 2023-11-16T20:33:16.044Z | Compiling unsafe-libyaml v0.2.9 |
2060 | 2023-11-16T20:33:16.047Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=ab4fe28e0042fdda -C extra-filename=-ab4fe28e0042fdda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2061 | 2023-11-16T20:33:16.296Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=931fcf7ab78f10a2 -C extra-filename=-931fcf7ab78f10a2 --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` |
2062 | 2023-11-16T20:33:16.946Z | Compiling diesel v2.1.3 |
2063 | 2023-11-16T20:33:16.950Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=9632e7a51bb3e726 -C extra-filename=-9632e7a51bb3e726 --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-20fae4178c3fc031.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e6be3c1c11d443e7.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0653595b2599de6b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7f2284f6443bccb7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2064 | 2023-11-16T20:33:17.858Z | Compiling ident_case v1.0.1 |
2065 | 2023-11-16T20:33:17.862Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=0f98890f1dbee67a -C extra-filename=-0f98890f1dbee67a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2066 | 2023-11-16T20:33:18.115Z | Compiling paste v1.0.14 |
2067 | 2023-11-16T20:33:18.119Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=34ff99beb23c3dfe -C extra-filename=-34ff99beb23c3dfe --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-34ff99beb23c3dfe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2068 | 2023-11-16T20:33:18.888Z | Compiling serde_yaml v0.9.25 |
2069 | 2023-11-16T20:33:18.895Z | Compiling camino v1.1.6 |
2070 | 2023-11-16T20:33:18.898Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=b57786c1363f7feb -C extra-filename=-b57786c1363f7feb --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-747798cd8b9dd4c2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-ab4fe28e0042fdda.rmeta --cap-lints allow -D warnings` |
2071 | 2023-11-16T20:33:18.902Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=61b51bd6a5dc2d6a -C extra-filename=-61b51bd6a5dc2d6a --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-61b51bd6a5dc2d6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2072 | 2023-11-16T20:33:19.137Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-34ff99beb23c3dfe/build-script-build` |
2073 | 2023-11-16T20:33:19.228Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=fa4638fa82fccb75 -C extra-filename=-fa4638fa82fccb75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2074 | 2023-11-16T20:33:19.452Z | Compiling slog-async v2.8.0 |
2075 | 2023-11-16T20:33:19.455Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' -C metadata=2e2ca300e12df2d5 -C extra-filename=-2e2ca300e12df2d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2e2ca300e12df2d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2076 | 2023-11-16T20:33:19.815Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2077 | 2023-11-16T20:33:19.818Z | Running `/home/build/.rustup/toolchains/1.73.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=160bb7ced80ef4a1 -C extra-filename=-160bb7ced80ef4a1 --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-14d7d47dc7b7257e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ccd42e876671a27b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings` |
2078 | 2023-11-16T20:33:23.375Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-61b51bd6a5dc2d6a/build-script-build` |
2079 | 2023-11-16T20:33:24.193Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2e2ca300e12df2d5/build-script-build` |
2080 | 2023-11-16T20:33:24.428Z | Compiling multer v2.1.0 |
2081 | 2023-11-16T20:33:25.091Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' -C metadata=1c3141f47fd1a996 -C extra-filename=-1c3141f47fd1a996 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-1c3141f47fd1a996 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
2082 | 2023-11-16T20:33:26.227Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-1c3141f47fd1a996/build-script-build` |
2083 | 2023-11-16T20:33:26.887Z | Compiling async-stream-impl v0.3.5 |
2084 | 2023-11-16T20:33:27.312Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=47422ba7d5af8c5c -C extra-filename=-47422ba7d5af8c5c --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2085 | 2023-11-16T20:33:27.669Z | Compiling darling_core v0.20.3 |
2086 | 2023-11-16T20:33:28.348Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=e0a0c22c77c0731b -C extra-filename=-e0a0c22c77c0731b --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-4de40f5f1fdaf32e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-0f98890f1dbee67a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-b831e55c95c4ea46.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings` |
2087 | 2023-11-16T20:33:29.320Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2088 | 2023-11-16T20:33:50.050Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=836be628d3ead0fe -C extra-filename=-836be628d3ead0fe --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-836be628d3ead0fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
2089 | 2023-11-16T20:33:50.677Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2090 | 2023-11-16T20:33:50.860Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=625bea2f08c9d888 -C extra-filename=-625bea2f08c9d888 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2091 | 2023-11-16T20:33:50.906Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-836be628d3ead0fe/build-script-build` |
2092 | 2023-11-16T20:33:50.985Z | Running `/home/build/.rustup/toolchains/1.73.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"' --cfg 'feature="unbounded_depth"' -C metadata=809685bf001a8e31 -C extra-filename=-809685bf001a8e31 --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-98285bbecc3762d3.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-61a249f33bd2ccc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings --cfg limb_width_64` |
2093 | 2023-11-16T20:33:51.078Z | Compiling structmeta-derive v0.2.0 |
2094 | 2023-11-16T20:33:51.133Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=f2eceea4bc81ef4e -C extra-filename=-f2eceea4bc81ef4e --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2095 | 2023-11-16T20:33:51.174Z | Compiling regex-syntax v0.7.5 |
2096 | 2023-11-16T20:33:51.243Z | Running `/home/build/.rustup/toolchains/1.73.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=40c5bb7d1d56dbca -C extra-filename=-40c5bb7d1d56dbca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2097 | 2023-11-16T20:33:51.281Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d5236cc99a0d1a24 -C extra-filename=-d5236cc99a0d1a24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2098 | 2023-11-16T20:33:51.318Z | Compiling fastrand v2.0.0 |
2099 | 2023-11-16T20:33:51.365Z | Running `/home/build/.rustup/toolchains/1.73.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=8f0cfc01b64807e1 -C extra-filename=-8f0cfc01b64807e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2100 | 2023-11-16T20:33:51.373Z | Compiling tempfile v3.8.0 |
2101 | 2023-11-16T20:33:51.390Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4ad195edcf9349f -C extra-filename=-c4ad195edcf9349f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-8f0cfc01b64807e1.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-aa6974083f12bb7d.rmeta --cap-lints allow -D warnings` |
2102 | 2023-11-16T20:33:51.426Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=366ed66a2e454eef -C extra-filename=-366ed66a2e454eef --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-44134a0aea49d778.so --cap-lints allow -D warnings` |
2103 | 2023-11-16T20:33:51.531Z | Running `/home/build/.rustup/toolchains/1.73.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=5620b616db9f7cb7 -C extra-filename=-5620b616db9f7cb7 --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-350903b1d1ebd164.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-0d75c1a6b93052ab.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic` |
2104 | 2023-11-16T20:33:51.970Z | Compiling structmeta v0.2.0 |
2105 | 2023-11-16T20:33:52.008Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=ee85440b7fe1a0de -C extra-filename=-ee85440b7fe1a0de --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-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f2eceea4bc81ef4e.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings` |
2106 | 2023-11-16T20:33:52.026Z | Running `/home/build/.rustup/toolchains/1.73.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=d874daa05574175b -C extra-filename=-d874daa05574175b --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-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-e127fad1e2bd69c7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-1d32404e964ec559.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-e23870b8be8396d0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-72adf82927bbd694.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-9b2720df6dfaa396.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-988122b01fca8e79.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-89a4cffccb148e92.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-519fddeb9193ed3f.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-bce8a2483e665a6f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-43c1378816ecac54.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2107 | 2023-11-16T20:33:52.077Z | Compiling test-strategy v0.3.1 |
2108 | 2023-11-16T20:33:52.104Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=42f98d441e615cfb -C extra-filename=-42f98d441e615cfb --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-ee85440b7fe1a0de.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2109 | 2023-11-16T20:33:52.129Z | Compiling darling_macro v0.20.3 |
2110 | 2023-11-16T20:33:52.139Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=4125eb19853ebc9b -C extra-filename=-4125eb19853ebc9b --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-e0a0c22c77c0731b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2111 | 2023-11-16T20:33:52.164Z | Compiling darling v0.20.3 |
2112 | 2023-11-16T20:33:52.624Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=46ab88b5b7d77f04 -C extra-filename=-46ab88b5b7d77f04 --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-e0a0c22c77c0731b.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-4125eb19853ebc9b.so --cap-lints allow -D warnings` |
2113 | 2023-11-16T20:33:52.649Z | Compiling serde_with_macros v2.3.3 |
2114 | 2023-11-16T20:33:52.666Z | Running `/home/build/.rustup/toolchains/1.73.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-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=3c401d15812f9b27 -C extra-filename=-3c401d15812f9b27 --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-46ab88b5b7d77f04.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2115 | 2023-11-16T20:33:52.713Z | Running `/home/build/.rustup/toolchains/1.73.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=2153e13a121e48f7 -C extra-filename=-2153e13a121e48f7 --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-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
2116 | 2023-11-16T20:33:52.743Z | Running `/home/build/.rustup/toolchains/1.73.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=b574e62ed4a57860 -C extra-filename=-b574e62ed4a57860 --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-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --cap-lints allow -D warnings` |
2117 | 2023-11-16T20:33:52.789Z | Compiling toml v0.8.8 |
2118 | 2023-11-16T20:33:52.800Z | Running `/home/build/.rustup/toolchains/1.73.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=cc04b0877d269843 -C extra-filename=-cc04b0877d269843 --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-18d2c5f7a2815c75.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-247755f22b73d85a.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rmeta --cap-lints allow -D warnings` |
2119 | 2023-11-16T20:33:52.814Z | Compiling parse-display-derive v0.8.2 |
2120 | 2023-11-16T20:33:52.832Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=b0ec5512fcd1366b -C extra-filename=-b0ec5512fcd1366b --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-34c4630957281a43.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-40c5bb7d1d56dbca.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-ee85440b7fe1a0de.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2121 | 2023-11-16T20:33:52.856Z | Running `/home/build/.rustup/toolchains/1.73.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=600531a5e2ffce02 -C extra-filename=-600531a5e2ffce02 --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-13456ae1292a2c33.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-10925711dbedfbf0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-a4ffbfabcfd6f684.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-0711bc262ccfa26b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2122 | 2023-11-16T20:33:52.885Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=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=6a15d1f11958dfa2 -C extra-filename=-6a15d1f11958dfa2 --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-20fae4178c3fc031.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e6be3c1c11d443e7.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-98285bbecc3762d3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7f2284f6443bccb7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2123 | 2023-11-16T20:33:52.894Z | Running `/home/build/.rustup/toolchains/1.73.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=251aeb40a6264e6c -C extra-filename=-251aeb40a6264e6c --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-a4ffbfabcfd6f684.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1992c2daf58469e0.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-600531a5e2ffce02.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-edef68ab394b0d63.so --cap-lints allow -D warnings` |
2124 | 2023-11-16T20:33:52.902Z | Running `/home/build/.rustup/toolchains/1.73.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=3f47bd4f85c90264 -C extra-filename=-3f47bd4f85c90264 --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-350903b1d1ebd164.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-eb128e11a48bb0b1.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings` |
2125 | 2023-11-16T20:33:52.911Z | Compiling dirs-sys-next v0.1.2 |
2126 | 2023-11-16T20:33:52.915Z | Running `/home/build/.rustup/toolchains/1.73.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=60bba95eeae61a84 -C extra-filename=-60bba95eeae61a84 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
2127 | 2023-11-16T20:33:52.928Z | Running `/home/build/.rustup/toolchains/1.73.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=924b2efdf63641e3 -C extra-filename=-924b2efdf63641e3 --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-cf8b7ddb4026a748.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-82b80056b1b0c068.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-42b881d7f2520f71.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-eb128e11a48bb0b1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-3f47bd4f85c90264.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51cc57fddbfd320c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-c924dca48902b724.rmeta --cap-lints allow -D warnings` |
2128 | 2023-11-16T20:33:52.959Z | Compiling dirs-next v2.0.0 |
2129 | 2023-11-16T20:33:52.981Z | Running `/home/build/.rustup/toolchains/1.73.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=edc8f44cc3846231 -C extra-filename=-edc8f44cc3846231 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-60bba95eeae61a84.rmeta --cap-lints allow -D warnings` |
2130 | 2023-11-16T20:33:53.036Z | Compiling term v0.7.0 |
2131 | 2023-11-16T20:33:53.072Z | Running `/home/build/.rustup/toolchains/1.73.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=e0174146fc94bcd5 -C extra-filename=-e0174146fc94bcd5 --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-edc8f44cc3846231.rmeta --cap-lints allow -D warnings` |
2132 | 2023-11-16T20:33:53.084Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2133 | 2023-11-16T20:33:53.092Z | Running `/home/build/.rustup/toolchains/1.73.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=f53ee9c6004ce1bd -C extra-filename=-f53ee9c6004ce1bd --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-350903b1d1ebd164.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2134 | 2023-11-16T20:33:53.104Z | Running `/home/build/.rustup/toolchains/1.73.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=84c25c81450bf5e1 -C extra-filename=-84c25c81450bf5e1 --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-14d7d47dc7b7257e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings` |
2135 | 2023-11-16T20:33:53.116Z | Compiling match_cfg v0.1.0 |
2136 | 2023-11-16T20:33:53.126Z | Running `/home/build/.rustup/toolchains/1.73.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=2dee272f58fab4ca -C extra-filename=-2dee272f58fab4ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2137 | 2023-11-16T20:33:53.152Z | Compiling hostname v0.3.1 |
2138 | 2023-11-16T20:33:53.176Z | Running `/home/build/.rustup/toolchains/1.73.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=10b9ce55821d760e -C extra-filename=-10b9ce55821d760e --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-b2edb30e9ae87feb.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-2dee272f58fab4ca.rmeta --cap-lints allow -D warnings` |
2139 | 2023-11-16T20:33:53.192Z | Compiling sha1 v0.10.6 |
2140 | 2023-11-16T20:33:53.212Z | Running `/home/build/.rustup/toolchains/1.73.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=64a132c64504c10f -C extra-filename=-64a132c64504c10f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --cap-lints allow -D warnings` |
2141 | 2023-11-16T20:33:53.222Z | Compiling quick-error v1.2.3 |
2142 | 2023-11-16T20:33:53.247Z | Running `/home/build/.rustup/toolchains/1.73.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=dc4267201e7c54eb -C extra-filename=-dc4267201e7c54eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2143 | 2023-11-16T20:33:53.257Z | Compiling atty v0.2.14 |
2144 | 2023-11-16T20:33:53.277Z | Running `/home/build/.rustup/toolchains/1.73.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=fb7d1a8187676e7c -C extra-filename=-fb7d1a8187676e7c --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
2145 | 2023-11-16T20:33:53.297Z | Running `/home/build/.rustup/toolchains/1.73.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=348870df17091d7d -C extra-filename=-348870df17091d7d --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
2146 | 2023-11-16T20:33:53.307Z | Compiling crossbeam-channel v0.5.8 |
2147 | 2023-11-16T20:33:53.329Z | Running `/home/build/.rustup/toolchains/1.73.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=ae678512918bd228 -C extra-filename=-ae678512918bd228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings` |
2148 | 2023-11-16T20:33:53.349Z | Compiling thread_local v1.1.7 |
2149 | 2023-11-16T20:33:53.359Z | Running `/home/build/.rustup/toolchains/1.73.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=3ede27cae31f92d3 -C extra-filename=-3ede27cae31f92d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --cap-lints allow -D warnings` |
2150 | 2023-11-16T20:33:53.367Z | Compiling instant v0.1.12 |
2151 | 2023-11-16T20:33:53.382Z | Running `/home/build/.rustup/toolchains/1.73.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=948fd4caa4db277f -C extra-filename=-948fd4caa4db277f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --cap-lints allow -D warnings` |
2152 | 2023-11-16T20:33:53.431Z | Compiling strum v0.25.0 |
2153 | 2023-11-16T20:33:53.440Z | Running `/home/build/.rustup/toolchains/1.73.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=a086045cf434e9c1 -C extra-filename=-a086045cf434e9c1 --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-5029efe4c5f58f28.so --cap-lints allow -D warnings` |
2154 | 2023-11-16T20:33:53.454Z | Compiling take_mut v0.2.2 |
2155 | 2023-11-16T20:33:53.471Z | Running `/home/build/.rustup/toolchains/1.73.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=c2825ab6b8ccc48b -C extra-filename=-c2825ab6b8ccc48b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2156 | 2023-11-16T20:33:53.489Z | Running `/home/build/.rustup/toolchains/1.73.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=fff28f5654f27cf8 -C extra-filename=-fff28f5654f27cf8 --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-ae678512918bd228.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-c2825ab6b8ccc48b.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3ede27cae31f92d3.rmeta --cap-lints allow -D warnings --cfg integer128` |
2157 | 2023-11-16T20:33:53.520Z | Compiling slog-term v2.9.0 |
2158 | 2023-11-16T20:33:53.530Z | Running `/home/build/.rustup/toolchains/1.73.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=57628f9d4acb8436 -C extra-filename=-57628f9d4acb8436 --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-fb7d1a8187676e7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-3ede27cae31f92d3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings` |
2159 | 2023-11-16T20:33:53.538Z | Compiling serde_with v2.3.3 |
2160 | 2023-11-16T20:33:53.564Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=93e0620116b13adb -C extra-filename=-93e0620116b13adb --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-18d2c5f7a2815c75.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3c401d15812f9b27.so --cap-lints allow -D warnings` |
2161 | 2023-11-16T20:33:53.573Z | Compiling slog-json v2.6.1 |
2162 | 2023-11-16T20:33:53.578Z | Running `/home/build/.rustup/toolchains/1.73.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=fc8614d892c6f4cf -C extra-filename=-fc8614d892c6f4cf --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-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings` |
2163 | 2023-11-16T20:33:53.590Z | Compiling wait-timeout v0.2.0 |
2164 | 2023-11-16T20:33:53.598Z | Running `/home/build/.rustup/toolchains/1.73.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=be76beec23514b9a -C extra-filename=-be76beec23514b9a --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
2165 | 2023-11-16T20:33:53.610Z | Compiling atomic-waker v1.1.1 |
2166 | 2023-11-16T20:33:53.628Z | Running `/home/build/.rustup/toolchains/1.73.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=853e6538da4e0804 -C extra-filename=-853e6538da4e0804 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2167 | 2023-11-16T20:33:53.658Z | Compiling debug-ignore v1.0.5 |
2168 | 2023-11-16T20:33:53.670Z | Running `/home/build/.rustup/toolchains/1.73.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=c91fba23eaa0e79c -C extra-filename=-c91fba23eaa0e79c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2169 | 2023-11-16T20:33:53.675Z | Compiling waitgroup v0.1.2 |
2170 | 2023-11-16T20:33:53.696Z | Running `/home/build/.rustup/toolchains/1.73.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=8d1ddde4411f8406 -C extra-filename=-8d1ddde4411f8406 --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-853e6538da4e0804.rmeta --cap-lints allow -D warnings` |
2171 | 2023-11-16T20:33:53.709Z | Compiling slog-bunyan v2.4.0 |
2172 | 2023-11-16T20:33:53.721Z | Running `/home/build/.rustup/toolchains/1.73.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=563affcd8ede0a71 -C extra-filename=-563affcd8ede0a71 --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-10b9ce55821d760e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fc8614d892c6f4cf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings` |
2173 | 2023-11-16T20:33:53.752Z | Compiling async-stream v0.3.5 |
2174 | 2023-11-16T20:33:53.764Z | Running `/home/build/.rustup/toolchains/1.73.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=96a551d21997d558 -C extra-filename=-96a551d21997d558 --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-47422ba7d5af8c5c.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --cap-lints allow -D warnings` |
2175 | 2023-11-16T20:33:53.776Z | Running `/home/build/.rustup/toolchains/1.73.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=eb646acba7273b1e -C extra-filename=-eb646acba7273b1e --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-350903b1d1ebd164.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-e127fad1e2bd69c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --cap-lints allow -D warnings` |
2176 | 2023-11-16T20:33:53.786Z | Compiling serde_path_to_error v0.1.14 |
2177 | 2023-11-16T20:33:53.812Z | Running `/home/build/.rustup/toolchains/1.73.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=d2bf0a3cc9ad2986 -C extra-filename=-d2bf0a3cc9ad2986 --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-98285bbecc3762d3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
2178 | 2023-11-16T20:33:53.821Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2179 | 2023-11-16T20:33:53.826Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=004446814817cd3f -C extra-filename=-004446814817cd3f --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ccd42e876671a27b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-160bb7ced80ef4a1.rlib --extern proc_macro --cap-lints allow -D warnings` |
2180 | 2023-11-16T20:33:53.836Z | Running `/home/build/.rustup/toolchains/1.73.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=6cbcb0dbe35ac831 -C extra-filename=-6cbcb0dbe35ac831 --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-96a551d21997d558.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-625bea2f08c9d888.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4eff3b320e84fc0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-10b9ce55821d760e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-eb646acba7273b1e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b574e62ed4a57860.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-b9af34ee4ca82c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d2bf0a3cc9ad2986.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-64a132c64504c10f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-563affcd8ede0a71.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-fc8614d892c6f4cf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-519fddeb9193ed3f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-8d1ddde4411f8406.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
2181 | 2023-11-16T20:33:53.843Z | Compiling rusty-fork v0.3.0 |
2182 | 2023-11-16T20:33:53.851Z | Running `/home/build/.rustup/toolchains/1.73.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=898d1083625bac31 -C extra-filename=-898d1083625bac31 --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-4de40f5f1fdaf32e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-dc4267201e7c54eb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-be76beec23514b9a.rmeta --cap-lints allow -D warnings` |
2183 | 2023-11-16T20:33:53.860Z | Compiling rand_xorshift v0.3.0 |
2184 | 2023-11-16T20:33:53.890Z | Running `/home/build/.rustup/toolchains/1.73.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=3d5f81b7e8236c4c -C extra-filename=-3d5f81b7e8236c4c --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-44c2a0ff10e664b0.rmeta --cap-lints allow -D warnings` |
2185 | 2023-11-16T20:33:53.910Z | Compiling unarray v0.1.4 |
2186 | 2023-11-16T20:33:53.925Z | Running `/home/build/.rustup/toolchains/1.73.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=93ba134e116b7ab8 -C extra-filename=-93ba134e116b7ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2187 | 2023-11-16T20:33:53.932Z | Compiling proptest v1.3.1 |
2188 | 2023-11-16T20:33:53.942Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 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=9fcc3b9d69386895 -C extra-filename=-9fcc3b9d69386895 --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-bcef41215704b0a3.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-20fae4178c3fc031.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-3d5f81b7e8236c4c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-40c5bb7d1d56dbca.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-898d1083625bac31.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-93ba134e116b7ab8.rmeta --cap-lints allow -D warnings` |
2189 | 2023-11-16T20:33:53.957Z | Compiling backoff v0.4.0 |
2190 | 2023-11-16T20:33:53.965Z | Running `/home/build/.rustup/toolchains/1.73.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=3982620c57157c37 -C extra-filename=-3982620c57157c37 --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-1e47e072d9a5cdfb.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-948fd4caa4db277f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings` |
2191 | 2023-11-16T20:33:54.418Z | Compiling parse-display v0.8.2 |
2192 | 2023-11-16T20:33:54.473Z | Running `/home/build/.rustup/toolchains/1.73.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=fe4e82fab392a46a -C extra-filename=-fe4e82fab392a46a --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-34c4630957281a43.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-b0ec5512fcd1366b.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings` |
2193 | 2023-11-16T20:33:54.527Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2194 | 2023-11-16T20:33:54.541Z | Running `/home/build/.rustup/toolchains/1.73.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=b328a13401298eea -C extra-filename=-b328a13401298eea --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-5152616f1e0b8173.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
2195 | 2023-11-16T20:33:54.781Z | Compiling macaddr v1.0.1 |
2196 | 2023-11-16T20:33:54.802Z | Running `/home/build/.rustup/toolchains/1.73.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=954f1594c7d74ab3 -C extra-filename=-954f1594c7d74ab3 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
2197 | 2023-11-16T20:33:55.494Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' -C metadata=e1231a25158b30ac -C extra-filename=-e1231a25158b30ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
2198 | 2023-11-16T20:33:55.513Z | Compiling proc-macro-error-attr v1.0.4 |
2199 | 2023-11-16T20:33:55.525Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=3ed86248f4bd17f9 -C extra-filename=-3ed86248f4bd17f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3ed86248f4bd17f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
2200 | 2023-11-16T20:33:56.066Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-3ed86248f4bd17f9/build-script-build` |
2201 | 2023-11-16T20:33:56.172Z | Compiling proc-macro-crate v1.3.1 |
2202 | 2023-11-16T20:33:56.231Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=dcf19c83507d19ad -C extra-filename=-dcf19c83507d19ad --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-34c4630957281a43.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-364efe634fb29cce.rmeta --cap-lints allow -D warnings` |
2203 | 2023-11-16T20:33:56.244Z | Compiling proc-macro-error v1.0.4 |
2204 | 2023-11-16T20:33:56.269Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=064f96b101c6785c -C extra-filename=-064f96b101c6785c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-064f96b101c6785c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
2205 | 2023-11-16T20:33:56.764Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-064f96b101c6785c/build-script-build` |
2206 | 2023-11-16T20:33:56.961Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=ed9899d6ba756769 -C extra-filename=-ed9899d6ba756769 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern proc_macro --cap-lints allow -D warnings` |
2207 | 2023-11-16T20:33:57.502Z | Compiling num_enum_derive v0.5.11 |
2208 | 2023-11-16T20:33:57.508Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=6677257d99b2efe7 -C extra-filename=-6677257d99b2efe7 --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-dcf19c83507d19ad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
2209 | 2023-11-16T20:33:58.303Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=8d87886dc8b4ad59 -C extra-filename=-8d87886dc8b4ad59 --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-ed9899d6ba756769.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --cap-lints allow -D warnings --cfg use_fallback` |
2210 | 2023-11-16T20:33:58.857Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2211 | 2023-11-16T20:33:58.860Z | Running `/home/build/.rustup/toolchains/1.73.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=eec46264628ccea9 -C extra-filename=-eec46264628ccea9 --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-160bb7ced80ef4a1.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-004446814817cd3f.so --cap-lints allow -D warnings` |
2212 | 2023-11-16T20:33:59.056Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2213 | 2023-11-16T20:33:59.060Z | Running `/home/build/.rustup/toolchains/1.73.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=5f6a058767302997 -C extra-filename=-5f6a058767302997 --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-3c00a5e0c16c4115.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0ccf4465315879ca.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ccd42e876671a27b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-eec46264628ccea9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings` |
2214 | 2023-11-16T20:33:59.319Z | Running `/home/build/.rustup/toolchains/1.73.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=70f02c8785ba9040 -C extra-filename=-70f02c8785ba9040 --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-84c25c81450bf5e1.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-004446814817cd3f.so --cap-lints allow -D warnings` |
2215 | 2023-11-16T20:33:59.508Z | Running `/home/build/.rustup/toolchains/1.73.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=8e07d502a2b9b1b8 -C extra-filename=-8e07d502a2b9b1b8 --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-3c00a5e0c16c4115.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b574e62ed4a57860.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-70f02c8785ba9040.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rmeta --cap-lints allow -D warnings` |
2216 | 2023-11-16T20:34:01.731Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a395ee234bbd17ed -C extra-filename=-a395ee234bbd17ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2217 | 2023-11-16T20:34:01.938Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=71114b9393dbed77 -C extra-filename=-71114b9393dbed77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2218 | 2023-11-16T20:34:02.625Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2219 | 2023-11-16T20:34:02.629Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=a6deba20c7651db5 -C extra-filename=-a6deba20c7651db5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-a6deba20c7651db5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2220 | 2023-11-16T20:34:03.327Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-a6deba20c7651db5/build-script-build` |
2221 | 2023-11-16T20:34:03.359Z | Compiling crucible-workspace-hack v0.1.0 |
2222 | 2023-11-16T20:34:03.362Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=d7d12a40a3f2d0a0 -C extra-filename=-d7d12a40a3f2d0a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d7d12a40a3f2d0a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2223 | 2023-11-16T20:34:03.886Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2224 | 2023-11-16T20:34:03.889Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=386f9e4507011a49 -C extra-filename=-386f9e4507011a49 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-386f9e4507011a49 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2225 | 2023-11-16T20:34:04.417Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-386f9e4507011a49/build-script-build` |
2226 | 2023-11-16T20:34:04.456Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-d7d12a40a3f2d0a0/build-script-build` |
2227 | 2023-11-16T20:34:04.492Z | Compiling foreign-types-macros v0.2.3 |
2228 | 2023-11-16T20:34:04.495Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="std"' -C metadata=a0444e41f04119b1 -C extra-filename=-a0444e41f04119b1 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2229 | 2023-11-16T20:34:05.538Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2230 | 2023-11-16T20:34:05.542Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=976d959abbf3768c -C extra-filename=-976d959abbf3768c --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-976d959abbf3768c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
2231 | 2023-11-16T20:34:06.110Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2232 | 2023-11-16T20:34:06.114Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=944070c01c6b59da -C extra-filename=-944070c01c6b59da --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-944070c01c6b59da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2233 | 2023-11-16T20:34:06.677Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=17a51d49f50a51d5 -C extra-filename=-17a51d49f50a51d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2234 | 2023-11-16T20:34:06.686Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-944070c01c6b59da/build-script-build` |
2235 | 2023-11-16T20:34:06.718Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-976d959abbf3768c/build-script-build` |
2236 | 2023-11-16T20:34:06.810Z | Compiling is-terminal v0.4.9 |
2237 | 2023-11-16T20:34:06.813Z | Running `/home/build/.rustup/toolchains/1.73.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=f1f8a559d716a091 -C extra-filename=-f1f8a559d716a091 --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-aa6974083f12bb7d.rmeta --cap-lints allow -D warnings` |
2238 | 2023-11-16T20:34:06.988Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2239 | 2023-11-16T20:34:07.001Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=e916697c9df65312 -C extra-filename=-e916697c9df65312 --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-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
2240 | 2023-11-16T20:34:08.579Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2241 | 2023-11-16T20:34:08.584Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=e852ab5360fbe163 -C extra-filename=-e852ab5360fbe163 --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-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
2242 | 2023-11-16T20:34:09.625Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=81506d09bc5824d3 -C extra-filename=-81506d09bc5824d3 --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-a395ee234bbd17ed.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound` |
2243 | 2023-11-16T20:34:10.103Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=f291a210b68bcfed -C extra-filename=-f291a210b68bcfed --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2244 | 2023-11-16T20:34:10.342Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2245 | 2023-11-16T20:34:10.345Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=5ce662d82e9579eb -C extra-filename=-5ce662d82e9579eb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-5ce662d82e9579eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2246 | 2023-11-16T20:34:10.884Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-5ce662d82e9579eb/build-script-build` |
2247 | 2023-11-16T20:34:10.925Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=476cab211f69baad -C extra-filename=-476cab211f69baad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2248 | 2023-11-16T20:34:11.264Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b0ef496a3caab989 -C extra-filename=-b0ef496a3caab989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2249 | 2023-11-16T20:34:11.951Z | Compiling zone_cfg_derive v0.3.0 |
2250 | 2023-11-16T20:34:11.955Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=7772ce69b79d84cc -C extra-filename=-7772ce69b79d84cc --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-14d7d47dc7b7257e.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8d87886dc8b4ad59.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
2251 | 2023-11-16T20:34:11.975Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2252 | 2023-11-16T20:34:11.978Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=c012cd659432570b -C extra-filename=-c012cd659432570b --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-0ccf4465315879ca.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5f6a058767302997.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ccd42e876671a27b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-b57786c1363f7feb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2253 | 2023-11-16T20:34:12.066Z | Compiling mockall_derive v0.11.4 |
2254 | 2023-11-16T20:34:12.069Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=d01b0055f3e7c2e9 -C extra-filename=-d01b0055f3e7c2e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
2255 | 2023-11-16T20:34:12.498Z | Compiling num-derive v0.4.0 |
2256 | 2023-11-16T20:34:12.538Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=6501e1869721fe69 -C extra-filename=-6501e1869721fe69 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2257 | 2023-11-16T20:34:14.114Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' -C metadata=3046fa3c0ec0df90 -C extra-filename=-3046fa3c0ec0df90 --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-e1231a25158b30ac.rmeta --cap-lints allow -D warnings` |
2258 | 2023-11-16T20:34:14.524Z | Running `/home/build/.rustup/toolchains/1.73.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.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=ccc811b722306ba6 -C extra-filename=-ccc811b722306ba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2259 | 2023-11-16T20:34:14.893Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=42c2162d00f59049 -C extra-filename=-42c2162d00f59049 --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-6b33d35605123f56.so --cap-lints allow -D warnings` |
2260 | 2023-11-16T20:34:15.106Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a04c462c8ca69a20 -C extra-filename=-a04c462c8ca69a20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --cap-lints allow -D warnings` |
2261 | 2023-11-16T20:34:15.471Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d473e2bb3a3066ec -C extra-filename=-d473e2bb3a3066ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2262 | 2023-11-16T20:34:16.128Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=19bf49e74a62d6a5 -C extra-filename=-19bf49e74a62d6a5 --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-81506d09bc5824d3.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a04c462c8ca69a20.rmeta --cap-lints allow -D warnings` |
2263 | 2023-11-16T20:34:16.373Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ee636d822ec666d4 -C extra-filename=-ee636d822ec666d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2264 | 2023-11-16T20:34:16.553Z | Compiling xattr v1.0.1 |
2265 | 2023-11-16T20:34:16.558Z | Running `/home/build/.rustup/toolchains/1.73.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=4726871cc90e955a -C extra-filename=-4726871cc90e955a --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
2266 | 2023-11-16T20:34:16.949Z | Compiling filetime v0.2.22 |
2267 | 2023-11-16T20:34:17.380Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2f60a8aa74c1e71 -C extra-filename=-a2f60a8aa74c1e71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
2268 | 2023-11-16T20:34:17.440Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=6da9a0cdcf8a4abe -C extra-filename=-6da9a0cdcf8a4abe --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-d473e2bb3a3066ec.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` |
2269 | 2023-11-16T20:34:17.910Z | Compiling tar v0.4.40 |
2270 | 2023-11-16T20:34:17.917Z | Running `/home/build/.rustup/toolchains/1.73.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=2ea638e1e040f227 -C extra-filename=-2ea638e1e040f227 --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-a2f60a8aa74c1e71.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-4726871cc90e955a.rmeta --cap-lints allow -D warnings` |
2271 | 2023-11-16T20:34:17.925Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d2325cda7ca884b -C extra-filename=-0d2325cda7ca884b --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
2272 | 2023-11-16T20:34:19.111Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=c4e81cb9d04ece3f -C extra-filename=-c4e81cb9d04ece3f --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-931fcf7ab78f10a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --cap-lints allow -D warnings` |
2273 | 2023-11-16T20:34:20.817Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e959ce112a896c6f -C extra-filename=-e959ce112a896c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2274 | 2023-11-16T20:34:21.088Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93b99e50b2c7064c -C extra-filename=-93b99e50b2c7064c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2275 | 2023-11-16T20:34:21.111Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=35753d22fbfb488e -C extra-filename=-35753d22fbfb488e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2276 | 2023-11-16T20:34:21.194Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=cd5579cf6dade5e4 -C extra-filename=-cd5579cf6dade5e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2277 | 2023-11-16T20:34:21.449Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=4714ca2722bc6f6d -C extra-filename=-4714ca2722bc6f6d --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
2278 | 2023-11-16T20:34:21.958Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c8dbc0fe87d5fc6 -C extra-filename=-1c8dbc0fe87d5fc6 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
2279 | 2023-11-16T20:34:22.072Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=32e1908994c783d9 -C extra-filename=-32e1908994c783d9 --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-d9f803c085d11673.so --cap-lints allow -D warnings` |
2280 | 2023-11-16T20:34:22.677Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' -C metadata=693607a6dde21b4e -C extra-filename=-693607a6dde21b4e --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-f291a210b68bcfed.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c4e81cb9d04ece3f.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-1c8dbc0fe87d5fc6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-0d2325cda7ca884b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4714ca2722bc6f6d.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-3c2dbc9cf7754098.so --cap-lints allow -D warnings` |
2281 | 2023-11-16T20:34:22.950Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=ac77abdd978f77fe -C extra-filename=-ac77abdd978f77fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2282 | 2023-11-16T20:34:23.445Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=b16fa0049bfaab50 -C extra-filename=-b16fa0049bfaab50 --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-93b99e50b2c7064c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence` |
2283 | 2023-11-16T20:34:23.472Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=a155d58b851665da -C extra-filename=-a155d58b851665da --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2284 | 2023-11-16T20:34:24.059Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb4c71a20b9dddc7 -C extra-filename=-cb4c71a20b9dddc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2285 | 2023-11-16T20:34:24.145Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' -C metadata=b66ce4a287f253f5 -C extra-filename=-b66ce4a287f253f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2286 | 2023-11-16T20:34:24.580Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=fda5d9a80970c1c3 -C extra-filename=-fda5d9a80970c1c3 --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-476cab211f69baad.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cb4c71a20b9dddc7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings --cfg limb_width_64` |
2287 | 2023-11-16T20:34:25.609Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2288 | 2023-11-16T20:34:25.631Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=8d70e85cd48013a8 -C extra-filename=-8d70e85cd48013a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-8d70e85cd48013a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-20fae4178c3fc031.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d7a1522ea5181c9.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8b865ef5dfc65319.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed3dd28698be8141.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-733d6be0199cb028.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9632e7a51bb3e726.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-9f46da4df0c081e1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0653595b2599de6b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-d774334c077049ad.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0ccf4465315879ca.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0a389f04b01bddf.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-bf9846c849cd28ee.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a4b6dc77935c77e1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-aa6974083f12bb7d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ccd42e876671a27b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3189c2eb2d686d93.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-55a0103f85a9e97f.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-edf8304bb59d3fc3.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-df132133cd10e763.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-364efe634fb29cce.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-822590ae254c19b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0fb3a2239b7d5e15.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2289 | 2023-11-16T20:34:26.133Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-8d70e85cd48013a8/build-script-build` |
2290 | 2023-11-16T20:34:26.147Z | Running `/home/build/.rustup/toolchains/1.73.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=32c3d54c97c94ea4 -C extra-filename=-32c3d54c97c94ea4 --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-57e8940daf1498f5.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-20fae4178c3fc031.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d7a1522ea5181c9.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8b865ef5dfc65319.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed3dd28698be8141.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-733d6be0199cb028.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-9632e7a51bb3e726.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-9f46da4df0c081e1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0653595b2599de6b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-d774334c077049ad.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-0ccf4465315879ca.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-e0a389f04b01bddf.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-bf9846c849cd28ee.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a4b6dc77935c77e1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-aa6974083f12bb7d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-ccd42e876671a27b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3189c2eb2d686d93.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-55a0103f85a9e97f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-df132133cd10e763.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-364efe634fb29cce.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-822590ae254c19b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0fb3a2239b7d5e15.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2291 | 2023-11-16T20:34:26.163Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=9942916e61f00244 -C extra-filename=-9942916e61f00244 --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-b16fa0049bfaab50.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-93b99e50b2c7064c.rmeta --cap-lints allow -D warnings` |
2292 | 2023-11-16T20:34:26.174Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2293 | 2023-11-16T20:34:26.184Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=0266dbab300476a7 -C extra-filename=-0266dbab300476a7 --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-32c3d54c97c94ea4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2294 | 2023-11-16T20:34:26.199Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d472cb88a10d32a7 -C extra-filename=-d472cb88a10d32a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2295 | 2023-11-16T20:34:26.332Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4b3ffe4e687dc586 -C extra-filename=-4b3ffe4e687dc586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2296 | 2023-11-16T20:34:26.467Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=90dfc63f0b76edbb -C extra-filename=-90dfc63f0b76edbb --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-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --cap-lints allow -D warnings` |
2297 | 2023-11-16T20:34:27.530Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a348cc8911dbf023 -C extra-filename=-a348cc8911dbf023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2298 | 2023-11-16T20:34:27.543Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=0dc59f8bfa1ae155 -C extra-filename=-0dc59f8bfa1ae155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2299 | 2023-11-16T20:34:27.553Z | Compiling termtree v0.4.1 |
2300 | 2023-11-16T20:34:27.573Z | Running `/home/build/.rustup/toolchains/1.73.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=fd372a74f397d069 -C extra-filename=-fd372a74f397d069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2301 | 2023-11-16T20:34:27.590Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=4044aa5d513253e4 -C extra-filename=-4044aa5d513253e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2302 | 2023-11-16T20:34:27.703Z | Compiling predicates-tree v1.0.9 |
2303 | 2023-11-16T20:34:28.130Z | Running `/home/build/.rustup/toolchains/1.73.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=9675a9e53cb57efd -C extra-filename=-9675a9e53cb57efd --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-3a6c4ab35a0a6e2b.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-fd372a74f397d069.rmeta --cap-lints allow -D warnings` |
2304 | 2023-11-16T20:34:28.152Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=18c85f19df70f5d8 -C extra-filename=-18c85f19df70f5d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2305 | 2023-11-16T20:34:28.169Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=906bb77dd445f3be -C extra-filename=-906bb77dd445f3be --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-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-c1a32e8fba9ff887.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-4b3ffe4e687dc586.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-a348cc8911dbf023.rmeta --cap-lints allow -D warnings` |
2306 | 2023-11-16T20:34:28.185Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9264f2dd0ecaadd7 -C extra-filename=-9264f2dd0ecaadd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2307 | 2023-11-16T20:34:28.303Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=44a8bfd2c3cc3cfd -C extra-filename=-44a8bfd2c3cc3cfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2308 | 2023-11-16T20:34:28.595Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' -C metadata=a92aa6a0ad6645ea -C extra-filename=-a92aa6a0ad6645ea --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-18c85f19df70f5d8.rmeta --cap-lints allow -D warnings` |
2309 | 2023-11-16T20:34:29.375Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=2fbf8953ca791793 -C extra-filename=-2fbf8953ca791793 --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-b16fa0049bfaab50.rmeta --cap-lints allow -D warnings` |
2310 | 2023-11-16T20:34:29.592Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=7f2827eb04ca09d3 -C extra-filename=-7f2827eb04ca09d3 --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-44a8bfd2c3cc3cfd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings` |
2311 | 2023-11-16T20:34:29.758Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' -C metadata=6476fa980fa9e853 -C extra-filename=-6476fa980fa9e853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2312 | 2023-11-16T20:34:30.405Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=7ccc23cd322a10bb -C extra-filename=-7ccc23cd322a10bb --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-931fcf7ab78f10a2.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7f2827eb04ca09d3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings` |
2313 | 2023-11-16T20:34:31.139Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' -C metadata=70f39455740c1dcc -C extra-filename=-70f39455740c1dcc --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-6476fa980fa9e853.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2314 | 2023-11-16T20:34:32.554Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' -C metadata=46b779e783d9e4ed -C extra-filename=-46b779e783d9e4ed --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-2fbf8953ca791793.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9942916e61f00244.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings` |
2315 | 2023-11-16T20:34:33.286Z | Compiling num_enum v0.5.11 |
2316 | 2023-11-16T20:34:33.293Z | Running `/home/build/.rustup/toolchains/1.73.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=0e39d953160c2814 -C extra-filename=-0e39d953160c2814 --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-6677257d99b2efe7.so --cap-lints allow -D warnings` |
2317 | 2023-11-16T20:34:33.516Z | Compiling postcard-cobs v0.1.5-pre |
2318 | 2023-11-16T20:34:33.525Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fbbb46f88649344 -C extra-filename=-4fbbb46f88649344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2319 | 2023-11-16T20:34:33.865Z | Compiling postcard v0.7.3 |
2320 | 2023-11-16T20:34:33.899Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=f4183b18641a4263 -C extra-filename=-f4183b18641a4263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-4fbbb46f88649344.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
2321 | 2023-11-16T20:34:33.949Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=83b4b764131c7749 -C extra-filename=-83b4b764131c7749 --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-a92aa6a0ad6645ea.rmeta --cap-lints allow -D warnings` |
2322 | 2023-11-16T20:34:34.688Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' -C metadata=ba573a89226b8c32 -C extra-filename=-ba573a89226b8c32 --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-e959ce112a896c6f.rmeta --cap-lints allow -D warnings` |
2323 | 2023-11-16T20:34:35.192Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=9cf33b48195728e6 -C extra-filename=-9cf33b48195728e6 --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-e1231a25158b30ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2324 | 2023-11-16T20:34:35.804Z | Compiling smoltcp v0.8.2 |
2325 | 2023-11-16T20:34:35.826Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=20e5da50190824cf -C extra-filename=-20e5da50190824cf --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-bba883f09c02da13.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --cap-lints allow -D warnings` |
2326 | 2023-11-16T20:34:37.104Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2327 | 2023-11-16T20:34:37.144Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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=d10c0d853e1c4011 -C extra-filename=-d10c0d853e1c4011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2328 | 2023-11-16T20:34:37.376Z | Compiling cfg-if v0.1.10 |
2329 | 2023-11-16T20:34:37.401Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a6972421f27a074 -C extra-filename=-6a6972421f27a074 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2330 | 2023-11-16T20:34:37.460Z | Compiling foreign-types-shared v0.3.1 |
2331 | 2023-11-16T20:34:37.475Z | Running `/home/build/.rustup/toolchains/1.73.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=3a6bd97659058945 -C extra-filename=-3a6bd97659058945 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2332 | 2023-11-16T20:34:37.504Z | Running `/home/build/.rustup/toolchains/1.73.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=b81994cc0cd9cf50 -C extra-filename=-b81994cc0cd9cf50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2333 | 2023-11-16T20:34:37.606Z | Compiling foreign-types v0.5.0 |
2334 | 2023-11-16T20:34:37.609Z | Running `/home/build/.rustup/toolchains/1.73.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=7d3e12ad7ecb2ef5 -C extra-filename=-7d3e12ad7ecb2ef5 --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-a0444e41f04119b1.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-3a6bd97659058945.rmeta --cap-lints allow -D warnings` |
2335 | 2023-11-16T20:34:37.661Z | Running `/home/build/.rustup/toolchains/1.73.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=fdb0692b8cea1a28 -C extra-filename=-fdb0692b8cea1a28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi` |
2336 | 2023-11-16T20:34:37.760Z | Running `/home/build/.rustup/toolchains/1.73.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=7a96ee409b5aaf29 -C extra-filename=-7a96ee409b5aaf29 --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` |
2337 | 2023-11-16T20:34:37.872Z | Compiling cstr-argument v0.1.2 |
2338 | 2023-11-16T20:34:37.893Z | Running `/home/build/.rustup/toolchains/1.73.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=0de1ff32e3e4da47 -C extra-filename=-0de1ff32e3e4da47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings` |
2339 | 2023-11-16T20:34:37.898Z | Compiling pretty-hex v0.2.1 |
2340 | 2023-11-16T20:34:37.921Z | Running `/home/build/.rustup/toolchains/1.73.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=2284c9ca184e77fa -C extra-filename=-2284c9ca184e77fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2341 | 2023-11-16T20:34:38.088Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' -C metadata=dd4d5702da2e717d -C extra-filename=-dd4d5702da2e717d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2342 | 2023-11-16T20:34:38.173Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2343 | 2023-11-16T20:34:38.178Z | Running `/home/build/.rustup/toolchains/1.73.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=5a1678945a467ccd -C extra-filename=-5a1678945a467ccd --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-0de1ff32e3e4da47.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7d3e12ad7ecb2ef5.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7a96ee409b5aaf29.rmeta --cap-lints allow -D warnings` |
2344 | 2023-11-16T20:34:38.241Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2345 | 2023-11-16T20:34:38.245Z | Running `/home/build/.rustup/toolchains/1.73.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=0b546d02cd5f31e5 -C extra-filename=-0b546d02cd5f31e5 --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-b2edb30e9ae87feb.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-fdb0692b8cea1a28.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0e39d953160c2814.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-2284c9ca184e77fa.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings` |
2346 | 2023-11-16T20:34:38.764Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=1f0fdf8e63dcc5d8 -C extra-filename=-1f0fdf8e63dcc5d8 --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-ccc811b722306ba6.rmeta --cap-lints allow -D warnings` |
2347 | 2023-11-16T20:34:39.069Z | Running `/home/build/.rustup/toolchains/1.73.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=510f4c31f26f8ebd -C extra-filename=-510f4c31f26f8ebd --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-b2edb30e9ae87feb.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-e852ab5360fbe163.so --cap-lints allow -D warnings -l door` |
2348 | 2023-11-16T20:34:39.222Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2349 | 2023-11-16T20:34:39.236Z | Running `/home/build/.rustup/toolchains/1.73.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=49dfe4b4ad7b7d5a -C extra-filename=-49dfe4b4ad7b7d5a --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-f53ee9c6004ce1bd.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-8e07d502a2b9b1b8.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c012cd659432570b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2350 | 2023-11-16T20:34:39.300Z | Compiling colored v2.0.4 |
2351 | 2023-11-16T20:34:39.309Z | Running `/home/build/.rustup/toolchains/1.73.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=d19aea7896ef6302 -C extra-filename=-d19aea7896ef6302 --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-f1f8a559d716a091.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --cap-lints allow -D warnings` |
2352 | 2023-11-16T20:34:39.518Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3bd75d59c2f917c6 -C extra-filename=-3bd75d59c2f917c6 --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-f291a210b68bcfed.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --cap-lints allow -D warnings` |
2353 | 2023-11-16T20:34:40.305Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' -C metadata=7598aea52ba70d71 -C extra-filename=-7598aea52ba70d71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-e406e37368f391cf.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-1f0fdf8e63dcc5d8.rmeta --cap-lints allow -D warnings` |
2354 | 2023-11-16T20:34:40.453Z | Running `/home/build/.rustup/toolchains/1.73.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=b5e34d43caae52e6 -C extra-filename=-b5e34d43caae52e6 --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-57e8940daf1498f5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-d19aea7896ef6302.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-0b546d02cd5f31e5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0e39d953160c2814.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-5a1678945a467ccd.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-7a96ee409b5aaf29.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-510f4c31f26f8ebd.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-83f414a27466bc1a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --cap-lints allow -D warnings -l kstat` |
2355 | 2023-11-16T20:34:40.668Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2356 | 2023-11-16T20:34:40.671Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/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=5eca2429c61eef07 -C extra-filename=-5eca2429c61eef07 --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-b2edb30e9ae87feb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --cap-lints allow -D warnings` |
2357 | 2023-11-16T20:34:41.107Z | Running `/home/build/.rustup/toolchains/1.73.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=aa2aaeb60cbeda14 -C extra-filename=-aa2aaeb60cbeda14 --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-57e8940daf1498f5.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-441d99300fa54436.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-20fae4178c3fc031.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1d7a1522ea5181c9.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8b865ef5dfc65319.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-ed3dd28698be8141.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-733d6be0199cb028.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-752c0cd5063205fe.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-c622fb9760c7f78a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5a5836bbf46a42cd.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-9f46da4df0c081e1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-36484c5329fe569d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-8af2c58adabbf1cf.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-d774334c077049ad.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-b574e62ed4a57860.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-3f47bd4f85c90264.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-bf9846c849cd28ee.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-58cf583ba89fc7f4.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-d1b7cc859a320a5a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-aa6974083f12bb7d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3189c2eb2d686d93.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-55a0103f85a9e97f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-46d4878344085c34.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-364efe634fb29cce.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-23263f6d11e68974.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0fb3a2239b7d5e15.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2358 | 2023-11-16T20:34:41.125Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2359 | 2023-11-16T20:34:41.134Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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=92822c4544e8040d -C extra-filename=-92822c4544e8040d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6a6972421f27a074.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d10c0d853e1c4011.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f4183b18641a4263.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-20e5da50190824cf.rmeta --cap-lints allow -D warnings` |
2360 | 2023-11-16T20:34:41.647Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2361 | 2023-11-16T20:34:41.651Z | Running `/home/build/.rustup/toolchains/1.73.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=91f4de15664cd936 -C extra-filename=-91f4de15664cd936 --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-57e8940daf1498f5.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0266dbab300476a7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-3982620c57157c37.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b328a13401298eea.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
2362 | 2023-11-16T20:34:41.658Z | Compiling predicates v2.1.5 |
2363 | 2023-11-16T20:34:41.664Z | Running `/home/build/.rustup/toolchains/1.73.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=2fbc9d8b1f7eea4f -C extra-filename=-2fbc9d8b1f7eea4f --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-44f21b3c82f2d1df.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-e5ede4c61982d4c4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-fbcec1a310885677.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3a6c4ab35a0a6e2b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings` |
2364 | 2023-11-16T20:34:43.460Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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=fbc98bca75f9caf2 -C extra-filename=-fbc98bca75f9caf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6a6972421f27a074.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d10c0d853e1c4011.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-e916697c9df65312.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-92822c4544e8040d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f4183b18641a4263.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-20e5da50190824cf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm` |
2365 | 2023-11-16T20:34:43.774Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2366 | 2023-11-16T20:34:43.787Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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=c23504fd4272fbe4 -C extra-filename=-c23504fd4272fbe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6a6972421f27a074.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-d10c0d853e1c4011.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-fbc98bca75f9caf2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-20e5da50190824cf.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings` |
2367 | 2023-11-16T20:34:44.024Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5e8ae2e112c5f35d -C extra-filename=-5e8ae2e112c5f35d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2368 | 2023-11-16T20:34:44.381Z | Compiling downcast v0.11.0 |
2369 | 2023-11-16T20:34:44.798Z | Running `/home/build/.rustup/toolchains/1.73.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=f426fd0a3ba98bb9 -C extra-filename=-f426fd0a3ba98bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2370 | 2023-11-16T20:34:44.803Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=fb119d34908ebc97 -C extra-filename=-fb119d34908ebc97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2371 | 2023-11-16T20:34:44.808Z | Compiling fragile v2.0.0 |
2372 | 2023-11-16T20:34:44.813Z | Running `/home/build/.rustup/toolchains/1.73.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=1ffc5e42faf577e0 -C extra-filename=-1ffc5e42faf577e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2373 | 2023-11-16T20:34:44.818Z | Running `/home/build/.rustup/toolchains/1.73.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6146abc1ae9e7f7b -C extra-filename=-6146abc1ae9e7f7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2374 | 2023-11-16T20:34:44.825Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2375 | 2023-11-16T20:34:44.828Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/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=41588f168af64472 -C extra-filename=-41588f168af64472 --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-5eca2429c61eef07.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --cap-lints allow -D warnings` |
2376 | 2023-11-16T20:34:44.971Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2377 | 2023-11-16T20:34:44.974Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/51a3121/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=a6b35d685ff3bb31 -C extra-filename=-a6b35d685ff3bb31 --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-b81994cc0cd9cf50.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6501e1869721fe69.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings` |
2378 | 2023-11-16T20:34:45.246Z | Compiling mockall v0.11.4 |
2379 | 2023-11-16T20:34:45.250Z | Running `/home/build/.rustup/toolchains/1.73.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=1d6d0c28d47f5f95 -C extra-filename=-1d6d0c28d47f5f95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-f426fd0a3ba98bb9.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-1ffc5e42faf577e0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-d01b0055f3e7c2e9.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-2fbc9d8b1f7eea4f.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-9675a9e53cb57efd.rmeta --cap-lints allow -D warnings` |
2380 | 2023-11-16T20:34:45.323Z | Compiling zone v0.3.0 |
2381 | 2023-11-16T20:34:45.332Z | Running `/home/build/.rustup/toolchains/1.73.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=58e4d1224dbb5ad3 -C extra-filename=-58e4d1224dbb5ad3 --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-1698fe758139cc1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-7772ce69b79d84cc.so --cap-lints allow -D warnings` |
2382 | 2023-11-16T20:34:45.375Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88cfd5c7481859c9 -C extra-filename=-88cfd5c7481859c9 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
2383 | 2023-11-16T20:34:45.658Z | Compiling smf v0.2.2 |
2384 | 2023-11-16T20:34:45.679Z | Running `/home/build/.rustup/toolchains/1.73.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=3a20925c73fc5068 -C extra-filename=-3a20925c73fc5068 --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-021d0d375605d842.rmeta --cap-lints allow -D warnings` |
2385 | 2023-11-16T20:34:46.125Z | Running `/home/build/.rustup/toolchains/1.73.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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8e976596a117f5d4 -C extra-filename=-8e976596a117f5d4 --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-6146abc1ae9e7f7b.rmeta --cap-lints allow -D warnings` |
2386 | 2023-11-16T20:34:46.131Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4db473298de38323 -C extra-filename=-4db473298de38323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2387 | 2023-11-16T20:34:46.547Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2388 | 2023-11-16T20:34:46.551Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/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=e5aaae09680783dc -C extra-filename=-e5aaae09680783dc --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-b2edb30e9ae87feb.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-b5e34d43caae52e6.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-fbc98bca75f9caf2.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c23504fd4272fbe4.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f4183b18641a4263.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings` |
2389 | 2023-11-16T20:34:46.555Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0e14186713d6361c -C extra-filename=-0e14186713d6361c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2390 | 2023-11-16T20:34:46.558Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' -C metadata=b4bca05e83fdbaa0 -C extra-filename=-b4bca05e83fdbaa0 --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-81506d09bc5824d3.rmeta --cap-lints allow -D warnings` |
2391 | 2023-11-16T20:34:46.578Z | Compiling base64ct v1.6.0 |
2392 | 2023-11-16T20:34:46.582Z | Running `/home/build/.rustup/toolchains/1.73.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=56dbb8b760062952 -C extra-filename=-56dbb8b760062952 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2393 | 2023-11-16T20:34:46.620Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=3c31089f33ca6759 -C extra-filename=-3c31089f33ca6759 --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-f291a210b68bcfed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4db473298de38323.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-0d75c1a6b93052ab.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic` |
2394 | 2023-11-16T20:34:46.884Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=aef0dcd4ed45c087 -C extra-filename=-aef0dcd4ed45c087 --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-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings` |
2395 | 2023-11-16T20:34:47.053Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86db96edcf7f5921 -C extra-filename=-86db96edcf7f5921 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd` |
2396 | 2023-11-16T20:34:47.837Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=562ca611573ae6bf -C extra-filename=-562ca611573ae6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2397 | 2023-11-16T20:34:47.843Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=71461b315c541c75 -C extra-filename=-71461b315c541c75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2398 | 2023-11-16T20:34:47.846Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=03163feeac6a8865 -C extra-filename=-03163feeac6a8865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2399 | 2023-11-16T20:34:47.850Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=1d769d37db093ed2 -C extra-filename=-1d769d37db093ed2 --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-562ca611573ae6bf.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro` |
2400 | 2023-11-16T20:34:47.907Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=baa3e124027926f1 -C extra-filename=-baa3e124027926f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2401 | 2023-11-16T20:34:48.015Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29ef396b3459704c -C extra-filename=-29ef396b3459704c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2402 | 2023-11-16T20:34:48.176Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7277e13ab35503c9 -C extra-filename=-7277e13ab35503c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2403 | 2023-11-16T20:34:48.196Z | Compiling base64 v0.13.1 |
2404 | 2023-11-16T20:34:48.207Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=924b12736713da53 -C extra-filename=-924b12736713da53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2405 | 2023-11-16T20:34:48.520Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a2a9d9d6450a252 -C extra-filename=-3a2a9d9d6450a252 --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-8e976596a117f5d4.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-aef0dcd4ed45c087.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --cap-lints allow -D warnings` |
2406 | 2023-11-16T20:34:49.143Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=40c8ef871920b765 -C extra-filename=-40c8ef871920b765 --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-1d769d37db093ed2.rmeta --cap-lints allow -D warnings` |
2407 | 2023-11-16T20:34:49.464Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=3fe5c5084a64f8ff -C extra-filename=-3fe5c5084a64f8ff --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-71461b315c541c75.rmeta --cap-lints allow -D warnings --cfg has_std` |
2408 | 2023-11-16T20:34:49.485Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="with-alloc"' -C metadata=dc38256a6cced789 -C extra-filename=-dc38256a6cced789 --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-7277e13ab35503c9.rmeta --cap-lints allow -D warnings` |
2409 | 2023-11-16T20:34:50.250Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=c68e5275fa2856e8 -C extra-filename=-c68e5275fa2856e8 --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-29ef396b3459704c.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-baa3e124027926f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2410 | 2023-11-16T20:34:50.258Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=e021aa0f3972d553 -C extra-filename=-e021aa0f3972d553 --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-a155d58b851665da.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-88cfd5c7481859c9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
2411 | 2023-11-16T20:34:50.546Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="tracing"' -C metadata=3e2cf0b2371316da -C extra-filename=-3e2cf0b2371316da --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-f291a210b68bcfed.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --cap-lints allow -D warnings` |
2412 | 2023-11-16T20:34:50.881Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' -C metadata=d3ea60740b153298 -C extra-filename=-d3ea60740b153298 --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-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings` |
2413 | 2023-11-16T20:34:51.438Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=a407666dc16bef36 -C extra-filename=-a407666dc16bef36 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
2414 | 2023-11-16T20:34:51.902Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=9c928334d22d4ac8 -C extra-filename=-9c928334d22d4ac8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2415 | 2023-11-16T20:34:51.977Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e6a98aa7df302b8f -C extra-filename=-e6a98aa7df302b8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2416 | 2023-11-16T20:34:52.017Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df3f5352834541d5 -C extra-filename=-df3f5352834541d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2417 | 2023-11-16T20:34:52.249Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' --cfg 'feature="std"' -C metadata=c942a3190f9f73c0 -C extra-filename=-c942a3190f9f73c0 --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-ccc811b722306ba6.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-e959ce112a896c6f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-e6a98aa7df302b8f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -l static=ring-core -l static=ring-test` |
2418 | 2023-11-16T20:34:52.485Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b45be9c0ee39d4f9 -C extra-filename=-b45be9c0ee39d4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2419 | 2023-11-16T20:34:52.637Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac85753b5ec0851b -C extra-filename=-ac85753b5ec0851b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2420 | 2023-11-16T20:34:53.176Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1976065d6990f748 -C extra-filename=-1976065d6990f748 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2421 | 2023-11-16T20:34:53.180Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d880d799629ae13b -C extra-filename=-d880d799629ae13b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2422 | 2023-11-16T20:34:53.184Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b03cda08ef91dd5b -C extra-filename=-b03cda08ef91dd5b --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-ac85753b5ec0851b.rmeta --cap-lints allow -D warnings` |
2423 | 2023-11-16T20:34:53.187Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' -C metadata=63ca15696c036f1b -C extra-filename=-63ca15696c036f1b --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-e1231a25158b30ac.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1976065d6990f748.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
2424 | 2023-11-16T20:34:53.260Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fe80ab00f9662652 -C extra-filename=-fe80ab00f9662652 --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-b45be9c0ee39d4f9.rmeta --cap-lints allow -D warnings` |
2425 | 2023-11-16T20:34:53.400Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a1bf6e5699abd235 -C extra-filename=-a1bf6e5699abd235 --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-f291a210b68bcfed.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3fe5c5084a64f8ff.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-a348cc8911dbf023.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e2cf0b2371316da.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --cap-lints allow -D warnings` |
2426 | 2023-11-16T20:34:53.926Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc177273a0c9c37b -C extra-filename=-fc177273a0c9c37b --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-f291a210b68bcfed.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --cap-lints allow -D warnings` |
2427 | 2023-11-16T20:34:54.148Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57d5b61702c86fc6 -C extra-filename=-57d5b61702c86fc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'` |
2428 | 2023-11-16T20:34:54.835Z | Running `/home/build/.rustup/toolchains/1.73.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.93/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a58690eb4b654973 -C extra-filename=-a58690eb4b654973 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg openssl --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
2429 | 2023-11-16T20:34:54.997Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' -C metadata=594b6d1150fa6fd1 -C extra-filename=-594b6d1150fa6fd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128` |
2430 | 2023-11-16T20:34:56.276Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4d8d7e38a6b856a8 -C extra-filename=-4d8d7e38a6b856a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2431 | 2023-11-16T20:34:57.105Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2432 | 2023-11-16T20:34:57.109Z | Running `/home/build/.rustup/toolchains/1.73.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=082245487920db65 -C extra-filename=-082245487920db65 --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-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-41588f168af64472.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a6b35d685ff3bb31.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1d6d0c28d47f5f95.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e5aaae09680783dc.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c23504fd4272fbe4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-58e4d1224dbb5ad3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
2433 | 2023-11-16T20:34:57.175Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=de169ac677f69d82 -C extra-filename=-de169ac677f69d82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2434 | 2023-11-16T20:34:57.349Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8eea68be06d90599 -C extra-filename=-8eea68be06d90599 --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-a155d58b851665da.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-fe80ab00f9662652.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-1b91090bfe739597.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a58690eb4b654973.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` |
2435 | 2023-11-16T20:34:57.983Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -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=f2283b3c0b6aab10 -C extra-filename=-f2283b3c0b6aab10 --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-d3ea60740b153298.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9c928334d22d4ac8.rmeta --cap-lints allow -D warnings` |
2436 | 2023-11-16T20:34:58.231Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=74a85ef294855fe3 -C extra-filename=-74a85ef294855fe3 --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-63ca15696c036f1b.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1976065d6990f748.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out` |
2437 | 2023-11-16T20:34:59.429Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e8c39dab64b05bf7 -C extra-filename=-e8c39dab64b05bf7 --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-c942a3190f9f73c0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-e6a98aa7df302b8f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
2438 | 2023-11-16T20:34:59.466Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="default"' --cfg 'feature="inline-more"' -C metadata=8dbbb31ea1c0cad5 -C extra-filename=-8dbbb31ea1c0cad5 --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-57d5b61702c86fc6.rmeta --cap-lints allow -D warnings` |
2439 | 2023-11-16T20:35:01.261Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ee52dbc16498b58d -C extra-filename=-ee52dbc16498b58d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2440 | 2023-11-16T20:35:01.305Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f74526f08a2fad44 -C extra-filename=-f74526f08a2fad44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2441 | 2023-11-16T20:35:01.468Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=4ed9f42768711155 -C extra-filename=-4ed9f42768711155 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2442 | 2023-11-16T20:35:02.707Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=202dac37335bf21f -C extra-filename=-202dac37335bf21f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2443 | 2023-11-16T20:35:03.009Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=dfb072a651a59d5f -C extra-filename=-dfb072a651a59d5f --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-71114b9393dbed77.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-63ca15696c036f1b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-74a85ef294855fe3.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-e8c39dab64b05bf7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
2444 | 2023-11-16T20:35:03.174Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0d0685fdb08b4a79 -C extra-filename=-0d0685fdb08b4a79 --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-5e8ae2e112c5f35d.rmeta --cap-lints allow -D warnings` |
2445 | 2023-11-16T20:35:03.726Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=7b1a7de9684361e2 -C extra-filename=-7b1a7de9684361e2 --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-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings --cfg has_i128` |
2446 | 2023-11-16T20:35:04.512Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' -C metadata=de23a28bc13d347f -C extra-filename=-de23a28bc13d347f --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-f291a210b68bcfed.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-a1bf6e5699abd235.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-fc177273a0c9c37b.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-d880d799629ae13b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-a407666dc16bef36.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-de169ac677f69d82.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b03cda08ef91dd5b.rmeta --cap-lints allow -D warnings` |
2447 | 2023-11-16T20:35:04.991Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=6ce626363b62731c -C extra-filename=-6ce626363b62731c --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-d3ea60740b153298.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f2283b3c0b6aab10.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9c928334d22d4ac8.rmeta --cap-lints allow -D warnings` |
2448 | 2023-11-16T20:35:05.430Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' -C metadata=a64963c72ae5b32f -C extra-filename=-a64963c72ae5b32f --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-4ed9f42768711155.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f74526f08a2fad44.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-202dac37335bf21f.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-edf8304bb59d3fc3.so --cap-lints allow -D warnings` |
2449 | 2023-11-16T20:35:06.745Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e1abc378f686283d -C extra-filename=-e1abc378f686283d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings` |
2450 | 2023-11-16T20:35:08.609Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=0e5ba04d639b5855 -C extra-filename=-0e5ba04d639b5855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2451 | 2023-11-16T20:35:09.970Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=14fffb247f9004f0 -C extra-filename=-14fffb247f9004f0 --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-dfb072a651a59d5f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
2452 | 2023-11-16T20:35:10.594Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b25d7f63c3016d99 -C extra-filename=-b25d7f63c3016d99 --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-71114b9393dbed77.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a58690eb4b654973.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
2453 | 2023-11-16T20:35:11.183Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9013861b0b39164d -C extra-filename=-9013861b0b39164d --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-cd5579cf6dade5e4.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c6f829b7e6716a44.so --cap-lints allow -D warnings` |
2454 | 2023-11-16T20:35:11.482Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' -C metadata=b713abc38e55d38a -C extra-filename=-b713abc38e55d38a --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-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings` |
2455 | 2023-11-16T20:35:12.524Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=20173afe1f99f7b6 -C extra-filename=-20173afe1f99f7b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings` |
2456 | 2023-11-16T20:35:12.603Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=460a29b310d4b266 -C extra-filename=-460a29b310d4b266 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2457 | 2023-11-16T20:35:13.158Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f15c58610f044e11 -C extra-filename=-f15c58610f044e11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2458 | 2023-11-16T20:35:13.939Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ade38b333786c3f8 -C extra-filename=-ade38b333786c3f8 --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-b25d7f63c3016d99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
2459 | 2023-11-16T20:35:14.345Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a869d789e0689274 -C extra-filename=-a869d789e0689274 --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-df3f5352834541d5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0d0685fdb08b4a79.rmeta --cap-lints allow -D warnings` |
2460 | 2023-11-16T20:35:14.666Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0454fff814a669e -C extra-filename=-a0454fff814a669e --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-8e976596a117f5d4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-cb4c71a20b9dddc7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2461 | 2023-11-16T20:35:14.946Z | Compiling camino-tempfile v1.0.2 |
2462 | 2023-11-16T20:35:14.967Z | Running `/home/build/.rustup/toolchains/1.73.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.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=59207b97d8bb4230 -C extra-filename=-59207b97d8bb4230 --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-348870df17091d7d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --cap-lints allow -D warnings` |
2463 | 2023-11-16T20:35:15.473Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -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=a572dd832650f266 -C extra-filename=-a572dd832650f266 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std` |
2464 | 2023-11-16T20:35:15.587Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a2d23304e09204e -C extra-filename=-0a2d23304e09204e --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-0e5ba04d639b5855.rmeta --cap-lints allow -D warnings` |
2465 | 2023-11-16T20:35:15.760Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=210fb414e2f7118a -C extra-filename=-210fb414e2f7118a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2466 | 2023-11-16T20:35:16.253Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=26246b03283545f7 -C extra-filename=-26246b03283545f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2467 | 2023-11-16T20:35:16.450Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=1f353bc40f15b4ee -C extra-filename=-1f353bc40f15b4ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2468 | 2023-11-16T20:35:16.601Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=8c276ac385db8b7e -C extra-filename=-8c276ac385db8b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2469 | 2023-11-16T20:35:16.685Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="utf8"' -C metadata=33ced43632a52bea -C extra-filename=-33ced43632a52bea --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-1f353bc40f15b4ee.rmeta --cap-lints allow -D warnings` |
2470 | 2023-11-16T20:35:16.789Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -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=bb209d1c7bce8c57 -C extra-filename=-bb209d1c7bce8c57 --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-0e14186713d6361c.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-88cfd5c7481859c9.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-a572dd832650f266.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
2471 | 2023-11-16T20:35:17.271Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a08697aadfb0ab27 -C extra-filename=-a08697aadfb0ab27 --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-32e1908994c783d9.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-8c276ac385db8b7e.rmeta --cap-lints allow -D warnings` |
2472 | 2023-11-16T20:35:17.506Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a9fd2d2b9cecd27 -C extra-filename=-0a9fd2d2b9cecd27 --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-f291a210b68bcfed.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b25d7f63c3016d99.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ade38b333786c3f8.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
2473 | 2023-11-16T20:35:18.028Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acceptor"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --cfg 'feature="tokio-runtime"' -C metadata=c595a7518a8932bb -C extra-filename=-c595a7518a8932bb --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-906bb77dd445f3be.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb072a651a59d5f.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-a869d789e0689274.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-14fffb247f9004f0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
2474 | 2023-11-16T20:35:18.832Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=cca2faddcd570722 -C extra-filename=-cca2faddcd570722 --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-1d769d37db093ed2.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-40c8ef871920b765.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings` |
2475 | 2023-11-16T20:35:19.182Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2c87466d0bff1f2 -C extra-filename=-b2c87466d0bff1f2 --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-cd5579cf6dade5e4.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-32fe9d4b07bfc9ae.so --cap-lints allow -D warnings` |
2476 | 2023-11-16T20:35:20.188Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=517817c049f70e31 -C extra-filename=-517817c049f70e31 --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2477 | 2023-11-16T20:35:20.211Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=ce9a76e0efc747db -C extra-filename=-ce9a76e0efc747db --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2478 | 2023-11-16T20:35:20.412Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a7a29665f25deee -C extra-filename=-3a7a29665f25deee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2479 | 2023-11-16T20:35:20.416Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=61d21c4035e6b04a -C extra-filename=-61d21c4035e6b04a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2480 | 2023-11-16T20:35:20.533Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2aaf225a9c576457 -C extra-filename=-2aaf225a9c576457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2481 | 2023-11-16T20:35:20.595Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0395ec5aad995b88 -C extra-filename=-0395ec5aad995b88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2482 | 2023-11-16T20:35:20.627Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' -C metadata=5a8d62c14d51e1b4 -C extra-filename=-5a8d62c14d51e1b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2483 | 2023-11-16T20:35:20.823Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' -C metadata=d69cc3191587a151 -C extra-filename=-d69cc3191587a151 --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-210fb414e2f7118a.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-33ced43632a52bea.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-61d21c4035e6b04a.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-0395ec5aad995b88.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1f353bc40f15b4ee.rmeta --cap-lints allow -D warnings` |
2484 | 2023-11-16T20:35:20.888Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=41b18482217c6019 -C extra-filename=-41b18482217c6019 --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-5e8ae2e112c5f35d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-20173afe1f99f7b6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-a1bf6e5699abd235.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-fc177273a0c9c37b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c595a7518a8932bb.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-0a9fd2d2b9cecd27.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ee52dbc16498b58d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-4d8d7e38a6b856a8.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-b25d7f63c3016d99.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb072a651a59d5f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0d0685fdb08b4a79.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-ade38b333786c3f8.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-14fffb247f9004f0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e2cf0b2371316da.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-de169ac677f69d82.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-3a7a29665f25deee.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2485 | 2023-11-16T20:35:21.373Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c767724ae5e5ff38 -C extra-filename=-c767724ae5e5ff38 --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-0a2d23304e09204e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-dc38256a6cced789.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-b713abc38e55d38a.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-f15c58610f044e11.rmeta --cap-lints allow -D warnings` |
2486 | 2023-11-16T20:35:21.890Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=54c6481fc232603d -C extra-filename=-54c6481fc232603d --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-a08697aadfb0ab27.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-79245328ef323993.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --cap-lints allow -D warnings` |
2487 | 2023-11-16T20:35:22.160Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=74cddc83de269e74 -C extra-filename=-74cddc83de269e74 --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-32e1908994c783d9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-b2c87466d0bff1f2.rmeta --cap-lints allow -D warnings` |
2488 | 2023-11-16T20:35:22.702Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6e588532b1b0553 -C extra-filename=-c6e588532b1b0553 --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-c767724ae5e5ff38.rmeta --cap-lints allow -D warnings` |
2489 | 2023-11-16T20:35:23.717Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=89a1a8fe2e33ce03 -C extra-filename=-89a1a8fe2e33ce03 --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-bb209d1c7bce8c57.rmeta --cap-lints allow -D warnings` |
2490 | 2023-11-16T20:35:24.000Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=a637c80bbd132b1f -C extra-filename=-a637c80bbd132b1f --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-c68e5275fa2856e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --cap-lints allow -D warnings` |
2491 | 2023-11-16T20:35:24.269Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=d8ccb5e53a1d1327 -C extra-filename=-d8ccb5e53a1d1327 --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-1d769d37db093ed2.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-40c8ef871920b765.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests` |
2492 | 2023-11-16T20:35:24.935Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' -C metadata=a360a63071b0d3ab -C extra-filename=-a360a63071b0d3ab --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-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2493 | 2023-11-16T20:35:26.138Z | Compiling pem v1.1.1 |
2494 | 2023-11-16T20:35:26.225Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=53f4176799c06c33 -C extra-filename=-53f4176799c06c33 --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-924b12736713da53.rmeta --cap-lints allow -D warnings` |
2495 | 2023-11-16T20:35:26.601Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' -C metadata=5ec90d42d443c17d -C extra-filename=-5ec90d42d443c17d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --cap-lints allow -D warnings` |
2496 | 2023-11-16T20:35:26.648Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=6d6958b6d94785d4 -C extra-filename=-6d6958b6d94785d4 --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-35753d22fbfb488e.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --cap-lints allow -D warnings` |
2497 | 2023-11-16T20:35:27.209Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=951f696eaa2ec973 -C extra-filename=-951f696eaa2ec973 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86` |
2498 | 2023-11-16T20:35:27.527Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9fd001ed7981eb46 -C extra-filename=-9fd001ed7981eb46 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
2499 | 2023-11-16T20:35:27.676Z | Compiling heck v0.3.3 |
2500 | 2023-11-16T20:35:27.680Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=c94f067207bb4293 -C extra-filename=-c94f067207bb4293 --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-5ea6be43bdaf8fd6.rmeta --cap-lints allow -D warnings` |
2501 | 2023-11-16T20:35:27.719Z | Compiling libefi-sys v0.1.0 |
2502 | 2023-11-16T20:35:27.723Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=fb64d70dd288cc0f -C extra-filename=-fb64d70dd288cc0f --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-fb64d70dd288cc0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2503 | 2023-11-16T20:35:28.258Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=70c3f3fe383d9a6a -C extra-filename=-70c3f3fe383d9a6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2504 | 2023-11-16T20:35:28.301Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8dcb5a7cf56caacc -C extra-filename=-8dcb5a7cf56caacc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2505 | 2023-11-16T20:35:29.019Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=5fdc1481c14780d7 -C extra-filename=-5fdc1481c14780d7 --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-d69cc3191587a151.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-210fb414e2f7118a.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-70c3f3fe383d9a6a.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-8dcb5a7cf56caacc.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-89a1a8fe2e33ce03.rmeta --cap-lints allow -D warnings` |
2506 | 2023-11-16T20:35:29.491Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fb64d70dd288cc0f/build-script-build` |
2507 | 2023-11-16T20:35:29.502Z | Compiling structopt-derive v0.4.18 |
2508 | 2023-11-16T20:35:29.517Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=a1efb9cb1dc452b9 -C extra-filename=-a1efb9cb1dc452b9 --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-c94f067207bb4293.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8d87886dc8b4ad59.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
2509 | 2023-11-16T20:35:32.313Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=fb179d5954054bad -C extra-filename=-fb179d5954054bad --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-7b1a7de9684361e2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28` |
2510 | 2023-11-16T20:35:32.583Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bfbb5493ced4f1a2 -C extra-filename=-bfbb5493ced4f1a2 --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-46b779e783d9e4ed.rmeta --cap-lints allow -D warnings` |
2511 | 2023-11-16T20:35:32.958Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=59ac15bcaa80615d -C extra-filename=-59ac15bcaa80615d --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2512 | 2023-11-16T20:35:32.976Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9b77dbf524ed8bd5 -C extra-filename=-9b77dbf524ed8bd5 --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` |
2513 | 2023-11-16T20:35:33.156Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=090f7e3c4e8cd983 -C extra-filename=-090f7e3c4e8cd983 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2514 | 2023-11-16T20:35:33.763Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9f7762ca215236fd -C extra-filename=-9f7762ca215236fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-9b77dbf524ed8bd5.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-a395ee234bbd17ed.rmeta --cap-lints allow -D warnings` |
2515 | 2023-11-16T20:35:33.912Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' -C metadata=5dafe65522024432 -C extra-filename=-5dafe65522024432 --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-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-6d6958b6d94785d4.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --cap-lints allow -D warnings` |
2516 | 2023-11-16T20:35:34.075Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8ed5c323f8a67683 -C extra-filename=-8ed5c323f8a67683 --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-8dbbb31ea1c0cad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings` |
2517 | 2023-11-16T20:35:34.166Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=662644f78f291486 -C extra-filename=-662644f78f291486 --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-931fcf7ab78f10a2.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-0d2325cda7ca884b.rmeta --cap-lints allow -D warnings` |
2518 | 2023-11-16T20:35:35.002Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2519 | 2023-11-16T20:35:35.005Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=72abcb5ccbb35000 -C extra-filename=-72abcb5ccbb35000 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-72abcb5ccbb35000 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-df8d8ec7ee5305bf.rlib --cap-lints allow -D warnings` |
2520 | 2023-11-16T20:35:35.617Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' -C metadata=e6af494e2286ff4c -C extra-filename=-e6af494e2286ff4c --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-5fdc1481c14780d7.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-1636ab06bd78f7db.so --cap-lints allow -D warnings` |
2521 | 2023-11-16T20:35:35.671Z | Compiling same-file v1.0.6 |
2522 | 2023-11-16T20:35:35.683Z | Running `/home/build/.rustup/toolchains/1.73.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=a1919802dd2126d3 -C extra-filename=-a1919802dd2126d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2523 | 2023-11-16T20:35:35.765Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8714653f6bbe22c -C extra-filename=-b8714653f6bbe22c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2524 | 2023-11-16T20:35:35.902Z | Compiling walkdir v2.4.0 |
2525 | 2023-11-16T20:35:35.905Z | Running `/home/build/.rustup/toolchains/1.73.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=071df594afd5c261 -C extra-filename=-071df594afd5c261 --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-a1919802dd2126d3.rmeta --cap-lints allow -D warnings` |
2526 | 2023-11-16T20:35:36.014Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=2151b8d4a33f6113 -C extra-filename=-2151b8d4a33f6113 --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-cd5579cf6dade5e4.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-74cddc83de269e74.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-54c6481fc232603d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-1d769d37db093ed2.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-40c8ef871920b765.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d8ccb5e53a1d1327.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-9fd001ed7981eb46.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2527 | 2023-11-16T20:35:37.179Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' -C metadata=6e5bd758dc263470 -C extra-filename=-6e5bd758dc263470 --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-54c6481fc232603d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-1992c2daf58469e0.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-2151b8d4a33f6113.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-edef68ab394b0d63.so --cap-lints allow -D warnings` |
2528 | 2023-11-16T20:35:37.582Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13c865555a7f72ad -C extra-filename=-13c865555a7f72ad --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-b8714653f6bbe22c.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings` |
2529 | 2023-11-16T20:35:38.529Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-72abcb5ccbb35000/build-script-build` |
2530 | 2023-11-16T20:35:38.774Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' -C metadata=c3645a5cea9c4fe4 -C extra-filename=-c3645a5cea9c4fe4 --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-951f696eaa2ec973.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-dc38256a6cced789.rmeta --cap-lints allow -D warnings` |
2531 | 2023-11-16T20:35:40.132Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=f78227477d0ba97a -C extra-filename=-f78227477d0ba97a --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-46b779e783d9e4ed.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings` |
2532 | 2023-11-16T20:35:40.192Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' -C metadata=2903bf4d6f779445 -C extra-filename=-2903bf4d6f779445 --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-b16fa0049bfaab50.rmeta --cap-lints allow -D warnings` |
2533 | 2023-11-16T20:35:40.313Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed29b3e2473ce13c -C extra-filename=-ed29b3e2473ce13c --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-cd5579cf6dade5e4.rmeta --cap-lints allow -D warnings` |
2534 | 2023-11-16T20:35:40.368Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1bcc0c0e7cf5ff04 -C extra-filename=-1bcc0c0e7cf5ff04 --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-19bf49e74a62d6a5.rmeta --cap-lints allow -D warnings` |
2535 | 2023-11-16T20:35:40.504Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbb7b12a2f71870c -C extra-filename=-dbb7b12a2f71870c --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -l static=bz2` |
2536 | 2023-11-16T20:35:40.569Z | Compiling headers-core v0.2.0 |
2537 | 2023-11-16T20:35:40.573Z | Running `/home/build/.rustup/toolchains/1.73.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=82fa924285d1c965 -C extra-filename=-82fa924285d1c965 --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-bbcc907de9e1cc70.rmeta --cap-lints allow -D warnings` |
2538 | 2023-11-16T20:35:40.706Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8111c9cceaee72a4 -C extra-filename=-8111c9cceaee72a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2539 | 2023-11-16T20:35:40.780Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=378405dfad51ec3c -C extra-filename=-378405dfad51ec3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2540 | 2023-11-16T20:35:40.913Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68645aea24572a05 -C extra-filename=-68645aea24572a05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2541 | 2023-11-16T20:35:41.029Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5c597a9dd47facc7 -C extra-filename=-5c597a9dd47facc7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2542 | 2023-11-16T20:35:41.129Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=fc36443d3f8b0291 -C extra-filename=-fc36443d3f8b0291 --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-378405dfad51ec3c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-1d769d37db093ed2.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-40c8ef871920b765.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cca2faddcd570722.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings` |
2543 | 2023-11-16T20:35:41.231Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=c81dfc4ae5ac7819 -C extra-filename=-c81dfc4ae5ac7819 --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-ed29b3e2473ce13c.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-68645aea24572a05.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics` |
2544 | 2023-11-16T20:35:41.239Z | Compiling headers v0.3.9 |
2545 | 2023-11-16T20:35:41.245Z | Running `/home/build/.rustup/toolchains/1.73.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=6047ca35c0f9f85c -C extra-filename=-6047ca35c0f9f85c --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-e787744d353adac5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-82fa924285d1c965.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd86d2854e7dc134.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-37174dc2eb25e52f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-64a132c64504c10f.rmeta --cap-lints allow -D warnings` |
2546 | 2023-11-16T20:35:41.512Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0a2d0ba6c79e3beb -C extra-filename=-0a2d0ba6c79e3beb --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-71114b9393dbed77.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-1bcc0c0e7cf5ff04.rmeta --cap-lints allow -D warnings` |
2547 | 2023-11-16T20:35:41.689Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d3ebbbe0b8132b05 -C extra-filename=-d3ebbbe0b8132b05 --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-dbb7b12a2f71870c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2548 | 2023-11-16T20:35:42.025Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' -C metadata=56e07d6c799af715 -C extra-filename=-56e07d6c799af715 --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-2903bf4d6f779445.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b16fa0049bfaab50.rmeta --cap-lints allow -D warnings` |
2549 | 2023-11-16T20:35:42.283Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=91d30094a9a95e80 -C extra-filename=-91d30094a9a95e80 --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-cf8b7ddb4026a748.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-496ebd546502e8be.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-13c865555a7f72ad.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-ee52dbc16498b58d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-a92aa6a0ad6645ea.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --cap-lints allow -D warnings` |
2550 | 2023-11-16T20:35:42.458Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-0_8"' --cfg 'feature="support-v0_8"' -C metadata=eaa3079856ba9fab -C extra-filename=-eaa3079856ba9fab --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-931fcf7ab78f10a2.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-c4e81cb9d04ece3f.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --cap-lints allow -D warnings` |
2551 | 2023-11-16T20:35:42.693Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=3328f4bab15e24ba -C extra-filename=-3328f4bab15e24ba --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-c68e5275fa2856e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-517817c049f70e31.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ce9a76e0efc747db.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-2aaf225a9c576457.rmeta --cap-lints allow -D warnings` |
2552 | 2023-11-16T20:35:42.844Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=9096f8bcd9a05655 -C extra-filename=-9096f8bcd9a05655 --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-c68e5275fa2856e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-517817c049f70e31.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ce9a76e0efc747db.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-2aaf225a9c576457.rmeta --cap-lints allow -D warnings` |
2553 | 2023-11-16T20:35:43.167Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=7dd349cb0678461a -C extra-filename=-7dd349cb0678461a --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-460a29b310d4b266.rmeta --cap-lints allow -D warnings` |
2554 | 2023-11-16T20:35:43.318Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=55c3d0548c25f849 -C extra-filename=-55c3d0548c25f849 --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-460a29b310d4b266.rmeta --cap-lints allow -D warnings` |
2555 | 2023-11-16T20:35:44.647Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9e7d7b0993794b34 -C extra-filename=-9e7d7b0993794b34 --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-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings` |
2556 | 2023-11-16T20:35:46.143Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c12cb09e877df1cc -C extra-filename=-c12cb09e877df1cc --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-46b779e783d9e4ed.rmeta --cap-lints allow -D warnings` |
2557 | 2023-11-16T20:35:46.190Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' -C metadata=8b6df8e8d2071b83 -C extra-filename=-8b6df8e8d2071b83 --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-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings` |
2558 | 2023-11-16T20:35:46.525Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0dfc01ec333e0708 -C extra-filename=-0dfc01ec333e0708 --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` |
2559 | 2023-11-16T20:35:46.530Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4831b760b2eb3e28 -C extra-filename=-4831b760b2eb3e28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2560 | 2023-11-16T20:35:47.081Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c10e29fdd212ff3e -C extra-filename=-c10e29fdd212ff3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2561 | 2023-11-16T20:35:47.194Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=052950f888c0079c -C extra-filename=-052950f888c0079c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2562 | 2023-11-16T20:35:47.740Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dfa-search"' -C metadata=ef88fce15de2ee58 -C extra-filename=-ef88fce15de2ee58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2563 | 2023-11-16T20:35:47.867Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a0f940774333f18a -C extra-filename=-a0f940774333f18a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2564 | 2023-11-16T20:35:48.042Z | Compiling cancel-safe-futures v0.1.5 |
2565 | 2023-11-16T20:35:48.046Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=130bdb5f79063904 -C extra-filename=-130bdb5f79063904 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-130bdb5f79063904 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2566 | 2023-11-16T20:35:48.107Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b8a7ba9d5e25170c -C extra-filename=-b8a7ba9d5e25170c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2567 | 2023-11-16T20:35:48.356Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=39d1adf5787ca18c -C extra-filename=-39d1adf5787ca18c --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-5e8ae2e112c5f35d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-052950f888c0079c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-bfbb5493ced4f1a2.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-c12cb09e877df1cc.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-9e7d7b0993794b34.rmeta --cap-lints allow -D warnings` |
2568 | 2023-11-16T20:35:48.690Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-130bdb5f79063904/build-script-build` |
2569 | 2023-11-16T20:35:48.694Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=c32d5a55678847b0 -C extra-filename=-c32d5a55678847b0 --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-366ed66a2e454eef.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-517817c049f70e31.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ce9a76e0efc747db.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9096f8bcd9a05655.rmeta --cap-lints allow -D warnings` |
2570 | 2023-11-16T20:35:50.368Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=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=945284567de6ad4a -C extra-filename=-945284567de6ad4a --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-a155d58b851665da.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e6be3c1c11d443e7.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-476cab211f69baad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-0a2d0ba6c79e3beb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2571 | 2023-11-16T20:35:50.423Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=4a0d76a21394c2d0 -C extra-filename=-4a0d76a21394c2d0 --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-fc36443d3f8b0291.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-004446814817cd3f.so --cap-lints allow -D warnings` |
2572 | 2023-11-16T20:35:50.623Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=1fd8166bc987ccff -C extra-filename=-1fd8166bc987ccff --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-17a51d49f50a51d5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ef88fce15de2ee58.rmeta --cap-lints allow -D warnings` |
2573 | 2023-11-16T20:35:51.201Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=19f0c7f908947dd6 -C extra-filename=-19f0c7f908947dd6 --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-0e14186713d6361c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c81dfc4ae5ac7819.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5a8d62c14d51e1b4.rmeta --cap-lints allow -D warnings` |
2574 | 2023-11-16T20:35:51.769Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' -C metadata=103db6eb1c9ace46 -C extra-filename=-103db6eb1c9ace46 --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-a155d58b851665da.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c4e81cb9d04ece3f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-eaa3079856ba9fab.rmeta --cap-lints allow -D warnings` |
2575 | 2023-11-16T20:35:53.190Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="zeroize"' -C metadata=4cf9f9623799a70b -C extra-filename=-4cf9f9623799a70b --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-9942916e61f00244.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-56e07d6c799af715.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings` |
2576 | 2023-11-16T20:35:53.960Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="flate2"' -C metadata=1fff13d127a6345f -C extra-filename=-1fff13d127a6345f --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-cd5579cf6dade5e4.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-d3ebbbe0b8132b05.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-951f696eaa2ec973.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2577 | 2023-11-16T20:35:54.112Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c6642f7dbad03729 -C extra-filename=-c6642f7dbad03729 --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-090f7e3c4e8cd983.rmeta --cap-lints allow -D warnings` |
2578 | 2023-11-16T20:35:54.276Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=b3cf8d0889e99ef9 -C extra-filename=-b3cf8d0889e99ef9 --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-090f7e3c4e8cd983.rmeta --cap-lints allow -D warnings` |
2579 | 2023-11-16T20:35:54.707Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9fd8be3c8f4d9b0 -C extra-filename=-d9fd8be3c8f4d9b0 --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-f291a210b68bcfed.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2580 | 2023-11-16T20:35:54.833Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=95fb0599ee63c57e -C extra-filename=-95fb0599ee63c57e --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-7b1a7de9684361e2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry` |
2581 | 2023-11-16T20:35:54.912Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=adc9f2248424d702 -C extra-filename=-adc9f2248424d702 --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-03163feeac6a8865.rmeta --cap-lints allow -D warnings` |
2582 | 2023-11-16T20:35:55.217Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=35bed8c43357b876 -C extra-filename=-35bed8c43357b876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --cap-lints allow -D warnings` |
2583 | 2023-11-16T20:35:55.327Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da0e1b41323a2737 -C extra-filename=-da0e1b41323a2737 --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-15c007528a74ed8f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2584 | 2023-11-16T20:35:55.847Z | Compiling pem v3.0.2 |
2585 | 2023-11-16T20:35:55.883Z | Running `/home/build/.rustup/toolchains/1.73.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=d05802530bcd0972 -C extra-filename=-d05802530bcd0972 --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-e787744d353adac5.rmeta --cap-lints allow -D warnings` |
2586 | 2023-11-16T20:35:56.046Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e3a6f692d0624334 -C extra-filename=-e3a6f692d0624334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2587 | 2023-11-16T20:35:56.132Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c570cbfef4d374b1 -C extra-filename=-c570cbfef4d374b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2588 | 2023-11-16T20:35:56.177Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=81f27baae87255cc -C extra-filename=-81f27baae87255cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2589 | 2023-11-16T20:35:56.355Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc8a84db53c9f03b -C extra-filename=-bc8a84db53c9f03b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2590 | 2023-11-16T20:35:56.518Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa57decabff58732 -C extra-filename=-aa57decabff58732 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2591 | 2023-11-16T20:35:56.648Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' -C metadata=1206d6612c4b6209 -C extra-filename=-1206d6612c4b6209 --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-81f27baae87255cc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --cap-lints allow -D warnings` |
2592 | 2023-11-16T20:35:56.855Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' -C metadata=0db53f82d8e4970b -C extra-filename=-0db53f82d8e4970b --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-e3a6f692d0624334.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-c6642f7dbad03729.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-bc8a84db53c9f03b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2593 | 2023-11-16T20:35:57.114Z | Compiling rcgen v0.11.3 |
2594 | 2023-11-16T20:35:57.118Z | Running `/home/build/.rustup/toolchains/1.73.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=05c49b26dfaf3495 -C extra-filename=-05c49b26dfaf3495 --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-d05802530bcd0972.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-0fb3a2239b7d5e15.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
2595 | 2023-11-16T20:35:57.307Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' -C metadata=7ff5a0819cb6289e -C extra-filename=-7ff5a0819cb6289e --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-ba573a89226b8c32.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-aa57decabff58732.rmeta --cap-lints allow -D warnings` |
2596 | 2023-11-16T20:35:57.547Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smoltcp"' --cfg 'feature="std"' -C metadata=ad0a369b3407de0f -C extra-filename=-ad0a369b3407de0f --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-0e14186713d6361c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-da0e1b41323a2737.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-006edc45b992975f.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-19f0c7f908947dd6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5029efe4c5f58f28.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings` |
2597 | 2023-11-16T20:35:57.683Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58d6fd23031b4102 -C extra-filename=-58d6fd23031b4102 --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-adc9f2248424d702.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-378405dfad51ec3c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a637c80bbd132b1f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-1d769d37db093ed2.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-40c8ef871920b765.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cca2faddcd570722.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4a0d76a21394c2d0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-562ca611573ae6bf.rmeta --cap-lints allow -D warnings` |
2598 | 2023-11-16T20:35:59.657Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bit-vec"' --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --cfg 'feature="time"' -C metadata=2eadf8bee82eced4 -C extra-filename=-2eadf8bee82eced4 --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-5c597a9dd47facc7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-95fb0599ee63c57e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings` |
2599 | 2023-11-16T20:36:01.481Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6557065e22d6f14e -C extra-filename=-6557065e22d6f14e --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-b3cf8d0889e99ef9.rmeta --cap-lints allow -D warnings` |
2600 | 2023-11-16T20:36:01.914Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="chrono-04"' --cfg 'feature="serde-1"' --cfg 'feature="serde_json-1"' --cfg 'feature="uuid-1"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=0dee25ce4ed1a0b1 -C extra-filename=-0dee25ce4ed1a0b1 --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-f291a210b68bcfed.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-052950f888c0079c.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-39d1adf5787ca18c.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --cap-lints allow -D warnings` |
2601 | 2023-11-16T20:36:02.649Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=417458dbb52edbf7 -C extra-filename=-417458dbb52edbf7 --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-5c597a9dd47facc7.rmeta --cap-lints allow -D warnings` |
2602 | 2023-11-16T20:36:03.104Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' -C metadata=0b3d81bf658fe203 -C extra-filename=-0b3d81bf658fe203 --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-ba573a89226b8c32.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings` |
2603 | 2023-11-16T20:36:03.415Z | Compiling atomicwrites v0.4.2 |
2604 | 2023-11-16T20:36:03.418Z | Running `/home/build/.rustup/toolchains/1.73.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=1abfd7404037decc -C extra-filename=-1abfd7404037decc --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-aa6974083f12bb7d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --cap-lints allow -D warnings` |
2605 | 2023-11-16T20:36:04.000Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=770ba59cb2b38f0a -C extra-filename=-770ba59cb2b38f0a --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
2606 | 2023-11-16T20:36:04.199Z | Compiling subprocess v0.2.9 |
2607 | 2023-11-16T20:36:04.204Z | Running `/home/build/.rustup/toolchains/1.73.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=b99fc8c4fdd26d7a -C extra-filename=-b99fc8c4fdd26d7a --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
2608 | 2023-11-16T20:36:04.371Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="web"' --cfg 'feature="web-sys"' -C metadata=8bd5a43e9d512255 -C extra-filename=-8bd5a43e9d512255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2609 | 2023-11-16T20:36:05.294Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' -C metadata=0e6defff283dbdeb -C extra-filename=-0e6defff283dbdeb --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-cf8b7ddb4026a748.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-052950f888c0079c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-6557065e22d6f14e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-39d1adf5787ca18c.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0dee25ce4ed1a0b1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4714ca2722bc6f6d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e2cf0b2371316da.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-8bd5a43e9d512255.rmeta --cap-lints allow -D warnings` |
2610 | 2023-11-16T20:36:05.393Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58413d895be1493b -C extra-filename=-58413d895be1493b --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-d9fd8be3c8f4d9b0.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-58d6fd23031b4102.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c012cd659432570b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2611 | 2023-11-16T20:36:05.638Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=4c101bea1777bf25 -C extra-filename=-4c101bea1777bf25 --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-7ff5a0819cb6289e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4831b760b2eb3e28.rmeta --cap-lints allow -D warnings` |
2612 | 2023-11-16T20:36:05.671Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' -C metadata=94e9958bb53942d6 -C extra-filename=-94e9958bb53942d6 --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-210fb414e2f7118a.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-b8a7ba9d5e25170c.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-8b6df8e8d2071b83.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-a0f940774333f18a.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8111c9cceaee72a4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings` |
2613 | 2023-11-16T20:36:07.186Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="net"' --cfg 'feature="time"' -C metadata=aba02ade3df369b8 -C extra-filename=-aba02ade3df369b8 --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-35753d22fbfb488e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --cap-lints allow -D warnings` |
2614 | 2023-11-16T20:36:07.557Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=31c76cc83c35ac32 -C extra-filename=-31c76cc83c35ac32 --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2615 | 2023-11-16T20:36:07.942Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a2774eedfa2dd7ca -C extra-filename=-a2774eedfa2dd7ca --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
2616 | 2023-11-16T20:36:08.247Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ba5b30c6e17e2f32 -C extra-filename=-ba5b30c6e17e2f32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2617 | 2023-11-16T20:36:08.743Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' -C metadata=c57fc4706cfdf7c3 -C extra-filename=-c57fc4706cfdf7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2618 | 2023-11-16T20:36:08.823Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37ddc32dfabf6b9a -C extra-filename=-37ddc32dfabf6b9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-ba5b30c6e17e2f32.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e021aa0f3972d553.rmeta --cap-lints allow -D warnings` |
2619 | 2023-11-16T20:36:08.849Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=ff3c31fcd939d19e -C extra-filename=-ff3c31fcd939d19e --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-931fcf7ab78f10a2.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-c57fc4706cfdf7c3.rmeta --cap-lints allow -D warnings` |
2620 | 2023-11-16T20:36:08.872Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d73097d27816fbc4 -C extra-filename=-d73097d27816fbc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-a2774eedfa2dd7ca.rmeta --cap-lints allow -D warnings` |
2621 | 2023-11-16T20:36:09.057Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2622 | 2023-11-16T20:36:09.060Z | Running `/home/build/.rustup/toolchains/1.73.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=89460eb5ec70240d -C extra-filename=-89460eb5ec70240d --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-57e8940daf1498f5.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1abfd7404037decc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
2623 | 2023-11-16T20:36:09.141Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=441ff19319f4793e -C extra-filename=-441ff19319f4793e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --cap-lints allow -D warnings` |
2624 | 2023-11-16T20:36:09.201Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa86d2ce81e5fa34 -C extra-filename=-aa86d2ce81e5fa34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --cap-lints allow -D warnings` |
2625 | 2023-11-16T20:36:09.416Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8522c9abe6b8c26e -C extra-filename=-8522c9abe6b8c26e --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-d73097d27816fbc4.rmeta --cap-lints allow -D warnings` |
2626 | 2023-11-16T20:36:09.542Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7f7d6fc5e3fc0192 -C extra-filename=-7f7d6fc5e3fc0192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --cap-lints allow -D warnings` |
2627 | 2023-11-16T20:36:09.985Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d1bdb4558d229b0 -C extra-filename=-5d1bdb4558d229b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2628 | 2023-11-16T20:36:09.994Z | Compiling convert_case v0.4.0 |
2629 | 2023-11-16T20:36:10.010Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=acb2bfc87c9aa4a7 -C extra-filename=-acb2bfc87c9aa4a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2630 | 2023-11-16T20:36:10.200Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8d1af37969fc8e4 -C extra-filename=-d8d1af37969fc8e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2631 | 2023-11-16T20:36:10.430Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3143f111e1cb8c57 -C extra-filename=-3143f111e1cb8c57 --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-770ba59cb2b38f0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-8522c9abe6b8c26e.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-441ff19319f4793e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings` |
2632 | 2023-11-16T20:36:11.258Z | Compiling derive_more v0.99.17 |
2633 | 2023-11-16T20:36:11.263Z | Running `/home/build/.rustup/toolchains/1.73.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 --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=971c2440ec6adef8 -C extra-filename=-971c2440ec6adef8 --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-acb2bfc87c9aa4a7.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
2634 | 2023-11-16T20:36:11.350Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=0c218bc669b7d146 -C extra-filename=-0c218bc669b7d146 --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-7f7d6fc5e3fc0192.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-d8d1af37969fc8e4.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-441ff19319f4793e.rmeta --cap-lints allow -D warnings --cfg integer128` |
2635 | 2023-11-16T20:36:11.704Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=dd23b1d97cf8e2f2 -C extra-filename=-dd23b1d97cf8e2f2 --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-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings` |
2636 | 2023-11-16T20:36:20.959Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=378f294c4b023833 -C extra-filename=-378f294c4b023833 --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
2637 | 2023-11-16T20:36:20.971Z | Compiling slog-dtrace v0.2.3 |
2638 | 2023-11-16T20:36:21.005Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=70c7ab14ef3d892b -C extra-filename=-70c7ab14ef3d892b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-70c7ab14ef3d892b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
2639 | 2023-11-16T20:36:21.022Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9f00144cb406df0d -C extra-filename=-9f00144cb406df0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2640 | 2023-11-16T20:36:21.034Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a289093a13952de3 -C extra-filename=-a289093a13952de3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2641 | 2023-11-16T20:36:21.049Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c1c84a2497ff1b1 -C extra-filename=-5c1c84a2497ff1b1 --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-9f00144cb406df0d.rmeta --cap-lints allow -D warnings` |
2642 | 2023-11-16T20:36:21.057Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-70c7ab14ef3d892b/build-script-build` |
2643 | 2023-11-16T20:36:21.062Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c66931ff0654519a -C extra-filename=-c66931ff0654519a --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-ff3c31fcd939d19e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-dd23b1d97cf8e2f2.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings` |
2644 | 2023-11-16T20:36:21.068Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=762035ca22586161 -C extra-filename=-762035ca22586161 --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-366ed66a2e454eef.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-517817c049f70e31.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ce9a76e0efc747db.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3328f4bab15e24ba.rmeta --cap-lints allow -D warnings` |
2645 | 2023-11-16T20:36:21.087Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=71e1bba3e93acfea -C extra-filename=-71e1bba3e93acfea --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-f291a210b68bcfed.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-20173afe1f99f7b6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-4d8d7e38a6b856a8.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --cap-lints allow -D warnings` |
2646 | 2023-11-16T20:36:21.100Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f2dcaa5ef994203d -C extra-filename=-f2dcaa5ef994203d --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-47422ba7d5af8c5c.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --cap-lints allow -D warnings` |
2647 | 2023-11-16T20:36:21.109Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ad7aef96c1f2ac54 -C extra-filename=-ad7aef96c1f2ac54 --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-476cab211f69baad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2648 | 2023-11-16T20:36:21.117Z | Compiling toml v0.5.11 |
2649 | 2023-11-16T20:36:21.125Z | Running `/home/build/.rustup/toolchains/1.73.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=25175af75b55d225 -C extra-filename=-25175af75b55d225 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
2650 | 2023-11-16T20:36:21.133Z | Compiling der_derive v0.7.2 |
2651 | 2023-11-16T20:36:21.139Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=33b8a4bfc77953e2 -C extra-filename=-33b8a4bfc77953e2 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2652 | 2023-11-16T20:36:21.145Z | Compiling radium v0.7.0 |
2653 | 2023-11-16T20:36:21.159Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=12ef081ab53e361f -C extra-filename=-12ef081ab53e361f --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-12ef081ab53e361f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2654 | 2023-11-16T20:36:21.163Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=52e002890f5c0322 -C extra-filename=-52e002890f5c0322 --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-f2dcaa5ef994203d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-625bea2f08c9d888.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8e976596a117f5d4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-ff3c31fcd939d19e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-71e1bba3e93acfea.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a637c80bbd132b1f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-1d769d37db093ed2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb072a651a59d5f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0d0685fdb08b4a79.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ad7aef96c1f2ac54.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35bed8c43357b876.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c66931ff0654519a.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-dd23b1d97cf8e2f2.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-14fffb247f9004f0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-5c1c84a2497ff1b1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
2655 | 2023-11-16T20:36:21.175Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-12ef081ab53e361f/build-script-build` |
2656 | 2023-11-16T20:36:21.181Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' -C metadata=6ae4ef0a3c96f7fb -C extra-filename=-6ae4ef0a3c96f7fb --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-5029efe4c5f58f28.so --cap-lints allow -D warnings` |
2657 | 2023-11-16T20:36:21.192Z | Compiling maybe-uninit v2.0.0 |
2658 | 2023-11-16T20:36:21.213Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=be58ee4971d01726 -C extra-filename=-be58ee4971d01726 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-be58ee4971d01726 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2659 | 2023-11-16T20:36:21.225Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-2.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=337cf04ce066d527 -C extra-filename=-337cf04ce066d527 --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-366ed66a2e454eef.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3c401d15812f9b27.so --cap-lints allow -D warnings` |
2660 | 2023-11-16T20:36:21.256Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d4354ccef95db08b -C extra-filename=-d4354ccef95db08b --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
2661 | 2023-11-16T20:36:21.268Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-be58ee4971d01726/build-script-build` |
2662 | 2023-11-16T20:36:21.277Z | Compiling packed_struct v0.10.1 |
2663 | 2023-11-16T20:36:21.304Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=4286a42b5dd2bfd8 -C extra-filename=-4286a42b5dd2bfd8 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-4286a42b5dd2bfd8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2664 | 2023-11-16T20:36:21.321Z | Compiling num-bigint-dig v0.8.4 |
2665 | 2023-11-16T20:36:21.334Z | Running `/home/build/.rustup/toolchains/1.73.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 debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=eb64ea9dfc00f9da -C extra-filename=-eb64ea9dfc00f9da --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-eb64ea9dfc00f9da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2666 | 2023-11-16T20:36:22.350Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-4286a42b5dd2bfd8/build-script-build` |
2667 | 2023-11-16T20:36:22.411Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' -C metadata=ee52bdfd04530002 -C extra-filename=-ee52bdfd04530002 --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-9264f2dd0ecaadd7.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5d1bdb4558d229b0.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-d4354ccef95db08b.rmeta --cap-lints allow -D warnings` |
2668 | 2023-11-16T20:36:22.421Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-eb64ea9dfc00f9da/build-script-build` |
2669 | 2023-11-16T20:36:22.432Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' -C metadata=7640f4adf3f6680d -C extra-filename=-7640f4adf3f6680d --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-35753d22fbfb488e.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e1231a25158b30ac.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-aa86d2ce81e5fa34.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --cap-lints allow -D warnings` |
2670 | 2023-11-16T20:36:22.484Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=77b7819c6d259ae1 -C extra-filename=-77b7819c6d259ae1 --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-3046fa3c0ec0df90.rmeta --cap-lints allow -D warnings` |
2671 | 2023-11-16T20:36:22.528Z | Compiling packed_struct_codegen v0.10.1 |
2672 | 2023-11-16T20:36:22.576Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7597b9706aebfccd -C extra-filename=-7597b9706aebfccd --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
2673 | 2023-11-16T20:36:22.623Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8d3f0147388d6fd4 -C extra-filename=-8d3f0147388d6fd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2674 | 2023-11-16T20:36:22.636Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=b63553c1c8e5c11c -C extra-filename=-b63553c1c8e5c11c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2675 | 2023-11-16T20:36:22.665Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5ffc44659160f377 -C extra-filename=-5ffc44659160f377 --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-59ac15bcaa80615d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2676 | 2023-11-16T20:36:22.702Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=f9e7901a4181a0d6 -C extra-filename=-f9e7901a4181a0d6 --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-ccc811b722306ba6.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-b0ec5512fcd1366b.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings` |
2677 | 2023-11-16T20:36:22.724Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' -C metadata=059b2d08f033988e -C extra-filename=-059b2d08f033988e --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2678 | 2023-11-16T20:36:22.740Z | Compiling num-rational v0.4.1 |
2679 | 2023-11-16T20:36:22.786Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=8e8bbbbb062a8565 -C extra-filename=-8e8bbbbb062a8565 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-8e8bbbbb062a8565 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings` |
2680 | 2023-11-16T20:36:22.807Z | Compiling linked-hash-map v0.5.6 |
2681 | 2023-11-16T20:36:22.850Z | Running `/home/build/.rustup/toolchains/1.73.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=f301565f2e61d826 -C extra-filename=-f301565f2e61d826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2682 | 2023-11-16T20:36:22.890Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-8e8bbbbb062a8565/build-script-build` |
2683 | 2023-11-16T20:36:22.900Z | Compiling lru-cache v0.1.2 |
2684 | 2023-11-16T20:36:22.912Z | Running `/home/build/.rustup/toolchains/1.73.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=3f2005026a0ee009 -C extra-filename=-3f2005026a0ee009 --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-f301565f2e61d826.rmeta --cap-lints allow -D warnings` |
2685 | 2023-11-16T20:36:22.935Z | Compiling semver-parser v0.10.2 |
2686 | 2023-11-16T20:36:22.957Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=2fb2d67acbe0b5ad -C extra-filename=-2fb2d67acbe0b5ad --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-0e0a34abc9c45c3c.rmeta --cap-lints allow -D warnings` |
2687 | 2023-11-16T20:36:22.981Z | Compiling textwrap v0.11.0 |
2688 | 2023-11-16T20:36:23.017Z | Running `/home/build/.rustup/toolchains/1.73.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=e1cf770995461190 -C extra-filename=-e1cf770995461190 --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-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings` |
2689 | 2023-11-16T20:36:23.022Z | Compiling ciborium-io v0.2.1 |
2690 | 2023-11-16T20:36:23.032Z | Running `/home/build/.rustup/toolchains/1.73.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=f3df158afb601fe8 -C extra-filename=-f3df158afb601fe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2691 | 2023-11-16T20:36:23.042Z | Compiling half v1.8.2 |
2692 | 2023-11-16T20:36:23.065Z | Running `/home/build/.rustup/toolchains/1.73.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=8dcc0255c3e74f49 -C extra-filename=-8dcc0255c3e74f49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2693 | 2023-11-16T20:36:23.102Z | Compiling ansi_term v0.12.1 |
2694 | 2023-11-16T20:36:23.109Z | Running `/home/build/.rustup/toolchains/1.73.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=4f48e3453be29e7b -C extra-filename=-4f48e3453be29e7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2695 | 2023-11-16T20:36:23.124Z | Compiling vec_map v0.8.2 |
2696 | 2023-11-16T20:36:23.167Z | Running `/home/build/.rustup/toolchains/1.73.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=cc987aa195421fd9 -C extra-filename=-cc987aa195421fd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2697 | 2023-11-16T20:36:23.203Z | Compiling strsim v0.8.0 |
2698 | 2023-11-16T20:36:23.232Z | Running `/home/build/.rustup/toolchains/1.73.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=1d031908ebe27c38 -C extra-filename=-1d031908ebe27c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2699 | 2023-11-16T20:36:23.278Z | Compiling ciborium-ll v0.2.1 |
2700 | 2023-11-16T20:36:23.304Z | Running `/home/build/.rustup/toolchains/1.73.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=dedfe8e585a9e450 -C extra-filename=-dedfe8e585a9e450 --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-f3df158afb601fe8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-8dcc0255c3e74f49.rmeta --cap-lints allow -D warnings` |
2701 | 2023-11-16T20:36:23.340Z | Compiling clap v2.34.0 |
2702 | 2023-11-16T20:36:23.376Z | Running `/home/build/.rustup/toolchains/1.73.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=3d738176449a0d99 -C extra-filename=-3d738176449a0d99 --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-4f48e3453be29e7b.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fb7d1a8187676e7c.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-bba883f09c02da13.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1d031908ebe27c38.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-e1cf770995461190.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-cc987aa195421fd9.rmeta --cap-lints allow -D warnings` |
2703 | 2023-11-16T20:36:23.391Z | Compiling semver v0.11.0 |
2704 | 2023-11-16T20:36:23.412Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' -C metadata=f5a2c58d1e36f847 -C extra-filename=-f5a2c58d1e36f847 --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-2fb2d67acbe0b5ad.rmeta --cap-lints allow -D warnings` |
2705 | 2023-11-16T20:36:23.434Z | Compiling password-hash v0.5.0 |
2706 | 2023-11-16T20:36:23.467Z | Running `/home/build/.rustup/toolchains/1.73.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=db2b6be6bb47041a -C extra-filename=-db2b6be6bb47041a --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-56dbb8b760062952.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings` |
2707 | 2023-11-16T20:36:23.485Z | Compiling blake2 v0.10.6 |
2708 | 2023-11-16T20:36:23.534Z | Running `/home/build/.rustup/toolchains/1.73.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=7fba2cfd74eb27d6 -C extra-filename=-7fba2cfd74eb27d6 --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-e5c5a96420662074.rmeta --cap-lints allow -D warnings` |
2709 | 2023-11-16T20:36:23.590Z | Compiling home v0.5.5 |
2710 | 2023-11-16T20:36:23.626Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=3b918b4cf35f187a -C extra-filename=-3b918b4cf35f187a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2711 | 2023-11-16T20:36:23.898Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="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=328de3349cebf6e3 -C extra-filename=-328de3349cebf6e3 --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-417458dbb52edbf7.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-5c597a9dd47facc7.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-a155d58b851665da.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7f2827eb04ca09d3.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-77b7819c6d259ae1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-b63553c1c8e5c11c.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-ee52bdfd04530002.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8d3f0147388d6fd4.rmeta --cap-lints allow -D warnings` |
2712 | 2023-11-16T20:36:24.295Z | Compiling argon2 v0.5.2 |
2713 | 2023-11-16T20:36:24.310Z | Running `/home/build/.rustup/toolchains/1.73.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=79a0c555fedd19c0 -C extra-filename=-79a0c555fedd19c0 --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-56dbb8b760062952.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-7fba2cfd74eb27d6.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-db2b6be6bb47041a.rmeta --cap-lints allow -D warnings` |
2714 | 2023-11-16T20:36:24.914Z | Compiling toolchain_find v0.2.0 |
2715 | 2023-11-16T20:36:24.918Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=da4d9681935e960a -C extra-filename=-da4d9681935e960a --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-3b918b4cf35f187a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f5a2c58d1e36f847.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings` |
2716 | 2023-11-16T20:36:25.679Z | Compiling ciborium v0.2.1 |
2717 | 2023-11-16T20:36:25.713Z | Running `/home/build/.rustup/toolchains/1.73.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=4ac3bd6b1abe982c -C extra-filename=-4ac3bd6b1abe982c --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-f3df158afb601fe8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-dedfe8e585a9e450.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
2718 | 2023-11-16T20:36:25.751Z | Running `/home/build/.rustup/toolchains/1.73.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=04557b82188997a8 -C extra-filename=-04557b82188997a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi` |
2719 | 2023-11-16T20:36:26.643Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2720 | 2023-11-16T20:36:26.652Z | Running `/home/build/.rustup/toolchains/1.73.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=53b0d7dbaf1e9e75 -C extra-filename=-53b0d7dbaf1e9e75 --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-57e8940daf1498f5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-0e39d953160c2814.rmeta --cap-lints allow -D warnings` |
2721 | 2023-11-16T20:36:26.668Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2722 | 2023-11-16T20:36:26.672Z | Running `/home/build/.rustup/toolchains/1.73.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=007db0b0251805f5 -C extra-filename=-007db0b0251805f5 --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-b2edb30e9ae87feb.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-04557b82188997a8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings` |
2723 | 2023-11-16T20:36:27.184Z | Compiling rustfmt-wrapper v0.2.0 |
2724 | 2023-11-16T20:36:28.192Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=c10867cf2ccc0cf3 -C extra-filename=-c10867cf2ccc0cf3 --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-18d2c5f7a2815c75.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-25175af75b55d225.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-da4d9681935e960a.rmeta --cap-lints allow -D warnings` |
2725 | 2023-11-16T20:36:28.196Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2726 | 2023-11-16T20:36:28.199Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=67fff4335dfda8ea -C extra-filename=-67fff4335dfda8ea --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-32c3d54c97c94ea4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2727 | 2023-11-16T20:36:28.206Z | Compiling newline-converter v0.3.0 |
2728 | 2023-11-16T20:36:28.210Z | Running `/home/build/.rustup/toolchains/1.73.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=db8e31131282ec94 -C extra-filename=-db8e31131282ec94 --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-5ea6be43bdaf8fd6.rmeta --cap-lints allow -D warnings` |
2729 | 2023-11-16T20:36:28.213Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2730 | 2023-11-16T20:36:28.232Z | Running `/home/build/.rustup/toolchains/1.73.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=7acd59dde7e730f4 -C extra-filename=-7acd59dde7e730f4 --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-79a0c555fedd19c0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2731 | 2023-11-16T20:36:28.364Z | Compiling structopt v0.3.26 |
2732 | 2023-11-16T20:36:28.367Z | Running `/home/build/.rustup/toolchains/1.73.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=4e1818274af1e3bb -C extra-filename=-4e1818274af1e3bb --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-3d738176449a0d99.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-a1efb9cb1dc452b9.so --cap-lints allow -D warnings` |
2733 | 2023-11-16T20:36:29.019Z | Compiling expectorate v1.1.0 |
2734 | 2023-11-16T20:36:29.055Z | Running `/home/build/.rustup/toolchains/1.73.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=2fa50da378e07876 -C extra-filename=-2fa50da378e07876 --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-e7680e870930d795.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-db8e31131282ec94.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --cap-lints allow -D warnings` |
2735 | 2023-11-16T20:36:29.063Z | Running `/home/build/.rustup/toolchains/1.73.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=97070bd0e9ba1726 -C extra-filename=-97070bd0e9ba1726 --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-57e8940daf1498f5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-53b0d7dbaf1e9e75.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-4e1818274af1e3bb.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -l static=pci` |
2736 | 2023-11-16T20:36:29.070Z | Running `/home/build/.rustup/toolchains/1.73.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=79dcab1d0ceda0c8 -C extra-filename=-79dcab1d0ceda0c8 --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-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-d4c77a4e6099471f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings` |
2737 | 2023-11-16T20:36:29.073Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2738 | 2023-11-16T20:36:29.076Z | Running `/home/build/.rustup/toolchains/1.73.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=76f6c76f89de747e -C extra-filename=-76f6c76f89de747e --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-e787744d353adac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2739 | 2023-11-16T20:36:29.397Z | Running `/home/build/.rustup/toolchains/1.73.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=7f024def4da49138 -C extra-filename=-7f024def4da49138 --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-350903b1d1ebd164.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-1e47e072d9a5cdfb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a4b6dc77935c77e1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2740 | 2023-11-16T20:36:29.525Z | Compiling glob v0.3.1 |
2741 | 2023-11-16T20:36:29.535Z | Running `/home/build/.rustup/toolchains/1.73.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=74ae3fe427c8da3b -C extra-filename=-74ae3fe427c8da3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2742 | 2023-11-16T20:36:29.551Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2743 | 2023-11-16T20:36:29.562Z | Running `/home/build/.rustup/toolchains/1.73.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=03dc29c321934bc6 -C extra-filename=-03dc29c321934bc6 --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-57e8940daf1498f5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-53b0d7dbaf1e9e75.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-007db0b0251805f5.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
2744 | 2023-11-16T20:36:29.600Z | Compiling omicron-zone-package v0.8.3 |
2745 | 2023-11-16T20:36:29.615Z | Running `/home/build/.rustup/toolchains/1.73.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.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=09f845be46f4c608 -C extra-filename=-09f845be46f4c608 --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-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a4b6dc77935c77e1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2746 | 2023-11-16T20:36:30.021Z | Running `/home/build/.rustup/toolchains/1.73.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=7db66a2e6f302445 -C extra-filename=-7db66a2e6f302445 --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-7f024def4da49138.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5f6a058767302997.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-c012cd659432570b.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2747 | 2023-11-16T20:36:30.322Z | Compiling arc-swap v1.6.0 |
2748 | 2023-11-16T20:36:30.326Z | Running `/home/build/.rustup/toolchains/1.73.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=9aab50de55e46dc9 -C extra-filename=-9aab50de55e46dc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2749 | 2023-11-16T20:36:31.185Z | Compiling doc-comment v0.3.3 |
2750 | 2023-11-16T20:36:31.189Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=78e578208ee2dfcc -C extra-filename=-78e578208ee2dfcc --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-78e578208ee2dfcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2751 | 2023-11-16T20:36:31.386Z | Compiling slog-scope v4.4.0 |
2752 | 2023-11-16T20:36:31.421Z | Running `/home/build/.rustup/toolchains/1.73.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=228daec18a72d085 -C extra-filename=-228daec18a72d085 --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-9aab50de55e46dc9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --cap-lints allow -D warnings` |
2753 | 2023-11-16T20:36:32.026Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-78e578208ee2dfcc/build-script-build` |
2754 | 2023-11-16T20:36:32.238Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2755 | 2023-11-16T20:36:32.241Z | Running `/home/build/.rustup/toolchains/1.73.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=8c6d2d311082e3aa -C extra-filename=-8c6d2d311082e3aa --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-be6a16b272216d2c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2756 | 2023-11-16T20:36:32.259Z | Compiling slog-stdlog v4.1.1 |
2757 | 2023-11-16T20:36:32.288Z | Running `/home/build/.rustup/toolchains/1.73.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=34733f8f56bb4d86 -C extra-filename=-34733f8f56bb4d86 --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-35b42e597512c686.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-228daec18a72d085.rmeta --cap-lints allow -D warnings` |
2758 | 2023-11-16T20:36:32.817Z | Compiling slog-envlogger v2.2.0 |
2759 | 2023-11-16T20:36:32.840Z | Running `/home/build/.rustup/toolchains/1.73.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=f142f462bdf00b13 -C extra-filename=-f142f462bdf00b13 --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-35b42e597512c686.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-228daec18a72d085.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-34733f8f56bb4d86.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --cap-lints allow -D warnings` |
2760 | 2023-11-16T20:36:34.011Z | Compiling termcolor v1.2.0 |
2761 | 2023-11-16T20:36:34.015Z | Running `/home/build/.rustup/toolchains/1.73.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=3940442dfe5b1912 -C extra-filename=-3940442dfe5b1912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2762 | 2023-11-16T20:36:34.585Z | Compiling pem-rfc7468 v0.7.0 |
2763 | 2023-11-16T20:36:34.589Z | Running `/home/build/.rustup/toolchains/1.73.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=f1167e94f6d1bab7 -C extra-filename=-f1167e94f6d1bab7 --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-56dbb8b760062952.rmeta --cap-lints allow -D warnings` |
2764 | 2023-11-16T20:36:35.122Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2765 | 2023-11-16T20:36:35.126Z | Running `/home/build/.rustup/toolchains/1.73.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=274c063a33ae6ef1 -C extra-filename=-274c063a33ae6ef1 --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-32c3d54c97c94ea4.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2766 | 2023-11-16T20:36:35.473Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=ebeccccf419a0cf5 -C extra-filename=-ebeccccf419a0cf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2767 | 2023-11-16T20:36:35.598Z | Compiling flagset v0.4.3 |
2768 | 2023-11-16T20:36:35.602Z | Running `/home/build/.rustup/toolchains/1.73.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=d819be2ad22c4ed5 -C extra-filename=-d819be2ad22c4ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2769 | 2023-11-16T20:36:35.846Z | Running `/home/build/.rustup/toolchains/1.73.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=f2da4983be4f2bfb -C extra-filename=-f2da4983be4f2bfb --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-be6a16b272216d2c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --cap-lints allow -D warnings` |
2770 | 2023-11-16T20:36:35.896Z | Compiling der v0.7.8 |
2771 | 2023-11-16T20:36:35.900Z | Running `/home/build/.rustup/toolchains/1.73.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=1dcbb3e618d60bf9 -C extra-filename=-1dcbb3e618d60bf9 --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-b70e9b5553d7683e.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-33b8a4bfc77953e2.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-d819be2ad22c4ed5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-f1167e94f6d1bab7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings` |
2772 | 2023-11-16T20:36:36.009Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44879273b0d1c253 -C extra-filename=-44879273b0d1c253 --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-e021aa0f3972d553.rmeta --cap-lints allow -D warnings` |
2773 | 2023-11-16T20:36:36.187Z | Compiling tap v1.0.1 |
2774 | 2023-11-16T20:36:36.192Z | Running `/home/build/.rustup/toolchains/1.73.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=e0791df716482dd4 -C extra-filename=-e0791df716482dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2775 | 2023-11-16T20:36:36.417Z | Running `/home/build/.rustup/toolchains/1.73.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=85a46b5506cdfc64 -C extra-filename=-85a46b5506cdfc64 --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` |
2776 | 2023-11-16T20:36:36.458Z | Compiling wyz v0.5.1 |
2777 | 2023-11-16T20:36:36.462Z | Running `/home/build/.rustup/toolchains/1.73.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=74f00153cf8ad69f -C extra-filename=-74f00153cf8ad69f --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-e0791df716482dd4.rmeta --cap-lints allow -D warnings` |
2778 | 2023-11-16T20:36:36.701Z | Compiling fxhash v0.2.1 |
2779 | 2023-11-16T20:36:36.704Z | Running `/home/build/.rustup/toolchains/1.73.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=6dd3f249c2272bda -C extra-filename=-6dd3f249c2272bda --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-13456ae1292a2c33.rmeta --cap-lints allow -D warnings` |
2780 | 2023-11-16T20:36:37.001Z | Compiling crc-catalog v2.2.0 |
2781 | 2023-11-16T20:36:37.005Z | Running `/home/build/.rustup/toolchains/1.73.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=d9086f959996d8d5 -C extra-filename=-d9086f959996d8d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2782 | 2023-11-16T20:36:37.121Z | Compiling semver v0.1.20 |
2783 | 2023-11-16T20:36:37.125Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=39a7c528dc4e6ba9 -C extra-filename=-39a7c528dc4e6ba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2784 | 2023-11-16T20:36:37.168Z | Compiling funty v2.0.0 |
2785 | 2023-11-16T20:36:37.201Z | Running `/home/build/.rustup/toolchains/1.73.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=fc9ef1b2d817295b -C extra-filename=-fc9ef1b2d817295b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2786 | 2023-11-16T20:36:37.205Z | Compiling crc v3.0.1 |
2787 | 2023-11-16T20:36:37.209Z | Running `/home/build/.rustup/toolchains/1.73.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=0d28a00b3379b9e1 -C extra-filename=-0d28a00b3379b9e1 --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-d9086f959996d8d5.rmeta --cap-lints allow -D warnings` |
2788 | 2023-11-16T20:36:37.699Z | Compiling rustc_version v0.1.7 |
2789 | 2023-11-16T20:36:37.702Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=3241177b927e96a8 -C extra-filename=-3241177b927e96a8 --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-39a7c528dc4e6ba9.rmeta --cap-lints allow -D warnings` |
2790 | 2023-11-16T20:36:37.775Z | Running `/home/build/.rustup/toolchains/1.73.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=49d88a5cc567cfb9 -C extra-filename=-49d88a5cc567cfb9 --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` |
2791 | 2023-11-16T20:36:37.916Z | Compiling snafu-derive v0.7.5 |
2792 | 2023-11-16T20:36:37.920Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=eaf8405b6104e495 -C extra-filename=-eaf8405b6104e495 --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-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
2793 | 2023-11-16T20:36:38.089Z | Compiling derive-where v1.2.5 |
2794 | 2023-11-16T20:36:38.095Z | Running `/home/build/.rustup/toolchains/1.73.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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=8c2cd943bf2b650d -C extra-filename=-8c2cd943bf2b650d --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2795 | 2023-11-16T20:36:38.325Z | Compiling parking_lot_core v0.8.6 |
2796 | 2023-11-16T20:36:38.367Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=e3fa14edcc8213d2 -C extra-filename=-e3fa14edcc8213d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e3fa14edcc8213d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2797 | 2023-11-16T20:36:39.040Z | Compiling nodrop v0.1.14 |
2798 | 2023-11-16T20:36:39.070Z | Running `/home/build/.rustup/toolchains/1.73.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=fdde3d64f843077f -C extra-filename=-fdde3d64f843077f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2799 | 2023-11-16T20:36:39.214Z | Compiling bitvec v1.0.1 |
2800 | 2023-11-16T20:36:39.218Z | Running `/home/build/.rustup/toolchains/1.73.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=c26106adb171a4cf -C extra-filename=-c26106adb171a4cf --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-fc9ef1b2d817295b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-85a46b5506cdfc64.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-e0791df716482dd4.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-74f00153cf8ad69f.rmeta --cap-lints allow -D warnings` |
2801 | 2023-11-16T20:36:39.325Z | Compiling spki v0.7.2 |
2802 | 2023-11-16T20:36:39.329Z | Running `/home/build/.rustup/toolchains/1.73.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=2a603c98488be9c3 -C extra-filename=-2a603c98488be9c3 --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-1dcbb3e618d60bf9.rmeta --cap-lints allow -D warnings` |
2803 | 2023-11-16T20:36:39.895Z | Compiling pkcs8 v0.10.2 |
2804 | 2023-11-16T20:36:39.899Z | Running `/home/build/.rustup/toolchains/1.73.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=439e16700e6ee680 -C extra-filename=-439e16700e6ee680 --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-1dcbb3e618d60bf9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2a603c98488be9c3.rmeta --cap-lints allow -D warnings` |
2805 | 2023-11-16T20:36:40.458Z | Compiling pkcs1 v0.7.5 |
2806 | 2023-11-16T20:36:40.462Z | Running `/home/build/.rustup/toolchains/1.73.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=efe3b48e156078d3 -C extra-filename=-efe3b48e156078d3 --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-1dcbb3e618d60bf9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-439e16700e6ee680.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2a603c98488be9c3.rmeta --cap-lints allow -D warnings` |
2807 | 2023-11-16T20:36:40.809Z | Compiling array-init v0.0.4 |
2808 | 2023-11-16T20:36:40.816Z | Running `/home/build/.rustup/toolchains/1.73.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=04a3b47c62d1dadd -C extra-filename=-04a3b47c62d1dadd --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-fdde3d64f843077f.rmeta --cap-lints allow -D warnings` |
2809 | 2023-11-16T20:36:41.384Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-e3fa14edcc8213d2/build-script-build` |
2810 | 2023-11-16T20:36:41.423Z | Compiling newtype_derive v0.1.6 |
2811 | 2023-11-16T20:36:41.427Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1380a963d7775472 -C extra-filename=-1380a963d7775472 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1380a963d7775472 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3241177b927e96a8.rlib --cap-lints allow -D warnings` |
2812 | 2023-11-16T20:36:41.991Z | Compiling smallvec v0.6.14 |
2813 | 2023-11-16T20:36:41.993Z | Running `/home/build/.rustup/toolchains/1.73.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=b8947f9983e252d0 -C extra-filename=-b8947f9983e252d0 --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-49d88a5cc567cfb9.rmeta --cap-lints allow -D warnings` |
2814 | 2023-11-16T20:36:42.095Z | Running `/home/build/.rustup/toolchains/1.73.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=2ad6e0abe448b32b -C extra-filename=-2ad6e0abe448b32b --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-13456ae1292a2c33.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d841dd2adefea8e5.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings --cfg has_i128` |
2815 | 2023-11-16T20:36:42.628Z | Compiling resolv-conf v0.7.0 |
2816 | 2023-11-16T20:36:42.632Z | Running `/home/build/.rustup/toolchains/1.73.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=9c5a9636eae5734a -C extra-filename=-9c5a9636eae5734a --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-10b9ce55821d760e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-dc4267201e7c54eb.rmeta --cap-lints allow -D warnings` |
2817 | 2023-11-16T20:36:42.798Z | Compiling bitfield v0.14.0 |
2818 | 2023-11-16T20:36:42.802Z | Running `/home/build/.rustup/toolchains/1.73.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=6e6dcae8b01a3aa2 -C extra-filename=-6e6dcae8b01a3aa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2819 | 2023-11-16T20:36:43.327Z | Compiling trust-dns-resolver v0.22.0 |
2820 | 2023-11-16T20:36:43.335Z | Running `/home/build/.rustup/toolchains/1.73.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=a4c27b2bc8c13617 -C extra-filename=-a4c27b2bc8c13617 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-3f2005026a0ee009.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-9c5a9636eae5734a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rmeta --cap-lints allow -D warnings` |
2821 | 2023-11-16T20:36:43.640Z | Compiling serde-hex v0.1.0 |
2822 | 2023-11-16T20:36:43.667Z | Running `/home/build/.rustup/toolchains/1.73.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=78137ed39890d4ac -C extra-filename=-78137ed39890d4ac --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-04a3b47c62d1dadd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b8947f9983e252d0.rmeta --cap-lints allow -D warnings` |
2823 | 2023-11-16T20:36:44.000Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1380a963d7775472/build-script-build` |
2824 | 2023-11-16T20:36:44.091Z | Compiling x509-cert v0.2.4 |
2825 | 2023-11-16T20:36:44.117Z | Running `/home/build/.rustup/toolchains/1.73.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=dc81507b5fb11190 -C extra-filename=-dc81507b5fb11190 --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-b70e9b5553d7683e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1dcbb3e618d60bf9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2a603c98488be9c3.rmeta --cap-lints allow -D warnings` |
2826 | 2023-11-16T20:36:45.516Z | Running `/home/build/.rustup/toolchains/1.73.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=7f0eebe3912e6d1b -C extra-filename=-7f0eebe3912e6d1b --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-c26106adb171a4cf.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-7597b9706aebfccd.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
2827 | 2023-11-16T20:36:46.131Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2828 | 2023-11-16T20:36:46.135Z | Running `/home/build/.rustup/toolchains/1.73.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=dabb53c97a5ef322 -C extra-filename=-dabb53c97a5ef322 --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-13456ae1292a2c33.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0d28a00b3379b9e1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings` |
2829 | 2023-11-16T20:36:46.628Z | Compiling rsa v0.9.2 |
2830 | 2023-11-16T20:36:46.632Z | Running `/home/build/.rustup/toolchains/1.73.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=c5061c906cbb8be0 -C extra-filename=-c5061c906cbb8be0 --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-13456ae1292a2c33.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-2ad6e0abe448b32b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-efe3b48e156078d3.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-439e16700e6ee680.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-3189c2eb2d686d93.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2a603c98488be9c3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings` |
2831 | 2023-11-16T20:36:51.592Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2832 | 2023-11-16T20:36:51.596Z | Running `/home/build/.rustup/toolchains/1.73.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=63d1a7585d4c8eca -C extra-filename=-63d1a7585d4c8eca --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-6e6dcae8b01a3aa2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7f0eebe3912e6d1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
2833 | 2023-11-16T20:36:52.371Z | Compiling env_logger v0.10.0 |
2834 | 2023-11-16T20:36:52.374Z | Running `/home/build/.rustup/toolchains/1.73.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=9351de9b0bfdd06a -C extra-filename=-9351de9b0bfdd06a --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-f1f8a559d716a091.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3940442dfe5b1912.rmeta --cap-lints allow -D warnings` |
2835 | 2023-11-16T20:36:52.394Z | Compiling hkdf v0.12.3 |
2836 | 2023-11-16T20:36:52.398Z | Running `/home/build/.rustup/toolchains/1.73.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=4e88674687de8f5a -C extra-filename=-4e88674687de8f5a --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-cfa7bc7413ed50a9.rmeta --cap-lints allow -D warnings` |
2837 | 2023-11-16T20:36:52.852Z | Compiling ron v0.8.1 |
2838 | 2023-11-16T20:36:52.855Z | Running `/home/build/.rustup/toolchains/1.73.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=f1d97dcbec02a559 -C extra-filename=-f1d97dcbec02a559 --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-e787744d353adac5.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-20fae4178c3fc031.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --cap-lints allow -D warnings` |
2839 | 2023-11-16T20:36:53.745Z | Compiling crc-any v2.4.3 |
2840 | 2023-11-16T20:36:53.748Z | Running `/home/build/.rustup/toolchains/1.73.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=8f72a88d348103a8 -C extra-filename=-8f72a88d348103a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2841 | 2023-11-16T20:36:54.615Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4284ee3b570868ac -C extra-filename=-4284ee3b570868ac --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-c6e588532b1b0553.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-417458dbb52edbf7.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-5c597a9dd47facc7.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-a155d58b851665da.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-7ff5a0819cb6289e.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1fd8166bc987ccff.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-4cf9f9623799a70b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5fdc1481c14780d7.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0b3d81bf658fe203.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-9f7762ca215236fd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-103db6eb1c9ace46.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-9942916e61f00244.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-945284567de6ad4a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-35753d22fbfb488e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-4044aa5d513253e4.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-0dc59f8bfa1ae155.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b16fa0049bfaab50.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-e1231a25158b30ac.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8dbbb31ea1c0cad5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c595a7518a8932bb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-56e07d6c799af715.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-55c3d0548c25f849.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-c570cbfef4d374b1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5a8d62c14d51e1b4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-c4e81cb9d04ece3f.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-95fb0599ee63c57e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-a637c80bbd132b1f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1206d6612c4b6209.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-0dee25ce4ed1a0b1.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-44a8bfd2c3cc3cfd.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-94e9958bb53942d6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-1d769d37db093ed2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7f2827eb04ca09d3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-f2283b3c0b6aab10.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-9c928334d22d4ac8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e021aa0f3972d553.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f78227477d0ba97a.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4c101bea1777bf25.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0db53f82d8e4970b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-d8ccb5e53a1d1327.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cca2faddcd570722.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0e6defff283dbdeb.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aba02ade3df369b8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c32d5a55678847b0.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-ce9a76e0efc747db.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-9096f8bcd9a05655.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3328f4bab15e24ba.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-91d30094a9a95e80.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd4d5702da2e717d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2eadf8bee82eced4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1fff13d127a6345f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2842 | 2023-11-16T20:36:54.636Z | Compiling object v0.30.4 |
2843 | 2023-11-16T20:36:54.640Z | Running `/home/build/.rustup/toolchains/1.73.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=c50968d733a22b07 -C extra-filename=-c50968d733a22b07 --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-d6a29730dcaf9410.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-47a9b11d5628b4a6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-64e35da0c73cb6db.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-fd2d1cfaac0fc816.rmeta --cap-lints allow -D warnings` |
2844 | 2023-11-16T20:36:54.763Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -C metadata=829b443e3f4c9ee2 -C extra-filename=-829b443e3f4c9ee2 --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-c6e588532b1b0553.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0266dbab300476a7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7640f4adf3f6680d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f9e7901a4181a0d6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-328de3349cebf6e3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-5ffc44659160f377.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0e6defff283dbdeb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
2845 | 2023-11-16T20:36:57.369Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2846 | 2023-11-16T20:36:57.372Z | Running `/home/build/.rustup/toolchains/1.73.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=7c4008f7ad7ff815 -C extra-filename=-7c4008f7ad7ff815 --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-f1d97dcbec02a559.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-dabb53c97a5ef322.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings` |
2847 | 2023-11-16T20:36:57.431Z | Compiling path-slash v0.1.5 |
2848 | 2023-11-16T20:36:57.435Z | Running `/home/build/.rustup/toolchains/1.73.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=672f431679eb1ad6 -C extra-filename=-672f431679eb1ad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2849 | 2023-11-16T20:36:57.461Z | Compiling keccak v0.1.4 |
2850 | 2023-11-16T20:36:57.464Z | Running `/home/build/.rustup/toolchains/1.73.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=1384eb8a4d755cd7 -C extra-filename=-1384eb8a4d755cd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2851 | 2023-11-16T20:36:57.699Z | Compiling secrecy v0.8.0 |
2852 | 2023-11-16T20:36:57.727Z | Running `/home/build/.rustup/toolchains/1.73.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=6ed6736926f2f4ad -C extra-filename=-6ed6736926f2f4ad --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-b6d43e112006e525.rmeta --cap-lints allow -D warnings` |
2853 | 2023-11-16T20:36:58.113Z | Compiling sha3 v0.10.8 |
2854 | 2023-11-16T20:36:58.118Z | Running `/home/build/.rustup/toolchains/1.73.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=4497720003cd89a8 -C extra-filename=-4497720003cd89a8 --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-e5c5a96420662074.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-1384eb8a4d755cd7.rmeta --cap-lints allow -D warnings` |
2855 | 2023-11-16T20:36:58.702Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c2b7d565ab11093f -C extra-filename=-c2b7d565ab11093f --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-6677257d99b2efe7.so --cap-lints allow -D warnings` |
2856 | 2023-11-16T20:36:58.930Z | Compiling swrite v0.1.0 |
2857 | 2023-11-16T20:36:58.934Z | Running `/home/build/.rustup/toolchains/1.73.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=019bceb29aeb9d52 -C extra-filename=-019bceb29aeb9d52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2858 | 2023-11-16T20:36:59.106Z | Compiling utf-8 v0.7.6 |
2859 | 2023-11-16T20:36:59.110Z | Running `/home/build/.rustup/toolchains/1.73.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=36ad53944afe724b -C extra-filename=-36ad53944afe724b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2860 | 2023-11-16T20:36:59.259Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard_cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-cobs-0.1.5-pre/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9b21e5855cc1d7e3 -C extra-filename=-9b21e5855cc1d7e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2861 | 2023-11-16T20:36:59.616Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=3d5ae5063056c6eb -C extra-filename=-3d5ae5063056c6eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libpostcard_cobs-9b21e5855cc1d7e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
2862 | 2023-11-16T20:36:59.676Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=e9f54c5bb41859a7 -C extra-filename=-e9f54c5bb41859a7 --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-0e14186713d6361c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-5a8d62c14d51e1b4.rmeta --cap-lints allow -D warnings` |
2863 | 2023-11-16T20:36:59.691Z | Compiling memoffset v0.7.1 |
2864 | 2023-11-16T20:36:59.694Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' -C metadata=afd8a38e4208fb03 -C extra-filename=-afd8a38e4208fb03 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-afd8a38e4208fb03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-0c839c319ce9e328.rlib --cap-lints allow -D warnings` |
2865 | 2023-11-16T20:37:00.273Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=205711042a5ba557 -C extra-filename=-205711042a5ba557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2866 | 2023-11-16T20:37:00.395Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=39d5dd2446c6036b -C extra-filename=-39d5dd2446c6036b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2867 | 2023-11-16T20:37:00.419Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=c836e5eba9b879c8 -C extra-filename=-c836e5eba9b879c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2868 | 2023-11-16T20:37:00.581Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1a48c88d1a0245a8 -C extra-filename=-1a48c88d1a0245a8 --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-a0444e41f04119b1.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-39d5dd2446c6036b.rmeta --cap-lints allow -D warnings` |
2869 | 2023-11-16T20:37:00.694Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-afd8a38e4208fb03/build-script-build` |
2870 | 2023-11-16T20:37:00.724Z | Running `/home/build/.rustup/toolchains/1.73.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=88fc53925c23ad3f -C extra-filename=-88fc53925c23ad3f --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-e44a33706e9032ed.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt` |
2871 | 2023-11-16T20:37:00.886Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c8b037702230c07d -C extra-filename=-c8b037702230c07d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings` |
2872 | 2023-11-16T20:37:01.234Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d1b13352fdaade12 -C extra-filename=-d1b13352fdaade12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2873 | 2023-11-16T20:37:01.384Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=962bd4cbca714c13 -C extra-filename=-962bd4cbca714c13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi` |
2874 | 2023-11-16T20:37:01.634Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d8b408c61505380c -C extra-filename=-d8b408c61505380c --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` |
2875 | 2023-11-16T20:37:01.917Z | Compiling num-complex v0.4.4 |
2876 | 2023-11-16T20:37:01.921Z | Running `/home/build/.rustup/toolchains/1.73.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=ee6fe4992feca08c -C extra-filename=-ee6fe4992feca08c --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-944a383f40926f71.rmeta --cap-lints allow -D warnings` |
2877 | 2023-11-16T20:37:03.722Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=bba0677cd10cf954 -C extra-filename=-bba0677cd10cf954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2878 | 2023-11-16T20:37:03.814Z | Compiling num v0.4.1 |
2879 | 2023-11-16T20:37:03.818Z | Running `/home/build/.rustup/toolchains/1.73.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=19a8d16cda05f0e5 -C extra-filename=-19a8d16cda05f0e5 --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-ee6fe4992feca08c.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-265c8363d96e092d.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-88fc53925c23ad3f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --cap-lints allow -D warnings` |
2880 | 2023-11-16T20:37:03.985Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bdab2c917227c8f6 -C extra-filename=-bdab2c917227c8f6 --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-931fcf7ab78f10a2.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-962bd4cbca714c13.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c2b7d565ab11093f.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-bba0677cd10cf954.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --cap-lints allow -D warnings` |
2881 | 2023-11-16T20:37:04.050Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0a09bfb24d221ec -C extra-filename=-f0a09bfb24d221ec --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-c8b037702230c07d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1a48c88d1a0245a8.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d8b408c61505380c.rmeta --cap-lints allow -D warnings` |
2882 | 2023-11-16T20:37:04.521Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c7d37a75d88c4862 -C extra-filename=-c7d37a75d88c4862 --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-44879273b0d1c253.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --cap-lints allow -D warnings` |
2883 | 2023-11-16T20:37:04.952Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' -C metadata=db5614867c06e4e2 -C extra-filename=-db5614867c06e4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-205711042a5ba557.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c836e5eba9b879c8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3d5ae5063056c6eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-e9f54c5bb41859a7.rmeta --cap-lints allow -D warnings` |
2884 | 2023-11-16T20:37:05.190Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2885 | 2023-11-16T20:37:05.194Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=b2a1da7b6e73260d -C extra-filename=-b2a1da7b6e73260d --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-b2a1da7b6e73260d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-09f845be46f4c608.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7db66a2e6f302445.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c10867cf2ccc0cf3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2886 | 2023-11-16T20:37:05.541Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2887 | 2023-11-16T20:37:05.583Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=e631a8690bc9fa01 -C extra-filename=-e631a8690bc9fa01 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-e631a8690bc9fa01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-09f845be46f4c608.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7db66a2e6f302445.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c10867cf2ccc0cf3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2888 | 2023-11-16T20:37:06.390Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7f65f799a2673d6e -C extra-filename=-7f65f799a2673d6e --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-931fcf7ab78f10a2.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-e852ab5360fbe163.so --cap-lints allow -D warnings -l door` |
2889 | 2023-11-16T20:37:06.633Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c58a122f0daaa579 -C extra-filename=-c58a122f0daaa579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2890 | 2023-11-16T20:37:06.971Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0bb804c8cc3d4dfe -C extra-filename=-0bb804c8cc3d4dfe --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-8111c9cceaee72a4.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c58a122f0daaa579.rmeta --cap-lints allow -D warnings` |
2891 | 2023-11-16T20:37:07.771Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=c8aac3bafbf3dd34 -C extra-filename=-c8aac3bafbf3dd34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-205711042a5ba557.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4db473298de38323.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c836e5eba9b879c8.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-e916697c9df65312.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-db5614867c06e4e2.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3d5ae5063056c6eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-e9f54c5bb41859a7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm` |
2892 | 2023-11-16T20:37:08.159Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=074111a54b47d9d8 -C extra-filename=-074111a54b47d9d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-205711042a5ba557.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c836e5eba9b879c8.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c8aac3bafbf3dd34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-e9f54c5bb41859a7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings` |
2893 | 2023-11-16T20:37:08.280Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a84488d0fa96908 -C extra-filename=-3a84488d0fa96908 --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-c6e588532b1b0553.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-c7d37a75d88c4862.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-bdab2c917227c8f6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c2b7d565ab11093f.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-f0a09bfb24d221ec.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-d8b408c61505380c.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-7f65f799a2673d6e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-a407666dc16bef36.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --cap-lints allow -D warnings -l kstat` |
2894 | 2023-11-16T20:37:08.542Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aff58eba00d7a02a -C extra-filename=-aff58eba00d7a02a --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-931fcf7ab78f10a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --cap-lints allow -D warnings` |
2895 | 2023-11-16T20:37:09.245Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -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=e2ee03d405f01b6a -C extra-filename=-e2ee03d405f01b6a --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-b8a7ba9d5e25170c.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-8b6df8e8d2071b83.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-55c3d0548c25f849.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-a0f940774333f18a.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-8111c9cceaee72a4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings` |
2896 | 2023-11-16T20:37:10.353Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=743412845cbe3326 -C extra-filename=-743412845cbe3326 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2897 | 2023-11-16T20:37:10.984Z | Compiling buf-list v1.0.3 |
2898 | 2023-11-16T20:37:10.988Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=cd1231d0f5e24acc -C extra-filename=-cd1231d0f5e24acc --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-cd1231d0f5e24acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2899 | 2023-11-16T20:37:11.332Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eac068a0fd4112ba -C extra-filename=-eac068a0fd4112ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2900 | 2023-11-16T20:37:11.486Z | Compiling salty v0.2.0 |
2901 | 2023-11-16T20:37:11.490Z | Running `/home/build/.rustup/toolchains/1.73.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 debug-assertions=on -C metadata=5bac77318223fd3c -C extra-filename=-5bac77318223fd3c --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-5bac77318223fd3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2902 | 2023-11-16T20:37:11.675Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=162bb22830a8fa58 -C extra-filename=-162bb22830a8fa58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-eac068a0fd4112ba.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-743412845cbe3326.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-d01b0055f3e7c2e9.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-e2ee03d405f01b6a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-0bb804c8cc3d4dfe.rmeta --cap-lints allow -D warnings` |
2903 | 2023-11-16T20:37:11.913Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2904 | 2023-11-16T20:37:11.916Z | Running `/home/build/.rustup/toolchains/1.73.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=676fa686dc8761c9 -C extra-filename=-676fa686dc8761c9 --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-13456ae1292a2c33.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b70e9b5553d7683e.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-8f72a88d348103a8.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-1dcbb3e618d60bf9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-9351de9b0bfdd06a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-63d1a7585d4c8eca.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7f0eebe3912e6d1b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-f1167e94f6d1bab7.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c5061c906cbb8be0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-78137ed39890d4ac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dc81507b5fb11190.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings` |
2905 | 2023-11-16T20:37:12.166Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-cd1231d0f5e24acc/build-script-build` |
2906 | 2023-11-16T20:37:12.262Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/258a8b5/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=301d4fb408f2c31c -C extra-filename=-301d4fb408f2c31c --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-931fcf7ab78f10a2.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-3a84488d0fa96908.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-c8aac3bafbf3dd34.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-074111a54b47d9d8.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-3d5ae5063056c6eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --cap-lints allow -D warnings` |
2907 | 2023-11-16T20:37:12.322Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-5bac77318223fd3c/build-script-build` |
2908 | 2023-11-16T20:37:12.360Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=07d13d86fe8045bf -C extra-filename=-07d13d86fe8045bf --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-aff58eba00d7a02a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --cap-lints allow -D warnings` |
2909 | 2023-11-16T20:37:12.969Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2910 | 2023-11-16T20:37:12.973Z | Running `/home/build/.rustup/toolchains/1.73.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=da18a63c9cdcfcd2 -C extra-filename=-da18a63c9cdcfcd2 --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-350903b1d1ebd164.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-67fff4335dfda8ea.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
2911 | 2023-11-16T20:37:13.538Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/51a3121/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d575b7bd83f81b37 -C extra-filename=-d575b7bd83f81b37 --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-d1b13352fdaade12.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6501e1869721fe69.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --cap-lints allow -D warnings` |
2912 | 2023-11-16T20:37:14.106Z | Running `/home/build/.rustup/toolchains/1.73.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=da7847691a80269d -C extra-filename=-da7847691a80269d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2913 | 2023-11-16T20:37:14.213Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=a57231e75ac7d17f -C extra-filename=-a57231e75ac7d17f --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-55c3d0548c25f849.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-7772ce69b79d84cc.so --cap-lints allow -D warnings` |
2914 | 2023-11-16T20:37:14.524Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=103f1a41f564ef57 -C extra-filename=-103f1a41f564ef57 --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-32e1908994c783d9.rmeta --cap-lints allow -D warnings` |
2915 | 2023-11-16T20:37:15.077Z | Compiling openapiv3 v1.0.3 |
2916 | 2023-11-16T20:37:15.080Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=14bba9fd37e64fe7 -C extra-filename=-14bba9fd37e64fe7 --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-747798cd8b9dd4c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --cap-lints allow -D warnings` |
2917 | 2023-11-16T20:37:16.482Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2918 | 2023-11-16T20:37:16.487Z | Running `/home/build/.rustup/toolchains/1.73.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=69a32ec696c0c9e4 -C extra-filename=-69a32ec696c0c9e4 --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-63d1a7585d4c8eca.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-676fa686dc8761c9.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-c50968d733a22b07.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-672f431679eb1ad6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-c5061c906cbb8be0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-dabb53c97a5ef322.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-7c4008f7ad7ff815.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-dc81507b5fb11190.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2919 | 2023-11-16T20:37:16.572Z | Compiling libsw v3.3.0 |
2920 | 2023-11-16T20:37:16.576Z | Running `/home/build/.rustup/toolchains/1.73.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=f711dafd8e6d53d7 -C extra-filename=-f711dafd8e6d53d7 --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-82d9e76c51951860.rmeta --cap-lints allow -D warnings` |
2921 | 2023-11-16T20:37:17.043Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2922 | 2023-11-16T20:37:17.046Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=725d053368464382 -C extra-filename=-725d053368464382 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
2923 | 2023-11-16T20:37:18.586Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2924 | 2023-11-16T20:37:18.590Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=6a8d33f5675c1806 -C extra-filename=-6a8d33f5675c1806 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-6a8d33f5675c1806 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
2925 | 2023-11-16T20:37:19.171Z | Compiling linear-map v1.2.0 |
2926 | 2023-11-16T20:37:19.188Z | Running `/home/build/.rustup/toolchains/1.73.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=013a8150a1a024b3 -C extra-filename=-013a8150a1a024b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2927 | 2023-11-16T20:37:19.692Z | Compiling owo-colors v3.5.0 |
2928 | 2023-11-16T20:37:19.695Z | Running `/home/build/.rustup/toolchains/1.73.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=7ba9ea7d794e6053 -C extra-filename=-7ba9ea7d794e6053 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2929 | 2023-11-16T20:37:20.238Z | Compiling platforms v3.0.2 |
2930 | 2023-11-16T20:37:20.248Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5344cc996a4a820b -C extra-filename=-5344cc996a4a820b --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-5344cc996a4a820b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2931 | 2023-11-16T20:37:20.846Z | Running `/work/oxidecomputer/omicron/target/debug/build/platforms-5344cc996a4a820b/build-script-build` |
2932 | 2023-11-16T20:37:20.917Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-6a8d33f5675c1806/build-script-build` |
2933 | 2023-11-16T20:37:20.976Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -C metadata=a2289c317a92b442 -C extra-filename=-a2289c317a92b442 --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-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-07d13d86fe8045bf.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-d575b7bd83f81b37.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-162bb22830a8fa58.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-301d4fb408f2c31c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-074111a54b47d9d8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-103f1a41f564ef57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a57231e75ac7d17f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
2934 | 2023-11-16T20:37:21.669Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2935 | 2023-11-16T20:37:21.729Z | Running `/home/build/.rustup/toolchains/1.73.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=cd0cd0a967d9d46c -C extra-filename=-cd0cd0a967d9d46c --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-cf8b7ddb4026a748.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
2936 | 2023-11-16T20:37:22.806Z | Compiling unicase v2.7.0 |
2937 | 2023-11-16T20:37:22.810Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=9d7276ad2fc09483 -C extra-filename=-9d7276ad2fc09483 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-9d7276ad2fc09483 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
2938 | 2023-11-16T20:37:23.104Z | Compiling rayon-core v1.12.0 |
2939 | 2023-11-16T20:37:23.137Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=41c114368dbeb343 -C extra-filename=-41c114368dbeb343 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-41c114368dbeb343 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2940 | 2023-11-16T20:37:23.413Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-9d7276ad2fc09483/build-script-build` |
2941 | 2023-11-16T20:37:23.654Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-41c114368dbeb343/build-script-build` |
2942 | 2023-11-16T20:37:23.672Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2943 | 2023-11-16T20:37:23.677Z | Running `/home/build/.rustup/toolchains/1.73.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=9560d7b119cdc037 -C extra-filename=-9560d7b119cdc037 --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-57e8940daf1498f5.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c2cd943bf2b650d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-f711dafd8e6d53d7.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2944 | 2023-11-16T20:37:23.705Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ba452b558c243607 -C extra-filename=-ba452b558c243607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2945 | 2023-11-16T20:37:23.932Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6e23cc7033d59489 -C extra-filename=-6e23cc7033d59489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2946 | 2023-11-16T20:37:24.494Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=83271599400e27ba -C extra-filename=-83271599400e27ba --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-6e23cc7033d59489.rmeta --cap-lints allow -D warnings` |
2947 | 2023-11-16T20:37:24.546Z | Compiling curve25519-dalek v4.1.0 |
2948 | 2023-11-16T20:37:24.550Z | Running `/home/build/.rustup/toolchains/1.73.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 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=d72f72c937594209 -C extra-filename=-d72f72c937594209 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-d72f72c937594209 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-ba452b558c243607.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1e58258a4bad5ddf.rlib --cap-lints allow -D warnings` |
2949 | 2023-11-16T20:37:24.689Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
2950 | 2023-11-16T20:37:24.698Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/bb69a3a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c15f789e86cc234c -C extra-filename=-c15f789e86cc234c --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-14d7d47dc7b7257e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings` |
2951 | 2023-11-16T20:37:24.784Z | Running `/home/build/.rustup/toolchains/1.73.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=d405ff4cdef5c155 -C extra-filename=-d405ff4cdef5c155 --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` |
2952 | 2023-11-16T20:37:25.380Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2953 | 2023-11-16T20:37:25.384Z | Running `/home/build/.rustup/toolchains/1.73.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=9242a5132f3aaf8b -C extra-filename=-9242a5132f3aaf8b --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-cf8b7ddb4026a748.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cd0cd0a967d9d46c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
2954 | 2023-11-16T20:37:25.542Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-d72f72c937594209/build-script-build` |
2955 | 2023-11-16T20:37:25.692Z | Compiling thiserror-impl-no-std v2.0.2 |
2956 | 2023-11-16T20:37:25.726Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=950af69c15d3da7a -C extra-filename=-950af69c15d3da7a --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
2957 | 2023-11-16T20:37:27.682Z | Compiling curve25519-dalek-derive v0.1.0 |
2958 | 2023-11-16T20:37:27.686Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=99ad82a2662c71d8 -C extra-filename=-99ad82a2662c71d8 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2959 | 2023-11-16T20:37:30.251Z | Compiling mime_guess v2.0.4 |
2960 | 2023-11-16T20:37:30.257Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=26e24bd420e8119b -C extra-filename=-26e24bd420e8119b --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-26e24bd420e8119b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d405ff4cdef5c155.rlib --cap-lints allow -D warnings` |
2961 | 2023-11-16T20:37:30.271Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fa9b3759bc86c19 -C extra-filename=-0fa9b3759bc86c19 --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-70f39455740c1dcc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2962 | 2023-11-16T20:37:30.390Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-b2a1da7b6e73260d/build-script-build` |
2963 | 2023-11-16T20:37:30.417Z | Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-e631a8690bc9fa01/build-script-build` |
2964 | 2023-11-16T20:37:30.439Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2965 | 2023-11-16T20:37:30.446Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=1e6b5e47de753f26 -C extra-filename=-1e6b5e47de753f26 --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-1e6b5e47de753f26 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-09f845be46f4c608.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-7db66a2e6f302445.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c10867cf2ccc0cf3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-2cfaafa8a25075f3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
2966 | 2023-11-16T20:37:30.737Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2967 | 2023-11-16T20:37:30.763Z | Running `/home/build/.rustup/toolchains/1.73.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=24e2bbf9eee2cb99 -C extra-filename=-24e2bbf9eee2cb99 --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-4ac3bd6b1abe982c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
2968 | 2023-11-16T20:37:30.890Z | Compiling diff v0.1.13 |
2969 | 2023-11-16T20:37:30.894Z | Running `/home/build/.rustup/toolchains/1.73.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=16efdf9e15901b76 -C extra-filename=-16efdf9e15901b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2970 | 2023-11-16T20:37:31.280Z | Compiling snafu v0.7.5 |
2971 | 2023-11-16T20:37:31.285Z | Running `/home/build/.rustup/toolchains/1.73.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="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=a760d17877d720ba -C extra-filename=-a760d17877d720ba --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-da7847691a80269d.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-eaf8405b6104e495.so --cap-lints allow -D warnings` |
2972 | 2023-11-16T20:37:31.979Z | Compiling crossbeam-deque v0.8.3 |
2973 | 2023-11-16T20:37:32.006Z | Running `/home/build/.rustup/toolchains/1.73.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=27f7c1b0b624e6e8 -C extra-filename=-27f7c1b0b624e6e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings` |
2974 | 2023-11-16T20:37:32.151Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-26e24bd420e8119b/build-script-build` |
2975 | 2023-11-16T20:37:32.207Z | Compiling nibble_vec v0.1.0 |
2976 | 2023-11-16T20:37:32.211Z | Running `/home/build/.rustup/toolchains/1.73.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=0684c4e85a014d16 -C extra-filename=-0684c4e85a014d16 --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-b01f23a2952ab564.rmeta --cap-lints allow -D warnings` |
2977 | 2023-11-16T20:37:32.232Z | Compiling endian-type v0.1.2 |
2978 | 2023-11-16T20:37:32.235Z | Running `/home/build/.rustup/toolchains/1.73.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=b5110a450bfc978c -C extra-filename=-b5110a450bfc978c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2979 | 2023-11-16T20:37:32.298Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2980 | 2023-11-16T20:37:32.332Z | Running `/home/build/.rustup/toolchains/1.73.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=cd7f03fd589ccc30 -C extra-filename=-cd7f03fd589ccc30 --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-57e8940daf1498f5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2981 | 2023-11-16T20:37:32.493Z | Running `/home/build/.rustup/toolchains/1.73.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=49514619c2fee207 -C extra-filename=-49514619c2fee207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-948fd4caa4db277f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b01f23a2952ab564.rmeta --cap-lints allow -D warnings` |
2982 | 2023-11-16T20:37:32.516Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' -C metadata=eff80ffe7db00f15 -C extra-filename=-eff80ffe7db00f15 --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-ebeccccf419a0cf5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings` |
2983 | 2023-11-16T20:37:32.571Z | Compiling radix_trie v0.2.1 |
2984 | 2023-11-16T20:37:32.574Z | Running `/home/build/.rustup/toolchains/1.73.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=5a30fedf8cdae2b6 -C extra-filename=-5a30fedf8cdae2b6 --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-b5110a450bfc978c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-0684c4e85a014d16.rmeta --cap-lints allow -D warnings` |
2985 | 2023-11-16T20:37:32.699Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2986 | 2023-11-16T20:37:32.703Z | Running `/home/build/.rustup/toolchains/1.73.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 debug-assertions=on -C metadata=29df2edd64300675 -C extra-filename=-29df2edd64300675 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-29df2edd64300675 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-274c063a33ae6ef1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
2987 | 2023-11-16T20:37:33.449Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=bd138a5a07dafd99 -C extra-filename=-bd138a5a07dafd99 --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-46b779e783d9e4ed.rmeta --cap-lints allow -D warnings` |
2988 | 2023-11-16T20:37:33.806Z | Compiling signature v1.6.4 |
2989 | 2023-11-16T20:37:33.810Z | Running `/home/build/.rustup/toolchains/1.73.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=d645f3a8dbecde07 -C extra-filename=-d645f3a8dbecde07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2990 | 2023-11-16T20:37:33.893Z | Compiling trust-dns-client v0.22.0 |
2991 | 2023-11-16T20:37:33.897Z | Running `/home/build/.rustup/toolchains/1.73.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=6362dd318f013838 -C extra-filename=-6362dd318f013838 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-5a30fedf8cdae2b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rmeta --cap-lints allow -D warnings` |
2992 | 2023-11-16T20:37:34.042Z | Compiling ed25519 v1.5.3 |
2993 | 2023-11-16T20:37:34.046Z | Running `/home/build/.rustup/toolchains/1.73.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=b4a93cdf12ee6b78 -C extra-filename=-b4a93cdf12ee6b78 --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-d645f3a8dbecde07.rmeta --cap-lints allow -D warnings` |
2994 | 2023-11-16T20:37:34.318Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=cc797c70194462c3 -C extra-filename=-cc797c70194462c3 --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-ebeccccf419a0cf5.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-bd138a5a07dafd99.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-eff80ffe7db00f15.rmeta --cap-lints allow -D warnings` |
2995 | 2023-11-16T20:37:34.534Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-29df2edd64300675/build-script-build` |
2996 | 2023-11-16T20:37:34.572Z | Compiling parking_lot v0.11.2 |
2997 | 2023-11-16T20:37:34.575Z | Running `/home/build/.rustup/toolchains/1.73.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=ca6ca26322b9650b -C extra-filename=-ca6ca26322b9650b --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-948fd4caa4db277f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-229a37db0ca11e34.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-49514619c2fee207.rmeta --cap-lints allow -D warnings` |
2998 | 2023-11-16T20:37:35.873Z | Running `/home/build/.rustup/toolchains/1.73.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=d97d59e16a638042 -C extra-filename=-d97d59e16a638042 --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-27f7c1b0b624e6e8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings` |
2999 | 2023-11-16T20:37:36.190Z | Running `/home/build/.rustup/toolchains/1.73.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=5bec690997f2ae76 -C extra-filename=-5bec690997f2ae76 --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` |
3000 | 2023-11-16T20:37:36.348Z | Compiling tungstenite v0.18.0 |
3001 | 2023-11-16T20:37:36.351Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=125ef9846640f6e8 -C extra-filename=-125ef9846640f6e8 --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-924b12736713da53.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-64a132c64504c10f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-36ad53944afe724b.rmeta --cap-lints allow -D warnings` |
3002 | 2023-11-16T20:37:37.736Z | Compiling rayon v1.8.0 |
3003 | 2023-11-16T20:37:37.740Z | Running `/home/build/.rustup/toolchains/1.73.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=af22740acdb5d11b -C extra-filename=-af22740acdb5d11b --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-a1eac84d717304be.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-d97d59e16a638042.rmeta --cap-lints allow -D warnings` |
3004 | 2023-11-16T20:37:38.806Z | Compiling tokio-tungstenite v0.18.0 |
3005 | 2023-11-16T20:37:38.878Z | Running `/home/build/.rustup/toolchains/1.73.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.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=4845472db2f83c14 -C extra-filename=-4845472db2f83c14 --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-89c2dfaf38300e6f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-125ef9846640f6e8.rmeta --cap-lints allow -D warnings` |
3006 | 2023-11-16T20:37:38.917Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3007 | 2023-11-16T20:37:38.920Z | Running `/home/build/.rustup/toolchains/1.73.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=d511a29b8d07163c -C extra-filename=-d511a29b8d07163c --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-bba883f09c02da13.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5bec690997f2ae76.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-7436d1601c1cc564.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --cap-lints allow -D warnings` |
3008 | 2023-11-16T20:37:39.427Z | Compiling trust-dns-server v0.22.1 |
3009 | 2023-11-16T20:37:39.431Z | Running `/home/build/.rustup/toolchains/1.73.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=4cb6e83b6c9116b0 -C extra-filename=-4cb6e83b6c9116b0 --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-cf8b7ddb4026a748.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-496ebd546502e8be.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-a2837ffc1a7d3548.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c3e3cf764a9ffe22.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-25175af75b55d225.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-6362dd318f013838.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rmeta --cap-lints allow -D warnings` |
3010 | 2023-11-16T20:37:39.551Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=383312f2775c792c -C extra-filename=-383312f2775c792c --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-cc797c70194462c3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3011 | 2023-11-16T20:37:39.945Z | Compiling sled v0.34.7 |
3012 | 2023-11-16T20:37:39.949Z | Running `/home/build/.rustup/toolchains/1.73.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=e5d23a9f8b7bdd79 -C extra-filename=-e5d23a9f8b7bdd79 --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-d6a29730dcaf9410.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-6dd3f249c2272bda.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-ca6ca26322b9650b.rmeta --cap-lints allow -D warnings` |
3013 | 2023-11-16T20:37:40.167Z | Running `/home/build/.rustup/toolchains/1.73.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=fc10075a9237b912 -C extra-filename=-fc10075a9237b912 --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-b4a93cdf12ee6b78.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings --cfg tweetnacl` |
3014 | 2023-11-16T20:37:44.771Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3015 | 2023-11-16T20:37:44.797Z | Running `/home/build/.rustup/toolchains/1.73.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=37ae8d4b682353eb -C extra-filename=-37ae8d4b682353eb --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-57e8940daf1498f5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3016 | 2023-11-16T20:37:45.491Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3017 | 2023-11-16T20:37:45.495Z | Running `/home/build/.rustup/toolchains/1.73.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=e94d0f8f4c7f8b34 -C extra-filename=-e94d0f8f4c7f8b34 --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-725d053368464382.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
3018 | 2023-11-16T20:37:46.218Z | Running `/home/build/.rustup/toolchains/1.73.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=e528e34355255837 -C extra-filename=-e528e34355255837 --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-350903b1d1ebd164.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds` |
3019 | 2023-11-16T20:37:47.162Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b40e9a271b8050a7 -C extra-filename=-b40e9a271b8050a7 --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-5e8ae2e112c5f35d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3020 | 2023-11-16T20:37:47.182Z | Running `/home/build/.rustup/toolchains/1.73.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=d407ba9b52f4b35c -C extra-filename=-d407ba9b52f4b35c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign` |
3021 | 2023-11-16T20:37:47.351Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3022 | 2023-11-16T20:37:47.469Z | Running `/home/build/.rustup/toolchains/1.73.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=eb933f8663a3e1c9 -C extra-filename=-eb933f8663a3e1c9 --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-13456ae1292a2c33.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-0d28a00b3379b9e1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-84e14f0c27829c09.rmeta --cap-lints allow -D warnings` |
3023 | 2023-11-16T20:37:47.847Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3024 | 2023-11-16T20:37:47.852Z | Running `/home/build/.rustup/toolchains/1.73.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=f8ebf63944fbb9ea -C extra-filename=-f8ebf63944fbb9ea --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-be6a16b272216d2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3025 | 2023-11-16T20:37:48.096Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' -C metadata=5965f2484ca1bd0b -C extra-filename=-5965f2484ca1bd0b --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-ff3c31fcd939d19e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5d1bdb4558d229b0.rmeta --cap-lints allow -D warnings` |
3026 | 2023-11-16T20:37:48.321Z | Compiling serde-big-array v0.5.1 |
3027 | 2023-11-16T20:37:48.325Z | Running `/home/build/.rustup/toolchains/1.73.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=4181ce554a9d03c9 -C extra-filename=-4181ce554a9d03c9 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
3028 | 2023-11-16T20:37:48.667Z | Compiling serde-big-array v0.4.1 |
3029 | 2023-11-16T20:37:48.670Z | Running `/home/build/.rustup/toolchains/1.73.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=af1730f3c1b33562 -C extra-filename=-af1730f3c1b33562 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
3030 | 2023-11-16T20:37:48.912Z | Compiling crunchy v0.2.2 |
3031 | 2023-11-16T20:37:48.915Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=770933d9be3547db -C extra-filename=-770933d9be3547db --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-770933d9be3547db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3032 | 2023-11-16T20:37:49.381Z | Compiling pretty-hex v0.3.0 |
3033 | 2023-11-16T20:37:49.420Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=0909e6f64ef1cb52 -C extra-filename=-0909e6f64ef1cb52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3034 | 2023-11-16T20:37:49.681Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3035 | 2023-11-16T20:37:49.691Z | Running `/home/build/.rustup/toolchains/1.73.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=f4c56a13dc6d10bb -C extra-filename=-f4c56a13dc6d10bb --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-971c2440ec6adef8.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e94d0f8f4c7f8b34.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-fc10075a9237b912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-af1730f3c1b33562.rmeta --cap-lints allow -D warnings` |
3036 | 2023-11-16T20:37:49.716Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-770933d9be3547db/build-script-build` |
3037 | 2023-11-16T20:37:49.796Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' -C metadata=9248aad315c3f731 -C extra-filename=-9248aad315c3f731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-83271599400e27ba.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-5965f2484ca1bd0b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-91d30094a9a95e80.rmeta --cap-lints allow -D warnings` |
3038 | 2023-11-16T20:37:50.978Z | Running `/home/build/.rustup/toolchains/1.73.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=d22ff7e5bff4ae9f -C extra-filename=-d22ff7e5bff4ae9f --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-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-3982620c57157c37.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-6dd3f249c2272bda.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-09db876074e0ebd7.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-3f2005026a0ee009.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-d511a29b8d07163c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-4181ce554a9d03c9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-51cc57fddbfd320c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-55a0103f85a9e97f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-eb933f8663a3e1c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3039 | 2023-11-16T20:37:51.731Z | Compiling steno v0.4.0 |
3040 | 2023-11-16T20:37:51.735Z | Running `/home/build/.rustup/toolchains/1.73.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=58ae219e048f6670 -C extra-filename=-58ae219e048f6670 --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-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings` |
3041 | 2023-11-16T20:37:54.981Z | Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-1e6b5e47de753f26/build-script-build` |
3042 | 2023-11-16T20:37:55.319Z | Compiling signal-hook-tokio v0.3.1 |
3043 | 2023-11-16T20:37:55.324Z | Running `/home/build/.rustup/toolchains/1.73.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=5aa114db6168df40 -C extra-filename=-5aa114db6168df40 --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-1e47e072d9a5cdfb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings` |
3044 | 2023-11-16T20:37:55.579Z | Compiling path-dedot v3.1.0 |
3045 | 2023-11-16T20:37:55.584Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0cffe1450c8d5b8 -C extra-filename=-c0cffe1450c8d5b8 --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-34c4630957281a43.rmeta --cap-lints allow -D warnings` |
3046 | 2023-11-16T20:37:55.814Z | Compiling tiny-keccak v2.0.2 |
3047 | 2023-11-16T20:37:55.818Z | Running `/home/build/.rustup/toolchains/1.73.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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=73849627d71cbdd3 -C extra-filename=-73849627d71cbdd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-73849627d71cbdd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3048 | 2023-11-16T20:37:55.937Z | Compiling corncobs v0.1.3 |
3049 | 2023-11-16T20:37:55.979Z | Running `/home/build/.rustup/toolchains/1.73.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=4eb816d895c3567b -C extra-filename=-4eb816d895c3567b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3050 | 2023-11-16T20:37:56.377Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-73849627d71cbdd3/build-script-build` |
3051 | 2023-11-16T20:37:56.417Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3052 | 2023-11-16T20:37:56.423Z | Running `/home/build/.rustup/toolchains/1.73.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=9753a8d4ddc4706f -C extra-filename=-9753a8d4ddc4706f --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-4eb816d895c3567b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-e94d0f8f4c7f8b34.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-fc10075a9237b912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-f4c56a13dc6d10bb.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-71b648cc9ec619d6.rmeta --cap-lints allow -D warnings` |
3053 | 2023-11-16T20:37:56.441Z | Compiling path-absolutize v3.1.0 |
3054 | 2023-11-16T20:37:56.444Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-absolutize-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c0cd92f91d6c2119 -C extra-filename=-c0cd92f91d6c2119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern path_dedot=/work/oxidecomputer/omicron/target/debug/deps/libpath_dedot-c0cffe1450c8d5b8.rmeta --cap-lints allow -D warnings` |
3055 | 2023-11-16T20:37:56.697Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3056 | 2023-11-16T20:37:56.701Z | Running `/home/build/.rustup/toolchains/1.73.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=460d312406334c17 -C extra-filename=-460d312406334c17 --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-57e8940daf1498f5.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d22ff7e5bff4ae9f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-24e2bbf9eee2cb99.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5aa114db6168df40.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4845472db2f83c14.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3057 | 2023-11-16T20:37:57.131Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=209a6869ddb0920b -C extra-filename=-209a6869ddb0920b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3058 | 2023-11-16T20:37:57.276Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3059 | 2023-11-16T20:37:57.280Z | Running `/home/build/.rustup/toolchains/1.73.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=d82449dcb049d8d8 -C extra-filename=-d82449dcb049d8d8 --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-57e8940daf1498f5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-6362dd318f013838.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-4cb6e83b6c9116b0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3060 | 2023-11-16T20:37:58.529Z | Running `/home/build/.rustup/toolchains/1.73.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=1d7ccde25f95cbb2 -C extra-filename=-1d7ccde25f95cbb2 --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-a1eac84d717304be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3061 | 2023-11-16T20:37:59.716Z | Compiling clang-sys v1.6.1 |
3062 | 2023-11-16T20:37:59.719Z | Running `/home/build/.rustup/toolchains/1.73.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 --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=7287324563622068 -C extra-filename=-7287324563622068 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-7287324563622068 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --cap-lints allow -D warnings` |
3063 | 2023-11-16T20:38:00.880Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8858b7bad160b321 -C extra-filename=-8858b7bad160b321 --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-03163feeac6a8865.rmeta --cap-lints allow -D warnings` |
3064 | 2023-11-16T20:38:00.996Z | Compiling olpc-cjson v0.1.3 |
3065 | 2023-11-16T20:38:01.001Z | Running `/home/build/.rustup/toolchains/1.73.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=51112487a2e04954 -C extra-filename=-51112487a2e04954 --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-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-5457468a2c088d58.rmeta --cap-lints allow -D warnings` |
3066 | 2023-11-16T20:38:01.540Z | Compiling darling_core v0.14.4 |
3067 | 2023-11-16T20:38:01.544Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=d6c6226d837655f5 -C extra-filename=-d6c6226d837655f5 --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-4de40f5f1fdaf32e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-0f98890f1dbee67a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-b831e55c95c4ea46.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --cap-lints allow -D warnings` |
3068 | 2023-11-16T20:38:01.689Z | Compiling globset v0.4.13 |
3069 | 2023-11-16T20:38:01.693Z | Running `/home/build/.rustup/toolchains/1.73.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=5ee25413ba11c193 -C extra-filename=-5ee25413ba11c193 --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-2f01ffbdffe0a7b7.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --cap-lints allow -D warnings` |
3070 | 2023-11-16T20:38:01.865Z | Compiling serde_plain v1.0.2 |
3071 | 2023-11-16T20:38:01.892Z | Running `/home/build/.rustup/toolchains/1.73.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=8bf5e88f8b996eee -C extra-filename=-8bf5e88f8b996eee --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
3072 | 2023-11-16T20:38:02.049Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5945216e8156a0ad -C extra-filename=-5945216e8156a0ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3073 | 2023-11-16T20:38:02.486Z | Compiling display-error-chain v0.2.0 |
3074 | 2023-11-16T20:38:02.491Z | Running `/home/build/.rustup/toolchains/1.73.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=cee68d0710045f5f -C extra-filename=-cee68d0710045f5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3075 | 2023-11-16T20:38:02.733Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f3eac1256f8aba7a -C extra-filename=-f3eac1256f8aba7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3076 | 2023-11-16T20:38:02.930Z | Compiling portable-atomic v1.4.3 |
3077 | 2023-11-16T20:38:02.934Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=822d5ee6aa431ad7 -C extra-filename=-822d5ee6aa431ad7 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-822d5ee6aa431ad7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3078 | 2023-11-16T20:38:03.722Z | Compiling prettyplease v0.2.12 |
3079 | 2023-11-16T20:38:03.726Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=a7eb6df8cf973242 -C extra-filename=-a7eb6df8cf973242 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-a7eb6df8cf973242 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3080 | 2023-11-16T20:38:04.280Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb32431c6ea3dedf -C extra-filename=-cb32431c6ea3dedf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3081 | 2023-11-16T20:38:04.416Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-822d5ee6aa431ad7/build-script-build` |
3082 | 2023-11-16T20:38:04.547Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-a7eb6df8cf973242/build-script-build` |
3083 | 2023-11-16T20:38:04.553Z | Compiling tough v0.14.0 |
3084 | 2023-11-16T20:38:04.557Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-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="http"' --cfg 'feature="reqwest"' -C metadata=38141d804a08a7eb -C extra-filename=-38141d804a08a7eb --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-be6a16b272216d2c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4c1b326e73f4b906.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-5ee25413ba11c193.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-51112487a2e04954.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-c0cd92f91d6c2119.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-8bf5e88f8b996eee.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a760d17877d720ba.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-f44937a814b14c11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3085 | 2023-11-16T20:38:04.727Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' -C metadata=7273d4ccd34a0141 -C extra-filename=-7273d4ccd34a0141 --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-5945216e8156a0ad.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-770ba59cb2b38f0a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-0e14186713d6361c.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f3eac1256f8aba7a.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8858b7bad160b321.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-cb32431c6ea3dedf.rmeta --cap-lints allow -D warnings` |
3086 | 2023-11-16T20:38:04.887Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-7287324563622068/build-script-build` |
3087 | 2023-11-16T20:38:04.926Z | Running `/home/build/.rustup/toolchains/1.73.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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=fd436dd266d213cd -C extra-filename=-fd436dd266d213cd --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-209a6869ddb0920b.rmeta --cap-lints allow -D warnings` |
3088 | 2023-11-16T20:38:05.658Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3089 | 2023-11-16T20:38:05.662Z | Running `/home/build/.rustup/toolchains/1.73.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=9723e3a769ec2d85 -C extra-filename=-9723e3a769ec2d85 --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-57e8940daf1498f5.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0266dbab300476a7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3090 | 2023-11-16T20:38:05.986Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aef424e4ea78a6d4 -C extra-filename=-aef424e4ea78a6d4 --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-70f39455740c1dcc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --cap-lints allow -D warnings` |
3091 | 2023-11-16T20:38:06.783Z | Compiling ascii-canvas v3.0.0 |
3092 | 2023-11-16T20:38:06.787Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=58b86048f306312f -C extra-filename=-58b86048f306312f --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-e0174146fc94bcd5.rmeta --cap-lints allow -D warnings` |
3093 | 2023-11-16T20:38:07.563Z | Compiling ena v0.14.2 |
3094 | 2023-11-16T20:38:07.567Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=9d044e7e484ae23f -C extra-filename=-9d044e7e484ae23f --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-35b42e597512c686.rmeta --cap-lints allow -D warnings` |
3095 | 2023-11-16T20:38:08.236Z | Compiling ref-cast v1.0.20 |
3096 | 2023-11-16T20:38:08.240Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=448a47781d1cd165 -C extra-filename=-448a47781d1cd165 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-448a47781d1cd165 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3097 | 2023-11-16T20:38:08.317Z | Compiling minimal-lexical v0.2.1 |
3098 | 2023-11-16T20:38:08.321Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="std"' -C metadata=ff0f0e0a703ebdde -C extra-filename=-ff0f0e0a703ebdde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3099 | 2023-11-16T20:38:09.025Z | Compiling regex-syntax v0.6.29 |
3100 | 2023-11-16T20:38:09.029Z | Running `/home/build/.rustup/toolchains/1.73.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 --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=397653fe01fb2ac4 -C extra-filename=-397653fe01fb2ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3101 | 2023-11-16T20:38:09.148Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e2b099ab5b3a5034 -C extra-filename=-e2b099ab5b3a5034 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3102 | 2023-11-16T20:38:10.148Z | Compiling darling_macro v0.14.4 |
3103 | 2023-11-16T20:38:10.152Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=cc395bca05fb47de -C extra-filename=-cc395bca05fb47de --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-d6c6226d837655f5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
3104 | 2023-11-16T20:38:10.172Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a3f4a986c4c276d7 -C extra-filename=-a3f4a986c4c276d7 --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-e2b099ab5b3a5034.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --cap-lints allow -D warnings` |
3105 | 2023-11-16T20:38:10.953Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=580b32c1c9564945 -C extra-filename=-580b32c1c9564945 --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-7273d4ccd34a0141.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-a1efb9cb1dc452b9.so --cap-lints allow -D warnings` |
3106 | 2023-11-16T20:38:11.188Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3107 | 2023-11-16T20:38:11.191Z | Running `/home/build/.rustup/toolchains/1.73.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=420f0d153a1c679b -C extra-filename=-420f0d153a1c679b --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-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-460d312406334c17.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-9753a8d4ddc4706f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3108 | 2023-11-16T20:38:11.941Z | Compiling darling v0.14.4 |
3109 | 2023-11-16T20:38:11.945Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=600490e0853d0b2e -C extra-filename=-600490e0853d0b2e --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-d6c6226d837655f5.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-cc395bca05fb47de.so --cap-lints allow -D warnings` |
3110 | 2023-11-16T20:38:12.116Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-448a47781d1cd165/build-script-build` |
3111 | 2023-11-16T20:38:12.214Z | Compiling nom v7.1.3 |
3112 | 2023-11-16T20:38:12.218Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=b4342d830e9ea8d9 -C extra-filename=-b4342d830e9ea8d9 --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-fd2d1cfaac0fc816.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-ff0f0e0a703ebdde.rmeta --cap-lints allow -D warnings` |
3113 | 2023-11-16T20:38:16.829Z | Compiling lalrpop v0.19.12 |
3114 | 2023-11-16T20:38:16.834Z | Running `/home/build/.rustup/toolchains/1.73.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 debug-assertions=on -C metadata=c2be0ae9d2b07d63 -C extra-filename=-c2be0ae9d2b07d63 --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-58b86048f306312f.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-bcef41215704b0a3.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-16efdf9e15901b76.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-9d044e7e484ae23f.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-f1f8a559d716a091.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-397653fe01fb2ac4.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-55a0103f85a9e97f.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-fd436dd266d213cd.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-22fe2c7d911da4f3.rmeta --cap-lints allow -D warnings` |
3115 | 2023-11-16T20:38:17.762Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=012691b619f8bab3 -C extra-filename=-012691b619f8bab3 --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-c6e588532b1b0553.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-c2b7d565ab11093f.rmeta --cap-lints allow -D warnings` |
3116 | 2023-11-16T20:38:18.151Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=61d49b54c1f9fd0a -C extra-filename=-61d49b54c1f9fd0a --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-ebeccccf419a0cf5.rmeta --cap-lints allow -D warnings` |
3117 | 2023-11-16T20:38:18.174Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=0ee61051b5904f16 -C extra-filename=-0ee61051b5904f16 --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-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-ee636d822ec666d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --cap-lints allow -D warnings` |
3118 | 2023-11-16T20:38:18.499Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e111418054476226 -C extra-filename=-e111418054476226 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi` |
3119 | 2023-11-16T20:38:18.724Z | Compiling ref-cast-impl v1.0.20 |
3120 | 2023-11-16T20:38:18.751Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=64fac520cd38ea8e -C extra-filename=-64fac520cd38ea8e --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
3121 | 2023-11-16T20:38:19.096Z | Compiling ff v0.13.0 |
3122 | 2023-11-16T20:38:19.100Z | Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=93a397238ea67878 -C extra-filename=-93a397238ea67878 --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-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings` |
3123 | 2023-11-16T20:38:19.349Z | Compiling libloading v0.7.4 |
3124 | 2023-11-16T20:38:19.359Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=ecfcad5058a5c7e5 -C extra-filename=-ecfcad5058a5c7e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --cap-lints allow -D warnings` |
3125 | 2023-11-16T20:38:19.385Z | Compiling bindgen v0.65.1 |
3126 | 2023-11-16T20:38:19.392Z | Running `/home/build/.rustup/toolchains/1.73.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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=9c98ec24c60c4634 -C extra-filename=-9c98ec24c60c4634 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-9c98ec24c60c4634 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3127 | 2023-11-16T20:38:19.432Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a39ca4ba44c9eca2 -C extra-filename=-a39ca4ba44c9eca2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3128 | 2023-11-16T20:38:19.886Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f0334d274790efc6 -C extra-filename=-f0334d274790efc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3129 | 2023-11-16T20:38:20.208Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=6a6a7ed9ebe7b827 -C extra-filename=-6a6a7ed9ebe7b827 --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-b66ce4a287f253f5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-33b8a4bfc77953e2.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-f0334d274790efc6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-61d49b54c1f9fd0a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings` |
3130 | 2023-11-16T20:38:20.438Z | Running `/home/build/.rustup/toolchains/1.73.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 --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=b2909bf534789efb -C extra-filename=-b2909bf534789efb --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-74ae3fe427c8da3b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-ecfcad5058a5c7e5.rmeta --cap-lints allow -D warnings` |
3131 | 2023-11-16T20:38:20.471Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-9c98ec24c60c4634/build-script-build` |
3132 | 2023-11-16T20:38:20.509Z | Compiling group v0.13.0 |
3133 | 2023-11-16T20:38:20.514Z | Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=629d8032754d5bb2 -C extra-filename=-629d8032754d5bb2 --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-93a397238ea67878.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings` |
3134 | 2023-11-16T20:38:20.761Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0dbbb92fa46253f5 -C extra-filename=-0dbbb92fa46253f5 --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-931fcf7ab78f10a2.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-e111418054476226.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --cap-lints allow -D warnings` |
3135 | 2023-11-16T20:38:20.785Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7fde89bebcd726d4 -C extra-filename=-7fde89bebcd726d4 --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-c6e588532b1b0553.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-012691b619f8bab3.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-580b32c1c9564945.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -l static=pci` |
3136 | 2023-11-16T20:38:21.285Z | Compiling cexpr v0.6.0 |
3137 | 2023-11-16T20:38:21.288Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=2bad4263a8f6c643 -C extra-filename=-2bad4263a8f6c643 --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-b4342d830e9ea8d9.rmeta --cap-lints allow -D warnings` |
3138 | 2023-11-16T20:38:21.543Z | Compiling derive_builder_core v0.12.0 |
3139 | 2023-11-16T20:38:21.547Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=005b028bcfa5504d -C extra-filename=-005b028bcfa5504d --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-600490e0853d0b2e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rmeta --cap-lints allow -D warnings` |
3140 | 2023-11-16T20:38:23.721Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=b433df4ef20c53d0 -C extra-filename=-b433df4ef20c53d0 --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-71114b9393dbed77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a3f4a986c4c276d7.rmeta --cap-lints allow -D warnings` |
3141 | 2023-11-16T20:38:24.252Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=d8b0ec350a25db76 -C extra-filename=-d8b0ec350a25db76 --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-0cfa57b869076aee.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --cap-lints allow -D warnings` |
3142 | 2023-11-16T20:38:25.196Z | Running `/home/build/.rustup/toolchains/1.73.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=4c6abf9cd2b9f9e8 -C extra-filename=-4c6abf9cd2b9f9e8 --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-be6a16b272216d2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3143 | 2023-11-16T20:38:25.622Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3144 | 2023-11-16T20:38:25.626Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=6a6171dbc7f043e3 -C extra-filename=-6a6171dbc7f043e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6a6171dbc7f043e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-274c063a33ae6ef1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3145 | 2023-11-16T20:38:26.157Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3146 | 2023-11-16T20:38:26.161Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=92a1e9b3a034d967 -C extra-filename=-92a1e9b3a034d967 --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-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32c3d54c97c94ea4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3147 | 2023-11-16T20:38:26.236Z | Compiling which v4.4.0 |
3148 | 2023-11-16T20:38:26.240Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=31828334e73761c2 -C extra-filename=-31828334e73761c2 --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-a1eac84d717304be.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
3149 | 2023-11-16T20:38:27.222Z | Compiling universal-hash v0.5.1 |
3150 | 2023-11-16T20:38:27.226Z | Compiling crypto-bigint v0.5.2 |
3151 | 2023-11-16T20:38:27.231Z | Running `/home/build/.rustup/toolchains/1.73.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=d07da49e5de9b797 -C extra-filename=-d07da49e5de9b797 --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-733d6be0199cb028.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --cap-lints allow -D warnings` |
3152 | 2023-11-16T20:38:27.238Z | Running `/home/build/.rustup/toolchains/1.73.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=1b287caeb7d31b63 -C extra-filename=-1b287caeb7d31b63 --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-3e5480d3d08ff34b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings` |
3153 | 2023-11-16T20:38:27.417Z | Compiling libxml v0.3.3 |
3154 | 2023-11-16T20:38:27.420Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=3e463bd378e0dd98 -C extra-filename=-3e463bd378e0dd98 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-3e463bd378e0dd98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --cap-lints allow -D warnings` |
3155 | 2023-11-16T20:38:28.110Z | Compiling rustc-hash v1.1.0 |
3156 | 2023-11-16T20:38:28.113Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f4c458be5340bcdb -C extra-filename=-f4c458be5340bcdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3157 | 2023-11-16T20:38:28.331Z | Compiling opaque-debug v0.3.0 |
3158 | 2023-11-16T20:38:28.334Z | Running `/home/build/.rustup/toolchains/1.73.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=f98a6afb777e9b79 -C extra-filename=-f98a6afb777e9b79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3159 | 2023-11-16T20:38:28.471Z | Compiling shlex v1.1.0 |
3160 | 2023-11-16T20:38:28.474Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a910827a6cb51795 -C extra-filename=-a910827a6cb51795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3161 | 2023-11-16T20:38:28.852Z | Compiling peeking_take_while v0.1.2 |
3162 | 2023-11-16T20:38:28.856Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=55b45a09ee79df0c -C extra-filename=-55b45a09ee79df0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3163 | 2023-11-16T20:38:29.051Z | Compiling lazycell v1.3.0 |
3164 | 2023-11-16T20:38:29.054Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=92608899bde0a60b -C extra-filename=-92608899bde0a60b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3165 | 2023-11-16T20:38:29.299Z | Compiling base16ct v0.2.0 |
3166 | 2023-11-16T20:38:29.303Z | Running `/home/build/.rustup/toolchains/1.73.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 -C metadata=9efdf3f00b047ceb -C extra-filename=-9efdf3f00b047ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3167 | 2023-11-16T20:38:29.714Z | Running `/home/build/.rustup/toolchains/1.73.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 debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=fd261c66bcfc4c31 -C extra-filename=-fd261c66bcfc4c31 --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-bba883f09c02da13.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-2bad4263a8f6c643.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-b2909bf534789efb.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-92608899bde0a60b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-55b45a09ee79df0c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-d8b0ec350a25db76.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-f4c458be5340bcdb.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-a910827a6cb51795.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-31828334e73761c2.rmeta --cap-lints allow -D warnings` |
3168 | 2023-11-16T20:38:31.434Z | Compiling elliptic-curve v0.13.5 |
3169 | 2023-11-16T20:38:31.438Z | Running `/home/build/.rustup/toolchains/1.73.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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=eafc02a8b97c7b67 -C extra-filename=-eafc02a8b97c7b67 --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-9efdf3f00b047ceb.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-1b287caeb7d31b63.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-93a397238ea67878.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-629d8032754d5bb2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings` |
3170 | 2023-11-16T20:38:32.337Z | Compiling poly1305 v0.8.0 |
3171 | 2023-11-16T20:38:32.340Z | Running `/home/build/.rustup/toolchains/1.73.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=41ce7dfe1a54c099 -C extra-filename=-41ce7dfe1a54c099 --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-828db6385a9f0bd5.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f98a6afb777e9b79.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d07da49e5de9b797.rmeta --cap-lints allow -D warnings` |
3172 | 2023-11-16T20:38:33.783Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-3e463bd378e0dd98/build-script-build` |
3173 | 2023-11-16T20:38:33.836Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6a6171dbc7f043e3/build-script-build` |
3174 | 2023-11-16T20:38:33.875Z | Compiling derive_builder_macro v0.12.0 |
3175 | 2023-11-16T20:38:33.878Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=ede5bf5307fc781b -C extra-filename=-ede5bf5307fc781b --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-005b028bcfa5504d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
3176 | 2023-11-16T20:38:34.053Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' -C metadata=1a86fb80ba5f6b34 -C extra-filename=-1a86fb80ba5f6b34 --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-71114b9393dbed77.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-a3f4a986c4c276d7.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-b433df4ef20c53d0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --cap-lints allow -D warnings` |
3177 | 2023-11-16T20:38:35.139Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=49b5d8f30c18942f -C extra-filename=-49b5d8f30c18942f --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-6a6a7ed9ebe7b827.rmeta --cap-lints allow -D warnings` |
3178 | 2023-11-16T20:38:35.204Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1e2f496db992ba2 -C extra-filename=-b1e2f496db992ba2 --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-c6e588532b1b0553.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-012691b619f8bab3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a2289c317a92b442.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-0dbbb92fa46253f5.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7fde89bebcd726d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3179 | 2023-11-16T20:38:35.513Z | Compiling thiserror-no-std v2.0.2 |
3180 | 2023-11-16T20:38:35.555Z | Running `/home/build/.rustup/toolchains/1.73.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=e58cee50167b1c20 -C extra-filename=-e58cee50167b1c20 --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-950af69c15d3da7a.so --cap-lints allow -D warnings` |
3181 | 2023-11-16T20:38:35.679Z | Running `/home/build/.rustup/toolchains/1.73.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=58bc94b45f85afa7 -C extra-filename=-58bc94b45f85afa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-99ad82a2662c71d8.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e5c5a96420662074.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
3182 | 2023-11-16T20:38:35.705Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3183 | 2023-11-16T20:38:35.708Z | Running `/home/build/.rustup/toolchains/1.73.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=1180c247a34e045e -C extra-filename=-1180c247a34e045e --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-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3184 | 2023-11-16T20:38:39.474Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3185 | 2023-11-16T20:38:39.479Z | Running `/home/build/.rustup/toolchains/1.73.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=d209be9af4ecdf0a -C extra-filename=-d209be9af4ecdf0a --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-2153e13a121e48f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3186 | 2023-11-16T20:38:40.330Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20cb91d84b9b219b -C extra-filename=-20cb91d84b9b219b --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-cd5579cf6dade5e4.rmeta --cap-lints allow -D warnings` |
3187 | 2023-11-16T20:38:40.642Z | Compiling chacha20 v0.9.1 |
3188 | 2023-11-16T20:38:40.646Z | Running `/home/build/.rustup/toolchains/1.73.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=9971ae0dfc6a358f -C extra-filename=-9971ae0dfc6a358f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8b865ef5dfc65319.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-828db6385a9f0bd5.rmeta --cap-lints allow -D warnings` |
3189 | 2023-11-16T20:38:41.381Z | Compiling strum_macros v0.24.3 |
3190 | 2023-11-16T20:38:41.384Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=ecf30ba3c02d84ca -C extra-filename=-ecf30ba3c02d84ca --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-14d7d47dc7b7257e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-96868ad2f5887e43.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
3191 | 2023-11-16T20:38:46.600Z | Compiling aead v0.5.2 |
3192 | 2023-11-16T20:38:46.603Z | Running `/home/build/.rustup/toolchains/1.73.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=3ceb37902a163a78 -C extra-filename=-3ceb37902a163a78 --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-733d6be0199cb028.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-3e5480d3d08ff34b.rmeta --cap-lints allow -D warnings` |
3193 | 2023-11-16T20:38:46.901Z | Compiling indoc v1.0.9 |
3194 | 2023-11-16T20:38:46.904Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=a262c704964bc37c -C extra-filename=-a262c704964bc37c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
3195 | 2023-11-16T20:38:47.134Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7982a7d65a57a851 -C extra-filename=-7982a7d65a57a851 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3196 | 2023-11-16T20:38:47.425Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=daee5c94a09f9bbe -C extra-filename=-daee5c94a09f9bbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3197 | 2023-11-16T20:38:47.614Z | Compiling chacha20poly1305 v0.10.1 |
3198 | 2023-11-16T20:38:47.617Z | Running `/home/build/.rustup/toolchains/1.73.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=1ec33922e4e31605 -C extra-filename=-1ec33922e4e31605 --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-3ceb37902a163a78.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-9971ae0dfc6a358f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-8b865ef5dfc65319.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-41ce7dfe1a54c099.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings` |
3199 | 2023-11-16T20:38:47.698Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d88293effec2bbf3 -C extra-filename=-d88293effec2bbf3 --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-daee5c94a09f9bbe.rmeta --cap-lints allow -D warnings` |
3200 | 2023-11-16T20:38:47.964Z | Compiling vsss-rs v3.3.1 |
3201 | 2023-11-16T20:38:47.968Z | Running `/home/build/.rustup/toolchains/1.73.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=64f4d828fdf5d116 -C extra-filename=-64f4d828fdf5d116 --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-58bc94b45f85afa7.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-eafc02a8b97c7b67.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-c8e7a0e2b098d163.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-44c2a0ff10e664b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-7d804b0efff212b0.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-e58cee50167b1c20.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --cap-lints allow -D warnings` |
3202 | 2023-11-16T20:38:48.450Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6bade4ff10ee402 -C extra-filename=-c6bade4ff10ee402 --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-7b1a7de9684361e2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt` |
3203 | 2023-11-16T20:38:48.474Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=00cc9a7f86a4f736 -C extra-filename=-00cc9a7f86a4f736 --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` |
3204 | 2023-11-16T20:38:49.222Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=fd459003ea07b3e9 -C extra-filename=-fd459003ea07b3e9 --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-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings` |
3205 | 2023-11-16T20:38:50.290Z | Compiling cookie v0.16.2 |
3206 | 2023-11-16T20:38:50.294Z | Running `/home/build/.rustup/toolchains/1.73.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.16.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=e4b189bb3308cd84 -C extra-filename=-e4b189bb3308cd84 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-e4b189bb3308cd84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
3207 | 2023-11-16T20:38:50.850Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3208 | 2023-11-16T20:38:50.856Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=79b9dfb48b65c6db -C extra-filename=-79b9dfb48b65c6db --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-79b9dfb48b65c6db -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fae733ad98da9e43.rlib --cap-lints allow -D warnings` |
3209 | 2023-11-16T20:38:50.870Z | Compiling assert_matches v1.5.0 |
3210 | 2023-11-16T20:38:50.882Z | Running `/home/build/.rustup/toolchains/1.73.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=30375a57f8481239 -C extra-filename=-30375a57f8481239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3211 | 2023-11-16T20:38:50.978Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=aa9b3731957e5c97 -C extra-filename=-aa9b3731957e5c97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3212 | 2023-11-16T20:38:51.034Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4720f16b55139602 -C extra-filename=-4720f16b55139602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3213 | 2023-11-16T20:38:51.222Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99b26c02d2666f48 -C extra-filename=-99b26c02d2666f48 --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-4720f16b55139602.rmeta --cap-lints allow -D warnings` |
3214 | 2023-11-16T20:38:51.425Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-79b9dfb48b65c6db/build-script-build` |
3215 | 2023-11-16T20:38:51.522Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-e4b189bb3308cd84/build-script-build` |
3216 | 2023-11-16T20:38:51.614Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' -C metadata=82046ea9f3ac7a1d -C extra-filename=-82046ea9f3ac7a1d --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-fd459003ea07b3e9.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-c6bade4ff10ee402.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --cap-lints allow -D warnings` |
3217 | 2023-11-16T20:38:51.710Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' -C metadata=adb9393dc74579d1 -C extra-filename=-adb9393dc74579d1 --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-6a6a7ed9ebe7b827.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-49b5d8f30c18942f.rmeta --cap-lints allow -D warnings` |
3218 | 2023-11-16T20:38:51.769Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3219 | 2023-11-16T20:38:51.773Z | Running `/home/build/.rustup/toolchains/1.73.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=9351690bfefb59da -C extra-filename=-9351690bfefb59da --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-348870df17091d7d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-460d312406334c17.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3220 | 2023-11-16T20:38:52.574Z | Running `/home/build/.rustup/toolchains/1.73.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=4607c3d966cae68c -C extra-filename=-4607c3d966cae68c --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` |
3221 | 2023-11-16T20:38:54.273Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bc3c03c579ff4a6 -C extra-filename=-2bc3c03c579ff4a6 --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-aa9b3731957e5c97.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-00cc9a7f86a4f736.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-daee5c94a09f9bbe.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-d88293effec2bbf3.rmeta --cap-lints allow -D warnings` |
3222 | 2023-11-16T20:38:54.895Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3223 | 2023-11-16T20:38:54.898Z | Running `/home/build/.rustup/toolchains/1.73.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=71bb582afad18721 -C extra-filename=-71bb582afad18721 --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-cee68d0710045f5f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3224 | 2023-11-16T20:38:55.249Z | Compiling tungstenite v0.20.1 |
3225 | 2023-11-16T20:38:55.252Z | Running `/home/build/.rustup/toolchains/1.73.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=c3c8199a0c412453 -C extra-filename=-c3c8199a0c412453 --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-13456ae1292a2c33.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-53652a956d40eca5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-64a132c64504c10f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-36ad53944afe724b.rmeta --cap-lints allow -D warnings` |
3226 | 2023-11-16T20:38:56.029Z | Compiling bcs v0.1.6 |
3227 | 2023-11-16T20:38:56.033Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9da01ca2b740c712 -C extra-filename=-9da01ca2b740c712 --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` |
3228 | 2023-11-16T20:38:56.037Z | Running `/home/build/.rustup/toolchains/1.73.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=1e7d7b6302980a4f -C extra-filename=-1e7d7b6302980a4f --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-18d2c5f7a2815c75.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings` |
3229 | 2023-11-16T20:38:56.187Z | Compiling kstat-rs v0.2.3 |
3230 | 2023-11-16T20:38:56.190Z | Running `/home/build/.rustup/toolchains/1.73.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=004e9e9c8d22b9a2 -C extra-filename=-004e9e9c8d22b9a2 --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-b2edb30e9ae87feb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings` |
3231 | 2023-11-16T20:38:57.185Z | Compiling impl-trait-for-tuples v0.2.2 |
3232 | 2023-11-16T20:38:57.188Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=04ded6028d765a54 -C extra-filename=-04ded6028d765a54 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
3233 | 2023-11-16T20:38:57.352Z | Compiling oso-derive v0.27.0 |
3234 | 2023-11-16T20:38:57.357Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=abf9dd1cd8e1cff1 -C extra-filename=-abf9dd1cd8e1cff1 --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-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
3235 | 2023-11-16T20:38:58.820Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=57122b4630a948f5 -C extra-filename=-57122b4630a948f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3236 | 2023-11-16T20:38:59.067Z | Compiling highway v1.1.0 |
3237 | 2023-11-16T20:38:59.070Z | Running `/home/build/.rustup/toolchains/1.73.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=e57956d81e26da60 -C extra-filename=-e57956d81e26da60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3238 | 2023-11-16T20:38:59.091Z | Compiling number_prefix v0.4.0 |
3239 | 2023-11-16T20:38:59.112Z | Running `/home/build/.rustup/toolchains/1.73.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=6cd917b1851cfdfe -C extra-filename=-6cd917b1851cfdfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3240 | 2023-11-16T20:38:59.176Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a6cfea7ccad193b8 -C extra-filename=-a6cfea7ccad193b8 --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-57122b4630a948f5.rmeta --cap-lints allow -D warnings` |
3241 | 2023-11-16T20:38:59.427Z | Compiling indicatif v0.17.7 |
3242 | 2023-11-16T20:38:59.430Z | Running `/home/build/.rustup/toolchains/1.73.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=aa86bf493f581f19 -C extra-filename=-aa86bf493f581f19 --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-e7680e870930d795.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-6cd917b1851cfdfe.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-4607c3d966cae68c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings` |
3243 | 2023-11-16T20:39:00.243Z | Compiling tokio-tungstenite v0.20.1 |
3244 | 2023-11-16T20:39:00.246Z | Running `/home/build/.rustup/toolchains/1.73.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=d449facb03001f61 -C extra-filename=-d449facb03001f61 --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-89c2dfaf38300e6f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-c3c8199a0c412453.rmeta --cap-lints allow -D warnings` |
3245 | 2023-11-16T20:39:00.278Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=597b2368fe5311e5 -C extra-filename=-597b2368fe5311e5 --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-9da01ca2b740c712.rmeta --cap-lints allow -D warnings` |
3246 | 2023-11-16T20:39:00.647Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=7d66a7cd8079a955 -C extra-filename=-7d66a7cd8079a955 --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-2bc3c03c579ff4a6.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-7597b9706aebfccd.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
3247 | 2023-11-16T20:39:00.935Z | Running `/home/build/.rustup/toolchains/1.73.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=4a33ff24070d5198 -C extra-filename=-4a33ff24070d5198 --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-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1ec33922e4e31605.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-64f4d828fdf5d116.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3248 | 2023-11-16T20:39:01.017Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' -C metadata=0ebeb806e6949f50 -C extra-filename=-0ebeb806e6949f50 --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-6a6a7ed9ebe7b827.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-adb9393dc74579d1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-49b5d8f30c18942f.rmeta --cap-lints allow -D warnings` |
3249 | 2023-11-16T20:39:01.191Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=35d27e72b9fc6af2 -C extra-filename=-35d27e72b9fc6af2 --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-f291a210b68bcfed.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-82046ea9f3ac7a1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-67fff4335dfda8ea.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3250 | 2023-11-16T20:39:02.537Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3251 | 2023-11-16T20:39:02.541Z | Running `/home/build/.rustup/toolchains/1.73.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=7c332ee8fba324f2 -C extra-filename=-7c332ee8fba324f2 --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-be6a16b272216d2c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3252 | 2023-11-16T20:39:03.065Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3253 | 2023-11-16T20:39:03.069Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=1ca1e142c96b3205 -C extra-filename=-1ca1e142c96b3205 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-1ca1e142c96b3205 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-274c063a33ae6ef1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3254 | 2023-11-16T20:39:03.635Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="zeroize"' -C metadata=3c33e147791633e4 -C extra-filename=-3c33e147791633e4 --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-cd5579cf6dade5e4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d473e2bb3a3066ec.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings --cfg has_i128` |
3255 | 2023-11-16T20:39:07.403Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1ac62a01cd014cd7 -C extra-filename=-1ac62a01cd014cd7 --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-bfbb5493ced4f1a2.rmeta --cap-lints allow -D warnings` |
3256 | 2023-11-16T20:39:07.802Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3257 | 2023-11-16T20:39:07.807Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=3f87bc15a73a3bc7 -C extra-filename=-3f87bc15a73a3bc7 --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-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32c3d54c97c94ea4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3258 | 2023-11-16T20:39:09.744Z | Compiling humantime v2.1.0 |
3259 | 2023-11-16T20:39:09.747Z | Running `/home/build/.rustup/toolchains/1.73.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=782959911dd6f098 -C extra-filename=-782959911dd6f098 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3260 | 2023-11-16T20:39:10.264Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2a1af00b776d997e -C extra-filename=-2a1af00b776d997e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3261 | 2023-11-16T20:39:10.588Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=92a8d4e88375bad8 -C extra-filename=-92a8d4e88375bad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3262 | 2023-11-16T20:39:10.771Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=96f6ea21c93d934b -C extra-filename=-96f6ea21c93d934b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3263 | 2023-11-16T20:39:10.795Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88e5cb963e4e2ffb -C extra-filename=-88e5cb963e4e2ffb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3264 | 2023-11-16T20:39:11.832Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="auto-color"' --cfg 'feature="color"' -C metadata=0e30df999e80e7ef -C extra-filename=-0e30df999e80e7ef --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-44879273b0d1c253.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-96f6ea21c93d934b.rmeta --cap-lints allow -D warnings` |
3265 | 2023-11-16T20:39:12.222Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=be66b51991ba2a00 -C extra-filename=-be66b51991ba2a00 --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-92a8d4e88375bad8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-88e5cb963e4e2ffb.rmeta --cap-lints allow -D warnings` |
3266 | 2023-11-16T20:39:12.936Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d11380c29f40ad0 -C extra-filename=-2d11380c29f40ad0 --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-2a1af00b776d997e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7d66a7cd8079a955.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
3267 | 2023-11-16T20:39:13.534Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' -C metadata=89d00591afa2420a -C extra-filename=-89d00591afa2420a --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-cd5579cf6dade5e4.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3c33e147791633e4.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-fb179d5954054bad.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-0ebeb806e6949f50.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-adb9393dc74579d1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-f78227477d0ba97a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-49b5d8f30c18942f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings` |
3268 | 2023-11-16T20:39:13.960Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-1ca1e142c96b3205/build-script-build` |
3269 | 2023-11-16T20:39:13.964Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94d657180379b0fa -C extra-filename=-94d657180379b0fa --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-a6cfea7ccad193b8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-597b2368fe5311e5.rmeta --cap-lints allow -D warnings` |
3270 | 2023-11-16T20:39:20.253Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3271 | 2023-11-16T20:39:20.256Z | Running `/home/build/.rustup/toolchains/1.73.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=4d4559203df90a36 -C extra-filename=-4d4559203df90a36 --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-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1e7d7b6302980a4f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3272 | 2023-11-16T20:39:22.107Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3273 | 2023-11-16T20:39:22.111Z | Running `/home/build/.rustup/toolchains/1.73.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=02be0cd50a3f3472 -C extra-filename=-02be0cd50a3f3472 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-004e9e9c8d22b9a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3274 | 2023-11-16T20:39:23.904Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=f0c27b840ddb6bbe -C extra-filename=-f0c27b840ddb6bbe --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-cd5579cf6dade5e4.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-99b26c02d2666f48.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings` |
3275 | 2023-11-16T20:39:24.450Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=3e551dd99aeb307a -C extra-filename=-3e551dd99aeb307a --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-b66ce4a287f253f5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6a6a7ed9ebe7b827.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-49b5d8f30c18942f.rmeta --cap-lints allow -D warnings` |
3276 | 2023-11-16T20:39:25.624Z | Running `/home/build/.rustup/toolchains/1.73.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=9fbfb3828d8c40f5 -C extra-filename=-9fbfb3828d8c40f5 --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-a1eac84d717304be.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3277 | 2023-11-16T20:39:29.190Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c924c72d38b5669 -C extra-filename=-3c924c72d38b5669 --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-c6e588532b1b0553.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3278 | 2023-11-16T20:39:31.671Z | Running `/home/build/.rustup/toolchains/1.73.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=dd7cd7cefa14b7f3 -C extra-filename=-dd7cd7cefa14b7f3 --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-37174dc2eb25e52f.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-d405ff4cdef5c155.rmeta --cap-lints allow -D warnings` |
3279 | 2023-11-16T20:39:32.393Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1d1901a22da71085 -C extra-filename=-1d1901a22da71085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3280 | 2023-11-16T20:39:32.544Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2fa096eb7d8dc546 -C extra-filename=-2fa096eb7d8dc546 --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-5e8ae2e112c5f35d.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-a155d58b851665da.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --cap-lints allow -D warnings` |
3281 | 2023-11-16T20:39:33.327Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6ebd95b76ec93b6 -C extra-filename=-c6ebd95b76ec93b6 --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-b0ef496a3caab989.rmeta --cap-lints allow -D warnings` |
3282 | 2023-11-16T20:39:33.639Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=52907fdca6c5c497 -C extra-filename=-52907fdca6c5c497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
3283 | 2023-11-16T20:39:33.823Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' -C metadata=b14cd015ddfe695f -C extra-filename=-b14cd015ddfe695f --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
3284 | 2023-11-16T20:39:34.131Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=011192cdf3846ff3 -C extra-filename=-011192cdf3846ff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3285 | 2023-11-16T20:39:34.226Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b00981e40d10a113 -C extra-filename=-b00981e40d10a113 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3286 | 2023-11-16T20:39:35.096Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=349869bbce4a94b9 -C extra-filename=-349869bbce4a94b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3287 | 2023-11-16T20:39:35.442Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6c787dc94679aa0e -C extra-filename=-6c787dc94679aa0e --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-349869bbce4a94b9.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-c6ebd95b76ec93b6.rmeta --cap-lints allow -D warnings` |
3288 | 2023-11-16T20:39:35.835Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02805cc25736c024 -C extra-filename=-02805cc25736c024 --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-2fa096eb7d8dc546.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f0c27b840ddb6bbe.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings` |
3289 | 2023-11-16T20:39:36.480Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=fbe77aeafcceea76 -C extra-filename=-fbe77aeafcceea76 --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-cd5579cf6dade5e4.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-b66ce4a287f253f5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-b00981e40d10a113.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-6a6a7ed9ebe7b827.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-0e30df999e80e7ef.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-2d11380c29f40ad0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6da9a0cdcf8a4abe.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-7d66a7cd8079a955.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-61d49b54c1f9fd0a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-89d00591afa2420a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-94d657180379b0fa.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3e551dd99aeb307a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings` |
3290 | 2023-11-16T20:39:36.678Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c01eb2dc263082d1 -C extra-filename=-c01eb2dc263082d1 --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-46b779e783d9e4ed.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-011192cdf3846ff3.rmeta --cap-lints allow -D warnings` |
3291 | 2023-11-16T20:39:36.900Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' -C metadata=e1123e7bf1ee808c -C extra-filename=-e1123e7bf1ee808c --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-52907fdca6c5c497.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-b14cd015ddfe695f.rmeta --cap-lints allow -D warnings` |
3292 | 2023-11-16T20:39:38.145Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=0554b28c24b342d2 -C extra-filename=-0554b28c24b342d2 --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-1d1901a22da71085.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-eaf8405b6104e495.so --cap-lints allow -D warnings` |
3293 | 2023-11-16T20:39:38.248Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a5d00313097979a7 -C extra-filename=-a5d00313097979a7 --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-92a8d4e88375bad8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-be66b51991ba2a00.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
3294 | 2023-11-16T20:39:39.167Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
3295 | 2023-11-16T20:39:39.170Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/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=912accf95d93e98a -C extra-filename=-912accf95d93e98a --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-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d449facb03001f61.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3296 | 2023-11-16T20:39:40.145Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c65c620ce3b20ac -C extra-filename=-9c65c620ce3b20ac --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-a39ca4ba44c9eca2.rmeta --cap-lints allow -D warnings` |
3297 | 2023-11-16T20:39:40.178Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f39b4318b103606a -C extra-filename=-f39b4318b103606a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-aa86d2ce81e5fa34.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b0ef496a3caab989.rmeta --cap-lints allow -D warnings` |
3298 | 2023-11-16T20:39:40.693Z | Running `/home/build/.rustup/toolchains/1.73.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.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6bbdbc8170d78c9 -C extra-filename=-c6bbdbc8170d78c9 --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-378f294c4b023833.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --cap-lints allow -D warnings` |
3299 | 2023-11-16T20:39:40.836Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' -C metadata=f2cc4936520073bb -C extra-filename=-f2cc4936520073bb --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-951f696eaa2ec973.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-8dbbb31ea1c0cad5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3fe5c5084a64f8ff.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-17a51d49f50a51d5.rmeta --cap-lints allow -D warnings` |
3300 | 2023-11-16T20:39:41.150Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3301 | 2023-11-16T20:39:41.155Z | Running `/home/build/.rustup/toolchains/1.73.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=ee87ac117d32e5c3 -C extra-filename=-ee87ac117d32e5c3 --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-be6a16b272216d2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3302 | 2023-11-16T20:39:41.234Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3303 | 2023-11-16T20:39:41.237Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/51a3121/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=bfe36342569e42b8 -C extra-filename=-bfe36342569e42b8 --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-57e8940daf1498f5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b81994cc0cd9cf50.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3304 | 2023-11-16T20:39:41.363Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=1df402c054e08ca9 -C extra-filename=-1df402c054e08ca9 --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-42c2162d00f59049.rmeta --cap-lints allow -D warnings` |
3305 | 2023-11-16T20:39:41.726Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
3306 | 2023-11-16T20:39:41.730Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/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=2ee95dacf4f136d3 -C extra-filename=-2ee95dacf4f136d3 --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-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
3307 | 2023-11-16T20:39:42.320Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2bbb79031b328225 -C extra-filename=-2bbb79031b328225 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3308 | 2023-11-16T20:39:42.623Z | Compiling indoc v2.0.3 |
3309 | 2023-11-16T20:39:42.627Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=9e9c1ab5b45c90e9 -C extra-filename=-9e9c1ab5b45c90e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
3310 | 2023-11-16T20:39:43.674Z | Compiling http-range v0.1.5 |
3311 | 2023-11-16T20:39:43.677Z | Running `/home/build/.rustup/toolchains/1.73.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=6a322bb261a4f03a -C extra-filename=-6a322bb261a4f03a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3312 | 2023-11-16T20:39:44.251Z | Compiling hyper-staticfile v0.9.5 |
3313 | 2023-11-16T20:39:44.254Z | Running `/home/build/.rustup/toolchains/1.73.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=738ccb584e64733a -C extra-filename=-738ccb584e64733a --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-89c2dfaf38300e6f.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-6a322bb261a4f03a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-cd86d2854e7dc134.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --cap-lints allow -D warnings` |
3314 | 2023-11-16T20:39:44.333Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
3315 | 2023-11-16T20:39:44.413Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/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=02fd370d86f8a01c -C extra-filename=-02fd370d86f8a01c --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-57e8940daf1498f5.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-fb7d1a8187676e7c.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-2ee95dacf4f136d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-563affcd8ede0a71.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d449facb03001f61.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3316 | 2023-11-16T20:39:44.419Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=07a8ba147349b41a -C extra-filename=-07a8ba147349b41a --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-aa86d2ce81e5fa34.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-81506d09bc5824d3.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-f39b4318b103606a.rmeta --cap-lints allow -D warnings` |
3317 | 2023-11-16T20:39:45.788Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ccd88d4eb4cabbf7 -C extra-filename=-ccd88d4eb4cabbf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-6c787dc94679aa0e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-91d30094a9a95e80.rmeta --cap-lints allow -D warnings` |
3318 | 2023-11-16T20:39:45.886Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=df7f3f3465071e30 -C extra-filename=-df7f3f3465071e30 --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-70f39455740c1dcc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3319 | 2023-11-16T20:39:50.222Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3320 | 2023-11-16T20:39:50.225Z | Running `/home/build/.rustup/toolchains/1.73.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=28dbb18b8486b55a -C extra-filename=-28dbb18b8486b55a --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-57e8940daf1498f5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3321 | 2023-11-16T20:39:50.851Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f999294866f53eae -C extra-filename=-f999294866f53eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign` |
3322 | 2023-11-16T20:39:50.995Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=6828b0dc2280cd8c -C extra-filename=-6828b0dc2280cd8c --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
3323 | 2023-11-16T20:39:53.591Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e01f063c7f706ea7 -C extra-filename=-e01f063c7f706ea7 --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-2d11380c29f40ad0.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-fbe77aeafcceea76.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-f2cc4936520073bb.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2bbb79031b328225.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-89d00591afa2420a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f0c27b840ddb6bbe.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-02805cc25736c024.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-c32d5a55678847b0.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-3e551dd99aeb307a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1fff13d127a6345f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3324 | 2023-11-16T20:39:56.128Z | Compiling maplit v1.0.2 |
3325 | 2023-11-16T20:39:56.131Z | Running `/home/build/.rustup/toolchains/1.73.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=c8216ea959ba6151 -C extra-filename=-c8216ea959ba6151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3326 | 2023-11-16T20:39:56.306Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf874a0e7c6d2341 -C extra-filename=-bf874a0e7c6d2341 --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-cf8b7ddb4026a748.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-496ebd546502e8be.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-6d6958b6d94785d4.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-6828b0dc2280cd8c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ccd88d4eb4cabbf7.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-91d30094a9a95e80.rmeta --cap-lints allow -D warnings` |
3327 | 2023-11-16T20:39:56.811Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d80d997820c88408 -C extra-filename=-d80d997820c88408 --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-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1206d6612c4b6209.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --cap-lints allow -D warnings` |
3328 | 2023-11-16T20:39:58.281Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' -C metadata=adddbd97d8b2a324 -C extra-filename=-adddbd97d8b2a324 --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-951f696eaa2ec973.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-9f7762ca215236fd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-20cb91d84b9b219b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-07a8ba147349b41a.rmeta --cap-lints allow -D warnings` |
3329 | 2023-11-16T20:40:06.270Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=45b490a9250b4ec7 -C extra-filename=-45b490a9250b4ec7 --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-cf8b7ddb4026a748.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ac62a01cd014cd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1df402c054e08ca9.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3330 | 2023-11-16T20:40:06.727Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3331 | 2023-11-16T20:40:06.732Z | Running `/home/build/.rustup/toolchains/1.73.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=b2c976fd3babb27a -C extra-filename=-b2c976fd3babb27a --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-2153e13a121e48f7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3332 | 2023-11-16T20:40:07.462Z | Compiling bytesize v1.3.0 |
3333 | 2023-11-16T20:40:07.468Z | Running `/home/build/.rustup/toolchains/1.73.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=9e5a41fe27037998 -C extra-filename=-9e5a41fe27037998 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
3334 | 2023-11-16T20:40:08.182Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1598553c7c0c3b82 -C extra-filename=-1598553c7c0c3b82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3335 | 2023-11-16T20:40:08.680Z | Compiling fs-err v2.9.0 |
3336 | 2023-11-16T20:40:08.701Z | Running `/home/build/.rustup/toolchains/1.73.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.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=b4a1d94d313c893f -C extra-filename=-b4a1d94d313c893f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3337 | 2023-11-16T20:40:09.102Z | Compiling is_ci v1.1.1 |
3338 | 2023-11-16T20:40:09.105Z | Running `/home/build/.rustup/toolchains/1.73.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=d35bd8dbe7e44bdf -C extra-filename=-d35bd8dbe7e44bdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3339 | 2023-11-16T20:40:09.166Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=12d187ca5fd0bd9d -C extra-filename=-12d187ca5fd0bd9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3340 | 2023-11-16T20:40:09.430Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=583f352fa90a7efc -C extra-filename=-583f352fa90a7efc --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-c6e588532b1b0553.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ccd88d4eb4cabbf7.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-91d30094a9a95e80.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bf874a0e7c6d2341.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3341 | 2023-11-16T20:40:09.480Z | Compiling supports-color v2.1.0 |
3342 | 2023-11-16T20:40:09.484Z | Running `/home/build/.rustup/toolchains/1.73.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=0e9a171a7b8c7ec3 -C extra-filename=-0e9a171a7b8c7ec3 --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-f1f8a559d716a091.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-d35bd8dbe7e44bdf.rmeta --cap-lints allow -D warnings` |
3343 | 2023-11-16T20:40:09.615Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=6b3d8c5eb830d4b6 -C extra-filename=-6b3d8c5eb830d4b6 --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-cf8b7ddb4026a748.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a2289c317a92b442.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b490a9250b4ec7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b1e2f496db992ba2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3344 | 2023-11-16T20:40:09.709Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7286efa41f322a99 -C extra-filename=-7286efa41f322a99 --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-c6e588532b1b0553.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0266dbab300476a7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f9e7901a4181a0d6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d80d997820c88408.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3345 | 2023-11-16T20:40:09.716Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3346 | 2023-11-16T20:40:09.723Z | Running `/home/build/.rustup/toolchains/1.73.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=6cefbbc4e2a80ddf -C extra-filename=-6cefbbc4e2a80ddf --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-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4a33ff24070d5198.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-738ccb584e64733a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cd0cd0a967d9d46c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e5aaae09680783dc.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-02fd370d86f8a01c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-58e4d1224dbb5ad3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3347 | 2023-11-16T20:40:10.043Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -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=0690e76f33f84509 -C extra-filename=-0690e76f33f84509 --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-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35bed8c43357b876.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-7982a7d65a57a851.rmeta --cap-lints allow -D warnings` |
3348 | 2023-11-16T20:40:13.411Z | Running `/home/build/.rustup/toolchains/1.73.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=68614ebdc2ce7f49 -C extra-filename=-68614ebdc2ce7f49 --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-64fac520cd38ea8e.so --cap-lints allow -D warnings` |
3349 | 2023-11-16T20:40:13.538Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2d381742613fe497 -C extra-filename=-2d381742613fe497 --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-70f39455740c1dcc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d9fd8be3c8f4d9b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3350 | 2023-11-16T20:40:13.600Z | Compiling smawk v0.3.1 |
3351 | 2023-11-16T20:40:13.604Z | Running `/home/build/.rustup/toolchains/1.73.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=30990edcbedc75b3 -C extra-filename=-30990edcbedc75b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3352 | 2023-11-16T20:40:13.936Z | Compiling unicode-linebreak v0.1.5 |
3353 | 2023-11-16T20:40:13.940Z | Running `/home/build/.rustup/toolchains/1.73.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=5e7bf6cde0315772 -C extra-filename=-5e7bf6cde0315772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3354 | 2023-11-16T20:40:14.755Z | Compiling textwrap v0.16.0 |
3355 | 2023-11-16T20:40:14.758Z | Running `/home/build/.rustup/toolchains/1.73.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=927ef204d42bb117 -C extra-filename=-927ef204d42bb117 --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-30990edcbedc75b3.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-5e7bf6cde0315772.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings` |
3356 | 2023-11-16T20:40:14.846Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99256f689a377cad -C extra-filename=-99256f689a377cad --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-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6b3d8c5eb830d4b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3357 | 2023-11-16T20:40:16.958Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=ee1c2054b74c5fde -C extra-filename=-ee1c2054b74c5fde --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-906bb77dd445f3be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-0690e76f33f84509.rmeta --cap-lints allow -D warnings` |
3358 | 2023-11-16T20:40:17.726Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3359 | 2023-11-16T20:40:17.731Z | Running `/home/build/.rustup/toolchains/1.73.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=2f143861455a756b -C extra-filename=-2f143861455a756b --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-57e8940daf1498f5.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9e5a41fe27037998.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d2bf0a3cc9ad2986.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3360 | 2023-11-16T20:40:18.489Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3361 | 2023-11-16T20:40:18.494Z | Running `/home/build/.rustup/toolchains/1.73.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=d4ea949af1bf2cc9 -C extra-filename=-d4ea949af1bf2cc9 --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-57e8940daf1498f5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3362 | 2023-11-16T20:40:33.369Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4af3572b0f31c71f -C extra-filename=-4af3572b0f31c71f --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` |
3363 | 2023-11-16T20:40:33.484Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_dedot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-dedot-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3b46f65107a06927 -C extra-filename=-3b46f65107a06927 --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-ccc811b722306ba6.rmeta --cap-lints allow -D warnings` |
3364 | 2023-11-16T20:40:33.820Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=31f4b2d766f30561 -C extra-filename=-31f4b2d766f30561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3365 | 2023-11-16T20:40:33.983Z | Compiling cassowary v0.3.0 |
3366 | 2023-11-16T20:40:33.986Z | Running `/home/build/.rustup/toolchains/1.73.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=e66b0560c7e4ec5d -C extra-filename=-e66b0560c7e4ec5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3367 | 2023-11-16T20:40:34.177Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dffe728f2dca6fd2 -C extra-filename=-dffe728f2dca6fd2 --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-31f4b2d766f30561.rmeta --cap-lints allow -D warnings` |
3368 | 2023-11-16T20:40:34.209Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=ee55ccbe3f3bb46b -C extra-filename=-ee55ccbe3f3bb46b --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-4d8d7e38a6b856a8.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-4af3572b0f31c71f.rmeta --cap-lints allow -D warnings` |
3369 | 2023-11-16T20:40:35.377Z | Compiling ratatui v0.23.0 |
3370 | 2023-11-16T20:40:35.381Z | Running `/home/build/.rustup/toolchains/1.73.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=bb9a097091f307b4 -C extra-filename=-bb9a097091f307b4 --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-20fae4178c3fc031.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-e66b0560c7e4ec5d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9e9c1ab5b45c90e9.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5ea6be43bdaf8fd6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings` |
3371 | 2023-11-16T20:40:35.777Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name path_absolutize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-absolutize-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=519564cf87fafaad -C extra-filename=-519564cf87fafaad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern path_dedot=/work/oxidecomputer/omicron/target/debug/deps/libpath_dedot-3b46f65107a06927.rmeta --cap-lints allow -D warnings` |
3372 | 2023-11-16T20:40:36.046Z | Running `/home/build/.rustup/toolchains/1.73.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=220857dd044e818b -C extra-filename=-220857dd044e818b --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-57e8940daf1498f5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-92a1e9b3a034d967.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b2c976fd3babb27a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-71bb582afad18721.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3373 | 2023-11-16T20:40:36.243Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3374 | 2023-11-16T20:40:36.247Z | Running `/home/build/.rustup/toolchains/1.73.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=7794287488be32f9 -C extra-filename=-7794287488be32f9 --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-be6a16b272216d2c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3375 | 2023-11-16T20:40:40.665Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3376 | 2023-11-16T20:40:40.669Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=277a0924857b4b62 -C extra-filename=-277a0924857b4b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-277a0924857b4b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fd261c66bcfc4c31.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-82e2e882ff877bc0.rlib --cap-lints allow -D warnings` |
3377 | 2023-11-16T20:40:43.905Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-277a0924857b4b62/build-script-bindings` |
3378 | 2023-11-16T20:40:44.610Z | Compiling derive_builder v0.12.0 |
3379 | 2023-11-16T20:40:44.613Z | Running `/home/build/.rustup/toolchains/1.73.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=0539862643b3bb73 -C extra-filename=-0539862643b3bb73 --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-ede5bf5307fc781b.so --cap-lints allow -D warnings` |
3380 | 2023-11-16T20:40:44.763Z | Running `/home/build/.rustup/toolchains/1.73.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=13376c95f681c125 -C extra-filename=-13376c95f681c125 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2` |
3381 | 2023-11-16T20:40:44.836Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3382 | 2023-11-16T20:40:44.887Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=9e72eaa0154be22e -C extra-filename=-9e72eaa0154be22e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9e72eaa0154be22e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-274c063a33ae6ef1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3383 | 2023-11-16T20:40:45.350Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' -C metadata=fca54ac07d2a7815 -C extra-filename=-fca54ac07d2a7815 --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-d3ea60740b153298.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1fd8166bc987ccff.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --cap-lints allow -D warnings` |
3384 | 2023-11-16T20:40:48.036Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=543b40dd974f4c65 -C extra-filename=-543b40dd974f4c65 --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-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-83b4b764131c7749.rmeta --cap-lints allow -D warnings` |
3385 | 2023-11-16T20:40:48.215Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bbfc970e5bb7a55d -C extra-filename=-bbfc970e5bb7a55d --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-931fcf7ab78f10a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --cap-lints allow -D warnings` |
3386 | 2023-11-16T20:40:48.583Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b950b06c2c53ab86 -C extra-filename=-b950b06c2c53ab86 --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
3387 | 2023-11-16T20:40:49.201Z | Compiling bb8 v0.8.1 |
3388 | 2023-11-16T20:40:49.204Z | Running `/home/build/.rustup/toolchains/1.73.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=9d4270f587a14ec8 -C extra-filename=-9d4270f587a14ec8 --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-cf8b7ddb4026a748.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-66a2b565889b6645.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings` |
3389 | 2023-11-16T20:40:49.278Z | Compiling quick-xml v0.23.1 |
3390 | 2023-11-16T20:40:49.281Z | Running `/home/build/.rustup/toolchains/1.73.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=1fc2e8c65a283d91 -C extra-filename=-1fc2e8c65a283d91 --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-fd2d1cfaac0fc816.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
3391 | 2023-11-16T20:40:50.023Z | Compiling rtoolbox v0.0.1 |
3392 | 2023-11-16T20:40:50.026Z | Running `/home/build/.rustup/toolchains/1.73.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=f6127d6cf3043feb -C extra-filename=-f6127d6cf3043feb --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
3393 | 2023-11-16T20:40:50.083Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef81e09e4dd0d865 -C extra-filename=-ef81e09e4dd0d865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3394 | 2023-11-16T20:40:50.332Z | Compiling rpassword v7.2.0 |
3395 | 2023-11-16T20:40:50.335Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eb27596307db6d78 -C extra-filename=-eb27596307db6d78 --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-b2edb30e9ae87feb.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-f6127d6cf3043feb.rmeta --cap-lints allow -D warnings` |
3396 | 2023-11-16T20:40:50.660Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=724b3ddc6a6ab0f2 -C extra-filename=-724b3ddc6a6ab0f2 --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-ef81e09e4dd0d865.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-fe80ab00f9662652.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a58690eb4b654973.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3397 | 2023-11-16T20:40:50.814Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3398 | 2023-11-16T20:40:50.855Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/1446f7e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3d4d87ccbc5995f5 -C extra-filename=-3d4d87ccbc5995f5 --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-cf8b7ddb4026a748.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9d4270f587a14ec8.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
3399 | 2023-11-16T20:40:51.728Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=20421fb97a902724 -C extra-filename=-20421fb97a902724 --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-70f39455740c1dcc.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-4db473298de38323.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-fca54ac07d2a7815.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-543b40dd974f4c65.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-519564cf87fafaad.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-9c65c620ce3b20ac.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-b950b06c2c53ab86.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-0554b28c24b342d2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-e6a98aa7df302b8f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-dffe728f2dca6fd2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3400 | 2023-11-16T20:40:51.778Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -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=80c5400519f68912 -C extra-filename=-80c5400519f68912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-bbfc970e5bb7a55d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3401 | 2023-11-16T20:40:52.849Z | Running `/home/build/.rustup/toolchains/1.73.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=e688572438a649ee -C extra-filename=-e688572438a649ee --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-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-b383810513703531.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-0539862643b3bb73.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-13376c95f681c125.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-38360ffb9ef07a0e.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-1fc2e8c65a283d91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a760d17877d720ba.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.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` |
3402 | 2023-11-16T20:40:56.716Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-9e72eaa0154be22e/build-script-build` |
3403 | 2023-11-16T20:40:56.753Z | Compiling tui-tree-widget v0.13.0 |
3404 | 2023-11-16T20:40:56.756Z | Running `/home/build/.rustup/toolchains/1.73.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=c3631a52b2213d11 -C extra-filename=-c3631a52b2213d11 --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-bb9a097091f307b4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings` |
3405 | 2023-11-16T20:40:57.834Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=8f4816b0d1a532d4 -C extra-filename=-8f4816b0d1a532d4 --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-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee1c2054b74c5fde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3406 | 2023-11-16T20:40:59.755Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=20839bf29ffb19be -C extra-filename=-20839bf29ffb19be --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-70f39455740c1dcc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-df7f3f3465071e30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3407 | 2023-11-16T20:41:00.701Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d52c0cc3eb6a5ef3 -C extra-filename=-d52c0cc3eb6a5ef3 --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-c3e3cf764a9ffe22.rmeta --cap-lints allow -D warnings` |
3408 | 2023-11-16T20:41:02.496Z | Running `/home/build/.rustup/toolchains/1.73.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=af5be7e705c77cb8 -C extra-filename=-af5be7e705c77cb8 --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-6a15d1f11958dfa2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
3409 | 2023-11-16T20:41:03.103Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da02a8aa168d821e -C extra-filename=-da02a8aa168d821e --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-460a29b310d4b266.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d9fd8be3c8f4d9b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b1e2f496db992ba2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3410 | 2023-11-16T20:41:06.604Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/51a3121/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=961887d6a2402ec9 -C extra-filename=-961887d6a2402ec9 --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-c6e588532b1b0553.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d1b13352fdaade12.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3411 | 2023-11-16T20:41:08.450Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d01a8c9c45584e81 -C extra-filename=-d01a8c9c45584e81 --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-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings` |
3412 | 2023-11-16T20:41:08.756Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3675d8bda0c2f548 -C extra-filename=-3675d8bda0c2f548 --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-366ed66a2e454eef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --cap-lints allow -D warnings` |
3413 | 2023-11-16T20:41:08.926Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=ffe20b5e7b9d8f7b -C extra-filename=-ffe20b5e7b9d8f7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3414 | 2023-11-16T20:41:09.472Z | Compiling shell-words v1.1.0 |
3415 | 2023-11-16T20:41:09.475Z | Running `/home/build/.rustup/toolchains/1.73.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=335e58b8af60e2fd -C extra-filename=-335e58b8af60e2fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3416 | 2023-11-16T20:41:09.888Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1c27473040a660c8 -C extra-filename=-1c27473040a660c8 --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-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-3675d8bda0c2f548.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-ffe20b5e7b9d8f7b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3417 | 2023-11-16T20:41:09.962Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b1af20c34501ad2 -C extra-filename=-0b1af20c34501ad2 --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-d01a8c9c45584e81.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings` |
3418 | 2023-11-16T20:41:10.235Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64364a41ffb18c06 -C extra-filename=-64364a41ffb18c06 --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-460a29b310d4b266.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d9fd8be3c8f4d9b0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b1e2f496db992ba2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3419 | 2023-11-16T20:41:10.262Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e5a1bd5a70183ab3 -C extra-filename=-e5a1bd5a70183ab3 --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-a360a63071b0d3ab.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b1e2f496db992ba2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3420 | 2023-11-16T20:41:13.224Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3421 | 2023-11-16T20:41:13.229Z | Running `/home/build/.rustup/toolchains/1.73.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=52e70a3ad9655253 -C extra-filename=-52e70a3ad9655253 --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-57e8940daf1498f5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3422 | 2023-11-16T20:41:13.415Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3423 | 2023-11-16T20:41:13.456Z | Running `/home/build/.rustup/toolchains/1.73.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=70a5f602f14b4d57 -C extra-filename=-70a5f602f14b4d57 --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-cf8b7ddb4026a748.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3424 | 2023-11-16T20:41:14.029Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f5f05a14d0d977d8 -C extra-filename=-f5f05a14d0d977d8 --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-70f39455740c1dcc.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3425 | 2023-11-16T20:41:16.365Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=98056549e8708959 -C extra-filename=-98056549e8708959 --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-3bd75d59c2f917c6.rmeta --cap-lints allow -D warnings` |
3426 | 2023-11-16T20:41:16.601Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -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=3ccf3bc2438b7612 -C extra-filename=-3ccf3bc2438b7612 --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-693607a6dde21b4e.rmeta --cap-lints allow -D warnings` |
3427 | 2023-11-16T20:41:16.627Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=339e364ab7661f4e -C extra-filename=-339e364ab7661f4e --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-9942916e61f00244.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --cap-lints allow -D warnings` |
3428 | 2023-11-16T20:41:16.928Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="generic-array"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=27962cbb160ab8e2 -C extra-filename=-27962cbb160ab8e2 --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-b16fa0049bfaab50.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings` |
3429 | 2023-11-16T20:41:16.977Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=eacd413f0d4dd4e6 -C extra-filename=-eacd413f0d4dd4e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3430 | 2023-11-16T20:41:17.076Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b2d9abc7e28e6f4a -C extra-filename=-b2d9abc7e28e6f4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3431 | 2023-11-16T20:41:17.117Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55338accbfac551f -C extra-filename=-55338accbfac551f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3432 | 2023-11-16T20:41:17.482Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=faab1de7b708cdb7 -C extra-filename=-faab1de7b708cdb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3433 | 2023-11-16T20:41:17.687Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6abbb4524cc92a01 -C extra-filename=-6abbb4524cc92a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3434 | 2023-11-16T20:41:17.717Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=8cba5484d64451e3 -C extra-filename=-8cba5484d64451e3 --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-fb119d34908ebc97.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-eacd413f0d4dd4e6.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-339e364ab7661f4e.rmeta --cap-lints allow -D warnings` |
3435 | 2023-11-16T20:41:18.254Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4a3a7783d0fe6dc6 -C extra-filename=-4a3a7783d0fe6dc6 --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-5e8ae2e112c5f35d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-98056549e8708959.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-d880d799629ae13b.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-4d8d7e38a6b856a8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35bed8c43357b876.rmeta --cap-lints allow -D warnings` |
3436 | 2023-11-16T20:41:20.572Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=315408fea7c8603d -C extra-filename=-315408fea7c8603d --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-c6e588532b1b0553.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0ee61051b5904f16.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c2cd943bf2b650d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3ccf3bc2438b7612.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-6abbb4524cc92a01.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-55338accbfac551f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-1206d6612c4b6209.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-faab1de7b708cdb7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3437 | 2023-11-16T20:41:21.167Z | Running `/home/build/.rustup/toolchains/1.73.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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' -C metadata=36356879761c3016 -C extra-filename=-36356879761c3016 --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-b2d9abc7e28e6f4a.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-27962cbb160ab8e2.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-d01a8c9c45584e81.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b16fa0049bfaab50.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-0b1af20c34501ad2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ac62a01cd014cd7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings` |
3438 | 2023-11-16T20:41:21.545Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3439 | 2023-11-16T20:41:21.586Z | Running `/home/build/.rustup/toolchains/1.73.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=6b7ff7af8491fdc2 -C extra-filename=-6b7ff7af8491fdc2 --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-57e8940daf1498f5.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bb9a097091f307b4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-eb27596307db6d78.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c3631a52b2213d11.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7794287488be32f9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3440 | 2023-11-16T20:41:22.060Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da138bd9077ac9c9 -C extra-filename=-da138bd9077ac9c9 --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-950af69c15d3da7a.so --cap-lints allow -D warnings` |
3441 | 2023-11-16T20:41:22.234Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=b4ea7b136605927f -C extra-filename=-b4ea7b136605927f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-99ad82a2662c71d8.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-46b779e783d9e4ed.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
3442 | 2023-11-16T20:41:23.646Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=46a28e74309ebd7f -C extra-filename=-46a28e74309ebd7f --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` |
3443 | 2023-11-16T20:41:23.813Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' -C metadata=71e8c2fbef5d7cd0 -C extra-filename=-71e8c2fbef5d7cd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-4cf9f9623799a70b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-fb119d34908ebc97.rmeta --cap-lints allow -D warnings` |
3444 | 2023-11-16T20:41:24.553Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=ef154c30eb00f5c8 -C extra-filename=-ef154c30eb00f5c8 --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-9942916e61f00244.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-b16fa0049bfaab50.rmeta --cap-lints allow -D warnings` |
3445 | 2023-11-16T20:41:25.087Z | Compiling yansi v0.5.1 |
3446 | 2023-11-16T20:41:25.090Z | Running `/home/build/.rustup/toolchains/1.73.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=ee863b76c9154bdb -C extra-filename=-ee863b76c9154bdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3447 | 2023-11-16T20:41:25.665Z | Compiling pretty_assertions v1.4.0 |
3448 | 2023-11-16T20:41:25.668Z | Running `/home/build/.rustup/toolchains/1.73.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=d4dc32376fbc7212 -C extra-filename=-d4dc32376fbc7212 --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-16efdf9e15901b76.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ee863b76c9154bdb.rmeta --cap-lints allow -D warnings` |
3449 | 2023-11-16T20:41:26.242Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=a166f3f4e25ad535 -C extra-filename=-a166f3f4e25ad535 --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-b4ea7b136605927f.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-36356879761c3016.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7f2827eb04ca09d3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3046fa3c0ec0df90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-da138bd9077ac9c9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings` |
3450 | 2023-11-16T20:41:27.580Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' -C metadata=6d4b95655db10582 -C extra-filename=-6d4b95655db10582 --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-ef154c30eb00f5c8.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-71e8c2fbef5d7cd0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-4cf9f9623799a70b.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8cba5484d64451e3.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings` |
3451 | 2023-11-16T20:41:27.698Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="acct"' --cfg 'feature="aio"' --cfg 'feature="default"' --cfg 'feature="dir"' --cfg 'feature="env"' --cfg 'feature="event"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="inotify"' --cfg 'feature="ioctl"' --cfg 'feature="kmod"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="mount"' --cfg 'feature="mqueue"' --cfg 'feature="net"' --cfg 'feature="personality"' --cfg 'feature="pin-utils"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="pthread"' --cfg 'feature="ptrace"' --cfg 'feature="quota"' --cfg 'feature="reboot"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --cfg 'feature="time"' --cfg 'feature="ucontext"' --cfg 'feature="uio"' --cfg 'feature="user"' --cfg 'feature="zerocopy"' -C metadata=207fae84259e94d8 -C extra-filename=-207fae84259e94d8 --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-0e14186713d6361c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-46a28e74309ebd7f.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-4b3ffe4e687dc586.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --cap-lints allow -D warnings` |
3452 | 2023-11-16T20:41:27.938Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9b04727ce397c0d2 -C extra-filename=-9b04727ce397c0d2 --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-cd5579cf6dade5e4.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-99b26c02d2666f48.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9013861b0b39164d.rmeta --cap-lints allow -D warnings` |
3453 | 2023-11-16T20:41:28.449Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' -C metadata=cc1d7e4939f7fed0 -C extra-filename=-cc1d7e4939f7fed0 --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-a39ca4ba44c9eca2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-86db96edcf7f5921.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35bed8c43357b876.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-7982a7d65a57a851.rmeta --cap-lints allow -D warnings` |
3454 | 2023-11-16T20:41:31.813Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a2fa5750e1331b1 -C extra-filename=-6a2fa5750e1331b1 --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-ede5bf5307fc781b.so --cap-lints allow -D warnings` |
3455 | 2023-11-16T20:41:32.070Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=17362ded1235e982 -C extra-filename=-17362ded1235e982 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2` |
3456 | 2023-11-16T20:41:34.278Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f386cd1b417810df -C extra-filename=-f386cd1b417810df --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-64fac520cd38ea8e.so --cap-lints allow -D warnings` |
3457 | 2023-11-16T20:41:34.535Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=063957f782887842 -C extra-filename=-063957f782887842 --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-f291a210b68bcfed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds` |
3458 | 2023-11-16T20:41:35.423Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7eaec023eb10f3d -C extra-filename=-e7eaec023eb10f3d --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-a360a63071b0d3ab.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3459 | 2023-11-16T20:41:35.636Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f1923e845f23eb08 -C extra-filename=-f1923e845f23eb08 --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-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
3460 | 2023-11-16T20:41:36.183Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' -C metadata=2ae4bd917ab6cd29 -C extra-filename=-2ae4bd917ab6cd29 --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-cf8b7ddb4026a748.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-90dfc63f0b76edbb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-906bb77dd445f3be.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-19bf49e74a62d6a5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --cap-lints allow -D warnings` |
3461 | 2023-11-16T20:41:36.875Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' -C metadata=12f5873c9d4d438d -C extra-filename=-12f5873c9d4d438d --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-17a51d49f50a51d5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
3462 | 2023-11-16T20:41:37.019Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0cf99253da84797c -C extra-filename=-0cf99253da84797c --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
3463 | 2023-11-16T20:41:37.132Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=58766ef76fe8fb46 -C extra-filename=-58766ef76fe8fb46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3464 | 2023-11-16T20:41:37.367Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9da0ada834dc4b60 -C extra-filename=-9da0ada834dc4b60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3465 | 2023-11-16T20:41:37.602Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=60c836391feef5c5 -C extra-filename=-60c836391feef5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3466 | 2023-11-16T20:41:37.696Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=760b21e8460a38c4 -C extra-filename=-760b21e8460a38c4 --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-9da0ada834dc4b60.rmeta --cap-lints allow -D warnings` |
3467 | 2023-11-16T20:41:37.774Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=791702ed5cd13f68 -C extra-filename=-791702ed5cd13f68 --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-906bb77dd445f3be.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-58766ef76fe8fb46.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-d880d799629ae13b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --cap-lints allow -D warnings` |
3468 | 2023-11-16T20:41:37.974Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7476b333a9127a2e -C extra-filename=-7476b333a9127a2e --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-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-7640f4adf3f6680d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-20cb91d84b9b219b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-da0e1b41323a2737.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e01f063c7f706ea7.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-83271599400e27ba.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-207fae84259e94d8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-0cf99253da84797c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4714ca2722bc6f6d.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0db53f82d8e4970b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-9b04727ce397c0d2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1fff13d127a6345f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3469 | 2023-11-16T20:41:38.244Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/1446f7e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1dbdd79fab6e7e37 -C extra-filename=-1dbdd79fab6e7e37 --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-cf8b7ddb4026a748.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-2ae4bd917ab6cd29.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-945284567de6ad4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
3470 | 2023-11-16T20:41:39.154Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e4f7b8896f4b780c -C extra-filename=-e4f7b8896f4b780c --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-c6e588532b1b0553.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-92a1e9b3a034d967.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-945284567de6ad4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e7eaec023eb10f3d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-724b3ddc6a6ab0f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f9e7901a4181a0d6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f386cd1b417810df.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-99256f689a377cad.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d80d997820c88408.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3471 | 2023-11-16T20:41:39.226Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/5439887/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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=29b08b7cbe605dc8 -C extra-filename=-29b08b7cbe605dc8 --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-c6e588532b1b0553.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-770ba59cb2b38f0a.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-f1923e845f23eb08.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c66931ff0654519a.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ee1c2054b74c5fde.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3472 | 2023-11-16T20:41:40.284Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=c395c89621dc6c99 -C extra-filename=-c395c89621dc6c99 --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-5e8ae2e112c5f35d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-26246b03283545f7.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-6a2fa5750e1331b1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-17362ded1235e982.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-df3f5352834541d5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-a58690eb4b654973.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-12f5873c9d4d438d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-0554b28c24b342d2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.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` |
3473 | 2023-11-16T20:41:46.744Z | Compiling polar-core v0.27.0 |
3474 | 2023-11-16T20:41:46.747Z | Running `/home/build/.rustup/toolchains/1.73.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 debug-assertions=on --cfg 'feature="default"' -C metadata=2f710e73a510744f -C extra-filename=-2f710e73a510744f --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-2f710e73a510744f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-c2be0ae9d2b07d63.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --cap-lints allow -D warnings` |
3475 | 2023-11-16T20:41:47.346Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=e886de4220f11d73 -C extra-filename=-e886de4220f11d73 --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-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-6d4b95655db10582.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a5d00313097979a7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-1ac62a01cd014cd7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-1df402c054e08ca9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b1e2f496db992ba2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a166f3f4e25ad535.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3476 | 2023-11-16T20:41:48.900Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-2f710e73a510744f/build-script-build` |
3477 | 2023-11-16T20:41:52.268Z | Running `/home/build/.rustup/toolchains/1.73.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=7cc3f9658ad45d6d -C extra-filename=-7cc3f9658ad45d6d --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-a262c704964bc37c.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-63c6980fe0f75543.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ecf30ba3c02d84ca.so --cap-lints allow -D warnings` |
3478 | 2023-11-16T20:41:56.991Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=129b89b31104e6f4 -C extra-filename=-129b89b31104e6f4 --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-a262c704964bc37c.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-c570cbfef4d374b1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-ecf30ba3c02d84ca.so --cap-lints allow -D warnings` |
3479 | 2023-11-16T20:42:01.001Z | Running `/home/build/.rustup/toolchains/1.73.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.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' -C metadata=e6eee0ca535d124b -C extra-filename=-e6eee0ca535d124b --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-906bb77dd445f3be.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-cc1d7e4939f7fed0.rmeta --cap-lints allow -D warnings` |
3480 | 2023-11-16T20:42:01.776Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0faa5b7262e93641 -C extra-filename=-0faa5b7262e93641 --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-c6e588532b1b0553.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a2289c317a92b442.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-315408fea7c8603d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3481 | 2023-11-16T20:42:04.818Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a7ac493356a377d1 -C extra-filename=-a7ac493356a377d1 --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-a5d00313097979a7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3482 | 2023-11-16T20:42:06.714Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=466aefe0d7010ed8 -C extra-filename=-466aefe0d7010ed8 --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-a64963c72ae5b32f.rmeta --cap-lints allow -D warnings` |
3483 | 2023-11-16T20:42:08.464Z | Compiling oso v0.27.0 |
3484 | 2023-11-16T20:42:08.469Z | Running `/home/build/.rustup/toolchains/1.73.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=344a8fbb7204ec0a -C extra-filename=-344a8fbb7204ec0a --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-04ded6028d765a54.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-abf9dd1cd8e1cff1.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-7cc3f9658ad45d6d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-d4cfccba016c8d4c.rmeta --cap-lints allow -D warnings` |
3485 | 2023-11-16T20:42:18.231Z | Running `/home/build/.rustup/toolchains/1.73.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=4f954f88d97a3cdd -C extra-filename=-4f954f88d97a3cdd --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-57e8940daf1498f5.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3d4d87ccbc5995f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-3f87bc15a73a3bc7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9d4270f587a14ec8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-92a1e9b3a034d967.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-af5be7e705c77cb8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-344a8fbb7204ec0a.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e688572438a649ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3486 | 2023-11-16T20:42:19.232Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' -C metadata=e811198a0e496c99 -C extra-filename=-e811198a0e496c99 --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-04ded6028d765a54.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-60c836391feef5c5.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-abf9dd1cd8e1cff1.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-129b89b31104e6f4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-7598aea52ba70d71.rmeta --cap-lints allow -D warnings` |
3487 | 2023-11-16T20:42:24.986Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da1a03fb7512fa88 -C extra-filename=-da1a03fb7512fa88 --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-945284567de6ad4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
3488 | 2023-11-16T20:42:25.581Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' -C metadata=95b4f3e5d8a8ea7c -C extra-filename=-95b4f3e5d8a8ea7c --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-35753d22fbfb488e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --cap-lints allow -D warnings` |
3489 | 2023-11-16T20:42:25.860Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3490 | 2023-11-16T20:42:25.863Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/51a3121/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=78a10caaffb4790d -C extra-filename=-78a10caaffb4790d --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-57e8940daf1498f5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b81994cc0cd9cf50.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-e9d6bf4db1ffb2aa.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3491 | 2023-11-16T20:42:28.858Z | Compiling fatfs v0.3.6 |
3492 | 2023-11-16T20:42:28.861Z | Running `/home/build/.rustup/toolchains/1.73.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=b631e023630cc101 -C extra-filename=-b631e023630cc101 --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-bba883f09c02da13.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --cap-lints allow -D warnings` |
3493 | 2023-11-16T20:42:29.817Z | Compiling rand v0.4.6 |
3494 | 2023-11-16T20:42:29.820Z | Running `/home/build/.rustup/toolchains/1.73.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=68f8ef6df3f29cb7 -C extra-filename=-68f8ef6df3f29cb7 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
3495 | 2023-11-16T20:42:31.796Z | Compiling remove_dir_all v0.5.3 |
3496 | 2023-11-16T20:42:31.834Z | Running `/home/build/.rustup/toolchains/1.73.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=ef9c4cd51501ea16 -C extra-filename=-ef9c4cd51501ea16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3497 | 2023-11-16T20:42:31.960Z | Compiling plotters-backend v0.3.5 |
3498 | 2023-11-16T20:42:31.963Z | Running `/home/build/.rustup/toolchains/1.73.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=3a53b4e078f353b2 -C extra-filename=-3a53b4e078f353b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3499 | 2023-11-16T20:42:32.947Z | Compiling plotters-svg v0.3.5 |
3500 | 2023-11-16T20:42:32.953Z | Running `/home/build/.rustup/toolchains/1.73.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=526176f825f0e681 -C extra-filename=-526176f825f0e681 --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-3a53b4e078f353b2.rmeta --cap-lints allow -D warnings` |
3501 | 2023-11-16T20:42:33.623Z | Compiling tempdir v0.3.7 |
3502 | 2023-11-16T20:42:33.626Z | Running `/home/build/.rustup/toolchains/1.73.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=37b515d228da282d -C extra-filename=-37b515d228da282d --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-68f8ef6df3f29cb7.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-ef9c4cd51501ea16.rmeta --cap-lints allow -D warnings` |
3503 | 2023-11-16T20:42:34.259Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=267210ae21b45266 -C extra-filename=-267210ae21b45266 --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-c6e588532b1b0553.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-7476b333a9127a2e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a2289c317a92b442.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-a7ac493356a377d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-95b4f3e5d8a8ea7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aba02ade3df369b8.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6eee0ca535d124b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3504 | 2023-11-16T20:42:34.716Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=02cc56fd0d0d3dc8 -C extra-filename=-02cc56fd0d0d3dc8 --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-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e886de4220f11d73.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5a1bd5a70183ab3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0ee61051b5904f16.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-961887d6a2402ec9.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-64364a41ffb18c06.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-583f352fa90a7efc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2d381742613fe497.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-791702ed5cd13f68.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a2289c317a92b442.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b490a9250b4ec7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-da02a8aa168d821e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-df7f3f3465071e30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-301d4fb408f2c31c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-80c5400519f68912.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-20839bf29ffb19be.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8f4816b0d1a532d4.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29b08b7cbe605dc8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-99256f689a377cad.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b1e2f496db992ba2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6b3d8c5eb830d4b6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-103f1a41f564ef57.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7fde89bebcd726d4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a57231e75ac7d17f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3505 | 2023-11-16T20:42:39.645Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=0be5df1085132ddd -C extra-filename=-0be5df1085132ddd --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-760b21e8460a38c4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-ac77abdd978f77fe.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta --cap-lints allow -D warnings --cfg tweetnacl` |
3506 | 2023-11-16T20:42:44.191Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e109f395be518351 -C extra-filename=-e109f395be518351 --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-cf8b7ddb4026a748.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3507 | 2023-11-16T20:42:44.822Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3508 | 2023-11-16T20:42:44.825Z | Running `/home/build/.rustup/toolchains/1.73.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=d73b6485c85fcb5d -C extra-filename=-d73b6485c85fcb5d --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-37ae8d4b682353eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3509 | 2023-11-16T20:42:56.094Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a632056f13355029 -C extra-filename=-a632056f13355029 --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-725d053368464382.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
3510 | 2023-11-16T20:42:56.786Z | Compiling assert_cmd v2.0.12 |
3511 | 2023-11-16T20:42:56.789Z | Running `/home/build/.rustup/toolchains/1.73.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=db308b1a43082729 -C extra-filename=-db308b1a43082729 --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-0bb32fe94b168e4f.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b0ced7931636edb8.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-da7847691a80269d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3a6c4ab35a0a6e2b.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-9675a9e53cb57efd.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-be76beec23514b9a.rmeta --cap-lints allow -D warnings` |
3512 | 2023-11-16T20:42:59.004Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b4a49de0711846af -C extra-filename=-b4a49de0711846af --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
3513 | 2023-11-16T20:42:59.254Z | Compiling serial_test_derive v0.10.0 |
3514 | 2023-11-16T20:42:59.259Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serial_test_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test_derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="async"' -C metadata=b13f334e8886f1f9 -C extra-filename=-b13f334e8886f1f9 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
3515 | 2023-11-16T20:43:01.268Z | Compiling dashmap v5.5.1 |
3516 | 2023-11-16T20:43:01.271Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name dashmap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dashmap-5.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=8a04f428f496e09a -C extra-filename=-8a04f428f496e09a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-93e3559dd37749ff.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-229a37db0ca11e34.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-95e689be1802d261.rmeta --cap-lints allow -D warnings` |
3517 | 2023-11-16T20:43:02.823Z | Compiling cast v0.3.0 |
3518 | 2023-11-16T20:43:02.827Z | Running `/home/build/.rustup/toolchains/1.73.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=3e8dedf6e461dbe6 -C extra-filename=-3e8dedf6e461dbe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3519 | 2023-11-16T20:43:03.422Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c303823dc83b4ff0 -C extra-filename=-c303823dc83b4ff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3520 | 2023-11-16T20:43:04.312Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3521 | 2023-11-16T20:43:04.317Z | Running `/home/build/.rustup/toolchains/1.73.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=c59d9a480f377250 -C extra-filename=-c59d9a480f377250 --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-57e8940daf1498f5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f954f88d97a3cdd.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70a5f602f14b4d57.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d4ea949af1bf2cc9.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3522 | 2023-11-16T20:43:13.327Z | Running `/home/build/.rustup/toolchains/1.73.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=1d5710c68632fc63 -C extra-filename=-1d5710c68632fc63 --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-57e8940daf1498f5.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a10caaffb4790d.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f954f88d97a3cdd.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b2c976fd3babb27a.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-52e70a3ad9655253.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70a5f602f14b4d57.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e688572438a649ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3523 | 2023-11-16T20:43:13.557Z | Compiling criterion-plot v0.5.0 |
3524 | 2023-11-16T20:43:13.560Z | Running `/home/build/.rustup/toolchains/1.73.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=629adf6347c413c4 -C extra-filename=-629adf6347c413c4 --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-3e8dedf6e461dbe6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --cap-lints allow -D warnings` |
3525 | 2023-11-16T20:43:15.247Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=13ca2c96ab32df82 -C extra-filename=-13ca2c96ab32df82 --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-c6e588532b1b0553.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1dbdd79fab6e7e37.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-3f87bc15a73a3bc7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-2ae4bd917ab6cd29.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-466aefe0d7010ed8.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-92a1e9b3a034d967.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-945284567de6ad4a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-da1a03fb7512fa88.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a3a7783d0fe6dc6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-f999294866f53eae.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e4f7b8896f4b780c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e811198a0e496c99.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f386cd1b417810df.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c395c89621dc6c99.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-99256f689a377cad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d80d997820c88408.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3526 | 2023-11-16T20:43:15.609Z | Compiling serial_test v0.10.0 |
3527 | 2023-11-16T20:43:15.612Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name serial_test --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="log"' --cfg 'feature="logging"' -C metadata=7846d9529418cb51 -C extra-filename=-7846d9529418cb51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dashmap=/work/oxidecomputer/omicron/target/debug/deps/libdashmap-8a04f428f496e09a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9b661897d4f1cf2f.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-b13f334e8886f1f9.so --cap-lints allow -D warnings` |
3528 | 2023-11-16T20:43:16.897Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="salty"' -C metadata=9ec8c4ecbacbe6fe -C extra-filename=-9ec8c4ecbacbe6fe --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-971c2440ec6adef8.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a632056f13355029.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-0be5df1085132ddd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-b4a49de0711846af.rmeta --cap-lints allow -D warnings` |
3529 | 2023-11-16T20:43:18.995Z | Compiling plotters v0.3.5 |
3530 | 2023-11-16T20:43:18.999Z | Running `/home/build/.rustup/toolchains/1.73.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=23be663fb8a78cba -C extra-filename=-23be663fb8a78cba --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-944a383f40926f71.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-3a53b4e078f353b2.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-526176f825f0e681.rmeta --cap-lints allow -D warnings` |
3531 | 2023-11-16T20:43:23.139Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=99afa2db0bf51446 -C extra-filename=-99afa2db0bf51446 --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-c6e588532b1b0553.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-df7f3f3465071e30.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f5f05a14d0d977d8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1c27473040a660c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3532 | 2023-11-16T20:43:36.269Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3533 | 2023-11-16T20:43:36.273Z | Running `/home/build/.rustup/toolchains/1.73.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=1fe3c72ce7a3d35f -C extra-filename=-1fe3c72ce7a3d35f --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-57e8940daf1498f5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3534 | 2023-11-16T20:43:39.645Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3535 | 2023-11-16T20:43:39.669Z | Running `/home/build/.rustup/toolchains/1.73.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=69cdfbd6a4916bcf -C extra-filename=-69cdfbd6a4916bcf --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-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3536 | 2023-11-16T20:43:40.760Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3537 | 2023-11-16T20:43:40.764Z | Running `/home/build/.rustup/toolchains/1.73.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=9bee83fca8dce403 -C extra-filename=-9bee83fca8dce403 --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-57e8940daf1498f5.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3538 | 2023-11-16T20:43:52.215Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=21f551658c1239c9 -C extra-filename=-21f551658c1239c9 --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-5e8ae2e112c5f35d.rmeta --cap-lints allow -D warnings` |
3539 | 2023-11-16T20:43:53.425Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=5c141db5511cb8a8 -C extra-filename=-5c141db5511cb8a8 --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-366ed66a2e454eef.rmeta --cap-lints allow -D warnings` |
3540 | 2023-11-16T20:43:54.064Z | Compiling tinytemplate v1.2.1 |
3541 | 2023-11-16T20:43:54.067Z | Running `/home/build/.rustup/toolchains/1.73.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=9fabc2a250ab80ce -C extra-filename=-9fabc2a250ab80ce --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-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --cap-lints allow -D warnings` |
3542 | 2023-11-16T20:43:55.878Z | Compiling vte_generate_state_changes v0.1.1 |
3543 | 2023-11-16T20:43:55.881Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=11633a4071cf52f9 -C extra-filename=-11633a4071cf52f9 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern proc_macro --cap-lints allow -D warnings` |
3544 | 2023-11-16T20:43:56.974Z | Compiling anes v0.1.6 |
3545 | 2023-11-16T20:43:56.977Z | Running `/home/build/.rustup/toolchains/1.73.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=32a1f0a117b873ac -C extra-filename=-32a1f0a117b873ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3546 | 2023-11-16T20:43:57.807Z | Running `/home/build/.rustup/toolchains/1.73.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.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4f89f52e92176a3 -C extra-filename=-c4f89f52e92176a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3547 | 2023-11-16T20:43:58.726Z | Compiling oorandom v11.1.3 |
3548 | 2023-11-16T20:43:58.729Z | Running `/home/build/.rustup/toolchains/1.73.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=af8146e035916137 -C extra-filename=-af8146e035916137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3549 | 2023-11-16T20:43:59.034Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=89f588427b399873 -C extra-filename=-89f588427b399873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3550 | 2023-11-16T20:43:59.521Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand"' -C metadata=a0cc04a6fd7f2a45 -C extra-filename=-a0cc04a6fd7f2a45 --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-89f588427b399873.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a632056f13355029.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-0be5df1085132ddd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-9ec8c4ecbacbe6fe.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-a92aa6a0ad6645ea.rmeta --cap-lints allow -D warnings` |
3551 | 2023-11-16T20:44:00.141Z | Compiling criterion v0.5.1 |
3552 | 2023-11-16T20:44:00.145Z | Running `/home/build/.rustup/toolchains/1.73.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=4b9fe86dc41c544a -C extra-filename=-4b9fe86dc41c544a --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-32a1f0a117b873ac.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-3e8dedf6e461dbe6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-629adf6347c413c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-f1f8a559d716a091.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-944a383f40926f71.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-af8146e035916137.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-23be663fb8a78cba.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-9fabc2a250ab80ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings` |
3553 | 2023-11-16T20:44:15.691Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=51ca5cde57dda26c -C extra-filename=-51ca5cde57dda26c --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-c6e588532b1b0553.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-063957f782887842.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-5c141db5511cb8a8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-c4f89f52e92176a3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e01f063c7f706ea7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-ad7aef96c1f2ac54.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20421fb97a902724.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a2a9d9d6450a252.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1fff13d127a6345f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3554 | 2023-11-16T20:44:23.872Z | Compiling vte v0.11.1 |
3555 | 2023-11-16T20:44:23.876Z | Running `/home/build/.rustup/toolchains/1.73.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=80edc122cb1dc7cb -C extra-filename=-80edc122cb1dc7cb --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-27097620aad2fe26.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-11633a4071cf52f9.so --cap-lints allow -D warnings` |
3556 | 2023-11-16T20:44:28.463Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' -C metadata=ac4ba9a4d0bea080 -C extra-filename=-ac4ba9a4d0bea080 --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-21f551658c1239c9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-a64963c72ae5b32f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-2eadf8bee82eced4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out` |
3557 | 2023-11-16T20:44:28.826Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=1724715772356ad8 -C extra-filename=-1724715772356ad8 --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-c6e588532b1b0553.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-315408fea7c8603d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3558 | 2023-11-16T20:44:31.204Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9176f4eed9c6cd75 -C extra-filename=-9176f4eed9c6cd75 --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-e021aa0f3972d553.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --cap-lints allow -D warnings` |
3559 | 2023-11-16T20:44:31.707Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3560 | 2023-11-16T20:44:31.710Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=9bc3c8eff55454d2 -C extra-filename=-9bc3c8eff55454d2 --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-32c3d54c97c94ea4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3561 | 2023-11-16T20:44:31.877Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8ab4dafc8bd5acb6 -C extra-filename=-8ab4dafc8bd5acb6 --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
3562 | 2023-11-16T20:44:31.980Z | Compiling threadpool v1.8.1 |
3563 | 2023-11-16T20:44:31.983Z | Running `/home/build/.rustup/toolchains/1.73.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=ecd4d449db6aad30 -C extra-filename=-ecd4d449db6aad30 --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-04132c579bcd6e17.rmeta --cap-lints allow -D warnings` |
3564 | 2023-11-16T20:44:33.470Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="seed-gen"' -C metadata=fc692e5b98dd0505 -C extra-filename=-fc692e5b98dd0505 --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-c6e588532b1b0553.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9176f4eed9c6cd75.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-52907fdca6c5c497.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a3a7783d0fe6dc6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-9c65c620ce3b20ac.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac4ba9a4d0bea080.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6ce626363b62731c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb072a651a59d5f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-8ab4dafc8bd5acb6.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0e6defff283dbdeb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3565 | 2023-11-16T20:44:33.952Z | Compiling libtest-mimic v0.6.1 |
3566 | 2023-11-16T20:44:33.955Z | Running `/home/build/.rustup/toolchains/1.73.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=679809024457630a -C extra-filename=-679809024457630a --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-d1b5987e411c315d.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3940442dfe5b1912.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-ecd4d449db6aad30.rmeta --cap-lints allow -D warnings` |
3567 | 2023-11-16T20:44:34.975Z | Compiling strip-ansi-escapes v0.2.0 |
3568 | 2023-11-16T20:44:34.978Z | Running `/home/build/.rustup/toolchains/1.73.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=d2042a8c35986202 -C extra-filename=-d2042a8c35986202 --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-80edc122cb1dc7cb.rmeta --cap-lints allow -D warnings` |
3569 | 2023-11-16T20:44:35.629Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ca1dca3f8134bc5b -C extra-filename=-ca1dca3f8134bc5b --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-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-267210ae21b45266.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-a0cc04a6fd7f2a45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3570 | 2023-11-16T20:44:36.953Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3571 | 2023-11-16T20:44:36.957Z | Running `/home/build/.rustup/toolchains/1.73.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=e84e62bebc917ed5 -C extra-filename=-e84e62bebc917ed5 --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-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d73b6485c85fcb5d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-24e2bbf9eee2cb99.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3572 | 2023-11-16T20:44:37.282Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=10f4ba9d038843a5 -C extra-filename=-10f4ba9d038843a5 --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-c6e588532b1b0553.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3573 | 2023-11-16T20:44:37.747Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/51a3121/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0fba4763dc3dd1f1 -C extra-filename=-0fba4763dc3dd1f1 --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-c6e588532b1b0553.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-d1b13352fdaade12.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-6146abc1ae9e7f7b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3574 | 2023-11-16T20:44:40.234Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f1dc4c94ab5b34bc -C extra-filename=-f1dc4c94ab5b34bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-9f7762ca215236fd.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --cap-lints allow -D warnings` |
3575 | 2023-11-16T20:44:40.762Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=11107e71e3f277e0 -C extra-filename=-11107e71e3f277e0 --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-0e14186713d6361c.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-cd5579cf6dade5e4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-71114b9393dbed77.rmeta --cap-lints allow -D warnings` |
3576 | 2023-11-16T20:44:41.209Z | Compiling rstest_macros v0.18.2 |
3577 | 2023-11-16T20:44:41.250Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="async-timeout"' -C metadata=8f95dd5a1184ca6d -C extra-filename=-8f95dd5a1184ca6d --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-8f95dd5a1184ca6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1e58258a4bad5ddf.rlib --cap-lints allow -D warnings` |
3578 | 2023-11-16T20:44:41.519Z | Compiling fd-lock v3.0.13 |
3579 | 2023-11-16T20:44:41.523Z | Running `/home/build/.rustup/toolchains/1.73.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=6759c8b60391c956 -C extra-filename=-6759c8b60391c956 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-aa6974083f12bb7d.rmeta --cap-lints allow -D warnings` |
3580 | 2023-11-16T20:44:41.830Z | Compiling nanorand v0.7.0 |
3581 | 2023-11-16T20:44:41.833Z | Running `/home/build/.rustup/toolchains/1.73.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=5bad0d3a66bc5d0f -C extra-filename=-5bad0d3a66bc5d0f --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-5a5836bbf46a42cd.rmeta --cap-lints allow -D warnings` |
3582 | 2023-11-16T20:44:42.073Z | Compiling nu-ansi-term v0.49.0 |
3583 | 2023-11-16T20:44:42.112Z | Running `/home/build/.rustup/toolchains/1.73.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=ee4212fcf00d39e6 -C extra-filename=-ee4212fcf00d39e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3584 | 2023-11-16T20:44:42.794Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c3e1582c0afd59f -C extra-filename=-5c3e1582c0afd59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3585 | 2023-11-16T20:44:42.943Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=165c71f536a37ed8 -C extra-filename=-165c71f536a37ed8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3586 | 2023-11-16T20:44:43.278Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b1199ba54d443c52 -C extra-filename=-b1199ba54d443c52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3587 | 2023-11-16T20:44:43.330Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37fb1c66337d1dbb -C extra-filename=-37fb1c66337d1dbb --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-c6e588532b1b0553.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-5c3e1582c0afd59f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0ee61051b5904f16.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-961887d6a2402ec9.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0fba4763dc3dd1f1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2d381742613fe497.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-11107e71e3f277e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a3a7783d0fe6dc6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-da02a8aa168d821e.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e4f7b8896f4b780c.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-13ca2c96ab32df82.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e7eaec023eb10f3d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-10f4ba9d038843a5.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e109f395be518351.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f5f05a14d0d977d8.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1c27473040a660c8.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-80c5400519f68912.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-20839bf29ffb19be.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f9e7901a4181a0d6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d9fd8be3c8f4d9b0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8f4816b0d1a532d4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f386cd1b417810df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb072a651a59d5f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c395c89621dc6c99.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-99256f689a377cad.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d80d997820c88408.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0e6defff283dbdeb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20421fb97a902724.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3588 | 2023-11-16T20:44:43.537Z | Compiling reedline v0.25.0 |
3589 | 2023-11-16T20:44:43.573Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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 -C metadata=e1abd1344d4ce3bf -C extra-filename=-e1abd1344d4ce3bf --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-be6a16b272216d2c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-6759c8b60391c956.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-1698fe758139cc1f.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-ee4212fcf00d39e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-d2042a8c35986202.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5029efe4c5f58f28.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-5ea6be43bdaf8fd6.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings` |
3590 | 2023-11-16T20:44:44.128Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' -C metadata=ee969f9f0cabb88a -C extra-filename=-ee969f9f0cabb88a --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-165c71f536a37ed8.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-b1199ba54d443c52.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings` |
3591 | 2023-11-16T20:44:46.133Z | Compiling flume v0.11.0 |
3592 | 2023-11-16T20:44:46.137Z | Running `/home/build/.rustup/toolchains/1.73.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=19489794af560c00 -C extra-filename=-19489794af560c00 --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-1e47e072d9a5cdfb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-7a14d41e75c04e78.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-5bad0d3a66bc5d0f.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-307a5b4ea5e7a3f6.rmeta --cap-lints allow -D warnings` |
3593 | 2023-11-16T20:44:47.259Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-8f95dd5a1184ca6d/build-script-build` |
3594 | 2023-11-16T20:44:47.410Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48c516fb26bdc2d4 -C extra-filename=-48c516fb26bdc2d4 --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-f1dc4c94ab5b34bc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-e1abc378f686283d.rmeta --cap-lints allow -D warnings` |
3595 | 2023-11-16T20:44:48.867Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc95013ea8417f73 -C extra-filename=-bc95013ea8417f73 --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-378f294c4b023833.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-267210ae21b45266.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fc692e5b98dd0505.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-ca1dca3f8134bc5b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3596 | 2023-11-16T20:44:49.508Z | Compiling datatest-stable v0.2.3 |
3597 | 2023-11-16T20:44:49.512Z | Running `/home/build/.rustup/toolchains/1.73.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=4cbdbf5ab82b73f6 -C extra-filename=-4cbdbf5ab82b73f6 --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-348870df17091d7d.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-679809024457630a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings` |
3598 | 2023-11-16T20:44:49.754Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ac73c6dadf4ffe72 -C extra-filename=-ac73c6dadf4ffe72 --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-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0faa5b7262e93641.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3599 | 2023-11-16T20:44:50.180Z | Running `/home/build/.rustup/toolchains/1.73.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.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=043e539f88e14c5d -C extra-filename=-043e539f88e14c5d --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-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-89c2dfaf38300e6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f694ac99b80ecc4f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3600 | 2023-11-16T20:44:50.454Z | Compiling tabled_derive v0.6.0 |
3601 | 2023-11-16T20:44:50.503Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=0420ff9782454de8 -C extra-filename=-0420ff9782454de8 --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-14d7d47dc7b7257e.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-8d87886dc8b4ad59.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8e5ed1cfa8416184.rlib --extern proc_macro --cap-lints allow -D warnings` |
3602 | 2023-11-16T20:44:53.702Z | Compiling httptest v0.15.5 |
3603 | 2023-11-16T20:44:53.705Z | Running `/home/build/.rustup/toolchains/1.73.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=6ce849e89437f28f -C extra-filename=-6ce849e89437f28f --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-1d7a1522ea5181c9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-ae678512918bd228.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-4eff3b320e84fc0d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-35b42e597512c686.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings` |
3604 | 2023-11-16T20:44:54.215Z | Compiling similar-asserts v1.5.0 |
3605 | 2023-11-16T20:44:54.218Z | Running `/home/build/.rustup/toolchains/1.73.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=cd97df8099cc6ee1 -C extra-filename=-cd97df8099cc6ee1 --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-e7680e870930d795.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-f9490b982b19964c.rmeta --cap-lints allow -D warnings` |
3606 | 2023-11-16T20:44:54.416Z | Compiling pin-project-internal v1.1.3 |
3607 | 2023-11-16T20:44:54.419Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=dcf93060d9bc72a8 -C extra-filename=-dcf93060d9bc72a8 --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-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro --cap-lints allow -D warnings` |
3608 | 2023-11-16T20:44:56.134Z | Compiling topological-sort v0.2.2 |
3609 | 2023-11-16T20:44:56.137Z | Running `/home/build/.rustup/toolchains/1.73.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=2c6d1931a3022a8a -C extra-filename=-2c6d1931a3022a8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3610 | 2023-11-16T20:44:56.475Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4cecf0d4f9ea518a -C extra-filename=-4cecf0d4f9ea518a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3611 | 2023-11-16T20:44:56.747Z | Compiling trybuild v1.0.85 |
3612 | 2023-11-16T20:44:56.750Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=4f31741ead697b7f -C extra-filename=-4f31741ead697b7f --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-4f31741ead697b7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3613 | 2023-11-16T20:44:57.464Z | Compiling relative-path v1.9.0 |
3614 | 2023-11-16T20:44:57.467Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="default"' -C metadata=bc3b2a8c9fae9873 -C extra-filename=-bc3b2a8c9fae9873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3615 | 2023-11-16T20:44:58.528Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-4f31741ead697b7f/build-script-build` |
3616 | 2023-11-16T20:44:58.568Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="async-timeout"' -C metadata=854976b7426afaac -C extra-filename=-854976b7426afaac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-bc3b2a8c9fae9873.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-7c7233b3c3a88400.rlib --extern proc_macro --cap-lints allow -D warnings` |
3617 | 2023-11-16T20:44:58.590Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crossterm"' --cfg 'feature="default"' -C metadata=5d9ac538cfbb5e67 -C extra-filename=-5d9ac538cfbb5e67 --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-a155d58b851665da.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-4cecf0d4f9ea518a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-103db6eb1c9ace46.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9e9c1ab5b45c90e9.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4831b760b2eb3e28.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings` |
3618 | 2023-11-16T20:44:59.200Z | Compiling pin-project v1.1.3 |
3619 | 2023-11-16T20:44:59.203Z | Running `/home/build/.rustup/toolchains/1.73.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=b5d74038953936d7 -C extra-filename=-b5d74038953936d7 --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-dcf93060d9bc72a8.so --cap-lints allow -D warnings` |
3620 | 2023-11-16T20:44:59.396Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="omicron-dev"' -C metadata=ce35abbfb4269d96 -C extra-filename=-ce35abbfb4269d96 --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-c6e588532b1b0553.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-961887d6a2402ec9.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-583f352fa90a7efc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bc95013ea8417f73.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a3a7783d0fe6dc6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-13ca2c96ab32df82.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e109f395be518351.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-02cc56fd0d0d3dc8.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fc692e5b98dd0505.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-99afa2db0bf51446.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-20839bf29ffb19be.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3621 | 2023-11-16T20:45:04.912Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=da37c3afdf95a4e1 -C extra-filename=-da37c3afdf95a4e1 --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-460a29b310d4b266.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-48c516fb26bdc2d4.rmeta --cap-lints allow -D warnings` |
3622 | 2023-11-16T20:45:07.166Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=7d36d460fdd06f6f -C extra-filename=-7d36d460fdd06f6f --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` |
3623 | 2023-11-16T20:45:08.171Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3624 | 2023-11-16T20:45:08.174Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=718ef263e4a38b8d -C extra-filename=-718ef263e4a38b8d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-718ef263e4a38b8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-274c063a33ae6ef1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3625 | 2023-11-16T20:45:08.560Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3626 | 2023-11-16T20:45:08.563Z | Running `/home/build/.rustup/toolchains/1.73.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 metadata=7e08a06e44ebd6f9 -C extra-filename=-7e08a06e44ebd6f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-7e08a06e44ebd6f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-274c063a33ae6ef1.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3627 | 2023-11-16T20:45:08.727Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' -C metadata=d80405a234b85bdc -C extra-filename=-d80405a234b85bdc --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-e1231a25158b30ac.rmeta --cap-lints allow -D warnings` |
3628 | 2023-11-16T20:45:09.118Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=993abd9227279c0d -C extra-filename=-993abd9227279c0d --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-931fcf7ab78f10a2.rmeta --cap-lints allow -D warnings` |
3629 | 2023-11-16T20:45:09.375Z | Compiling basic-toml v0.1.4 |
3630 | 2023-11-16T20:45:09.378Z | Running `/home/build/.rustup/toolchains/1.73.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=d6d40775f6fba761 -C extra-filename=-d6d40775f6fba761 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
3631 | 2023-11-16T20:45:09.671Z | Compiling futures-timer v3.0.2 |
3632 | 2023-11-16T20:45:09.693Z | Running `/home/build/.rustup/toolchains/1.73.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=78e852d3a66394d2 -C extra-filename=-78e852d3a66394d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3633 | 2023-11-16T20:45:09.791Z | Compiling bytecount v0.6.3 |
3634 | 2023-11-16T20:45:09.795Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a5536d9751b69f1d -C extra-filename=-a5536d9751b69f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3635 | 2023-11-16T20:45:10.105Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3300bdce3cfad370 -C extra-filename=-3300bdce3cfad370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3636 | 2023-11-16T20:45:10.469Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2d29cd2dfbf1a1e9 -C extra-filename=-2d29cd2dfbf1a1e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3637 | 2023-11-16T20:45:10.829Z | Compiling crossbeam-queue v0.3.8 |
3638 | 2023-11-16T20:45:10.832Z | Running `/home/build/.rustup/toolchains/1.73.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 --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=e1d679c56c2f4fc5 -C extra-filename=-e1d679c56c2f4fc5 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-e1d679c56c2f4fc5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3639 | 2023-11-16T20:45:11.092Z | Running `/home/build/.rustup/toolchains/1.73.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=c77ec8a86b304845 -C extra-filename=-c77ec8a86b304845 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3640 | 2023-11-16T20:45:11.426Z | Compiling constant_time_eq v0.2.6 |
3641 | 2023-11-16T20:45:11.430Z | Running `/home/build/.rustup/toolchains/1.73.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=3e65af8250f93808 -C extra-filename=-3e65af8250f93808 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3642 | 2023-11-16T20:45:11.623Z | Compiling arrayvec v0.7.4 |
3643 | 2023-11-16T20:45:11.626Z | Running `/home/build/.rustup/toolchains/1.73.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=41059d236b7a35fd -C extra-filename=-41059d236b7a35fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3644 | 2023-11-16T20:45:11.701Z | Compiling arrayref v0.3.7 |
3645 | 2023-11-16T20:45:11.740Z | Running `/home/build/.rustup/toolchains/1.73.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=e93ad2112cd90b81 -C extra-filename=-e93ad2112cd90b81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3646 | 2023-11-16T20:45:11.855Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' -C metadata=149082c3db20566b -C extra-filename=-149082c3db20566b --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-0b3d81bf658fe203.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-2d29cd2dfbf1a1e9.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-7d36d460fdd06f6f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-da37c3afdf95a4e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings` |
3647 | 2023-11-16T20:45:12.214Z | Compiling rstest v0.18.2 |
3648 | 2023-11-16T20:45:12.217Z | Running `/home/build/.rustup/toolchains/1.73.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=0f7b877fefad7391 -C extra-filename=-0f7b877fefad7391 --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-df8af15c6c8606c7.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-78e852d3a66394d2.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-854976b7426afaac.so --cap-lints allow -D warnings` |
3649 | 2023-11-16T20:45:12.283Z | Compiling blake2b_simd v1.0.1 |
3650 | 2023-11-16T20:45:12.310Z | Running `/home/build/.rustup/toolchains/1.73.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=b0b82513fac87a3d -C extra-filename=-b0b82513fac87a3d --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-e93ad2112cd90b81.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-41059d236b7a35fd.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-3e65af8250f93808.rmeta --cap-lints allow -D warnings` |
3651 | 2023-11-16T20:45:12.446Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-e1d679c56c2f4fc5/build-script-build` |
3652 | 2023-11-16T20:45:12.485Z | Compiling papergrid v0.10.0 |
3653 | 2023-11-16T20:45:12.489Z | Running `/home/build/.rustup/toolchains/1.73.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=b463fac126bb60fc -C extra-filename=-b463fac126bb60fc --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-c77ec8a86b304845.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-4de40f5f1fdaf32e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings` |
3654 | 2023-11-16T20:45:12.557Z | Running `/home/build/.rustup/toolchains/1.73.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=50d498241ea78e60 -C extra-filename=-50d498241ea78e60 --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-d6d40775f6fba761.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-3940442dfe5b1912.rmeta --cap-lints allow -D warnings` |
3655 | 2023-11-16T20:45:12.822Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=48bb634bc53f34ba -C extra-filename=-48bb634bc53f34ba --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-44879273b0d1c253.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-3300bdce3cfad370.rmeta --cap-lints allow -D warnings` |
3656 | 2023-11-16T20:45:13.367Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=dd8a5579de71c3c9 -C extra-filename=-dd8a5579de71c3c9 --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-a5536d9751b69f1d.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-9264f2dd0ecaadd7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings` |
3657 | 2023-11-16T20:45:15.055Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=93d24819e21b4e75 -C extra-filename=-93d24819e21b4e75 --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-931fcf7ab78f10a2.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-993abd9227279c0d.rmeta --cap-lints allow -D warnings` |
3658 | 2023-11-16T20:45:15.161Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' -C metadata=8bb06a0a39f55bc1 -C extra-filename=-8bb06a0a39f55bc1 --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-35753d22fbfb488e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d472cb88a10d32a7.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-d80405a234b85bdc.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-b4bca05e83fdbaa0.rmeta --cap-lints allow -D warnings` |
3659 | 2023-11-16T20:45:15.506Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-7e08a06e44ebd6f9/build-script-build` |
3660 | 2023-11-16T20:45:15.545Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-718ef263e4a38b8d/build-script-build` |
3661 | 2023-11-16T20:45:15.580Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6409dfacbdfaa3be -C extra-filename=-6409dfacbdfaa3be --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-5d9ac538cfbb5e67.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings` |
3662 | 2023-11-16T20:45:16.229Z | Compiling partial-io v0.5.4 |
3663 | 2023-11-16T20:45:16.233Z | Running `/home/build/.rustup/toolchains/1.73.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=edd992d21ebe84b4 -C extra-filename=-edd992d21ebe84b4 --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-df8af15c6c8606c7.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-b5d74038953936d7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --cap-lints allow -D warnings` |
3664 | 2023-11-16T20:45:16.556Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3665 | 2023-11-16T20:45:16.559Z | Running `/home/build/.rustup/toolchains/1.73.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=162924bb2f96e92d -C extra-filename=-162924bb2f96e92d --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-57e8940daf1498f5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-043e539f88e14c5d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3666 | 2023-11-16T20:45:16.980Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3667 | 2023-11-16T20:45:16.983Z | Running `/home/build/.rustup/toolchains/1.73.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=36b992152f751be0 -C extra-filename=-36b992152f751be0 --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-57e8940daf1498f5.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e1abd1344d4ce3bf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3668 | 2023-11-16T20:45:19.368Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3669 | 2023-11-16T20:45:19.372Z | Running `/home/build/.rustup/toolchains/1.73.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=3c1622d429d41bbf -C extra-filename=-3c1622d429d41bbf --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-57e8940daf1498f5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-69cdfbd6a4916bcf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-71bb582afad18721.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a760d17877d720ba.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3670 | 2023-11-16T20:45:19.537Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d9b03c1318433979 -C extra-filename=-d9b03c1318433979 --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-70f39455740c1dcc.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0faa5b7262e93641.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-58413d895be1493b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-8ed5c323f8a67683.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-315408fea7c8603d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1724715772356ad8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3671 | 2023-11-16T20:45:20.958Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=55bf0f2fefecf98f -C extra-filename=-55bf0f2fefecf98f --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-c6e588532b1b0553.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0b3d81bf658fe203.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-51ca5cde57dda26c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3672 | 2023-11-16T20:45:22.347Z | Compiling approx v0.5.1 |
3673 | 2023-11-16T20:45:22.351Z | Running `/home/build/.rustup/toolchains/1.73.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=07222ee5606f4b11 -C extra-filename=-07222ee5606f4b11 --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-944a383f40926f71.rmeta --cap-lints allow -D warnings` |
3674 | 2023-11-16T20:45:22.728Z | Compiling hex-literal v0.4.1 |
3675 | 2023-11-16T20:45:22.731Z | Running `/home/build/.rustup/toolchains/1.73.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=0e2babb6a2a59fdb -C extra-filename=-0e2babb6a2a59fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3676 | 2023-11-16T20:45:22.975Z | Compiling constant_time_eq v0.3.0 |
3677 | 2023-11-16T20:45:22.979Z | Running `/home/build/.rustup/toolchains/1.73.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=be669e0cc9770196 -C extra-filename=-be669e0cc9770196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3678 | 2023-11-16T20:45:23.243Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6a72bb538a078700 -C extra-filename=-6a72bb538a078700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3679 | 2023-11-16T20:45:23.739Z | Compiling rust-argon2 v1.0.1 |
3680 | 2023-11-16T20:45:23.743Z | Running `/home/build/.rustup/toolchains/1.73.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=2658e96bd83c3be6 -C extra-filename=-2658e96bd83c3be6 --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-e787744d353adac5.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-b0b82513fac87a3d.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-be669e0cc9770196.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings` |
3681 | 2023-11-16T20:45:23.977Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e383ba72ebb93963 -C extra-filename=-e383ba72ebb93963 --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-c6e588532b1b0553.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5a1bd5a70183ab3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-64364a41ffb18c06.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-ef81e09e4dd0d865.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2d381742613fe497.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-8bb06a0a39f55bc1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e01f063c7f706ea7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a2289c317a92b442.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ac73c6dadf4ffe72.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0faa5b7262e93641.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-724b3ddc6a6ab0f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b1e2f496db992ba2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-0554b28c24b342d2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aba02ade3df369b8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e2cf0b2371316da.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20421fb97a902724.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-51ca5cde57dda26c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-315408fea7c8603d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1724715772356ad8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3682 | 2023-11-16T20:45:27.583Z | Compiling tabled v0.14.0 |
3683 | 2023-11-16T20:45:27.587Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' -C metadata=3a8c98cfea80ac06 -C extra-filename=-3a8c98cfea80ac06 --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-dd8a5579de71c3c9.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-0420ff9782454de8.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --cap-lints allow -D warnings` |
3684 | 2023-11-16T20:45:29.304Z | Running `/home/build/.rustup/toolchains/1.73.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=4c5554ce6613e29a -C extra-filename=-4c5554ce6613e29a --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-b463fac126bb60fc.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-0420ff9782454de8.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rmeta --cap-lints allow -D warnings` |
3685 | 2023-11-16T20:45:37.260Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=42e2a97b77ae32c6 -C extra-filename=-42e2a97b77ae32c6 --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-c6e588532b1b0553.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-063957f782887842.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a5d00313097979a7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-103db6eb1c9ace46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-149082c3db20566b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-55338accbfac551f.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5d9ac538cfbb5e67.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-93d24819e21b4e75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6a72bb538a078700.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-48bb634bc53f34ba.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ee969f9f0cabb88a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e2cf0b2371316da.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3328f4bab15e24ba.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6409dfacbdfaa3be.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-315408fea7c8603d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1724715772356ad8.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9b03c1318433979.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3686 | 2023-11-16T20:45:37.280Z | Running `/home/build/.rustup/toolchains/1.73.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=7f7ca7b6d91fd3f8 -C extra-filename=-7f7ca7b6d91fd3f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings` |
3687 | 2023-11-16T20:45:37.694Z | Compiling cargo-platform v0.1.3 |
3688 | 2023-11-16T20:45:37.697Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a12083ed29e192f2 -C extra-filename=-a12083ed29e192f2 --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-18d2c5f7a2815c75.rmeta --cap-lints allow -D warnings` |
3689 | 2023-11-16T20:45:38.314Z | Compiling cargo_metadata v0.18.0 |
3690 | 2023-11-16T20:45:38.318Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=261e0d3384a40b26 -C extra-filename=-261e0d3384a40b26 --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-348870df17091d7d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-a12083ed29e192f2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rmeta --cap-lints allow -D warnings` |
3691 | 2023-11-16T20:45:38.659Z | Compiling crossbeam v0.8.2 |
3692 | 2023-11-16T20:45:38.662Z | Running `/home/build/.rustup/toolchains/1.73.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=e5c5fb3b7cb80b99 -C extra-filename=-e5c5fb3b7cb80b99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-ae678512918bd228.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-27f7c1b0b624e6e8.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-3c7425f1d945d36b.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-7f7ca7b6d91fd3f8.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-432ebafd6491db7b.rmeta --cap-lints allow -D warnings` |
3693 | 2023-11-16T20:45:38.855Z | Running `/home/build/.rustup/toolchains/1.73.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=461f1d6ac5d69a6b -C extra-filename=-461f1d6ac5d69a6b --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-aa2aaeb60cbeda14.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3694 | 2023-11-16T20:45:39.339Z | Compiling cargo_toml v0.17.0 |
3695 | 2023-11-16T20:45:39.342Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.17.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2905e569c6ec51cd -C extra-filename=-2905e569c6ec51cd --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-18d2c5f7a2815c75.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rmeta --cap-lints allow -D warnings` |
3696 | 2023-11-16T20:45:40.283Z | Compiling termios v0.3.3 |
3697 | 2023-11-16T20:45:40.286Z | Running `/home/build/.rustup/toolchains/1.73.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=6a7b8090601ca9a5 -C extra-filename=-6a7b8090601ca9a5 --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-b2edb30e9ae87feb.rmeta --cap-lints allow -D warnings` |
3698 | 2023-11-16T20:45:40.675Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3699 | 2023-11-16T20:45:40.696Z | Running `/home/build/.rustup/toolchains/1.73.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=7546a7eae5a14840 -C extra-filename=-7546a7eae5a14840 --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-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6a7b8090601ca9a5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4845472db2f83c14.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3700 | 2023-11-16T20:45:44.781Z | Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
3701 | 2023-11-16T20:45:44.784Z | Running `/home/build/.rustup/toolchains/1.73.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=d500f07f408de6b0 -C extra-filename=-d500f07f408de6b0 --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-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-e5c5fb3b7cb80b99.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-162924bb2f96e92d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-44134a0aea49d778.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3702 | 2023-11-16T20:45:46.759Z | Running `/home/build/.rustup/toolchains/1.73.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=d3acb21552902e73 -C extra-filename=-d3acb21552902e73 --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-57e8940daf1498f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e1abd1344d4ce3bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-36b992152f751be0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3703 | 2023-11-16T20:45:49.691Z | Running `/home/build/.rustup/toolchains/1.73.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=502bd57e76c0c4d7 -C extra-filename=-502bd57e76c0c4d7 --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-57e8940daf1498f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e1abd1344d4ce3bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-36b992152f751be0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3704 | 2023-11-16T20:45:52.543Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2f2c0919bac05305 -C extra-filename=-2f2c0919bac05305 --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-c6e588532b1b0553.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1dbdd79fab6e7e37.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-961887d6a2402ec9.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-945284567de6ad4a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bc95013ea8417f73.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-df7f3f3465071e30.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e4f7b8896f4b780c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-13ca2c96ab32df82.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ce35abbfb4269d96.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f5f05a14d0d977d8.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-99256f689a377cad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-3a8c98cfea80ac06.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ee969f9f0cabb88a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3705 | 2023-11-16T20:45:54.455Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3706 | 2023-11-16T20:45:54.459Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=aae455391dd79250 -C extra-filename=-aae455391dd79250 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-261e0d3384a40b26.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-2905e569c6ec51cd.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib -D warnings` |
3707 | 2023-11-16T20:45:55.458Z | Running `/home/build/.rustup/toolchains/1.73.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=4da535331f20a4ee -C extra-filename=-4da535331f20a4ee --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-79a0c555fedd19c0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4b9fe86dc41c544a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2658e96bd83c3be6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3708 | 2023-11-16T20:45:56.214Z | Running `/home/build/.rustup/toolchains/1.73.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=91e97b9c03010194 -C extra-filename=-91e97b9c03010194 --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-07222ee5606f4b11.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-67fff4335dfda8ea.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-0f7b877fefad7391.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-50d498241ea78e60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3709 | 2023-11-16T20:45:57.382Z | Running `/home/build/.rustup/toolchains/1.73.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=ad69e0a2b7570d74 -C extra-filename=-ad69e0a2b7570d74 --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-07222ee5606f4b11.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-67fff4335dfda8ea.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-0f7b877fefad7391.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-50d498241ea78e60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3710 | 2023-11-16T20:45:58.909Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5923393ae913e29f -C extra-filename=-5923393ae913e29f --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-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-0b3d81bf658fe203.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-55bf0f2fefecf98f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-51ca5cde57dda26c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3711 | 2023-11-16T20:46:12.020Z | Running `/home/build/.rustup/toolchains/1.73.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=fcc21c75cb077d86 -C extra-filename=-fcc21c75cb077d86 --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-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4cbdbf5ab82b73f6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1fe3c72ce7a3d35f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3712 | 2023-11-16T20:46:19.609Z | Running `/home/build/.rustup/toolchains/1.73.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=83c2c991466c2e6f -C extra-filename=-83c2c991466c2e6f --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-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4cbdbf5ab82b73f6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1fe3c72ce7a3d35f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3713 | 2023-11-16T20:46:25.066Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b35b8d98f89529c8 -C extra-filename=-b35b8d98f89529c8 --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-c6e588532b1b0553.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-063957f782887842.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a5d00313097979a7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-103db6eb1c9ace46.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-c303823dc83b4ff0.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-c68e5275fa2856e8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-149082c3db20566b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-55338accbfac551f.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5d9ac538cfbb5e67.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-93d24819e21b4e75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-6a72bb538a078700.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-48bb634bc53f34ba.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-ee969f9f0cabb88a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e2cf0b2371316da.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3328f4bab15e24ba.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-6409dfacbdfaa3be.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-03163feeac6a8865.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-315408fea7c8603d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-42e2a97b77ae32c6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1724715772356ad8.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-d9b03c1318433979.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3714 | 2023-11-16T20:46:27.705Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9bb11b3f2bcb9d85 -C extra-filename=-9bb11b3f2bcb9d85 --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-c6e588532b1b0553.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5a1bd5a70183ab3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-64364a41ffb18c06.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-a289093a13952de3.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-ef81e09e4dd0d865.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2d381742613fe497.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-460a29b310d4b266.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-8bb06a0a39f55bc1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-e01f063c7f706ea7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a2289c317a92b442.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ac73c6dadf4ffe72.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0faa5b7262e93641.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-724b3ddc6a6ab0f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-5ec90d42d443c17d.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b1e2f496db992ba2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-0554b28c24b342d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aba02ade3df369b8.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-3e2cf0b2371316da.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20421fb97a902724.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-51ca5cde57dda26c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-315408fea7c8603d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-1724715772356ad8.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-e383ba72ebb93963.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3715 | 2023-11-16T20:46:32.794Z | Running `/home/build/.rustup/toolchains/1.73.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=5a1a1cb23cbefce7 -C extra-filename=-5a1a1cb23cbefce7 --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-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bb9a097091f307b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-eb27596307db6d78.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c3631a52b2213d11.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7794287488be32f9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3716 | 2023-11-16T20:46:34.758Z | Running `/home/build/.rustup/toolchains/1.73.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=0565fb65926fbcfc -C extra-filename=-0565fb65926fbcfc --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-0e2babb6a2a59fdb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e84e62bebc917ed5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d73b6485c85fcb5d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-24e2bbf9eee2cb99.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-edd992d21ebe84b4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3717 | 2023-11-16T20:46:37.579Z | Running `/home/build/.rustup/toolchains/1.73.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=f60a4de1ab3ebbe0 -C extra-filename=-f60a4de1ab3ebbe0 --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-0e2babb6a2a59fdb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d73b6485c85fcb5d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-24e2bbf9eee2cb99.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-edd992d21ebe84b4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3718 | 2023-11-16T20:46:37.880Z | Running `/home/build/.rustup/toolchains/1.73.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=8001631685fd0134 -C extra-filename=-8001631685fd0134 --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-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-162924bb2f96e92d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-043e539f88e14c5d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3719 | 2023-11-16T20:46:41.804Z | Running `/home/build/.rustup/toolchains/1.73.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=711049b70702ed5c -C extra-filename=-711049b70702ed5c --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-69cdfbd6a4916bcf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3720 | 2023-11-16T20:46:41.976Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e448f9b4dd2e4cfb -C extra-filename=-e448f9b4dd2e4cfb --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-c6e588532b1b0553.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-ac73c6dadf4ffe72.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0faa5b7262e93641.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3721 | 2023-11-16T20:46:44.890Z | Running `/home/build/.rustup/toolchains/1.73.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=66ff25021c5259b2 -C extra-filename=-66ff25021c5259b2 --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e84e62bebc917ed5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d73b6485c85fcb5d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-69cdfbd6a4916bcf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-71bb582afad18721.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a760d17877d720ba.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1fe3c72ce7a3d35f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3c1622d429d41bbf.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7794287488be32f9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3722 | 2023-11-16T20:46:49.800Z | Running `/home/build/.rustup/toolchains/1.73.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=97b33f1f6e857674 -C extra-filename=-97b33f1f6e857674 --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e84e62bebc917ed5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d73b6485c85fcb5d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-69cdfbd6a4916bcf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-71bb582afad18721.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a760d17877d720ba.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1fe3c72ce7a3d35f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3c1622d429d41bbf.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7794287488be32f9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3723 | 2023-11-16T20:46:54.078Z | Running `/home/build/.rustup/toolchains/1.73.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=05cce283950363d5 -C extra-filename=-05cce283950363d5 --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-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3d4d87ccbc5995f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4b9fe86dc41c544a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a10caaffb4790d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6ce849e89437f28f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f954f88d97a3cdd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b2c976fd3babb27a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-52e70a3ad9655253.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70a5f602f14b4d57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c59d9a480f377250.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9bc3c8eff55454d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9bee83fca8dce403.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e688572438a649ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3724 | 2023-11-16T20:46:55.819Z | Running `/home/build/.rustup/toolchains/1.73.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=e21b2ba62f5386e4 -C extra-filename=-e21b2ba62f5386e4 --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-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-043e539f88e14c5d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3725 | 2023-11-16T20:47:05.005Z | Running `/home/build/.rustup/toolchains/1.73.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=5f5222b75922cc86 -C extra-filename=-5f5222b75922cc86 --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-57e8940daf1498f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e1abd1344d4ce3bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3726 | 2023-11-16T20:47:08.397Z | Running `/home/build/.rustup/toolchains/1.73.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=63382e829f623456 -C extra-filename=-63382e829f623456 --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-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4cbdbf5ab82b73f6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1fe3c72ce7a3d35f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3727 | 2023-11-16T20:47:11.003Z | Running `/home/build/.rustup/toolchains/1.73.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=48e6465f5803ed7b -C extra-filename=-48e6465f5803ed7b --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-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4cbdbf5ab82b73f6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3728 | 2023-11-16T20:47:13.977Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a90c781b4f72527d -C extra-filename=-a90c781b4f72527d --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-c6e588532b1b0553.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e886de4220f11d73.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5a1bd5a70183ab3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0ee61051b5904f16.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-961887d6a2402ec9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-64364a41ffb18c06.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-583f352fa90a7efc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2d381742613fe497.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-791702ed5cd13f68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a2289c317a92b442.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b490a9250b4ec7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-da02a8aa168d821e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-df7f3f3465071e30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-02cc56fd0d0d3dc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-301d4fb408f2c31c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-80c5400519f68912.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-20839bf29ffb19be.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8f4816b0d1a532d4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29b08b7cbe605dc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-99256f689a377cad.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b1e2f496db992ba2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6b3d8c5eb830d4b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-103f1a41f564ef57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7fde89bebcd726d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a57231e75ac7d17f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3729 | 2023-11-16T20:47:14.436Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8408f3c5873d1043 -C extra-filename=-8408f3c5873d1043 --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-c6e588532b1b0553.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e886de4220f11d73.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5a1bd5a70183ab3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0ee61051b5904f16.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-961887d6a2402ec9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-64364a41ffb18c06.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-583f352fa90a7efc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2d381742613fe497.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-791702ed5cd13f68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a2289c317a92b442.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b490a9250b4ec7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-da02a8aa168d821e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-df7f3f3465071e30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-02cc56fd0d0d3dc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-301d4fb408f2c31c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-80c5400519f68912.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-20839bf29ffb19be.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8f4816b0d1a532d4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29b08b7cbe605dc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-99256f689a377cad.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b1e2f496db992ba2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6b3d8c5eb830d4b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-103f1a41f564ef57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7fde89bebcd726d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a57231e75ac7d17f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3730 | 2023-11-16T20:47:14.787Z | Running `/home/build/.rustup/toolchains/1.73.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=fb4289979f91a492 -C extra-filename=-fb4289979f91a492 --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-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4a33ff24070d5198.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-738ccb584e64733a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cd0cd0a967d9d46c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e5aaae09680783dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-02fd370d86f8a01c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-58e4d1224dbb5ad3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3731 | 2023-11-16T20:47:34.574Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9e3a6b81346e8660 -C extra-filename=-9e3a6b81346e8660 --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-c6e588532b1b0553.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-e886de4220f11d73.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-e5a1bd5a70183ab3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-f291a210b68bcfed.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-c6bbdbc8170d78c9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0ee61051b5904f16.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-d5236cc99a0d1a24.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-961887d6a2402ec9.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-64364a41ffb18c06.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-583f352fa90a7efc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2d381742613fe497.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c3645a5cea9c4fe4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-1598553c7c0c3b82.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-791702ed5cd13f68.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a2289c317a92b442.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7dd349cb0678461a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-45b490a9250b4ec7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-da02a8aa168d821e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-df7f3f3465071e30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-02cc56fd0d0d3dc8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-301d4fb408f2c31c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-80c5400519f68912.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-20839bf29ffb19be.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8f4816b0d1a532d4.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29b08b7cbe605dc8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c01eb2dc263082d1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-99256f689a377cad.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-b1e2f496db992ba2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-6b3d8c5eb830d4b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-103f1a41f564ef57.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-c10e29fdd212ff3e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-e1123e7bf1ee808c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-7fde89bebcd726d4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-6e5bd758dc263470.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-42c2162d00f59049.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-a57231e75ac7d17f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3732 | 2023-11-16T20:47:46.436Z | Running `/home/build/.rustup/toolchains/1.73.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=f4e56ac7e2568995 -C extra-filename=-f4e56ac7e2568995 --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e84e62bebc917ed5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d73b6485c85fcb5d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-69cdfbd6a4916bcf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-71bb582afad18721.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a760d17877d720ba.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1fe3c72ce7a3d35f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7794287488be32f9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3733 | 2023-11-16T20:47:52.936Z | Running `/home/build/.rustup/toolchains/1.73.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=f1fe62e16bec2adf -C extra-filename=-f1fe62e16bec2adf --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-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3d4d87ccbc5995f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-3f87bc15a73a3bc7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9d4270f587a14ec8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-92a1e9b3a034d967.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-af5be7e705c77cb8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-52e70a3ad9655253.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c59d9a480f377250.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-344a8fbb7204ec0a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e688572438a649ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3734 | 2023-11-16T20:47:53.631Z | Running `/home/build/.rustup/toolchains/1.73.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=8bb693448f3cba68 -C extra-filename=-8bb693448f3cba68 --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-69cdfbd6a4916bcf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3735 | 2023-11-16T20:47:56.359Z | Running `/home/build/.rustup/toolchains/1.73.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=73e5a3ba96b75580 -C extra-filename=-73e5a3ba96b75580 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d4ea949af1bf2cc9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3736 | 2023-11-16T20:48:07.231Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef052555b3f03dee -C extra-filename=-ef052555b3f03dee --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-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-df7f3f3465071e30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f5f05a14d0d977d8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-99afa2db0bf51446.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1c27473040a660c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3737 | 2023-11-16T20:48:29.634Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=400bfc0cdc1a09de -C extra-filename=-400bfc0cdc1a09de --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-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-df7f3f3465071e30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f5f05a14d0d977d8.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-99afa2db0bf51446.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1c27473040a660c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-6ae4ef0a3c96f7fb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3738 | 2023-11-16T20:48:35.466Z | Running `/home/build/.rustup/toolchains/1.73.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=a1e2894c3a631917 -C extra-filename=-a1e2894c3a631917 --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-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4a33ff24070d5198.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-738ccb584e64733a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cd0cd0a967d9d46c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e5aaae09680783dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-02fd370d86f8a01c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-58e4d1224dbb5ad3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3739 | 2023-11-16T20:48:39.488Z | Running `/home/build/.rustup/toolchains/1.73.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=73a02cad77505742 -C extra-filename=-73a02cad77505742 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-53b0d7dbaf1e9e75.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-007db0b0251805f5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3740 | 2023-11-16T20:48:39.588Z | Running `/home/build/.rustup/toolchains/1.73.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=8944466475594855 -C extra-filename=-8944466475594855 --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-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4a33ff24070d5198.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-738ccb584e64733a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cd0cd0a967d9d46c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e5aaae09680783dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-02fd370d86f8a01c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-58e4d1224dbb5ad3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3741 | 2023-11-16T20:48:43.577Z | Running `/home/build/.rustup/toolchains/1.73.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=3d82b137277b3eda -C extra-filename=-3d82b137277b3eda --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-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4a33ff24070d5198.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-738ccb584e64733a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cd0cd0a967d9d46c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e5aaae09680783dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-02fd370d86f8a01c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-58e4d1224dbb5ad3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3742 | 2023-11-16T20:48:47.214Z | Running `/home/build/.rustup/toolchains/1.73.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=af4561603cb6033c -C extra-filename=-af4561603cb6033c --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-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4a33ff24070d5198.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-738ccb584e64733a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cd0cd0a967d9d46c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e5aaae09680783dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-02fd370d86f8a01c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-58e4d1224dbb5ad3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3743 | 2023-11-16T20:48:50.785Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3bb3f18425a11f09 -C extra-filename=-3bb3f18425a11f09 --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-c6e588532b1b0553.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-7476b333a9127a2e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a2289c317a92b442.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-a7ac493356a377d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-267210ae21b45266.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-95b4f3e5d8a8ea7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-aba02ade3df369b8.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-e6eee0ca535d124b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3744 | 2023-11-16T20:48:56.081Z | Running `/home/build/.rustup/toolchains/1.73.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=2664bc504489cffa -C extra-filename=-2664bc504489cffa --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-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d22ff7e5bff4ae9f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-24e2bbf9eee2cb99.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-460d312406334c17.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5aa114db6168df40.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4845472db2f83c14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3745 | 2023-11-16T20:48:59.727Z | Running `/home/build/.rustup/toolchains/1.73.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=c45313de401aa0a1 -C extra-filename=-c45313de401aa0a1 --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-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bb9a097091f307b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-eb27596307db6d78.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c3631a52b2213d11.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7794287488be32f9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3746 | 2023-11-16T20:49:02.382Z | Running `/home/build/.rustup/toolchains/1.73.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=a820c194a99d2872 -C extra-filename=-a820c194a99d2872 --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-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bb9a097091f307b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-eb27596307db6d78.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c3631a52b2213d11.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7794287488be32f9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3747 | 2023-11-16T20:49:15.053Z | Running `/home/build/.rustup/toolchains/1.73.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=99cba3c766dd614c -C extra-filename=-99cba3c766dd614c --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-6362dd318f013838.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-4cb6e83b6c9116b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3748 | 2023-11-16T20:49:30.624Z | Running `/home/build/.rustup/toolchains/1.73.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=e4e3d5fe1e3b9202 -C extra-filename=-e4e3d5fe1e3b9202 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-6362dd318f013838.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-4cb6e83b6c9116b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3749 | 2023-11-16T20:49:52.922Z | Running `/home/build/.rustup/toolchains/1.73.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=c27d22fa81c172c4 -C extra-filename=-c27d22fa81c172c4 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-6362dd318f013838.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-4cb6e83b6c9116b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3750 | 2023-11-16T20:49:54.879Z | Running `/home/build/.rustup/toolchains/1.73.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=876cc8932780fc75 -C extra-filename=-876cc8932780fc75 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-6362dd318f013838.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-4cb6e83b6c9116b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3751 | 2023-11-16T20:49:57.603Z | Running `/home/build/.rustup/toolchains/1.73.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=b299fd54f82732d2 -C extra-filename=-b299fd54f82732d2 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-6362dd318f013838.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-4cb6e83b6c9116b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3752 | 2023-11-16T20:50:00.035Z | Running `/home/build/.rustup/toolchains/1.73.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=6b4c1bd53a8b0951 -C extra-filename=-6b4c1bd53a8b0951 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-6362dd318f013838.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-4cb6e83b6c9116b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3753 | 2023-11-16T20:50:01.040Z | Running `/home/build/.rustup/toolchains/1.73.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=691105df9dbdb145 -C extra-filename=-691105df9dbdb145 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-6362dd318f013838.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-4cb6e83b6c9116b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3754 | 2023-11-16T20:50:05.357Z | Running `/home/build/.rustup/toolchains/1.73.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=85a1fa1393f8c1c6 -C extra-filename=-85a1fa1393f8c1c6 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-6362dd318f013838.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-4cb6e83b6c9116b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3755 | 2023-11-16T20:50:06.971Z | Running `/home/build/.rustup/toolchains/1.73.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=de19cb8c9edb0d4f -C extra-filename=-de19cb8c9edb0d4f --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d4ea949af1bf2cc9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3756 | 2023-11-16T20:50:10.173Z | Running `/home/build/.rustup/toolchains/1.73.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=d6154c5d17aafc4b -C extra-filename=-d6154c5d17aafc4b --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d4ea949af1bf2cc9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3757 | 2023-11-16T20:50:13.371Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c364b14884f1ea72 -C extra-filename=-c364b14884f1ea72 --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-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-583f352fa90a7efc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ccd88d4eb4cabbf7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-91d30094a9a95e80.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bf874a0e7c6d2341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3758 | 2023-11-16T20:50:31.286Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3896ddbb872cf382 -C extra-filename=-3896ddbb872cf382 --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-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-583f352fa90a7efc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ccd88d4eb4cabbf7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-91d30094a9a95e80.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bf874a0e7c6d2341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3759 | 2023-11-16T20:50:33.486Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=212a72b3e0af07aa -C extra-filename=-212a72b3e0af07aa --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-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-583f352fa90a7efc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ccd88d4eb4cabbf7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-91d30094a9a95e80.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bf874a0e7c6d2341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3760 | 2023-11-16T20:50:35.943Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a790bd791a7ba629 -C extra-filename=-a790bd791a7ba629 --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-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-583f352fa90a7efc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-12d187ca5fd0bd9d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-adddbd97d8b2a324.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-1a86fb80ba5f6b34.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-ccd88d4eb4cabbf7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-91d30094a9a95e80.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-bf874a0e7c6d2341.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3761 | 2023-11-16T20:50:38.138Z | Running `/home/build/.rustup/toolchains/1.73.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=c806055d629f5f6f -C extra-filename=-c806055d629f5f6f --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-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-92a1e9b3a034d967.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b2c976fd3babb27a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-71bb582afad18721.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3762 | 2023-11-16T20:50:44.016Z | Running `/home/build/.rustup/toolchains/1.73.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=5b19710561e731e9 -C extra-filename=-5b19710561e731e9 --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-57e8940daf1498f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c2cd943bf2b650d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-f711dafd8e6d53d7.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3763 | 2023-11-16T20:50:50.071Z | Running `/home/build/.rustup/toolchains/1.73.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=f484e5a75b2446e7 -C extra-filename=-f484e5a75b2446e7 --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-57e8940daf1498f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c2cd943bf2b650d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-f711dafd8e6d53d7.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3764 | 2023-11-16T20:50:50.506Z | Running `/home/build/.rustup/toolchains/1.73.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=571669cac3501ba5 -C extra-filename=-571669cac3501ba5 --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-57e8940daf1498f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9e5a41fe27037998.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d2bf0a3cc9ad2986.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3765 | 2023-11-16T20:51:17.855Z | Running `/home/build/.rustup/toolchains/1.73.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=6c0405f044d5b4b6 -C extra-filename=-6c0405f044d5b4b6 --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-be6a16b272216d2c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3766 | 2023-11-16T20:51:23.351Z | Running `/home/build/.rustup/toolchains/1.73.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=cd4ef6fb59cf57d9 -C extra-filename=-cd4ef6fb59cf57d9 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3767 | 2023-11-16T20:51:25.331Z | Running `/home/build/.rustup/toolchains/1.73.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=a0684220c62ee8ce -C extra-filename=-a0684220c62ee8ce --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1e7d7b6302980a4f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3768 | 2023-11-16T20:51:28.506Z | Running `/home/build/.rustup/toolchains/1.73.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=408c4b2035bbfc49 -C extra-filename=-408c4b2035bbfc49 --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-30375a57f8481239.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4a33ff24070d5198.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1ec33922e4e31605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-64f4d828fdf5d116.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3769 | 2023-11-16T20:51:31.407Z | Running `/home/build/.rustup/toolchains/1.73.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=62fd3f3a5142770c -C extra-filename=-62fd3f3a5142770c --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-30375a57f8481239.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4a33ff24070d5198.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1ec33922e4e31605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-64f4d828fdf5d116.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3770 | 2023-11-16T20:52:11.998Z | Running `/home/build/.rustup/toolchains/1.73.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=dd8592d768a1f003 -C extra-filename=-dd8592d768a1f003 --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-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3771 | 2023-11-16T20:52:15.002Z | Running `/home/build/.rustup/toolchains/1.73.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=ffd1346b9298768b -C extra-filename=-ffd1346b9298768b --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1e7d7b6302980a4f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3772 | 2023-11-16T20:52:16.134Z | Running `/home/build/.rustup/toolchains/1.73.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=13435314c848aebd -C extra-filename=-13435314c848aebd --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-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d22ff7e5bff4ae9f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-24e2bbf9eee2cb99.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5aa114db6168df40.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4845472db2f83c14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3773 | 2023-11-16T20:52:16.788Z | Running `/home/build/.rustup/toolchains/1.73.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=fda4b6463dc6e1c5 -C extra-filename=-fda4b6463dc6e1c5 --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-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3774 | 2023-11-16T20:52:31.327Z | Running `/home/build/.rustup/toolchains/1.73.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=77941589f6b1fce5 -C extra-filename=-77941589f6b1fce5 --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-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d22ff7e5bff4ae9f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-24e2bbf9eee2cb99.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-460d312406334c17.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5aa114db6168df40.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4845472db2f83c14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3775 | 2023-11-16T20:52:34.722Z | Running `/home/build/.rustup/toolchains/1.73.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=0947e62b65b55985 -C extra-filename=-0947e62b65b55985 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-004e9e9c8d22b9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3776 | 2023-11-16T20:52:43.051Z | Running `/home/build/.rustup/toolchains/1.73.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=acbaa382f5c49107 -C extra-filename=-acbaa382f5c49107 --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-30375a57f8481239.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1ec33922e4e31605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-64f4d828fdf5d116.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3777 | 2023-11-16T20:53:00.913Z | Running `/home/build/.rustup/toolchains/1.73.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=7444c9456d1f75eb -C extra-filename=-7444c9456d1f75eb --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-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3778 | 2023-11-16T20:53:04.247Z | Running `/home/build/.rustup/toolchains/1.73.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=eba7a98cc4bb2774 -C extra-filename=-eba7a98cc4bb2774 --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-460d312406334c17.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-9753a8d4ddc4706f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3779 | 2023-11-16T20:53:07.364Z | Running `/home/build/.rustup/toolchains/1.73.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=ead3988287c077d1 -C extra-filename=-ead3988287c077d1 --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-348870df17091d7d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-460d312406334c17.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3780 | 2023-11-16T20:53:10.887Z | Running `/home/build/.rustup/toolchains/1.73.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=1b5d83de0044c812 -C extra-filename=-1b5d83de0044c812 --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-460d312406334c17.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-9753a8d4ddc4706f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3781 | 2023-11-16T20:53:10.925Z | Running `/home/build/.rustup/toolchains/1.73.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=97f672bceee93698 -C extra-filename=-97f672bceee93698 --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-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3782 | 2023-11-16T20:53:13.892Z | Running `/home/build/.rustup/toolchains/1.73.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=bedfc2df5eba7c84 -C extra-filename=-bedfc2df5eba7c84 --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-57e8940daf1498f5.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0266dbab300476a7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3783 | 2023-11-16T20:53:16.610Z | Running `/home/build/.rustup/toolchains/1.73.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=fe79910ad23da8e2 -C extra-filename=-fe79910ad23da8e2 --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-cee68d0710045f5f.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3784 | 2023-11-16T20:53:33.521Z | Running `/home/build/.rustup/toolchains/1.73.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=91bb8156ce182974 -C extra-filename=-91bb8156ce182974 --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-a1eac84d717304be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3785 | 2023-11-16T20:53:38.136Z | Running `/home/build/.rustup/toolchains/1.73.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=5a04b1b0e4ebcafb -C extra-filename=-5a04b1b0e4ebcafb --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-37ae8d4b682353eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3786 | 2023-11-16T20:53:42.314Z | Running `/home/build/.rustup/toolchains/1.73.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=a83a4e02208d65b8 -C extra-filename=-a83a4e02208d65b8 --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3787 | 2023-11-16T20:53:45.799Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3788 | 2023-11-16T20:53:45.802Z | Running `/home/build/.rustup/toolchains/1.73.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=e90ef0f7db2fd9fc -C extra-filename=-e90ef0f7db2fd9fc --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-57e8940daf1498f5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64` |
3789 | 2023-11-16T20:53:46.352Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3790 | 2023-11-16T20:53:46.356Z | Running `/home/build/.rustup/toolchains/1.73.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=f89736d0448e69c9 -C extra-filename=-f89736d0448e69c9 --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-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3791 | 2023-11-16T20:53:46.902Z | Running `/home/build/.rustup/toolchains/1.73.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=3db860a3f996c858 -C extra-filename=-3db860a3f996c858 --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-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3792 | 2023-11-16T20:53:49.257Z | Running `/home/build/.rustup/toolchains/1.73.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=4c37f3d2ffe441b0 -C extra-filename=-4c37f3d2ffe441b0 --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3793 | 2023-11-16T20:53:53.082Z | Running `/home/build/.rustup/toolchains/1.73.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=e892f7cc954269b6 -C extra-filename=-e892f7cc954269b6 --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-57e8940daf1498f5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3794 | 2023-11-16T20:53:57.021Z | Running `/home/build/.rustup/toolchains/1.73.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=0c53a44c3fc605b4 -C extra-filename=-0c53a44c3fc605b4 --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-a1eac84d717304be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3795 | 2023-11-16T20:53:58.161Z | Running `/home/build/.rustup/toolchains/1.73.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=1697077ef8990530 -C extra-filename=-1697077ef8990530 --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-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3796 | 2023-11-16T20:54:01.358Z | Running `/home/build/.rustup/toolchains/1.73.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=8c527225dfd883a6 -C extra-filename=-8c527225dfd883a6 --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-cf8b7ddb4026a748.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cd0cd0a967d9d46c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3797 | 2023-11-16T20:54:03.735Z | Running `/home/build/.rustup/toolchains/1.73.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=1574e8bf6b4fae97 -C extra-filename=-1574e8bf6b4fae97 --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-cf8b7ddb4026a748.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3798 | 2023-11-16T20:54:15.488Z | Running `/home/build/.rustup/toolchains/1.73.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=ea9bf3134f3c1ea3 -C extra-filename=-ea9bf3134f3c1ea3 --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-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3799 | 2023-11-16T20:54:16.351Z | Running `/home/build/.rustup/toolchains/1.73.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=51217f62f385f37a -C extra-filename=-51217f62f385f37a --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-2153e13a121e48f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out` |
3800 | 2023-11-16T20:54:22.084Z | Running `/home/build/.rustup/toolchains/1.73.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=28ff9780ca16cf95 -C extra-filename=-28ff9780ca16cf95 --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-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3801 | 2023-11-16T20:54:38.318Z | Running `/home/build/.rustup/toolchains/1.73.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=ac305f1e1a63f987 -C extra-filename=-ac305f1e1a63f987 --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-57e8940daf1498f5.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0266dbab300476a7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-3982620c57157c37.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b328a13401298eea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3802 | 2023-11-16T20:54:38.956Z | Running `/home/build/.rustup/toolchains/1.73.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=0bca3ce28f5af9fb -C extra-filename=-0bca3ce28f5af9fb --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-57e8940daf1498f5.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1abfd7404037decc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3803 | 2023-11-16T20:54:52.246Z | Running `/home/build/.rustup/toolchains/1.73.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=5e3d7f308aab6fbe -C extra-filename=-5e3d7f308aab6fbe --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-57e8940daf1498f5.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0266dbab300476a7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-3982620c57157c37.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b328a13401298eea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3804 | 2023-11-16T20:54:54.245Z | Running `/home/build/.rustup/toolchains/1.73.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=8ab64f3d0b9ecbba -C extra-filename=-8ab64f3d0b9ecbba --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-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32c3d54c97c94ea4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c10867cf2ccc0cf3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3805 | 2023-11-16T20:55:01.622Z | Running `/home/build/.rustup/toolchains/1.73.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=c940a85bc0f74ba3 -C extra-filename=-c940a85bc0f74ba3 --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-4ac3bd6b1abe982c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3806 | 2023-11-16T20:55:05.832Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3807 | 2023-11-16T20:55:05.836Z | Running `/home/build/.rustup/toolchains/1.73.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=57960575078660b3 -C extra-filename=-57960575078660b3 --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-57e8940daf1498f5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3808 | 2023-11-16T20:55:08.424Z | Running `/home/build/.rustup/toolchains/1.73.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=fb620ebb882e53f3 -C extra-filename=-fb620ebb882e53f3 --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-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-41588f168af64472.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a6b35d685ff3bb31.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1d6d0c28d47f5f95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e5aaae09680783dc.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c23504fd4272fbe4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-58e4d1224dbb5ad3.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3809 | 2023-11-16T20:55:24.283Z | Running `/home/build/.rustup/toolchains/1.73.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=530ea226c69571e7 -C extra-filename=-530ea226c69571e7 --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-2153e13a121e48f7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3810 | 2023-11-16T20:55:25.199Z | Running `/home/build/.rustup/toolchains/1.73.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=e573c903b43dc294 -C extra-filename=-e573c903b43dc294 --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-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib` |
3811 | 2023-11-16T20:55:29.421Z | Running `/home/build/.rustup/toolchains/1.73.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=3f42ccb75a0908df -C extra-filename=-3f42ccb75a0908df --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-be6a16b272216d2c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3812 | 2023-11-16T20:55:32.944Z | Running `/home/build/.rustup/toolchains/1.73.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=5a9998346018baab -C extra-filename=-5a9998346018baab --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-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3813 | 2023-11-16T20:55:39.447Z | Running `/home/build/.rustup/toolchains/1.73.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=53c0e1ffad9481e8 -C extra-filename=-53c0e1ffad9481e8 --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-aa2aaeb60cbeda14.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3814 | 2023-11-16T20:55:39.579Z | Running `/home/build/.rustup/toolchains/1.73.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=5806cd968ac46ae9 -C extra-filename=-5806cd968ac46ae9 --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-32c3d54c97c94ea4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3815 | 2023-11-16T20:55:40.913Z | Running `/home/build/.rustup/toolchains/1.73.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=a4a54e7c63a89865 -C extra-filename=-a4a54e7c63a89865 --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-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32c3d54c97c94ea4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib` |
3816 | 2023-11-16T20:55:51.550Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12c868e43afd5af1 -C extra-filename=-12c868e43afd5af1 --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-c6e588532b1b0553.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-5c3e1582c0afd59f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0ee61051b5904f16.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-961887d6a2402ec9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0fba4763dc3dd1f1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2d381742613fe497.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-11107e71e3f277e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a3a7783d0fe6dc6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-da02a8aa168d821e.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e4f7b8896f4b780c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-13ca2c96ab32df82.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e7eaec023eb10f3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-10f4ba9d038843a5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e109f395be518351.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-37fb1c66337d1dbb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f5f05a14d0d977d8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1c27473040a660c8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-80c5400519f68912.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-20839bf29ffb19be.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f9e7901a4181a0d6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d9fd8be3c8f4d9b0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8f4816b0d1a532d4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f386cd1b417810df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb072a651a59d5f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c395c89621dc6c99.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-99256f689a377cad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d80d997820c88408.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0e6defff283dbdeb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20421fb97a902724.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3817 | 2023-11-16T20:55:51.555Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b9fec07509403588 -C extra-filename=-b9fec07509403588 --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-c6e588532b1b0553.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-5c3e1582c0afd59f.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-5e8ae2e112c5f35d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-0ee61051b5904f16.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-70f39455740c1dcc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-961887d6a2402ec9.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-0fba4763dc3dd1f1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0fa9b3759bc86c19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2d381742613fe497.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-11107e71e3f277e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-b40e9a271b8050a7.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-4a3a7783d0fe6dc6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-59ac15bcaa80615d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3bd75d59c2f917c6.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-de23a28bc13d347f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c924c72d38b5669.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a360a63071b0d3ab.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-ba573a89226b8c32.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-059b2d08f033988e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-da02a8aa168d821e.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ee55ccbe3f3bb46b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e4f7b8896f4b780c.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-13ca2c96ab32df82.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e7eaec023eb10f3d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-10f4ba9d038843a5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e109f395be518351.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-7286efa41f322a99.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-7b1a7de9684361e2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-37fb1c66337d1dbb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-383312f2775c792c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-ccc811b722306ba6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-8eea68be06d90599.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-35d27e72b9fc6af2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-f5f05a14d0d977d8.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-1c27473040a660c8.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-80c5400519f68912.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-20839bf29ffb19be.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-f9e7901a4181a0d6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d9fd8be3c8f4d9b0.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-8f4816b0d1a532d4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-7ccc23cd322a10bb.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-f386cd1b417810df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-41b18482217c6019.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-c942a3190f9f73c0.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-dfb072a651a59d5f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-c395c89621dc6c99.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-3c31089f33ca6759.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-31c76cc83c35ac32.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-366ed66a2e454eef.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fda5d9a80970c1c3.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a0454fff814a669e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-337cf04ce066d527.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-99256f689a377cad.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-594b6d1150fa6fd1.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-0c218bc669b7d146.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-aef424e4ea78a6d4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-3143f111e1cb8c57.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-d80d997820c88408.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-37ddc32dfabf6b9a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-32e1908994c783d9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0e6defff283dbdeb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20421fb97a902724.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-9248aad315c3f731.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9cf33b48195728e6.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/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-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3818 | 2023-11-16T20:55:54.088Z | Running `/home/build/.rustup/toolchains/1.73.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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4fbb31e78d37ede3 -C extra-filename=-4fbb31e78d37ede3 --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-c6e588532b1b0553.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-378f294c4b023833.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e6af494e2286ff4c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-52e002890f5c0322.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5dafe65522024432.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ad0a369b3407de0f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-bc95013ea8417f73.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-931fcf7ab78f10a2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e109f395be518351.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-ce35abbfb4269d96.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-829b443e3f4c9ee2.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-37fb1c66337d1dbb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-fc692e5b98dd0505.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-4284ee3b570868ac.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0dfc01ec333e0708.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-ac4ba9a4d0bea080.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-662644f78f291486.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-95b4f3e5d8a8ea7c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-693607a6dde21b4e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0e6defff283dbdeb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-762035ca22586161.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/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-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3819 | 2023-11-16T20:56:29.603Z | Running `/home/build/.rustup/toolchains/1.73.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=3b291f6836fddac2 -C extra-filename=-3b291f6836fddac2 --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-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3d4d87ccbc5995f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4b9fe86dc41c544a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a10caaffb4790d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6ce849e89437f28f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f954f88d97a3cdd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b2c976fd3babb27a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-52e70a3ad9655253.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70a5f602f14b4d57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c59d9a480f377250.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9bc3c8eff55454d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1d5710c68632fc63.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9bee83fca8dce403.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e688572438a649ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3820 | 2023-11-16T20:56:29.616Z | Running `/home/build/.rustup/toolchains/1.73.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=128407c2a042c238 -C extra-filename=-128407c2a042c238 --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-57e8940daf1498f5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3d4d87ccbc5995f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f954f88d97a3cdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c59d9a480f377250.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9bc3c8eff55454d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1d5710c68632fc63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-4c5554ce6613e29a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3821 | 2023-11-16T20:56:29.620Z | Running `/home/build/.rustup/toolchains/1.73.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=19adc150d0c45f2d -C extra-filename=-19adc150d0c45f2d --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-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3d4d87ccbc5995f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4b9fe86dc41c544a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a10caaffb4790d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6ce849e89437f28f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f954f88d97a3cdd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b2c976fd3babb27a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-52e70a3ad9655253.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70a5f602f14b4d57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c59d9a480f377250.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9bc3c8eff55454d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1d5710c68632fc63.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9bee83fca8dce403.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e688572438a649ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3822 | 2023-11-16T20:56:33.173Z | Running `/home/build/.rustup/toolchains/1.73.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=a1b67fdaa6937cff -C extra-filename=-a1b67fdaa6937cff --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-57e8940daf1498f5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3d4d87ccbc5995f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f954f88d97a3cdd.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c59d9a480f377250.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9bc3c8eff55454d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1d5710c68632fc63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-4c5554ce6613e29a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3823 | 2023-11-16T20:56:39.546Z | Running `/home/build/.rustup/toolchains/1.73.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=fa0532aa52be867a -C extra-filename=-fa0532aa52be867a --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70a5f602f14b4d57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c59d9a480f377250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1d5710c68632fc63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9bee83fca8dce403.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5aa114db6168df40.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/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-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3824 | 2023-11-16T20:56:46.033Z | Running `/home/build/.rustup/toolchains/1.73.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=c372eaae0c360f04 -C extra-filename=-c372eaae0c360f04 --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-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3d4d87ccbc5995f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4b9fe86dc41c544a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a10caaffb4790d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6ce849e89437f28f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f954f88d97a3cdd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b2c976fd3babb27a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-52e70a3ad9655253.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70a5f602f14b4d57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c59d9a480f377250.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9bc3c8eff55454d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1d5710c68632fc63.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9bee83fca8dce403.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e688572438a649ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.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-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3825 | 2023-11-16T20:56:46.855Z | Running `/home/build/.rustup/toolchains/1.73.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=2701ef3bc822360e -C extra-filename=-2701ef3bc822360e --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-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70a5f602f14b4d57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c59d9a480f377250.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1d5710c68632fc63.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9bee83fca8dce403.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5aa114db6168df40.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/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-09393e1436bd36c3/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3826 | 2023-11-16T21:05:49.419Z | Finished test [unoptimized + debuginfo] target(s) in 34m 48s |
3827 | 2023-11-16T21:05:49.741Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-a4a54e7c63a89865` |
3828 | 2023-11-16T21:05:49.744Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-acbaa382f5c49107` |
3829 | 2023-11-16T21:05:49.747Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-408c4b2035bbfc49` |
3830 | 2023-11-16T21:05:49.749Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-62fd3f3a5142770c` |
3831 | 2023-11-16T21:05:49.752Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-51217f62f385f37a` |
3832 | 2023-11-16T21:05:49.755Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-e90ef0f7db2fd9fc` |
3833 | 2023-11-16T21:05:49.758Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-57960575078660b3` |
3834 | 2023-11-16T21:05:49.760Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-8ab64f3d0b9ecbba` |
3835 | 2023-11-16T21:05:49.763Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-0c53a44c3fc605b4` |
3836 | 2023-11-16T21:05:49.767Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-85a1fa1393f8c1c6` |
3837 | 2023-11-16T21:05:49.770Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-b299fd54f82732d2` |
3838 | 2023-11-16T21:05:49.776Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-6b4c1bd53a8b0951` |
3839 | 2023-11-16T21:05:49.780Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-876cc8932780fc75` |
3840 | 2023-11-16T21:05:49.783Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-c27d22fa81c172c4` |
3841 | 2023-11-16T21:05:49.785Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-99cba3c766dd614c` |
3842 | 2023-11-16T21:05:49.788Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-e4e3d5fe1e3b9202` |
3843 | 2023-11-16T21:05:49.791Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-691105df9dbdb145` |
3844 | 2023-11-16T21:05:49.794Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-3f42ccb75a0908df` |
3845 | 2023-11-16T21:05:49.797Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-3db860a3f996c858` |
3846 | 2023-11-16T21:05:49.800Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-7546a7eae5a14840` |
3847 | 2023-11-16T21:05:49.803Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-5a9998346018baab` |
3848 | 2023-11-16T21:05:49.806Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-ead3988287c077d1` |
3849 | 2023-11-16T21:05:49.809Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-fb620ebb882e53f3` |
3850 | 2023-11-16T21:05:49.812Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-f60a4de1ab3ebbe0` |
3851 | 2023-11-16T21:05:49.814Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-0565fb65926fbcfc` |
3852 | 2023-11-16T21:05:49.818Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-5a04b1b0e4ebcafb` |
3853 | 2023-11-16T21:05:49.820Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-a83a4e02208d65b8` |
3854 | 2023-11-16T21:05:49.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-8bb693448f3cba68` |
3855 | 2023-11-16T21:05:49.827Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-711049b70702ed5c` |
3856 | 2023-11-16T21:05:49.830Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-4c37f3d2ffe441b0` |
3857 | 2023-11-16T21:05:49.833Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-7444c9456d1f75eb` |
3858 | 2023-11-16T21:05:49.836Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-f89736d0448e69c9` |
3859 | 2023-11-16T21:05:49.838Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-c940a85bc0f74ba3` |
3860 | 2023-11-16T21:05:49.842Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-1574e8bf6b4fae97` |
3861 | 2023-11-16T21:05:49.845Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-91bb8156ce182974` |
3862 | 2023-11-16T21:05:49.848Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-28ff9780ca16cf95` |
3863 | 2023-11-16T21:05:49.851Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-c806055d629f5f6f` |
3864 | 2023-11-16T21:05:49.854Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-f1fe62e16bec2adf` |
3865 | 2023-11-16T21:05:49.856Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-530ea226c69571e7` |
3866 | 2023-11-16T21:05:49.860Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-fda4b6463dc6e1c5` |
3867 | 2023-11-16T21:05:49.863Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-bedfc2df5eba7c84` |
3868 | 2023-11-16T21:05:49.866Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-fe79910ad23da8e2` |
3869 | 2023-11-16T21:05:49.869Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-5e3d7f308aab6fbe` |
3870 | 2023-11-16T21:05:49.871Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-d500f07f408de6b0` |
3871 | 2023-11-16T21:05:49.874Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-fa0532aa52be867a` |
3872 | 2023-11-16T21:05:49.877Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-2701ef3bc822360e` |
3873 | 2023-11-16T21:05:49.880Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-13435314c848aebd` |
3874 | 2023-11-16T21:05:49.907Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-77941589f6b1fce5` |
3875 | 2023-11-16T21:05:49.911Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-2664bc504489cffa` |
3876 | 2023-11-16T21:05:49.916Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-05cce283950363d5` |
3877 | 2023-11-16T21:05:49.919Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-c372eaae0c360f04` |
3878 | 2023-11-16T21:05:49.922Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-19adc150d0c45f2d` |
3879 | 2023-11-16T21:05:49.924Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-3b291f6836fddac2` |
3880 | 2023-11-16T21:05:49.927Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-128407c2a042c238` |
3881 | 2023-11-16T21:05:49.931Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-a1b67fdaa6937cff` |
3882 | 2023-11-16T21:05:49.934Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-e21b2ba62f5386e4` |
3883 | 2023-11-16T21:05:49.937Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-8001631685fd0134` |
3884 | 2023-11-16T21:05:49.940Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-4da535331f20a4ee` |
3885 | 2023-11-16T21:05:49.942Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-53c0e1ffad9481e8` |
3886 | 2023-11-16T21:05:49.945Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-8944466475594855` |
3887 | 2023-11-16T21:05:49.949Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-3d82b137277b3eda` |
3888 | 2023-11-16T21:05:49.952Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-af4561603cb6033c` |
3889 | 2023-11-16T21:05:49.956Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-a1e2894c3a631917` |
3890 | 2023-11-16T21:05:49.959Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-fb4289979f91a492` |
3891 | 2023-11-16T21:05:49.962Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-0bca3ce28f5af9fb` |
3892 | 2023-11-16T21:05:49.966Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-ea9bf3134f3c1ea3` |
3893 | 2023-11-16T21:05:49.969Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-91e97b9c03010194` |
3894 | 2023-11-16T21:05:49.972Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-ad69e0a2b7570d74` |
3895 | 2023-11-16T21:05:49.975Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-e573c903b43dc294` |
3896 | 2023-11-16T21:05:49.978Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-cd4ef6fb59cf57d9` |
3897 | 2023-11-16T21:05:49.982Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-de19cb8c9edb0d4f` |
3898 | 2023-11-16T21:05:49.985Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-d6154c5d17aafc4b` |
3899 | 2023-11-16T21:05:49.988Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-73e5a3ba96b75580` |
3900 | 2023-11-16T21:05:49.991Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-ffd1346b9298768b` |
3901 | 2023-11-16T21:05:49.994Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-a0684220c62ee8ce` |
3902 | 2023-11-16T21:05:49.997Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-0947e62b65b55985` |
3903 | 2023-11-16T21:05:50.001Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-5806cd968ac46ae9` |
3904 | 2023-11-16T21:05:50.004Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-97f672bceee93698` |
3905 | 2023-11-16T21:05:50.007Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-1697077ef8990530` |
3906 | 2023-11-16T21:05:50.010Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-73a02cad77505742` |
3907 | 2023-11-16T21:05:50.012Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-8c527225dfd883a6` |
3908 | 2023-11-16T21:05:50.015Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-1b5d83de0044c812` |
3909 | 2023-11-16T21:05:50.018Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-eba7a98cc4bb2774` |
3910 | 2023-11-16T21:05:50.022Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-48e6465f5803ed7b` |
3911 | 2023-11-16T21:05:50.025Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-63382e829f623456` |
3912 | 2023-11-16T21:05:50.028Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-83c2c991466c2e6f` |
3913 | 2023-11-16T21:05:50.031Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-fcc21c75cb077d86` |
3914 | 2023-11-16T21:05:50.034Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-571669cac3501ba5` |
3915 | 2023-11-16T21:05:50.039Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-5b19710561e731e9` |
3916 | 2023-11-16T21:05:50.042Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-a820c194a99d2872` |
3917 | 2023-11-16T21:05:50.045Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-c45313de401aa0a1` |
3918 | 2023-11-16T21:05:50.047Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-5a1a1cb23cbefce7` |
3919 | 2023-11-16T21:05:50.050Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-e892f7cc954269b6` |
3920 | 2023-11-16T21:05:50.054Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-5f5222b75922cc86` |
3921 | 2023-11-16T21:05:50.057Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-502bd57e76c0c4d7` |
3922 | 2023-11-16T21:05:50.060Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-d3acb21552902e73` |
3923 | 2023-11-16T21:05:50.064Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-f4e56ac7e2568995` |
3924 | 2023-11-16T21:05:50.067Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-66ff25021c5259b2` |
3925 | 2023-11-16T21:05:50.071Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-97b33f1f6e857674` |
3926 | 2023-11-16T21:05:50.073Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-6c0405f044d5b4b6` |
3927 | 2023-11-16T21:05:50.076Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-aae455391dd79250` |
3928 | 2023-11-16T21:05:50.079Z | |
3929 | 2023-11-16T21:05:50.082Z | real 34:48.633216375 |
3930 | 2023-11-16T21:05:50.085Z | |
3931 | 2023-11-16T21:05:50.089Z | user 3:23:01.139845880 |
3932 | 2023-11-16T21:05:50.092Z | ##### ###### #### ##### |
3933 | 2023-11-16T21:05:50.095Z | sys 22:51.214426121 |
3934 | 2023-11-16T21:05:50.097Z | # # # # |
3935 | 2023-11-16T21:05:50.100Z | trap 7.490490580 |
3936 | 2023-11-16T21:05:50.104Z | # ##### #### # |
3937 | 2023-11-16T21:05:50.106Z | tflt 5.312840043 |
3938 | 2023-11-16T21:05:50.109Z | # # # # |
3939 | 2023-11-16T21:05:50.112Z | dflt 19.963011372 |
3940 | 2023-11-16T21:05:50.115Z | # # # # # |
3941 | 2023-11-16T21:05:50.117Z | kflt 0.019855521 |
3942 | 2023-11-16T21:05:50.120Z | # ###### #### # |
3943 | 2023-11-16T21:05:50.123Z | lock 7:01:32.693087754 |
3944 | 2023-11-16T21:05:50.126Z | |
3945 | 2023-11-16T21:05:50.129Z | slp 11:33:23.965007832 |
3946 | 2023-11-16T21:05:50.131Z | lat 6:46.298542530 |
3947 | 2023-11-16T21:05:50.134Z | stop 7:38.006106181 |
3948 | 2023-11-16T21:05:50.859Z | Downloading crates ... |
3949 | 2023-11-16T21:05:51.313Z | Downloaded atomic-polyfill v0.1.11 |
3950 | 2023-11-16T21:05:51.332Z | Downloaded windows-targets v0.42.2 |
3951 | 2023-11-16T21:05:51.336Z | Downloaded windows-targets v0.48.5 |
3952 | 2023-11-16T21:05:51.339Z | Downloaded android_system_properties v0.1.5 |
3953 | 2023-11-16T21:05:51.361Z | Downloaded errno-dragonfly v0.1.2 |
3954 | 2023-11-16T21:05:51.364Z | Downloaded rdrand v0.4.0 |
3955 | 2023-11-16T21:05:51.366Z | Downloaded md5 v0.7.0 |
3956 | 2023-11-16T21:05:51.374Z | Downloaded pbkdf2 v0.12.2 |
3957 | 2023-11-16T21:05:51.377Z | Downloaded option-ext v0.2.0 |
3958 | 2023-11-16T21:05:51.380Z | Downloaded iana-time-zone-haiku v0.1.2 |
3959 | 2023-11-16T21:05:51.382Z | Downloaded blowfish v0.9.1 |
3960 | 2023-11-16T21:05:51.385Z | Downloaded dirs v5.0.1 |
3961 | 2023-11-16T21:05:51.388Z | Downloaded cbc v0.1.2 |
3962 | 2023-11-16T21:05:51.391Z | Downloaded wasm-bindgen-futures v0.4.37 |
3963 | 2023-11-16T21:05:51.395Z | Downloaded system-configuration v0.5.1 |
3964 | 2023-11-16T21:05:51.398Z | Downloaded crossterm_winapi v0.9.1 |
3965 | 2023-11-16T21:05:51.401Z | Downloaded wasm-bindgen-shared v0.2.87 |
3966 | 2023-11-16T21:05:51.403Z | Downloaded russh-cryptovec v0.7.0 |
3967 | 2023-11-16T21:05:51.406Z | Downloaded system-configuration-sys v0.5.0 |
3968 | 2023-11-16T21:05:51.409Z | Downloaded ghash v0.5.0 |
3969 | 2023-11-16T21:05:51.411Z | Downloaded ed25519 v2.2.2 |
3970 | 2023-11-16T21:05:51.414Z | Downloaded anstyle-wincon v2.1.0 |
3971 | 2023-11-16T21:05:51.417Z | Downloaded hermit-abi v0.1.19 |
3972 | 2023-11-16T21:05:51.420Z | Downloaded rand_chacha v0.2.2 |
3973 | 2023-11-16T21:05:51.423Z | Downloaded critical-section v1.1.2 |
3974 | 2023-11-16T21:05:51.425Z | Downloaded core-foundation-sys v0.8.4 |
3975 | 2023-11-16T21:05:51.428Z | Downloaded rand_hc v0.2.0 |
3976 | 2023-11-16T21:05:51.431Z | Downloaded polyval v0.6.1 |
3977 | 2023-11-16T21:05:51.435Z | Downloaded ctr v0.9.2 |
3978 | 2023-11-16T21:05:51.438Z | Downloaded fuchsia-cprng v0.1.1 |
3979 | 2023-11-16T21:05:51.441Z | Downloaded rand_core v0.5.1 |
3980 | 2023-11-16T21:05:51.444Z | Downloaded redox_syscall v0.3.5 |
3981 | 2023-11-16T21:05:51.447Z | Downloaded fs2 v0.4.3 |
3982 | 2023-11-16T21:05:51.451Z | Downloaded ipconfig v0.3.2 |
3983 | 2023-11-16T21:05:51.454Z | Downloaded android-tzdata v0.1.1 |
3984 | 2023-11-16T21:05:51.457Z | Downloaded hermit-abi v0.3.2 |
3985 | 2023-11-16T21:05:51.460Z | Downloaded winapi-util v0.1.5 |
3986 | 2023-11-16T21:05:51.462Z | Downloaded password-hash v0.4.2 |
3987 | 2023-11-16T21:05:51.465Z | Downloaded wasi v0.11.0+wasi-snapshot-preview1 |
3988 | 2023-11-16T21:05:51.468Z | Downloaded pbkdf2 v0.11.0 |
3989 | 2023-11-16T21:05:51.471Z | Downloaded security-framework-sys v2.9.1 |
3990 | 2023-11-16T21:05:51.473Z | Downloaded rand_core v0.3.1 |
3991 | 2023-11-16T21:05:51.477Z | Downloaded wasm-bindgen-macro-support v0.2.87 |
3992 | 2023-11-16T21:05:51.481Z | Downloaded redox_users v0.4.3 |
3993 | 2023-11-16T21:05:51.484Z | Downloaded bcrypt-pbkdf v0.10.0 |
3994 | 2023-11-16T21:05:51.487Z | Downloaded core-foundation v0.9.3 |
3995 | 2023-11-16T21:05:51.489Z | Downloaded getrandom v0.1.16 |
3996 | 2023-11-16T21:05:51.492Z | Downloaded wasm-bindgen-backend v0.2.87 |
3997 | 2023-11-16T21:05:51.495Z | Downloaded redox_syscall v0.2.16 |
3998 | 2023-11-16T21:05:51.498Z | Downloaded wasm-bindgen-macro v0.2.87 |
3999 | 2023-11-16T21:05:51.500Z | Downloaded wasi v0.9.0+wasi-snapshot-preview1 |
4000 | 2023-11-16T21:05:51.503Z | Downloaded russh-keys v0.38.0 |
4001 | 2023-11-16T21:05:51.506Z | Downloaded ed25519-dalek v2.0.0 |
4002 | 2023-11-16T21:05:51.510Z | Downloaded rand_core v0.4.2 |
4003 | 2023-11-16T21:05:51.512Z | Downloaded dirs-sys v0.4.1 |
4004 | 2023-11-16T21:05:51.515Z | Downloaded wasm-streams v0.3.0 |
4005 | 2023-11-16T21:05:51.519Z | Downloaded winreg v0.50.0 |
4006 | 2023-11-16T21:05:51.529Z | Downloaded schannel v0.1.22 |
4007 | 2023-11-16T21:05:51.560Z | Downloaded encode_unicode v0.3.6 |
4008 | 2023-11-16T21:05:51.610Z | Downloaded bumpalo v3.13.0 |
4009 | 2023-11-16T21:05:51.614Z | Downloaded widestring v1.0.2 |
4010 | 2023-11-16T21:05:51.621Z | Downloaded js-sys v0.3.64 |
4011 | 2023-11-16T21:05:51.630Z | Downloaded security-framework v2.9.2 |
4012 | 2023-11-16T21:05:51.653Z | Downloaded russh v0.39.0 |
4013 | 2023-11-16T21:05:51.720Z | Downloaded rand v0.7.3 |
4014 | 2023-11-16T21:05:51.734Z | Downloaded aes v0.8.3 |
4015 | 2023-11-16T21:05:51.745Z | Downloaded aes-gcm v0.10.3 |
4016 | 2023-11-16T21:05:51.771Z | Downloaded wasm-bindgen v0.2.87 |
4017 | 2023-11-16T21:05:52.199Z | Downloaded windows_aarch64_gnullvm v0.42.2 |
4018 | 2023-11-16T21:05:52.236Z | Downloaded windows_x86_64_gnullvm v0.42.2 |
4019 | 2023-11-16T21:05:52.272Z | Downloaded fiat-crypto v0.2.1 |
4020 | 2023-11-16T21:05:52.357Z | Downloaded windows_x86_64_gnullvm v0.48.5 |
4021 | 2023-11-16T21:05:52.373Z | Downloaded windows_aarch64_gnullvm v0.48.5 |
4022 | 2023-11-16T21:05:52.747Z | Downloaded windows_aarch64_msvc v0.42.2 |
4023 | 2023-11-16T21:05:52.793Z | Downloaded windows_x86_64_msvc v0.42.2 |
4024 | 2023-11-16T21:05:52.815Z | Downloaded windows_x86_64_gnu v0.42.2 |
4025 | 2023-11-16T21:05:52.847Z | Downloaded windows_i686_gnu v0.42.2 |
4026 | 2023-11-16T21:05:52.881Z | Downloaded web-sys v0.3.64 |
4027 | 2023-11-16T21:05:53.102Z | Downloaded windows_x86_64_msvc v0.48.5 |
4028 | 2023-11-16T21:05:53.128Z | Downloaded windows_aarch64_msvc v0.48.5 |
4029 | 2023-11-16T21:05:53.152Z | Downloaded windows_x86_64_gnu v0.48.5 |
4030 | 2023-11-16T21:05:53.316Z | Downloaded windows_i686_gnu v0.48.5 |
4031 | 2023-11-16T21:05:53.319Z | Downloaded windows_i686_msvc v0.48.5 |
4032 | 2023-11-16T21:05:53.323Z | Downloaded windows_i686_msvc v0.42.2 |
4033 | 2023-11-16T21:05:53.342Z | Downloaded linux-raw-sys v0.3.8 |
4034 | 2023-11-16T21:05:53.479Z | Downloaded linux-raw-sys v0.4.5 |
4035 | 2023-11-16T21:05:53.536Z | Downloaded winapi v0.3.9 |
4036 | 2023-11-16T21:05:54.167Z | Downloaded windows-sys v0.45.0 |
4037 | 2023-11-16T21:05:54.356Z | Downloaded windows-sys v0.48.0 |
4038 | 2023-11-16T21:05:54.553Z | Downloaded winapi-i686-pc-windows-gnu v0.4.0 |
4039 | 2023-11-16T21:05:54.835Z | Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 |
4040 | 2023-11-16T21:05:55.859Z | Downloaded windows v0.48.0 |
4041 | 2023-11-16T21:05:57.018Z | info: experimental features enabled: setup-scripts |
4042 | 2023-11-16T21:05:58.511Z | Finished test [unoptimized + debuginfo] target(s) in 1.47s |
4043 | 2023-11-16T21:05:59.954Z | Starting 927 tests across 101 binaries (3 skipped) |
4044 | 2023-11-16T21:05:59.960Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed |
4045 | 2023-11-16T21:06:00.810Z | Compiling unicode-ident v1.0.12 |
4046 | 2023-11-16T21:06:00.813Z | Compiling cfg-if v1.0.0 |
4047 | 2023-11-16T21:06:00.816Z | Compiling once_cell v1.18.0 |
4048 | 2023-11-16T21:06:00.833Z | Compiling libc v0.2.150 |
4049 | 2023-11-16T21:06:00.848Z | Compiling serde_json v1.0.108 |
4050 | 2023-11-16T21:06:00.851Z | Compiling getrandom v0.2.10 |
4051 | 2023-11-16T21:06:00.854Z | Compiling memchr v2.6.3 |
4052 | 2023-11-16T21:06:00.863Z | Compiling generic-array v0.14.7 |
4053 | 2023-11-16T21:06:00.878Z | Compiling itoa v1.0.9 |
4054 | 2023-11-16T21:06:00.980Z | Compiling log v0.4.20 |
4055 | 2023-11-16T21:06:01.103Z | Compiling proc-macro2 v1.0.69 |
4056 | 2023-11-16T21:06:01.210Z | Compiling scopeguard v1.2.0 |
4057 | 2023-11-16T21:06:01.416Z | Compiling lock_api v0.4.10 |
4058 | 2023-11-16T21:06:01.444Z | Compiling ryu v1.0.15 |
4059 | 2023-11-16T21:06:01.497Z | Compiling libm v0.2.7 |
4060 | 2023-11-16T21:06:01.518Z | Compiling smallvec v1.11.0 |
4061 | 2023-11-16T21:06:01.679Z | Compiling byteorder v1.5.0 |
4062 | 2023-11-16T21:06:01.971Z | Compiling heck v0.4.1 |
4063 | 2023-11-16T21:06:02.159Z | Compiling pin-project-lite v0.2.13 |
4064 | 2023-11-16T21:06:02.198Z | Compiling rand_core v0.6.4 |
4065 | 2023-11-16T21:06:02.337Z | Compiling quote v1.0.33 |
4066 | 2023-11-16T21:06:02.460Z | Compiling fnv v1.0.7 |
4067 | 2023-11-16T21:06:02.617Z | Compiling typenum v1.16.0 |
4068 | 2023-11-16T21:06:02.651Z | Compiling futures-core v0.3.29 |
4069 | 2023-11-16T21:06:02.883Z | Compiling cc v1.0.83 |
4070 | 2023-11-16T21:06:03.011Z | Compiling syn v2.0.32 |
4071 | 2023-11-16T21:06:03.305Z | Compiling syn v1.0.109 |
4072 | 2023-11-16T21:06:03.518Z | Compiling num-traits v0.2.16 |
4073 | 2023-11-16T21:06:03.638Z | Compiling parking_lot_core v0.9.8 |
4074 | 2023-11-16T21:06:03.863Z | Compiling signal-hook-registry v1.4.1 |
4075 | 2023-11-16T21:06:04.441Z | Compiling parking_lot v0.12.1 |
4076 | 2023-11-16T21:06:04.572Z | Compiling mio v0.8.8 |
4077 | 2023-11-16T21:06:04.932Z | Compiling iana-time-zone v0.1.57 |
4078 | 2023-11-16T21:06:04.943Z | Compiling ucd-trie v0.1.6 |
4079 | 2023-11-16T21:06:05.476Z | Compiling socket2 v0.5.4 |
4080 | 2023-11-16T21:06:05.736Z | Compiling num_cpus v1.16.0 |
4081 | 2023-11-16T21:06:05.894Z | Compiling futures-sink v0.3.29 |
4082 | 2023-11-16T21:06:05.918Z | Compiling dyn-clone v1.0.13 |
4083 | 2023-11-16T21:06:06.130Z | Compiling tinyvec_macros v0.1.1 |
4084 | 2023-11-16T21:06:06.215Z | Compiling spin v0.5.2 |
4085 | 2023-11-16T21:06:06.267Z | Compiling tinyvec v1.6.0 |
4086 | 2023-11-16T21:06:06.416Z | Compiling futures-channel v0.3.29 |
4087 | 2023-11-16T21:06:06.567Z | Compiling ahash v0.8.3 |
4088 | 2023-11-16T21:06:06.912Z | Compiling slab v0.4.9 |
4089 | 2023-11-16T21:06:06.915Z | Compiling futures-task v0.3.29 |
4090 | 2023-11-16T21:06:07.025Z | Compiling ring v0.16.20 |
4091 | 2023-11-16T21:06:07.102Z | Compiling openssl-sys v0.9.93 |
4092 | 2023-11-16T21:06:07.257Z | Compiling ring v0.17.5 |
4093 | 2023-11-16T21:06:07.367Z | Compiling equivalent v1.0.1 |
4094 | 2023-11-16T21:06:07.376Z | Compiling pin-utils v0.1.0 |
4095 | 2023-11-16T21:06:07.509Z | Compiling time-core v0.1.1 |
4096 | 2023-11-16T21:06:07.521Z | Compiling hashbrown v0.14.2 |
4097 | 2023-11-16T21:06:07.783Z | Compiling futures-io v0.3.29 |
4098 | 2023-11-16T21:06:08.208Z | Compiling time-macros v0.2.13 |
4099 | 2023-11-16T21:06:08.867Z | Compiling openssl v0.10.57 |
4100 | 2023-11-16T21:06:08.878Z | Compiling native-tls v0.2.11 |
4101 | 2023-11-16T21:06:08.897Z | Compiling unicode-normalization v0.1.22 |
4102 | 2023-11-16T21:06:08.907Z | Compiling hashbrown v0.13.2 |
4103 | 2023-11-16T21:06:09.585Z | Compiling spin v0.9.8 |
4104 | 2023-11-16T21:06:10.185Z | Compiling tracing-core v0.1.31 |
4105 | 2023-11-16T21:06:10.691Z | Compiling unicode-bidi v0.3.13 |
4106 | 2023-11-16T21:06:10.702Z | Compiling aho-corasick v1.0.4 |
4107 | 2023-11-16T21:06:12.051Z | Compiling subtle v2.5.0 |
4108 | 2023-11-16T21:06:12.346Z | Compiling const-oid v0.9.5 |
4109 | 2023-11-16T21:06:12.516Z | Compiling ppv-lite86 v0.2.17 |
4110 | 2023-11-16T21:06:12.897Z | Compiling regex-syntax v0.8.2 |
4111 | 2023-11-16T21:06:13.306Z | Compiling bzip2-sys v0.1.11+1.0.8 |
4112 | 2023-11-16T21:06:13.784Z | Compiling rand_chacha v0.3.1 |
4113 | 2023-11-16T21:06:13.835Z | Compiling rustls v0.21.8 |
4114 | 2023-11-16T21:06:13.862Z | Compiling strsim v0.10.0 |
4115 | 2023-11-16T21:06:14.144Z | Compiling base64 v0.21.5 |
4116 | 2023-11-16T21:06:15.317Z | Compiling serde_derive_internals v0.26.0 |
4117 | 2023-11-16T21:06:15.395Z | Compiling synstructure v0.12.6 |
4118 | 2023-11-16T21:06:15.398Z | Compiling rand v0.8.5 |
4119 | 2023-11-16T21:06:16.567Z | Compiling thread-id v4.2.0 |
4120 | 2023-11-16T21:06:16.744Z | Compiling num-bigint v0.4.4 |
4121 | 2023-11-16T21:06:17.209Z | Compiling untrusted v0.7.1 |
4122 | 2023-11-16T21:06:17.520Z | Compiling untrusted v0.9.0 |
4123 | 2023-11-16T21:06:17.574Z | Compiling percent-encoding v2.3.0 |
4124 | 2023-11-16T21:06:17.785Z | Compiling foreign-types-shared v0.1.1 |
4125 | 2023-11-16T21:06:17.915Z | Compiling openssl-probe v0.1.5 |
4126 | 2023-11-16T21:06:17.937Z | Compiling bitflags v1.3.2 |
4127 | 2023-11-16T21:06:18.036Z | Compiling hashbrown v0.12.3 |
4128 | 2023-11-16T21:06:18.115Z | Compiling foreign-types v0.3.2 |
4129 | 2023-11-16T21:06:18.889Z | Compiling regex-automata v0.4.3 |
4130 | 2023-11-16T21:06:19.856Z | Compiling indexmap v1.9.3 |
4131 | 2023-11-16T21:06:23.342Z | Compiling backtrace v0.3.69 |
4132 | 2023-11-16T21:06:23.683Z | Compiling errno v0.3.2 |
4133 | 2023-11-16T21:06:23.971Z | Compiling unicode-width v0.1.11 |
4134 | 2023-11-16T21:06:24.129Z | Compiling siphasher v0.3.11 |
4135 | 2023-11-16T21:06:24.168Z | Compiling try-lock v0.2.4 |
4136 | 2023-11-16T21:06:24.231Z | Compiling adler v1.0.2 |
4137 | 2023-11-16T21:06:24.380Z | Compiling want v0.3.1 |
4138 | 2023-11-16T21:06:24.553Z | Compiling miniz_oxide v0.7.1 |
4139 | 2023-11-16T21:06:24.789Z | Compiling sct v0.7.0 |
4140 | 2023-11-16T21:06:24.890Z | Compiling serde_derive v1.0.192 |
4141 | 2023-11-16T21:06:25.128Z | Compiling zeroize_derive v1.4.2 |
4142 | 2023-11-16T21:06:25.233Z | Compiling thiserror-impl v1.0.49 |
4143 | 2023-11-16T21:06:25.259Z | Compiling tokio-macros v2.1.0 |
4144 | 2023-11-16T21:06:25.390Z | Compiling futures-macro v0.3.29 |
4145 | 2023-11-16T21:06:27.021Z | Compiling tracing-attributes v0.1.26 |
4146 | 2023-11-16T21:06:27.742Z | Compiling schemars_derive v0.8.13 |
4147 | 2023-11-16T21:06:27.956Z | Compiling zeroize v1.6.0 |
4148 | 2023-11-16T21:06:30.015Z | Compiling thiserror v1.0.49 |
4149 | 2023-11-16T21:06:30.203Z | Compiling pest v2.7.2 |
4150 | 2023-11-16T21:06:30.720Z | Compiling openssl-macros v0.1.1 |
4151 | 2023-11-16T21:06:30.877Z | Compiling zerocopy-derive v0.2.0 |
4152 | 2023-11-16T21:06:31.577Z | Compiling crypto-common v0.1.6 |
4153 | 2023-11-16T21:06:31.965Z | Compiling futures-util v0.3.29 |
4154 | 2023-11-16T21:06:32.702Z | Compiling tracing v0.1.37 |
4155 | 2023-11-16T21:06:32.933Z | Compiling block-buffer v0.10.4 |
4156 | 2023-11-16T21:06:33.309Z | Compiling digest v0.10.7 |
4157 | 2023-11-16T21:06:33.912Z | Compiling zerocopy v0.3.0 |
4158 | 2023-11-16T21:06:33.956Z | Compiling regex v1.10.2 |
4159 | 2023-11-16T21:06:33.988Z | Compiling async-trait v0.1.74 |
4160 | 2023-11-16T21:06:34.501Z | Compiling pest_meta v2.7.2 |
4161 | 2023-11-16T21:06:35.061Z | Compiling dof v0.1.5 |
4162 | 2023-11-16T21:06:35.184Z | Compiling hubpack_derive v0.1.1 |
4163 | 2023-11-16T21:06:35.629Z | Compiling zerocopy-derive v0.6.4 |
4164 | 2023-11-16T21:06:36.414Z | Compiling rustls-webpki v0.101.7 |
4165 | 2023-11-16T21:06:36.719Z | Compiling pest_generator v2.7.2 |
4166 | 2023-11-16T21:06:37.818Z | Compiling serde v1.0.192 |
4167 | 2023-11-16T21:06:39.332Z | Compiling form_urlencoded v1.2.0 |
4168 | 2023-11-16T21:06:39.665Z | Compiling io-lifetimes v1.0.11 |
4169 | 2023-11-16T21:06:39.773Z | Compiling lazy_static v1.4.0 |
4170 | 2023-11-16T21:06:39.936Z | Compiling socket2 v0.4.9 |
4171 | 2023-11-16T21:06:39.966Z | Compiling httparse v1.8.0 |
4172 | 2023-11-16T21:06:41.028Z | Compiling tower-service v0.3.2 |
4173 | 2023-11-16T21:06:41.192Z | Compiling anstyle v1.0.2 |
4174 | 2023-11-16T21:06:41.214Z | Compiling utf8parse v0.2.1 |
4175 | 2023-11-16T21:06:41.472Z | Compiling cpufeatures v0.2.9 |
4176 | 2023-11-16T21:06:41.620Z | Compiling httpdate v1.0.3 |
4177 | 2023-11-16T21:06:41.641Z | Compiling pest_derive v2.7.2 |
4178 | 2023-11-16T21:06:41.689Z | Compiling sha2 v0.10.8 |
4179 | 2023-11-16T21:06:41.954Z | Compiling anstyle-parse v0.2.1 |
4180 | 2023-11-16T21:06:42.078Z | Compiling rustix v0.37.23 |
4181 | 2023-11-16T21:06:42.104Z | Compiling strum_macros v0.25.2 |
4182 | 2023-11-16T21:06:42.477Z | Compiling md-5 v0.10.5 |
4183 | 2023-11-16T21:06:42.825Z | Compiling hmac v0.12.1 |
4184 | 2023-11-16T21:06:43.090Z | Compiling dtrace-parser v0.1.14 |
4185 | 2023-11-16T21:06:43.631Z | Compiling diesel_table_macro_syntax v0.1.0 |
4186 | 2023-11-16T21:06:44.206Z | Compiling rustls-pemfile v1.0.3 |
4187 | 2023-11-16T21:06:44.410Z | Compiling idna v0.4.0 |
4188 | 2023-11-16T21:06:44.739Z | Compiling stringprep v0.1.3 |
4189 | 2023-11-16T21:06:45.970Z | Compiling regress v0.7.1 |
4190 | 2023-11-16T21:06:45.992Z | Compiling num-integer v0.1.45 |
4191 | 2023-11-16T21:06:46.844Z | Compiling hash32 v0.2.1 |
4192 | 2023-11-16T21:06:47.253Z | Compiling anstyle-query v1.0.0 |
4193 | 2023-11-16T21:06:47.392Z | Compiling fallible-iterator v0.2.0 |
4194 | 2023-11-16T21:06:47.445Z | Compiling either v1.9.0 |
4195 | 2023-11-16T21:06:47.969Z | Compiling bytes v1.5.0 |
4196 | 2023-11-16T21:06:48.516Z | Compiling uuid v1.5.0 |
4197 | 2023-11-16T21:06:48.530Z | Compiling chrono v0.4.31 |
4198 | 2023-11-16T21:06:49.652Z | Compiling tokio v1.33.0 |
4199 | 2023-11-16T21:06:50.090Z | Compiling http v0.2.9 |
4200 | 2023-11-16T21:06:52.989Z | Compiling schemars v0.8.13 |
4201 | 2023-11-16T21:06:54.088Z | Compiling bitflags v2.4.0 |
4202 | 2023-11-16T21:06:54.268Z | Compiling indexmap v2.1.0 |
4203 | 2023-11-16T21:06:54.483Z | Compiling semver v1.0.20 |
4204 | 2023-11-16T21:06:55.428Z | Compiling rustc_version v0.4.0 |
4205 | 2023-11-16T21:06:56.334Z | Compiling usdt-impl v0.3.5 |
4206 | 2023-11-16T21:06:56.397Z | Compiling heapless v0.7.16 |
4207 | 2023-11-16T21:06:57.121Z | Compiling serde_tokenstream v0.1.7 |
4208 | 2023-11-16T21:06:57.257Z | Compiling http-body v0.4.5 |
4209 | 2023-11-16T21:06:57.918Z | Compiling serde_tokenstream v0.2.0 |
4210 | 2023-11-16T21:06:58.229Z | Compiling openapiv3 v2.0.0-rc.1 |
4211 | 2023-11-16T21:06:58.780Z | Compiling usdt-macro v0.3.5 |
4212 | 2023-11-16T21:06:58.902Z | Compiling usdt-attr-macro v0.3.5 |
4213 | 2023-11-16T21:06:59.390Z | Compiling toml_datetime v0.6.5 |
4214 | 2023-11-16T21:07:01.001Z | Compiling serde_spanned v0.6.4 |
4215 | 2023-11-16T21:07:01.352Z | Compiling stable_deref_trait v1.2.0 |
4216 | 2023-11-16T21:07:01.501Z | Compiling colorchoice v1.0.0 |
4217 | 2023-11-16T21:07:01.519Z | Compiling winnow v0.5.15 |
4218 | 2023-11-16T21:07:01.773Z | Compiling gimli v0.28.0 |
4219 | 2023-11-16T21:07:02.037Z | Compiling time v0.3.27 |
4220 | 2023-11-16T21:07:05.296Z | Compiling tokio-util v0.7.10 |
4221 | 2023-11-16T21:07:07.612Z | Compiling h2 v0.3.21 |
4222 | 2023-11-16T21:07:07.707Z | Compiling tokio-rustls v0.24.1 |
4223 | 2023-11-16T21:07:09.591Z | Compiling tokio-native-tls v0.3.1 |
4224 | 2023-11-16T21:07:09.936Z | Compiling addr2line v0.21.0 |
4225 | 2023-11-16T21:07:10.021Z | Compiling anstream v0.5.0 |
4226 | 2023-11-16T21:07:10.941Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4227 | 2023-11-16T21:07:11.603Z | Compiling postgres-protocol v0.6.6 |
4228 | 2023-11-16T21:07:11.882Z | Compiling url v2.4.1 |
4229 | 2023-11-16T21:07:12.474Z | Compiling rustls-native-certs v0.6.3 |
4230 | 2023-11-16T21:07:13.022Z | Compiling diesel_derives v2.1.1 |
4231 | 2023-11-16T21:07:13.642Z | Compiling terminal_size v0.2.6 |
4232 | 2023-11-16T21:07:13.924Z | Compiling block-padding v0.3.3 |
4233 | 2023-11-16T21:07:14.294Z | Compiling enum-as-inner v0.5.1 |
4234 | 2023-11-16T21:07:14.699Z | Compiling clap_derive v4.4.2 |
4235 | 2023-11-16T21:07:16.022Z | Compiling serde_repr v0.1.16 |
4236 | 2023-11-16T21:07:17.961Z | Compiling phf_shared v0.11.2 |
4237 | 2023-11-16T21:07:18.759Z | Compiling crc32fast v1.3.2 |
4238 | 2023-11-16T21:07:19.260Z | Compiling hyper v0.14.27 |
4239 | 2023-11-16T21:07:24.221Z | Compiling signal-hook v0.3.17 |
4240 | 2023-11-16T21:07:24.807Z | Compiling scheduled-thread-pool v0.2.7 |
4241 | 2023-11-16T21:07:25.074Z | Compiling object v0.32.1 |
4242 | 2023-11-16T21:07:25.582Z | Compiling managed v0.8.0 |
4243 | 2023-11-16T21:07:25.593Z | Compiling regex-automata v0.1.10 |
4244 | 2023-11-16T21:07:26.309Z | Compiling deranged v0.3.8 |
4245 | 2023-11-16T21:07:26.321Z | Compiling ipnet v2.8.0 |
4246 | 2023-11-16T21:07:26.340Z | Compiling bit-vec v0.6.3 |
4247 | 2023-11-16T21:07:27.063Z | Compiling num_threads v0.1.6 |
4248 | 2023-11-16T21:07:27.254Z | Compiling clap_lex v0.5.1 |
4249 | 2023-11-16T21:07:27.950Z | Compiling matches v0.1.10 |
4250 | 2023-11-16T21:07:28.093Z | Compiling rustc-demangle v0.1.23 |
4251 | 2023-11-16T21:07:28.112Z | Compiling idna v0.2.3 |
4252 | 2023-11-16T21:07:29.513Z | Compiling clap_builder v4.4.2 |
4253 | 2023-11-16T21:07:30.519Z | Compiling bstr v0.2.17 |
4254 | 2023-11-16T21:07:32.883Z | Compiling hyper-rustls v0.24.2 |
4255 | 2023-11-16T21:07:33.745Z | Compiling hyper-tls v0.5.0 |
4256 | 2023-11-16T21:07:34.284Z | Compiling smoltcp v0.9.1 |
4257 | 2023-11-16T21:07:34.688Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4258 | 2023-11-16T21:07:35.077Z | Compiling r2d2 v0.8.10 |
4259 | 2023-11-16T21:07:36.328Z | Compiling signal-hook-mio v0.2.3 |
4260 | 2023-11-16T21:07:37.104Z | Compiling flate2 v1.0.28 |
4261 | 2023-11-16T21:07:37.607Z | Compiling bzip2 v0.4.4 |
4262 | 2023-11-16T21:07:37.903Z | Compiling phf v0.11.2 |
4263 | 2023-11-16T21:07:38.116Z | Compiling inout v0.1.3 |
4264 | 2023-11-16T21:07:38.172Z | Compiling postgres-types v0.2.6 |
4265 | 2023-11-16T21:07:38.217Z | Compiling toml_edit v0.19.15 |
4266 | 2023-11-16T21:07:38.369Z | Compiling ipnetwork v0.20.0 |
4267 | 2023-11-16T21:07:38.994Z | Compiling itertools v0.11.0 |
4268 | 2023-11-16T21:07:39.246Z | Compiling hubpack v0.1.2 |
4269 | 2023-11-16T21:07:39.577Z | Compiling serde_urlencoded v0.7.1 |
4270 | 2023-11-16T21:07:40.413Z | Compiling futures-executor v0.3.29 |
4271 | 2023-11-16T21:07:40.484Z | Compiling zerocopy v0.6.4 |
4272 | 2023-11-16T21:07:40.632Z | Compiling memoffset v0.9.0 |
4273 | 2023-11-16T21:07:40.798Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
4274 | 2023-11-16T21:07:41.225Z | Compiling phf_shared v0.10.0 |
4275 | 2023-11-16T21:07:41.311Z | Compiling crossbeam-utils v0.8.16 |
4276 | 2023-11-16T21:07:41.865Z | Compiling float-cmp v0.9.0 |
4277 | 2023-11-16T21:07:41.875Z | Compiling encoding_rs v0.8.33 |
4278 | 2023-11-16T21:07:42.210Z | Compiling static_assertions v1.1.0 |
4279 | 2023-11-16T21:07:42.373Z | Compiling difflib v0.4.0 |
4280 | 2023-11-16T21:07:42.471Z | Compiling fixedbitset v0.4.2 |
4281 | 2023-11-16T21:07:43.017Z | Compiling normalize-line-endings v0.3.0 |
4282 | 2023-11-16T21:07:43.103Z | Compiling webpki-roots v0.25.2 |
4283 | 2023-11-16T21:07:43.595Z | Compiling regex-automata v0.3.8 |
4284 | 2023-11-16T21:07:43.601Z | Compiling whoami v1.4.1 |
4285 | 2023-11-16T21:07:43.611Z | Compiling precomputed-hash v0.1.1 |
4286 | 2023-11-16T21:07:43.616Z | Compiling new_debug_unreachable v1.0.4 |
4287 | 2023-11-16T21:07:43.659Z | Compiling data-encoding v2.4.0 |
4288 | 2023-11-16T21:07:43.772Z | Compiling unicode-segmentation v1.10.1 |
4289 | 2023-11-16T21:07:44.165Z | Compiling predicates-core v1.0.6 |
4290 | 2023-11-16T21:07:44.475Z | Compiling mime v0.3.17 |
4291 | 2023-11-16T21:07:44.662Z | Compiling trust-dns-proto v0.22.0 |
4292 | 2023-11-16T21:07:45.176Z | Compiling similar v2.2.1 |
4293 | 2023-11-16T21:07:45.335Z | Compiling predicates v3.0.4 |
4294 | 2023-11-16T21:07:45.718Z | Compiling yasna v0.5.2 |
4295 | 2023-11-16T21:07:46.961Z | Compiling reqwest v0.11.22 |
4296 | 2023-11-16T21:07:47.087Z | Compiling bstr v1.6.0 |
4297 | 2023-11-16T21:07:47.806Z | Compiling tokio-postgres v0.7.10 |
4298 | 2023-11-16T21:07:48.554Z | Compiling string_cache v0.8.7 |
4299 | 2023-11-16T21:07:49.077Z | Compiling toml v0.7.8 |
4300 | 2023-11-16T21:07:49.212Z | Compiling petgraph v0.6.4 |
4301 | 2023-11-16T21:07:49.511Z | Compiling crossbeam-epoch v0.9.15 |
4302 | 2023-11-16T21:07:49.785Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
4303 | 2023-11-16T21:07:50.683Z | Compiling diesel v2.1.3 |
4304 | 2023-11-16T21:07:51.577Z | Compiling futures v0.3.29 |
4305 | 2023-11-16T21:07:51.782Z | Compiling cipher v0.4.4 |
4306 | 2023-11-16T21:07:52.510Z | Compiling zip v0.6.6 |
4307 | 2023-11-16T21:07:54.109Z | Compiling anyhow v1.0.75 |
4308 | 2023-11-16T21:07:54.562Z | Compiling crossterm v0.27.0 |
4309 | 2023-11-16T21:07:55.516Z | Compiling clap v4.4.3 |
4310 | 2023-11-16T21:07:55.616Z | Compiling bit-set v0.5.3 |
4311 | 2023-11-16T21:07:55.689Z | Compiling num-iter v0.1.43 |
4312 | 2023-11-16T21:07:55.772Z | Compiling toml_edit v0.21.0 |
4313 | 2023-11-16T21:07:55.977Z | Compiling tokio-stream v0.1.14 |
4314 | 2023-11-16T21:07:56.058Z | Compiling usdt v0.3.5 |
4315 | 2023-11-16T21:07:56.472Z | Compiling rustix v0.38.9 |
4316 | 2023-11-16T21:07:57.456Z | Compiling itertools v0.10.5 |
4317 | 2023-11-16T21:07:58.136Z | Compiling hex v0.4.3 |
4318 | 2023-11-16T21:07:59.118Z | Compiling console v0.15.7 |
4319 | 2023-11-16T21:08:00.154Z | Compiling signature v2.1.0 |
4320 | 2023-11-16T21:08:00.495Z | Compiling slog v2.7.0 |
4321 | 2023-11-16T21:08:00.810Z | Compiling lalrpop-util v0.19.12 |
4322 | 2023-11-16T21:08:01.193Z | Compiling darling_core v0.20.3 |
4323 | 2023-11-16T21:08:10.199Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4324 | 2023-11-16T21:08:10.255Z | Compiling darling_macro v0.20.3 |
4325 | 2023-11-16T21:08:10.828Z | Compiling structmeta-derive v0.2.0 |
4326 | 2023-11-16T21:08:11.315Z | Compiling getopts v0.2.21 |
4327 | 2023-11-16T21:08:12.233Z | Compiling serde_yaml v0.9.25 |
4328 | 2023-11-16T21:08:15.356Z | Compiling structmeta v0.2.0 |
4329 | 2023-11-16T21:08:16.629Z | Compiling darling v0.20.3 |
4330 | 2023-11-16T21:08:16.633Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4331 | 2023-11-16T21:08:19.280Z | Compiling camino v1.1.6 |
4332 | 2023-11-16T21:08:20.909Z | Compiling slog-json v2.6.1 |
4333 | 2023-11-16T21:08:21.511Z | Compiling sha1 v0.10.6 |
4334 | 2023-11-16T21:08:22.769Z | Compiling async-stream-impl v0.3.5 |
4335 | 2023-11-16T21:08:22.991Z | Compiling regex-syntax v0.7.5 |
4336 | 2023-11-16T21:08:24.311Z | Compiling tempfile v3.8.0 |
4337 | 2023-11-16T21:08:25.021Z | Compiling async-stream v0.3.5 |
4338 | 2023-11-16T21:08:27.469Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4339 | 2023-11-16T21:08:32.255Z | Compiling slog-term v2.9.0 |
4340 | 2023-11-16T21:08:33.359Z | Compiling parse-display-derive v0.8.2 |
4341 | 2023-11-16T21:08:34.080Z | Compiling slog-bunyan v2.4.0 |
4342 | 2023-11-16T21:08:36.610Z | Compiling serde_with_macros v2.3.3 |
4343 | 2023-11-16T21:08:40.057Z | Compiling multer v2.1.0 |
4344 | 2023-11-16T21:08:40.800Z | Compiling toml v0.8.8 |
4345 | 2023-11-16T21:08:41.929Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4346 | 2023-11-16T21:08:42.572Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
4347 | 2023-11-16T21:08:43.686Z | Compiling serde_path_to_error v0.1.14 |
4348 | 2023-11-16T21:08:44.769Z | Compiling backoff v0.4.0 |
4349 | 2023-11-16T21:08:44.874Z | Compiling serde_with v2.3.3 |
4350 | 2023-11-16T21:08:44.981Z | Compiling parse-display v0.8.2 |
4351 | 2023-11-16T21:08:45.110Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
4352 | 2023-11-16T21:08:45.277Z | Compiling headers-core v0.2.0 |
4353 | 2023-11-16T21:08:45.284Z | Compiling strum v0.25.0 |
4354 | 2023-11-16T21:08:45.345Z | Compiling macaddr v1.0.1 |
4355 | 2023-11-16T21:08:45.510Z | Compiling rcgen v0.11.3 |
4356 | 2023-11-16T21:08:45.548Z | Compiling headers v0.3.9 |
4357 | 2023-11-16T21:08:46.043Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
4358 | 2023-11-16T21:08:46.080Z | Compiling camino-tempfile v1.0.2 |
4359 | 2023-11-16T21:08:46.716Z | Compiling atomicwrites v0.4.2 |
4360 | 2023-11-16T21:08:52.395Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4361 | 2023-11-16T21:08:54.801Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4362 | 2023-11-16T21:08:55.277Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4363 | 2023-11-16T21:09:17.819Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4364 | 2023-11-16T21:09:26.898Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4365 | 2023-11-16T21:09:28.951Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4366 | 2023-11-16T21:09:36.991Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 36s |
4367 | 2023-11-16T21:09:37.036Z | Running `target/debug/crdb-seed` |
4368 | 2023-11-16T21:09:37.072Z | Nov 16 21:09:37.072 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpvWyGfp |
4369 | 2023-11-16T21:09:37.075Z | Nov 16 21:09:37.073 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpDIVnXo,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpvWyGfp/listen-url |
4370 | 2023-11-16T21:09:37.078Z | Nov 16 21:09:37.074 INFO cockroach environment: BUILDOMAT_JOB_ID=01HFCX0ZD479T02437294HPGVV BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.73.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_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 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-72682e76826b8ccf/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0f8a7fb441ba4c43/out:/work/oxidecomputer/omicron/target/debug/build/ring-d096e3775bdf3dcc/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out:/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out:/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-enveLZ14x NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out:/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out:/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=3cfd7f59-9abc-4e78-becc-f6bb051d8020 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.73.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 |
4371 | 2023-11-16T21:09:38.442Z | Nov 16 21:09:38.405 INFO cockroach pid: 5236 |
4372 | 2023-11-16T21:09:38.447Z | Nov 16 21:09:38.405 INFO cockroach listen URL: postgresql://root@[::1]:44619/omicron?sslmode=disable |
4373 | 2023-11-16T21:09:38.450Z | Nov 16 21:09:38.405 INFO cockroach: populating |
4374 | 2023-11-16T21:09:40.424Z | Nov 16 21:09:40.423 INFO cockroach: populated |
4375 | 2023-11-16T21:09:43.134Z | Nov 16 21:09:43.134 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/7599869712afec958fc4e68509a10b41d117023444ca2c10699fc6377377240b.tar` |
4376 | 2023-11-16T21:09:43.140Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed |
4377 | 2023-11-16T21:09:43.257Z | PASS [ 0.045s] authz-macros::proc-macro/authz-macros test_authz_dump |
4378 | 2023-11-16T21:09:43.263Z | PASS [ 0.039s] bootstore schemes::tests::hello_roundtrip |
4379 | 2023-11-16T21:09:43.276Z | PASS [ 0.032s] bootstore schemes::v0::share_pkg::tests::create_packages |
4380 | 2023-11-16T21:09:43.279Z | PASS [ 0.040s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
4381 | 2023-11-16T21:09:43.282Z | PASS [ 0.034s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
4382 | 2023-11-16T21:09:43.286Z | PASS [ 0.033s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums |
4383 | 2023-11-16T21:09:43.289Z | PASS [ 0.033s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
4384 | 2023-11-16T21:09:43.292Z | PASS [ 0.032s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
4385 | 2023-11-16T21:09:43.295Z | PASS [ 0.031s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name |
4386 | 2023-11-16T21:09:43.299Z | PASS [ 0.028s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
4387 | 2023-11-16T21:09:43.303Z | PASS [ 0.108s] bootstore schemes::v0::peer::tests::network_config |
4388 | 2023-11-16T21:09:43.480Z | PASS [ 0.233s] dns-server storage::test::test_update_in_progress |
4389 | 2023-11-16T21:09:43.501Z | PASS [ 0.247s] dns-server storage::test::test_update_interrupted |
4390 | 2023-11-16T21:09:43.514Z | PASS [ 0.275s] dns-server storage::test::test_update_basic |
4391 | 2023-11-16T21:09:43.788Z | PASS [ 0.517s] dns-server::basic_test aaaa_crud |
4392 | 2023-11-16T21:09:43.828Z | PASS [ 0.566s] dns-server::basic_test a_crud |
4393 | 2023-11-16T21:09:43.859Z | PASS [ 0.360s] dns-server::basic_test multi_record_crud |
4394 | 2023-11-16T21:09:43.905Z | PASS [ 0.425s] dns-server::basic_test empty_record |
4395 | 2023-11-16T21:09:43.911Z | PASS [ 0.398s] dns-server::basic_test name_contains_zone |
4396 | 2023-11-16T21:09:44.113Z | PASS [ 0.200s] dns-server::openapi_test test_dns_server_openapi |
4397 | 2023-11-16T21:09:44.138Z | PASS [ 0.310s] dns-server::basic_test servfail |
4398 | 2023-11-16T21:09:44.151Z | PASS [ 0.040s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
4399 | 2023-11-16T21:09:44.165Z | PASS [ 0.027s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
4400 | 2023-11-16T21:09:44.182Z | PASS [ 0.396s] dns-server::basic_test nxdomain |
4401 | 2023-11-16T21:09:44.201Z | PASS [ 0.050s] illumos-utils destructor::test::test_delayed_delete |
4402 | 2023-11-16T21:09:44.211Z | PASS [ 0.030s] illumos-utils destructor::test::test_destructor_bad_close |
4403 | 2023-11-16T21:09:44.228Z | PASS [ 0.027s] illumos-utils link::test::test_allocate |
4404 | 2023-11-16T21:09:44.239Z | PASS [ 0.027s] illumos-utils link::test::test_allocate_within_scopes |
4405 | 2023-11-16T21:09:44.253Z | PASS [ 0.026s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file |
4406 | 2023-11-16T21:09:44.268Z | PASS [ 0.029s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
4407 | 2023-11-16T21:09:44.281Z | PASS [ 0.027s] illumos-utils zone::tests::test_parse_ip_network |
4408 | 2023-11-16T21:09:44.288Z | PASS [ 0.429s] dns-server::basic_test srv_crud |
4409 | 2023-11-16T21:09:44.298Z | PASS [ 0.031s] illumos-utils zpool::test::test_parse_bad_zpool_names |
4410 | 2023-11-16T21:09:44.309Z | PASS [ 0.028s] illumos-utils zpool::test::test_parse_external_zpool_name |
4411 | 2023-11-16T21:09:44.320Z | PASS [ 0.028s] illumos-utils zpool::test::test_parse_internal_zpool_name |
4412 | 2023-11-16T21:09:44.326Z | PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool |
4413 | 2023-11-16T21:09:44.338Z | PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool_missing_column |
4414 | 2023-11-16T21:09:44.344Z | PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_name_json |
4415 | 2023-11-16T21:09:44.354Z | PASS [ 1.198s] bootstore schemes::v0::peer::tests::basic_3_nodes |
4416 | 2023-11-16T21:09:44.360Z | PASS [ 0.033s] illumos-utils zpool::test::test_zpool_name_regex |
4417 | 2023-11-16T21:09:44.544Z | PASS [ 0.204s] installinator block_size_writer::tests::proptest_block_writer |
4418 | 2023-11-16T21:09:44.582Z | PASS [ 0.039s] internal-dns config::test::display_hosts |
4419 | 2023-11-16T21:09:44.612Z | PASS [ 0.031s] internal-dns config::test::display_srv_service |
4420 | 2023-11-16T21:09:44.653Z | PASS [ 0.039s] internal-dns config::test::test_builder_errors |
4421 | 2023-11-16T21:09:44.688Z | PASS [ 0.315s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi |
4422 | 2023-11-16T21:09:44.702Z | PASS [ 0.049s] internal-dns config::test::test_builder_output |
4423 | 2023-11-16T21:09:45.125Z | PASS [ 0.957s] illumos-utils destructor::test::test_delayed_delete_with_error |
4424 | 2023-11-16T21:09:45.188Z | PASS [ 0.477s] internal-dns resolver::test::insert_and_lookup_one_record |
4425 | 2023-11-16T21:09:45.473Z | PASS [ 0.756s] internal-dns resolver::test::insert_and_lookup_multiple_records |
4426 | 2023-11-16T21:09:45.509Z | PASS [ 0.387s] internal-dns resolver::test::lookup_nonexistent_record_fails |
4427 | 2023-11-16T21:09:45.991Z | PASS [ 0.811s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
4428 | 2023-11-16T21:09:46.173Z | PASS [ 0.722s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
4429 | 2023-11-16T21:09:46.195Z | PASS [ 0.039s] ipcc-key-value tests::deserialize_fixed_value |
4430 | 2023-11-16T21:09:46.257Z | PASS [ 0.061s] ipcc-key-value tests::installinator_image_id_round_trip |
4431 | 2023-11-16T21:09:46.273Z | PASS [ 0.765s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
4432 | 2023-11-16T21:09:46.294Z | PASS [ 0.040s] ipcc-key-value tests::serialized_size |
4433 | 2023-11-16T21:09:46.329Z | PASS [ 0.030s] key-manager tests::different_ikm_produces_different_keys |
4434 | 2023-11-16T21:09:46.343Z | PASS [ 0.060s] key-manager tests::different_disks_produce_different_keys |
4435 | 2023-11-16T21:09:46.356Z | PASS [ 0.031s] key-manager tests::disk_encryption_key_epoch_0 |
4436 | 2023-11-16T21:09:46.363Z | PASS [ 0.030s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
4437 | 2023-11-16T21:09:46.402Z | PASS [ 0.037s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
4438 | 2023-11-16T21:09:46.411Z | PASS [ 0.041s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
4439 | 2023-11-16T21:09:46.439Z | PASS [ 0.034s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
4440 | 2023-11-16T21:09:46.490Z | PASS [ 0.051s] nexus-db-model semver_version::test::test_to_from_sortable_string |
4441 | 2023-11-16T21:09:46.496Z | PASS [ 0.103s] nexus-db-model device_auth::test::test_generate_user_code |
4442 | 2023-11-16T21:09:46.518Z | PASS [ 0.529s] internal-dns resolver::test::update_record |
4443 | 2023-11-16T21:09:46.531Z | PASS [ 0.037s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
4444 | 2023-11-16T21:09:46.534Z | PASS [ 0.029s] nexus-db-model tests::test_ipv6_net_random_subnet |
4445 | 2023-11-16T21:09:46.548Z | PASS [ 0.030s] nexus-db-model tests::test_roles_database_strings |
4446 | 2023-11-16T21:09:46.575Z | PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers |
4447 | 2023-11-16T21:09:46.594Z | PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
4448 | 2023-11-16T21:09:46.600Z | PASS [ 0.076s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
4449 | 2023-11-16T21:09:46.617Z | PASS [ 0.042s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie |
4450 | 2023-11-16T21:09:46.637Z | PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
4451 | 2023-11-16T21:09:46.644Z | PASS [ 0.044s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
4452 | 2023-11-16T21:09:46.671Z | PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies |
4453 | 2023-11-16T21:09:46.741Z | PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie |
4454 | 2023-11-16T21:09:46.745Z | PASS [ 0.082s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle |
4455 | 2023-11-16T21:09:46.748Z | PASS [ 0.095s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute |
4456 | 2023-11-16T21:09:46.758Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_get_token |
4457 | 2023-11-16T21:09:46.767Z | PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header |
4458 | 2023-11-16T21:09:46.791Z | PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present |
4459 | 2023-11-16T21:09:46.797Z | PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie |
4460 | 2023-11-16T21:09:46.812Z | PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie |
4461 | 2023-11-16T21:09:46.818Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value |
4462 | 2023-11-16T21:09:46.847Z | PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error |
4463 | 2023-11-16T21:09:46.866Z | PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_make_header_value |
4464 | 2023-11-16T21:09:46.888Z | PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw |
4465 | 2023-11-16T21:09:46.894Z | PASS [ 0.081s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie |
4466 | 2023-11-16T21:09:46.913Z | PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids |
4467 | 2023-11-16T21:09:46.922Z | PASS [ 0.035s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing |
4468 | 2023-11-16T21:09:46.947Z | PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid |
4469 | 2023-11-16T21:09:46.954Z | PASS [ 0.041s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values |
4470 | 2023-11-16T21:09:46.964Z | PASS [ 0.043s] nexus-db-queries authn::external::test::test_authn_sequence |
4471 | 2023-11-16T21:09:46.974Z | PASS [ 0.037s] nexus-db-queries authn::external::token::test::test_make_header_value |
4472 | 2023-11-16T21:09:46.992Z | PASS [ 0.040s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8 |
4473 | 2023-11-16T21:09:47.001Z | PASS [ 0.036s] nexus-db-queries authn::external::token::test::test_token_header_missing |
4474 | 2023-11-16T21:09:47.018Z | PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_valid |
4475 | 2023-11-16T21:09:47.033Z | PASS [ 0.038s] nexus-db-queries authn::test::test_internal_users |
4476 | 2023-11-16T21:09:47.069Z | PASS [ 0.050s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes |
4477 | 2023-11-16T21:09:48.289Z | PASS [ 4.383s] dns-server::commands_test test_dnsadm |
4478 | 2023-11-16T21:09:54.599Z | PASS [ 7.587s] nexus-db-queries authz::context::test::test_unregistered_resource |
4479 | 2023-11-16T21:09:55.725Z | PASS [ 7.437s] nexus-db-queries context::test::test_background_context |
4480 | 2023-11-16T21:09:56.697Z | PASS [ 12.341s] installinator write::tests::proptest_write_artifact |
4481 | 2023-11-16T21:09:57.922Z | PASS [ 13.576s] installinator mock_peers::tests::proptest_fetch_artifact |
4482 | 2023-11-16T21:10:04.197Z | PASS [ 9.605s] nexus-db-queries context::test::test_child_context |
4483 | 2023-11-16T21:10:04.689Z | PASS [ 7.980s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
4484 | 2023-11-16T21:10:05.011Z | PASS [ 17.970s] nexus-db-queries authz::policy_test::test_conferred_roles |
4485 | 2023-11-16T21:10:05.445Z | PASS [ 7.505s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
4486 | 2023-11-16T21:10:05.529Z | PASS [ 9.797s] nexus-db-queries context::test::test_test_context |
4487 | 2023-11-16T21:10:11.936Z | PASS [ 7.737s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
4488 | 2023-11-16T21:10:12.264Z | PASS [ 7.583s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
4489 | 2023-11-16T21:10:13.250Z | PASS [ 8.246s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
4490 | 2023-11-16T21:10:13.288Z | PASS [ 7.861s] nexus-db-queries db::collection_attach::test::test_attach_once |
4491 | 2023-11-16T21:10:13.339Z | PASS [ 0.051s] nexus-db-queries db::collection_attach::test::test_verify_query |
4492 | 2023-11-16T21:10:13.477Z | PASS [ 7.939s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
4493 | 2023-11-16T21:10:20.012Z | PASS [ 8.080s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
4494 | 2023-11-16T21:10:20.026Z | PASS [ 7.760s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
4495 | 2023-11-16T21:10:23.409Z | PASS [ 7.684s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
4496 | 2023-11-16T21:10:23.413Z | PASS [ 7.999s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
4497 | 2023-11-16T21:10:23.417Z | PASS [ 7.952s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
4498 | 2023-11-16T21:10:23.420Z | PASS [ 0.051s] nexus-db-queries db::collection_detach::test::test_verify_query |
4499 | 2023-11-16T21:10:27.472Z | PASS [ 7.460s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
4500 | 2023-11-16T21:10:27.987Z | PASS [ 7.967s] nexus-db-queries db::collection_detach::test::test_detach_once |
4501 | 2023-11-16T21:10:29.127Z | PASS [ 7.786s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
4502 | 2023-11-16T21:10:29.197Z | PASS [ 7.931s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
4503 | 2023-11-16T21:10:29.201Z | PASS [ 8.034s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
4504 | 2023-11-16T21:10:34.850Z | PASS [ 7.379s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
4505 | 2023-11-16T21:10:35.538Z | PASS [ 7.552s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
4506 | 2023-11-16T21:10:36.698Z | PASS [ 7.518s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
4507 | 2023-11-16T21:10:36.764Z | PASS [ 0.058s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
4508 | 2023-11-16T21:10:36.881Z | PASS [ 7.694s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
4509 | 2023-11-16T21:10:36.892Z | PASS [ 7.763s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
4510 | 2023-11-16T21:10:36.938Z | PASS [ 0.048s] nexus-db-queries db::collection_insert::test::test_verify_query |
4511 | 2023-11-16T21:10:37.600Z | PASS [ 50.528s] nexus-db-queries authz::policy_test::test_iam_roles_behavior |
4512 | 2023-11-16T21:10:40.375Z | PASS [ 5.526s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
4513 | 2023-11-16T21:10:40.416Z | PASS [ 0.041s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
4514 | 2023-11-16T21:10:41.191Z | PASS [ 5.653s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
4515 | 2023-11-16T21:10:42.093Z | PASS [ 5.339s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
4516 | 2023-11-16T21:10:42.233Z | PASS [ 5.353s] nexus-db-queries db::collection_insert::test::test_collection_present |
4517 | 2023-11-16T21:10:42.669Z | PASS [ 5.073s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
4518 | 2023-11-16T21:10:42.800Z | PASS [ 5.863s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
4519 | 2023-11-16T21:10:43.185Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run |
4520 | 2023-11-16T21:10:43.191Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run |
4521 | 2023-11-16T21:10:47.595Z | PASS [ 7.177s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
4522 | 2023-11-16T21:10:47.603Z | PASS [ 64.415s] bootstore::v0-fsm-proptest-learner run |
4523 | 2023-11-16T21:10:50.450Z | PASS [ 8.358s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
4524 | 2023-11-16T21:10:50.507Z | PASS [ 8.274s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
4525 | 2023-11-16T21:10:50.621Z | PASS [ 7.952s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
4526 | 2023-11-16T21:10:50.976Z | PASS [ 9.784s] nexus-db-queries db::datastore::dns::test::test_dns_update |
4527 | 2023-11-16T21:10:52.295Z | PASS [ 9.494s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
4528 | 2023-11-16T21:10:55.084Z | PASS [ 7.491s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
4529 | 2023-11-16T21:10:55.172Z | PASS [ 7.569s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
4530 | 2023-11-16T21:10:58.375Z | PASS [ 7.848s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks |
4531 | 2023-11-16T21:10:58.430Z | PASS [ 7.979s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled |
4532 | 2023-11-16T21:10:58.669Z | PASS [ 8.048s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent |
4533 | 2023-11-16T21:10:59.843Z | PASS [ 7.912s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled |
4534 | 2023-11-16T21:10:59.889Z | PASS [ 0.050s] nexus-db-queries db::datastore::region::test::test_extent_count |
4535 | 2023-11-16T21:10:59.899Z | PASS [ 76.184s] bootstore::v0-fsm-proptest-rack-coordinator run |
4536 | 2023-11-16T21:10:59.904Z | PASS [ 7.232s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent |
4537 | 2023-11-16T21:11:02.815Z | PASS [ 7.646s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
4538 | 2023-11-16T21:11:03.502Z | PASS [ 8.417s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
4539 | 2023-11-16T21:11:06.395Z | PASS [ 7.458s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
4540 | 2023-11-16T21:11:06.571Z | PASS [ 8.218s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
4541 | 2023-11-16T21:11:06.961Z | PASS [ 7.429s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
4542 | 2023-11-16T21:11:06.964Z | PASS [ 7.580s] nexus-db-queries db::datastore::test::test_component_update_conflict |
4543 | 2023-11-16T21:11:07.263Z | PASS [ 8.595s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
4544 | 2023-11-16T21:11:07.270Z | PASS [ 8.842s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
4545 | 2023-11-16T21:11:09.529Z | PASS [ 6.714s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
4546 | 2023-11-16T21:11:10.401Z | PASS [ 6.899s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
4547 | 2023-11-16T21:11:11.638Z | PASS [ 5.061s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
4548 | 2023-11-16T21:11:13.769Z | PASS [ 7.373s] nexus-db-queries db::datastore::test::test_project_creation |
4549 | 2023-11-16T21:11:14.777Z | PASS [ 7.514s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
4550 | 2023-11-16T21:11:14.848Z | PASS [ 7.893s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
4551 | 2023-11-16T21:11:16.775Z | PASS [ 9.813s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
4552 | 2023-11-16T21:11:17.022Z | PASS [ 9.751s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
4553 | 2023-11-16T21:11:19.258Z | PASS [ 9.730s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
4554 | 2023-11-16T21:11:20.177Z | PASS [ 5.329s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
4555 | 2023-11-16T21:11:20.298Z | PASS [ 9.898s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
4556 | 2023-11-16T21:11:20.714Z | PASS [ 9.082s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
4557 | 2023-11-16T21:11:20.992Z | PASS [ 7.225s] nexus-db-queries db::datastore::test::test_service_upsert_and_list |
4558 | 2023-11-16T21:11:21.834Z | PASS [ 7.057s] nexus-db-queries db::datastore::test::test_session_methods |
4559 | 2023-11-16T21:11:21.882Z | PASS [ 0.049s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data |
4560 | 2023-11-16T21:11:21.931Z | PASS [ 0.047s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid |
4561 | 2023-11-16T21:11:21.979Z | PASS [ 0.048s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid |
4562 | 2023-11-16T21:11:22.027Z | PASS [ 0.048s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid |
4563 | 2023-11-16T21:11:23.710Z | PASS [ 6.935s] nexus-db-queries db::datastore::test::test_ssh_keys |
4564 | 2023-11-16T21:11:23.736Z | PASS [ 6.716s] nexus-db-queries db::datastore::test::test_system_update_conflict |
4565 | 2023-11-16T21:11:25.934Z | PASS [ 5.222s] nexus-db-queries db::explain::test::test_explain_async |
4566 | 2023-11-16T21:11:26.161Z | PASS [ 6.904s] nexus-db-queries db::datastore::test::test_table_scan |
4567 | 2023-11-16T21:11:26.285Z | PASS [ 5.293s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
4568 | 2023-11-16T21:11:27.576Z | PASS [ 7.401s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
4569 | 2023-11-16T21:11:27.662Z | PASS [ 7.365s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
4570 | 2023-11-16T21:11:29.035Z | PASS [ 7.008s] nexus-db-queries db::lookup::test::test_lookup |
4571 | 2023-11-16T21:11:29.106Z | PASS [ 5.396s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
4572 | 2023-11-16T21:11:29.161Z | PASS [ 5.424s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
4573 | 2023-11-16T21:11:31.423Z | PASS [ 5.487s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
4574 | 2023-11-16T21:11:31.884Z | PASS [ 5.721s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
4575 | 2023-11-16T21:11:33.695Z | PASS [ 7.412s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
4576 | 2023-11-16T21:11:35.006Z | PASS [ 7.429s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
4577 | 2023-11-16T21:11:35.934Z | PASS [ 8.271s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent |
4578 | 2023-11-16T21:11:36.501Z | PASS [ 7.467s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range |
4579 | 2023-11-16T21:11:36.829Z | PASS [ 7.713s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent |
4580 | 2023-11-16T21:11:36.876Z | PASS [ 7.714s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full |
4581 | 2023-11-16T21:11:36.927Z | PASS [ 0.051s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
4582 | 2023-11-16T21:11:38.185Z | PASS [ 6.763s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
4583 | 2023-11-16T21:11:38.894Z | PASS [ 6.949s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
4584 | 2023-11-16T21:11:41.149Z | PASS [ 7.452s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service |
4585 | 2023-11-16T21:11:42.307Z | PASS [ 7.302s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
4586 | 2023-11-16T21:11:43.314Z | PASS [ 7.380s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
4587 | 2023-11-16T21:11:43.557Z | PASS [ 7.056s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
4588 | 2023-11-16T21:11:44.370Z | PASS [ 7.444s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
4589 | 2023-11-16T21:11:45.668Z | PASS [ 8.844s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
4590 | 2023-11-16T21:11:45.704Z | PASS [ 7.519s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
4591 | 2023-11-16T21:11:45.992Z | PASS [ 7.159s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
4592 | 2023-11-16T21:11:48.175Z | PASS [ 7.026s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
4593 | 2023-11-16T21:11:49.409Z | PASS [ 7.101s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
4594 | 2023-11-16T21:11:49.451Z | PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
4595 | 2023-11-16T21:11:50.745Z | PASS [ 7.188s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
4596 | 2023-11-16T21:11:50.835Z | PASS [ 7.521s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
4597 | 2023-11-16T21:11:50.980Z | PASS [ 0.145s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
4598 | 2023-11-16T21:11:51.029Z | PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
4599 | 2023-11-16T21:11:51.077Z | PASS [ 0.050s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
4600 | 2023-11-16T21:11:51.123Z | PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
4601 | 2023-11-16T21:11:51.167Z | PASS [ 0.046s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
4602 | 2023-11-16T21:11:51.790Z | PASS [ 7.421s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
4603 | 2023-11-16T21:11:53.209Z | PASS [ 7.547s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
4604 | 2023-11-16T21:11:53.253Z | PASS [ 7.549s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
4605 | 2023-11-16T21:11:53.290Z | PASS [ 0.037s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
4606 | 2023-11-16T21:11:53.347Z | PASS [ 0.057s] nexus-inventory builder::test::test_basic |
4607 | 2023-11-16T21:11:53.383Z | PASS [ 0.033s] nexus-inventory builder::test::test_empty |
4608 | 2023-11-16T21:11:53.400Z | PASS [ 7.411s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
4609 | 2023-11-16T21:11:53.416Z | PASS [ 0.038s] nexus-inventory builder::test::test_problems |
4610 | 2023-11-16T21:11:53.978Z | PASS [ 0.576s] nexus-inventory collector::test::test_basic |
4611 | 2023-11-16T21:11:54.231Z | PASS [ 0.812s] nexus-inventory collector::test::test_multi_mgs |
4612 | 2023-11-16T21:11:54.259Z | PASS [ 0.031s] nexus-types external_api::shared::test::test_policy_parsing |
4613 | 2023-11-16T21:11:54.352Z | PASS [ 0.093s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
4614 | 2023-11-16T21:11:54.395Z | PASS [ 0.041s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
4615 | 2023-11-16T21:11:54.455Z | PASS [ 0.061s] omicron-certificates tests::test_cert_extended_key_usage |
4616 | 2023-11-16T21:11:54.486Z | PASS [ 0.510s] nexus-inventory collector::test::test_multi_mgs_failure |
4617 | 2023-11-16T21:11:54.514Z | PASS [ 0.060s] omicron-certificates tests::test_common_name_is_validated |
4618 | 2023-11-16T21:11:54.551Z | PASS [ 0.035s] omicron-common address::test::test_dns_subnets |
4619 | 2023-11-16T21:11:54.557Z | PASS [ 0.071s] omicron-certificates tests::test_subject_alternate_names_are_validated |
4620 | 2023-11-16T21:11:54.580Z | PASS [ 0.030s] omicron-common address::test::test_ip_range_checks_non_decreasing |
4621 | 2023-11-16T21:11:54.591Z | PASS [ 0.029s] omicron-common address::test::test_ip_range_enum_deserialization |
4622 | 2023-11-16T21:11:54.608Z | PASS [ 0.029s] omicron-common address::test::test_ip_range_iter |
4623 | 2023-11-16T21:11:54.615Z | PASS [ 0.030s] omicron-common address::test::test_ip_range_try_from |
4624 | 2023-11-16T21:11:54.639Z | PASS [ 0.031s] omicron-common address::test::test_ipv6_subnet_deserialize |
4625 | 2023-11-16T21:11:54.646Z | PASS [ 0.030s] omicron-common address::test::test_sled_address |
4626 | 2023-11-16T21:11:54.671Z | PASS [ 0.030s] omicron-common api::external::error::test::test_bail_unless |
4627 | 2023-11-16T21:11:55.088Z | PASS [ 0.029s] omicron-common api::external::error::test::test_context |
4628 | 2023-11-16T21:11:55.092Z | PASS [ 0.036s] omicron-common api::external::http_pagination::test::test_pagination_examples |
4629 | 2023-11-16T21:11:55.095Z | PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
4630 | 2023-11-16T21:11:55.102Z | PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_id |
4631 | 2023-11-16T21:11:55.105Z | PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_scan_by_name |
4632 | 2023-11-16T21:11:55.108Z | PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
4633 | 2023-11-16T21:11:55.112Z | PASS [ 0.023s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
4634 | 2023-11-16T21:11:55.115Z | PASS [ 0.025s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
4635 | 2023-11-16T21:11:55.118Z | PASS [ 0.029s] omicron-common api::external::test::test_bytecount |
4636 | 2023-11-16T21:11:55.121Z | PASS [ 0.026s] omicron-common api::external::test::test_bytecount_display |
4637 | 2023-11-16T21:11:55.124Z | PASS [ 0.029s] omicron-common api::external::test::test_digest |
4638 | 2023-11-16T21:11:55.127Z | PASS [ 0.030s] omicron-common api::external::test::test_firewall_deserialization |
4639 | 2023-11-16T21:11:55.130Z | PASS [ 0.042s] omicron-common api::external::test::test_firewall_rule_target_parse |
4640 | 2023-11-16T21:11:55.133Z | PASS [ 0.054s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
4641 | 2023-11-16T21:11:55.136Z | PASS [ 0.027s] omicron-common api::external::test::test_ip_port_range_from_str |
4642 | 2023-11-16T21:11:55.139Z | PASS [ 0.028s] omicron-common api::external::test::test_ip_port_range_into_str |
4643 | 2023-11-16T21:11:55.142Z | PASS [ 0.029s] omicron-common api::external::test::test_ipnet_first_last_address |
4644 | 2023-11-16T21:11:55.145Z | PASS [ 0.028s] omicron-common api::external::test::test_ipnet_serde |
4645 | 2023-11-16T21:11:55.148Z | PASS [ 0.026s] omicron-common api::external::test::test_ipv4_net_operations |
4646 | 2023-11-16T21:11:55.151Z | PASS [ 0.029s] omicron-common api::external::test::test_ipv6_net_operations |
4647 | 2023-11-16T21:11:55.154Z | PASS [ 6.834s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
4648 | 2023-11-16T21:11:55.157Z | PASS [ 0.033s] omicron-common api::external::test::test_mac_system_iterator |
4649 | 2023-11-16T21:11:55.160Z | PASS [ 0.037s] omicron-common api::external::test::test_mac_to_int_conversions |
4650 | 2023-11-16T21:11:55.163Z | PASS [ 0.033s] omicron-common api::external::test::test_macaddr |
4651 | 2023-11-16T21:11:55.166Z | PASS [ 0.032s] omicron-common api::external::test::test_name_parse |
4652 | 2023-11-16T21:11:55.169Z | PASS [ 0.026s] omicron-common api::external::test::test_name_parse_from_param |
4653 | 2023-11-16T21:11:55.172Z | PASS [ 0.025s] omicron-common api::external::test::test_resource_name_parse |
4654 | 2023-11-16T21:11:55.175Z | PASS [ 0.027s] omicron-common api::external::test::test_role_name_parse |
4655 | 2023-11-16T21:11:55.178Z | PASS [ 0.036s] omicron-common api::external::test::test_route_destination_parse |
4656 | 2023-11-16T21:11:55.181Z | PASS [ 0.026s] omicron-common api::external::test::test_semver_serialize |
4657 | 2023-11-16T21:11:55.184Z | PASS [ 0.042s] omicron-common api::external::test::test_route_target_parse |
4658 | 2023-11-16T21:11:55.186Z | PASS [ 0.031s] omicron-common api::external::test::test_semver_validation |
4659 | 2023-11-16T21:11:55.189Z | PASS [ 0.026s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
4660 | 2023-11-16T21:11:55.192Z | PASS [ 0.045s] omicron-common ledger::test::test_commit_handles_write_failures |
4661 | 2023-11-16T21:11:55.195Z | PASS [ 0.038s] omicron-common ledger::test::test_create_default_ledger |
4662 | 2023-11-16T21:11:55.198Z | PASS [ 0.037s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
4663 | 2023-11-16T21:11:55.201Z | PASS [ 0.035s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
4664 | 2023-11-16T21:11:55.204Z | PASS [ 0.038s] omicron-common nexus_config::test::test_bad_authn_schemes |
4665 | 2023-11-16T21:11:55.207Z | PASS [ 0.032s] omicron-common nexus_config::test::test_config_bad_toml |
4666 | 2023-11-16T21:11:55.219Z | PASS [ 0.032s] omicron-common nexus_config::test::test_config_empty |
4667 | 2023-11-16T21:11:55.225Z | PASS [ 0.029s] omicron-common nexus_config::test::test_config_nonexistent |
4668 | 2023-11-16T21:11:55.232Z | PASS [ 0.028s] omicron-common nexus_config::test::test_deployment_config_schema |
4669 | 2023-11-16T21:11:55.250Z | PASS [ 0.030s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable |
4670 | 2023-11-16T21:11:55.268Z | PASS [ 0.042s] omicron-common nexus_config::test::test_repo_configs_are_valid |
4671 | 2023-11-16T21:11:55.274Z | PASS [ 0.043s] omicron-common nexus_config::test::test_valid |
4672 | 2023-11-16T21:11:55.286Z | PASS [ 0.031s] omicron-common postgres_config::test::test_bad_url |
4673 | 2023-11-16T21:11:55.302Z | PASS [ 0.034s] omicron-common postgres_config::test::test_example_url |
4674 | 2023-11-16T21:11:55.335Z | PASS [ 0.033s] omicron-common update::tests::serde_artifact_kind |
4675 | 2023-11-16T21:11:55.617Z | PASS [ 0.336s] omicron-dev::test_omicron_dev test_cert_create |
4676 | 2023-11-16T21:11:55.724Z | PASS [ 0.105s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd |
4677 | 2023-11-16T21:11:55.835Z | PASS [ 0.112s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args |
4678 | 2023-11-16T21:11:55.938Z | PASS [ 0.103s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args |
4679 | 2023-11-16T21:11:56.040Z | PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_no_args |
4680 | 2023-11-16T21:11:56.049Z | PASS [ 5.304s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
4681 | 2023-11-16T21:11:56.100Z | PASS [ 0.049s] omicron-gateway management_switch::location_map::tests::test_config_validation |
4682 | 2023-11-16T21:11:56.143Z | PASS [ 0.046s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
4683 | 2023-11-16T21:11:56.180Z | PASS [ 5.014s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query |
4684 | 2023-11-16T21:11:56.493Z | PASS [ 0.346s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled |
4685 | 2023-11-16T21:11:56.530Z | PASS [ 0.349s] omicron-gateway::test_all integration_tests::component_list::component_list |
4686 | 2023-11-16T21:11:56.826Z | PASS [ 0.297s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
4687 | 2023-11-16T21:11:56.940Z | PASS [ 7.487s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
4688 | 2023-11-16T21:11:57.051Z | PASS [ 0.560s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
4689 | 2023-11-16T21:11:57.067Z | PASS [ 5.277s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered |
4690 | 2023-11-16T21:11:57.146Z | PASS [ 0.318s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
4691 | 2023-11-16T21:11:58.331Z | PASS [ 5.122s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
4692 | 2023-11-16T21:12:04.687Z | PASS [ 9.376s] omicron-dev::test_omicron_dev test_db_killed |
4693 | 2023-11-16T21:12:17.097Z | PASS [ 21.786s] omicron-dev::test_omicron_dev test_db_run |
4694 | 2023-11-16T21:12:19.834Z | PASS [ 23.794s] omicron-dev::test_omicron_dev test_run_all |
4695 | 2023-11-16T21:12:20.569Z | PASS [ 23.520s] omicron-nexus app::background::common::test::test_driver_basic |
4696 | 2023-11-16T21:12:21.633Z | PASS [ 24.566s] omicron-nexus app::background::dns_config::test::test_basic |
4697 | 2023-11-16T21:12:21.840Z | PASS [ 0.208s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
4698 | 2023-11-16T21:12:22.063Z | PASS [ 24.918s] omicron-nexus app::background::dns_propagation::test::test_basic |
4699 | 2023-11-16T21:12:22.230Z | PASS [ 0.167s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
4700 | 2023-11-16T21:12:22.290Z | PASS [ 1.720s] omicron-nexus app::external_endpoints::test::test_authority |
4701 | 2023-11-16T21:12:22.297Z | PASS [ 0.068s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
4702 | 2023-11-16T21:12:22.362Z | PASS [ 0.073s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
4703 | 2023-11-16T21:12:22.715Z | PASS [ 25.777s] omicron-nexus app::background::common::test::test_activation_in_progress |
4704 | 2023-11-16T21:12:22.765Z | PASS [ 24.432s] omicron-nexus app::background::dns_servers::test::test_basic |
4705 | 2023-11-16T21:12:27.093Z | PASS [ 22.415s] omicron-nexus app::background::external_endpoints::test::test_basic |
4706 | 2023-11-16T21:12:33.441Z | PASS [ 11.600s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
4707 | 2023-11-16T21:12:40.785Z | PASS [ 23.690s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
4708 | 2023-11-16T21:12:48.315Z | PASS [ 28.482s] omicron-nexus app::background::inventory_collection::test::test_basic |
4709 | 2023-11-16T21:12:48.583Z | PASS [ 25.813s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
4710 | 2023-11-16T21:12:51.591Z | PASS [ 28.876s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
4711 | 2023-11-16T21:12:54.220Z | PASS [ 27.128s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
4712 | 2023-11-16T21:12:54.227Z | PASS [ 31.931s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
4713 | 2023-11-16T21:12:55.340Z | PASS [ 32.976s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
4714 | 2023-11-16T21:13:01.198Z | PASS [ 27.751s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
4715 | 2023-11-16T21:13:21.915Z | PASS [ 33.341s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
4716 | 2023-11-16T21:13:22.484Z | PASS [ 30.895s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
4717 | 2023-11-16T21:13:24.138Z | PASS [ 29.911s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
4718 | 2023-11-16T21:13:25.774Z | PASS [ 31.554s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
4719 | 2023-11-16T21:13:32.575Z | PASS [ 31.384s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
4720 | 2023-11-16T21:13:40.786Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4721 | 2023-11-16T21:13:48.319Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4722 | 2023-11-16T21:13:52.177Z | PASS [ 29.693s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
4723 | 2023-11-16T21:13:52.455Z | PASS [ 28.318s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
4724 | 2023-11-16T21:13:55.339Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4725 | 2023-11-16T21:13:55.604Z | PASS [ 23.031s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
4726 | 2023-11-16T21:13:55.685Z | PASS [ 0.058s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
4727 | 2023-11-16T21:13:58.395Z | PASS [ 32.624s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
4728 | 2023-11-16T21:13:59.015Z | PASS [ 36.697s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
4729 | 2023-11-16T21:14:02.681Z | PASS [ 67.347s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4730 | 2023-11-16T21:14:20.359Z | PASS [ 99.576s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4731 | 2023-11-16T21:14:23.764Z | PASS [ 21.083s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
4732 | 2023-11-16T21:14:25.418Z | PASS [ 29.756s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
4733 | 2023-11-16T21:14:28.191Z | PASS [ 99.879s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4734 | 2023-11-16T21:14:30.600Z | PASS [ 32.205s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
4735 | 2023-11-16T21:14:37.947Z | PASS [ 39.336s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
4736 | 2023-11-16T21:14:47.637Z | PASS [ 22.217s] omicron-nexus app::update::tests::test_populate_mock_system_updates |
4737 | 2023-11-16T21:14:48.435Z | PASS [ 24.672s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
4738 | 2023-11-16T21:14:49.652Z | PASS [ 21.461s] omicron-nexus app::update::tests::test_semver_max |
4739 | 2023-11-16T21:14:49.711Z | PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
4740 | 2023-11-16T21:14:49.765Z | PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
4741 | 2023-11-16T21:14:49.828Z | PASS [ 0.063s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
4742 | 2023-11-16T21:14:49.887Z | PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
4743 | 2023-11-16T21:14:49.941Z | PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
4744 | 2023-11-16T21:14:49.997Z | PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
4745 | 2023-11-16T21:14:50.065Z | PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_relative_uri |
4746 | 2023-11-16T21:14:50.189Z | PASS [ 0.126s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
4747 | 2023-11-16T21:14:50.801Z | PASS [ 30.442s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
4748 | 2023-11-16T21:14:51.624Z | PASS [ 21.014s] omicron-nexus app::update::tests::test_system_updates |
4749 | 2023-11-16T21:14:52.177Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4750 | 2023-11-16T21:14:52.455Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4751 | 2023-11-16T21:14:57.055Z | PASS [ 8.620s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
4752 | 2023-11-16T21:15:00.506Z | PASS [ 22.536s] omicron-nexus app::update::tests::test_update_deployments |
4753 | 2023-11-16T21:15:08.319Z | PASS [ 11.264s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
4754 | 2023-11-16T21:15:08.454Z | PASS [ 0.135s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
4755 | 2023-11-16T21:15:09.931Z | PASS [ 22.298s] omicron-nexus app::update::tests::test_updateable_components |
4756 | 2023-11-16T21:15:11.361Z | PASS [ 10.879s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
4757 | 2023-11-16T21:15:12.459Z | PASS [ 21.660s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
4758 | 2023-11-16T21:15:12.878Z | PASS [ 21.264s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
4759 | 2023-11-16T21:15:30.452Z | PASS [ 22.000s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
4760 | 2023-11-16T21:15:32.184Z | PASS [ 22.253s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
4761 | 2023-11-16T21:15:34.468Z | PASS [ 22.008s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
4762 | 2023-11-16T21:15:34.574Z | PASS [ 23.215s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
4763 | 2023-11-16T21:15:35.533Z | PASS [ 22.656s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
4764 | 2023-11-16T21:15:50.188Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
4765 | 2023-11-16T21:15:51.877Z | PASS [ 21.423s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
4766 | 2023-11-16T21:15:52.177Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4767 | 2023-11-16T21:15:52.455Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4768 | 2023-11-16T21:15:52.736Z | PASS [ 20.552s] omicron-nexus::test_all integration_tests::basic::test_ping |
4769 | 2023-11-16T21:15:55.048Z | PASS [ 122.595s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4770 | 2023-11-16T21:15:56.212Z | PASS [ 20.678s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
4771 | 2023-11-16T21:16:01.842Z | PASS [ 71.250s] omicron-nexus populate::test::test_populators |
4772 | 2023-11-16T21:16:05.135Z | PASS [ 30.669s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
4773 | 2023-11-16T21:16:10.138Z | PASS [ 35.557s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
4774 | 2023-11-16T21:16:14.535Z | PASS [ 22.661s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
4775 | 2023-11-16T21:16:15.077Z | PASS [ 22.342s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
4776 | 2023-11-16T21:16:17.168Z | PASS [ 2.603s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
4777 | 2023-11-16T21:16:17.193Z | PASS [ 22.146s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
4778 | 2023-11-16T21:16:17.255Z | PASS [ 0.115s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
4779 | 2023-11-16T21:16:17.281Z | PASS [ 2.205s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
4780 | 2023-11-16T21:16:17.655Z | PASS [ 0.401s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal |
4781 | 2023-11-16T21:16:18.154Z | PASS [ 0.963s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
4782 | 2023-11-16T21:16:18.303Z | PASS [ 22.086s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
4783 | 2023-11-16T21:16:26.805Z | PASS [ 25.365s] omicron-nexus::test_all integration_tests::certificates::test_crud |
4784 | 2023-11-16T21:16:28.256Z | PASS [ 23.120s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
4785 | 2023-11-16T21:16:40.011Z | PASS [ 22.725s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
4786 | 2023-11-16T21:16:40.291Z | PASS [ 22.637s] omicron-nexus::test_all integration_tests::console_api::test_assets |
4787 | 2023-11-16T21:16:40.485Z | PASS [ 22.329s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
4788 | 2023-11-16T21:16:41.944Z | PASS [ 31.815s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
4789 | 2023-11-16T21:16:44.667Z | PASS [ 26.371s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
4790 | 2023-11-16T21:16:51.403Z | PASS [ 23.148s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
4791 | 2023-11-16T21:16:52.176Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4792 | 2023-11-16T21:16:56.442Z | PASS [ 29.643s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
4793 | 2023-11-16T21:17:03.553Z | PASS [ 23.547s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
4794 | 2023-11-16T21:17:04.118Z | PASS [ 23.826s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
4795 | 2023-11-16T21:17:05.092Z | PASS [ 23.149s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
4796 | 2023-11-16T21:17:08.089Z | PASS [ 23.417s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
4797 | 2023-11-16T21:17:09.398Z | PASS [ 28.475s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
4798 | 2023-11-16T21:17:19.529Z | PASS [ 28.127s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
4799 | 2023-11-16T21:17:31.943Z | PASS [ 28.384s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
4800 | 2023-11-16T21:17:32.744Z | PASS [ 27.646s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
4801 | 2023-11-16T21:17:32.985Z | PASS [ 28.849s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
4802 | 2023-11-16T21:17:34.934Z | PASS [ 26.851s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
4803 | 2023-11-16T21:17:37.234Z | PASS [ 40.784s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
4804 | 2023-11-16T21:17:49.676Z | PASS [ 40.721s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
4805 | 2023-11-16T21:17:52.175Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4806 | 2023-11-16T21:17:59.538Z | PASS [ 26.787s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
4807 | 2023-11-16T21:18:00.749Z | PASS [ 25.817s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
4808 | 2023-11-16T21:18:01.924Z | PASS [ 28.955s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
4809 | 2023-11-16T21:18:02.921Z | PASS [ 25.692s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
4810 | 2023-11-16T21:18:11.775Z | PASS [ 52.248s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
4811 | 2023-11-16T21:18:16.084Z | PASS [ 26.406s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
4812 | 2023-11-16T21:18:23.237Z | PASS [ 51.295s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
4813 | 2023-11-16T21:18:24.089Z | PASS [ 24.566s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
4814 | 2023-11-16T21:18:30.167Z | PASS [ 27.251s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
4815 | 2023-11-16T21:18:31.566Z | PASS [ 30.814s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
4816 | 2023-11-16T21:18:44.213Z | PASS [ 32.438s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
4817 | 2023-11-16T21:18:46.269Z | PASS [ 30.188s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
4818 | 2023-11-16T21:18:46.874Z | PASS [ 44.953s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
4819 | 2023-11-16T21:18:51.018Z | PASS [ 27.790s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
4820 | 2023-11-16T21:18:51.076Z | PASS [ 26.984s] omicron-nexus::test_all integration_tests::images::test_image_create |
4821 | 2023-11-16T21:18:52.175Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4822 | 2023-11-16T21:18:56.731Z | PASS [ 26.563s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length |
4823 | 2023-11-16T21:18:57.351Z | PASS [ 25.783s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size |
4824 | 2023-11-16T21:19:10.711Z | PASS [ 26.498s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url |
4825 | 2023-11-16T21:19:13.244Z | PASS [ 26.975s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404 |
4826 | 2023-11-16T21:19:13.375Z | PASS [ 321.206s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4827 | 2023-11-16T21:19:17.459Z | PASS [ 30.587s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
4828 | 2023-11-16T21:19:22.636Z | PASS [ 31.560s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
4829 | 2023-11-16T21:19:23.819Z | PASS [ 10.443s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
4830 | 2023-11-16T21:19:25.493Z | PASS [ 28.146s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
4831 | 2023-11-16T21:19:26.961Z | PASS [ 30.228s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
4832 | 2023-11-16T21:19:28.598Z | PASS [ 11.141s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
4833 | 2023-11-16T21:19:29.473Z | PASS [ 38.456s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
4834 | 2023-11-16T21:19:33.637Z | PASS [ 11.005s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
4835 | 2023-11-16T21:19:33.735Z | PASS [ 9.918s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
4836 | 2023-11-16T21:19:39.346Z | PASS [ 28.632s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
4837 | 2023-11-16T21:19:39.816Z | PASS [ 26.573s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
4838 | 2023-11-16T21:19:51.042Z | PASS [ 25.553s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
4839 | 2023-11-16T21:20:01.209Z | PASS [ 21.861s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
4840 | 2023-11-16T21:20:01.212Z | PASS [ 32.605s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
4841 | 2023-11-16T21:20:10.196Z | PASS [ 36.560s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
4842 | 2023-11-16T21:20:12.194Z | PASS [ 38.461s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
4843 | 2023-11-16T21:20:15.208Z | PASS [ 45.735s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
4844 | 2023-11-16T21:20:18.656Z | PASS [ 38.842s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
4845 | 2023-11-16T21:20:19.191Z | PASS [ 52.235s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
4846 | 2023-11-16T21:20:31.151Z | PASS [ 29.944s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
4847 | 2023-11-16T21:20:38.190Z | PASS [ 36.979s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
4848 | 2023-11-16T21:20:48.144Z | PASS [ 37.948s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
4849 | 2023-11-16T21:20:48.243Z | PASS [ 33.038s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
4850 | 2023-11-16T21:20:51.221Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4851 | 2023-11-16T21:20:51.269Z | PASS [ 39.076s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
4852 | 2023-11-16T21:20:53.913Z | PASS [ 35.237s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
4853 | 2023-11-16T21:21:01.326Z | PASS [ 42.137s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
4854 | 2023-11-16T21:21:18.269Z | PASS [ 40.080s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
4855 | 2023-11-16T21:21:21.114Z | PASS [ 49.970s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
4856 | 2023-11-16T21:21:21.200Z | PASS [ 90.162s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4857 | 2023-11-16T21:21:26.221Z | PASS [ 38.078s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
4858 | 2023-11-16T21:21:26.858Z | PASS [ 35.590s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
4859 | 2023-11-16T21:21:28.175Z | PASS [ 39.933s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p |
4860 | 2023-11-16T21:21:34.717Z | PASS [ 40.819s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
4861 | 2023-11-16T21:21:44.586Z | PASS [ 26.320s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
4862 | 2023-11-16T21:21:45.212Z | PASS [ 43.881s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
4863 | 2023-11-16T21:21:47.494Z | PASS [ 26.294s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
4864 | 2023-11-16T21:21:51.731Z | PASS [ 23.553s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
4865 | 2023-11-16T21:21:55.821Z | PASS [ 28.960s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
4866 | 2023-11-16T21:21:57.129Z | PASS [ 30.908s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
4867 | 2023-11-16T21:21:58.770Z | PASS [ 37.658s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
4868 | 2023-11-16T21:22:09.344Z | PASS [ 21.851s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
4869 | 2023-11-16T21:22:14.730Z | PASS [ 30.145s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
4870 | 2023-11-16T21:22:14.786Z | PASS [ 23.059s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
4871 | 2023-11-16T21:22:17.613Z | PASS [ 42.904s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
4872 | 2023-11-16T21:22:18.388Z | PASS [ 33.183s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
4873 | 2023-11-16T21:22:19.677Z | PASS [ 23.856s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
4874 | 2023-11-16T21:22:20.675Z | PASS [ 23.547s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
4875 | 2023-11-16T21:22:22.011Z | PASS [ 23.201s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
4876 | 2023-11-16T21:22:37.001Z | PASS [ 22.215s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
4877 | 2023-11-16T21:22:38.415Z | PASS [ 23.686s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
4878 | 2023-11-16T21:22:40.340Z | PASS [ 21.953s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo |
4879 | 2023-11-16T21:22:41.091Z | PASS [ 23.477s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
4880 | 2023-11-16T21:22:43.798Z | PASS [ 34.456s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project |
4881 | 2023-11-16T21:22:45.039Z | PASS [ 24.364s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud |
4882 | 2023-11-16T21:22:46.217Z | PASS [ 24.248s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud |
4883 | 2023-11-16T21:22:52.174Z | PASS [ 32.500s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
4884 | 2023-11-16T21:23:02.613Z | PASS [ 22.267s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
4885 | 2023-11-16T21:23:10.168Z | PASS [ 29.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
4886 | 2023-11-16T21:23:11.954Z | PASS [ 25.732s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
4887 | 2023-11-16T21:23:17.800Z | PASS [ 25.629s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
4888 | 2023-11-16T21:23:19.746Z | PASS [ 35.949s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
4889 | 2023-11-16T21:23:28.478Z | PASS [ 25.871s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
4890 | 2023-11-16T21:23:37.002Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4891 | 2023-11-16T21:23:37.069Z | PASS [ 52.033s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
4892 | 2023-11-16T21:23:38.413Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4893 | 2023-11-16T21:23:43.047Z | PASS [ 25.247s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
4894 | 2023-11-16T21:23:43.424Z | PASS [ 66.426s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4895 | 2023-11-16T21:24:01.719Z | PASS [ 51.619s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
4896 | 2023-11-16T21:24:03.142Z | PASS [ 51.194s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
4897 | 2023-11-16T21:24:09.661Z | PASS [ 26.234s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
4898 | 2023-11-16T21:24:11.130Z | PASS [ 33.657s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
4899 | 2023-11-16T21:24:11.138Z | PASS [ 42.598s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
4900 | 2023-11-16T21:24:11.523Z | PASS [ 51.773s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
4901 | 2023-11-16T21:24:18.152Z | PASS [ 35.108s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
4902 | 2023-11-16T21:24:32.429Z | PASS [ 114.012s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4903 | 2023-11-16T21:24:34.674Z | PASS [ 23.598s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
4904 | 2023-11-16T21:24:38.744Z | PASS [ 37.023s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url |
4905 | 2023-11-16T21:24:38.878Z | PASS [ 27.361s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
4906 | 2023-11-16T21:24:43.468Z | PASS [ 25.315s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
4907 | 2023-11-16T21:24:55.685Z | PASS [ 52.124s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
4908 | 2023-11-16T21:25:00.119Z | PASS [ 27.694s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
4909 | 2023-11-16T21:25:03.443Z | PASS [ 24.555s] omicron-nexus::test_all integration_tests::projects::test_projects |
4910 | 2023-11-16T21:25:04.651Z | PASS [ 25.923s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
4911 | 2023-11-16T21:25:04.835Z | PASS [ 21.365s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
4912 | 2023-11-16T21:25:05.261Z | PASS [ 55.603s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
4913 | 2023-11-16T21:25:10.726Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4914 | 2023-11-16T21:25:11.160Z | PASS [ 36.488s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
4915 | 2023-11-16T21:25:17.858Z | PASS [ 22.595s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
4916 | 2023-11-16T21:25:25.615Z | PASS [ 25.498s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
4917 | 2023-11-16T21:25:25.815Z | PASS [ 0.199s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
4918 | 2023-11-16T21:25:25.915Z | PASS [ 75.191s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4919 | 2023-11-16T21:25:25.959Z | PASS [ 0.144s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
4920 | 2023-11-16T21:25:26.042Z | PASS [ 0.127s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
4921 | 2023-11-16T21:25:26.114Z | PASS [ 0.154s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
4922 | 2023-11-16T21:25:26.201Z | PASS [ 0.158s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
4923 | 2023-11-16T21:25:27.002Z | PASS [ 23.568s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
4924 | 2023-11-16T21:25:28.305Z | PASS [ 23.474s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
4925 | 2023-11-16T21:25:28.902Z | PASS [ 23.639s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
4926 | 2023-11-16T21:25:30.942Z | PASS [ 26.293s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
4927 | 2023-11-16T21:25:35.758Z | PASS [ 24.597s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
4928 | 2023-11-16T21:25:45.843Z | PASS [ 27.986s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes |
4929 | 2023-11-16T21:25:49.603Z | PASS [ 23.492s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
4930 | 2023-11-16T21:25:49.723Z | PASS [ 0.108s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
4931 | 2023-11-16T21:25:49.777Z | PASS [ 0.068s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment |
4932 | 2023-11-16T21:25:49.891Z | PASS [ 0.113s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
4933 | 2023-11-16T21:25:50.206Z | PASS [ 23.205s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
4934 | 2023-11-16T21:25:50.274Z | PASS [ 24.074s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
4935 | 2023-11-16T21:25:51.090Z | PASS [ 22.786s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
4936 | 2023-11-16T21:25:51.580Z | PASS [ 22.678s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
4937 | 2023-11-16T21:25:54.234Z | PASS [ 23.294s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
4938 | 2023-11-16T21:26:00.165Z | PASS [ 24.409s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
4939 | 2023-11-16T21:26:02.894Z | PASS [ 11.320s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
4940 | 2023-11-16T21:26:04.821Z | PASS [ 10.584s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
4941 | 2023-11-16T21:26:08.882Z | PASS [ 23.039s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
4942 | 2023-11-16T21:26:10.595Z | PASS [ 10.430s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
4943 | 2023-11-16T21:26:11.397Z | PASS [ 21.190s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
4944 | 2023-11-16T21:26:11.498Z | PASS [ 21.596s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
4945 | 2023-11-16T21:26:11.501Z | PASS [ 21.215s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
4946 | 2023-11-16T21:26:12.497Z | PASS [ 21.408s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
4947 | 2023-11-16T21:26:12.575Z | PASS [ 9.681s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
4948 | 2023-11-16T21:26:14.874Z | PASS [ 10.056s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
4949 | 2023-11-16T21:26:16.927Z | PASS [ 5.530s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
4950 | 2023-11-16T21:26:19.128Z | PASS [ 10.246s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
4951 | 2023-11-16T21:26:33.889Z | PASS [ 22.394s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
4952 | 2023-11-16T21:26:34.358Z | PASS [ 21.783s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
4953 | 2023-11-16T21:26:35.724Z | PASS [ 23.228s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
4954 | 2023-11-16T21:26:37.261Z | PASS [ 22.386s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
4955 | 2023-11-16T21:26:37.931Z | PASS [ 21.001s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
4956 | 2023-11-16T21:26:38.587Z | PASS [ 27.101s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
4957 | 2023-11-16T21:26:42.155Z | PASS [ 23.023s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
4958 | 2023-11-16T21:26:57.245Z | PASS [ 23.355s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
4959 | 2023-11-16T21:26:58.029Z | PASS [ 23.671s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
4960 | 2023-11-16T21:26:59.925Z | PASS [ 24.200s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
4961 | 2023-11-16T21:26:59.948Z | PASS [ 22.688s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
4962 | 2023-11-16T21:27:01.567Z | PASS [ 22.980s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
4963 | 2023-11-16T21:27:01.713Z | PASS [ 51.098s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4964 | 2023-11-16T21:27:04.297Z | PASS [ 26.369s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
4965 | 2023-11-16T21:27:04.452Z | PASS [ 22.303s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
4966 | 2023-11-16T21:27:21.492Z | PASS [ 24.249s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
4967 | 2023-11-16T21:27:22.585Z | PASS [ 24.556s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
4968 | 2023-11-16T21:27:24.260Z | PASS [ 24.313s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
4969 | 2023-11-16T21:27:25.548Z | PASS [ 23.979s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
4970 | 2023-11-16T21:27:25.914Z | PASS [ 24.223s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
4971 | 2023-11-16T21:27:28.098Z | PASS [ 23.805s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
4972 | 2023-11-16T21:27:28.974Z | PASS [ 24.522s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
4973 | 2023-11-16T21:27:35.601Z | PASS [ 35.678s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
4974 | 2023-11-16T21:27:45.764Z | PASS [ 24.263s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
4975 | 2023-11-16T21:27:49.842Z | PASS [ 21.744s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
4976 | 2023-11-16T21:27:50.260Z | PASS [ 27.677s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
4977 | 2023-11-16T21:27:50.986Z | PASS [ 25.442s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
4978 | 2023-11-16T21:27:56.163Z | PASS [ 31.903s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
4979 | 2023-11-16T21:27:57.449Z | PASS [ 31.535s] omicron-nexus::test_all integration_tests::silos::test_silos |
4980 | 2023-11-16T21:27:58.851Z | PASS [ 29.876s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
4981 | 2023-11-16T21:27:59.846Z | PASS [ 24.246s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
4982 | 2023-11-16T21:28:13.549Z | PASS [ 27.796s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
4983 | 2023-11-16T21:28:14.743Z | PASS [ 24.903s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
4984 | 2023-11-16T21:28:17.048Z | PASS [ 20.887s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
4985 | 2023-11-16T21:28:21.036Z | PASS [ 23.588s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
4986 | 2023-11-16T21:28:23.719Z | PASS [ 23.874s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
4987 | 2023-11-16T21:28:23.957Z | PASS [ 25.109s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
4988 | 2023-11-16T21:28:25.485Z | PASS [ 1.528s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
4989 | 2023-11-16T21:28:25.646Z | PASS [ 4.611s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
4990 | 2023-11-16T21:28:26.194Z | PASS [ 35.935s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
4991 | 2023-11-16T21:28:28.449Z | PASS [ 4.731s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
4992 | 2023-11-16T21:28:28.520Z | PASS [ 37.536s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
4993 | 2023-11-16T21:28:30.006Z | PASS [ 4.519s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
4994 | 2023-11-16T21:28:30.153Z | PASS [ 4.507s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
4995 | 2023-11-16T21:28:45.147Z | PASS [ 28.099s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
4996 | 2023-11-16T21:28:47.007Z | PASS [ 33.458s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
4997 | 2023-11-16T21:28:48.088Z | PASS [ 21.893s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
4998 | 2023-11-16T21:28:49.367Z | PASS [ 20.848s] omicron-nexus::test_all integration_tests::system_updates::test_get_update |
4999 | 2023-11-16T21:28:51.102Z | PASS [ 20.941s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components |
5000 | 2023-11-16T21:28:51.189Z | PASS [ 21.186s] omicron-nexus::test_all integration_tests::system_updates::test_list_components |
5001 | 2023-11-16T21:28:52.202Z | PASS [ 1.108s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
5002 | 2023-11-16T21:28:58.740Z | PASS [ 43.997s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
5003 | 2023-11-16T21:29:04.652Z | PASS [ 36.204s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
5004 | 2023-11-16T21:29:07.353Z | PASS [ 22.206s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates |
5005 | 2023-11-16T21:29:09.261Z | PASS [ 22.255s] omicron-nexus::test_all integration_tests::system_updates::test_system_version |
5006 | 2023-11-16T21:29:10.567Z | PASS [ 22.480s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments |
5007 | 2023-11-16T21:29:12.655Z | PASS [ 21.456s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
5008 | 2023-11-16T21:29:16.591Z | PASS [ 24.390s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
5009 | 2023-11-16T21:29:20.932Z | PASS [ 22.193s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
5010 | 2023-11-16T21:29:36.166Z | PASS [ 31.514s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
5011 | 2023-11-16T21:29:42.239Z | PASS [ 34.888s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
5012 | 2023-11-16T21:29:43.559Z | PASS [ 34.298s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
5013 | 2023-11-16T21:29:44.658Z | PASS [ 34.084s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
5014 | 2023-11-16T21:29:46.316Z | PASS [ 33.672s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
5015 | 2023-11-16T21:29:49.366Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
5016 | 2023-11-16T21:29:50.671Z | PASS [ 34.081s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
5017 | 2023-11-16T21:29:54.875Z | PASS [ 33.944s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
5018 | 2023-11-16T21:30:08.543Z | PASS [ 23.894s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
5019 | 2023-11-16T21:30:11.077Z | PASS [ 34.911s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
5020 | 2023-11-16T21:30:17.073Z | PASS [ 34.834s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
5021 | 2023-11-16T21:30:21.461Z | PASS [ 37.903s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
5022 | 2023-11-16T21:30:29.589Z | PASS [ 43.275s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
5023 | 2023-11-16T21:30:33.984Z | PASS [ 43.314s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
5024 | 2023-11-16T21:30:35.711Z | PASS [ 106.345s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
5025 | 2023-11-16T21:30:45.429Z | PASS [ 50.518s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
5026 | 2023-11-16T21:30:55.787Z | PASS [ 20.077s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
5027 | 2023-11-16T21:30:58.823Z | PASS [ 50.226s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
5028 | 2023-11-16T21:31:00.081Z | PASS [ 38.621s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
5029 | 2023-11-16T21:31:01.461Z | PASS [ 50.386s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
5030 | 2023-11-16T21:31:05.159Z | PASS [ 19.768s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
5031 | 2023-11-16T21:31:05.587Z | PASS [ 35.999s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
5032 | 2023-11-16T21:31:06.613Z | PASS [ 32.631s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
5033 | 2023-11-16T21:31:08.404Z | PASS [ 51.333s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
5034 | 2023-11-16T21:31:17.781Z | PASS [ 21.994s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
5035 | 2023-11-16T21:31:21.343Z | PASS [ 22.575s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
5036 | 2023-11-16T21:31:22.046Z | PASS [ 21.967s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
5037 | 2023-11-16T21:31:23.015Z | PASS [ 21.553s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
5038 | 2023-11-16T21:31:26.828Z | PASS [ 21.242s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
5039 | 2023-11-16T21:31:27.361Z | PASS [ 22.202s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
5040 | 2023-11-16T21:31:29.106Z | PASS [ 22.493s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
5041 | 2023-11-16T21:31:30.141Z | PASS [ 21.738s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
5042 | 2023-11-16T21:31:40.428Z | PASS [ 22.649s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
5043 | 2023-11-16T21:31:43.376Z | PASS [ 22.034s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
5044 | 2023-11-16T21:31:45.243Z | PASS [ 22.231s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
5045 | 2023-11-16T21:31:45.424Z | PASS [ 23.378s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
5046 | 2023-11-16T21:31:50.012Z | PASS [ 23.185s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
5047 | 2023-11-16T21:31:50.154Z | PASS [ 22.788s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
5048 | 2023-11-16T21:31:51.903Z | PASS [ 22.798s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
5049 | 2023-11-16T21:31:57.413Z | PASS [ 27.272s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
5050 | 2023-11-16T21:32:11.196Z | PASS [ 30.769s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers |
5051 | 2023-11-16T21:32:11.414Z | PASS [ 21.403s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found |
5052 | 2023-11-16T21:32:11.578Z | PASS [ 21.431s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found |
5053 | 2023-11-16T21:32:11.636Z | PASS [ 0.057s] omicron-package dot::test::test_bad_dependency |
5054 | 2023-11-16T21:32:11.677Z | PASS [ 0.042s] omicron-package dot::test::test_dot_output |
5055 | 2023-11-16T21:32:13.776Z | PASS [ 21.873s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success |
5056 | 2023-11-16T21:32:13.807Z | PASS [ 0.030s] omicron-passwords test::test_password_constraints |
5057 | 2023-11-16T21:32:14.872Z | PASS [ 29.631s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
5058 | 2023-11-16T21:32:15.534Z | PASS [ 32.159s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
5059 | 2023-11-16T21:32:15.591Z | PASS [ 0.059s] omicron-passwords test::test_stable |
5060 | 2023-11-16T21:32:15.619Z | PASS [ 0.027s] omicron-passwords test::test_weak_hashes |
5061 | 2023-11-16T21:32:15.650Z | PASS [ 0.028s] omicron-rpaths internal::tests::test_configure_from_path |
5062 | 2023-11-16T21:32:15.777Z | PASS [ 0.088s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
5063 | 2023-11-16T21:32:15.781Z | PASS [ 30.356s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
5064 | 2023-11-16T21:32:15.814Z | PASS [ 0.054s] omicron-rpaths internal::tests::test_emit_rpath |
5065 | 2023-11-16T21:32:15.847Z | PASS [ 0.060s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
5066 | 2023-11-16T21:32:15.853Z | PASS [ 0.076s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion |
5067 | 2023-11-16T21:32:15.906Z | PASS [ 0.051s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash |
5068 | 2023-11-16T21:32:15.913Z | PASS [ 0.066s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization |
5069 | 2023-11-16T21:32:15.947Z | PASS [ 0.041s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1 |
5070 | 2023-11-16T21:32:15.963Z | PASS [ 0.049s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
5071 | 2023-11-16T21:32:15.996Z | PASS [ 4.572s] omicron-omdb::test_all_output test_omdb_usage_errors |
5072 | 2023-11-16T21:32:16.021Z | PASS [ 0.067s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
5073 | 2023-11-16T21:32:16.024Z | PASS [ 0.050s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
5074 | 2023-11-16T21:32:16.028Z | PASS [ 0.043s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
5075 | 2023-11-16T21:32:16.059Z | PASS [ 0.040s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
5076 | 2023-11-16T21:32:16.096Z | PASS [ 0.038s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
5077 | 2023-11-16T21:32:16.099Z | PASS [ 0.047s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
5078 | 2023-11-16T21:32:16.117Z | PASS [ 0.051s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
5079 | 2023-11-16T21:32:16.126Z | PASS [ 0.058s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
5080 | 2023-11-16T21:32:16.158Z | PASS [ 0.052s] omicron-sled-agent profile::tests::empty_profile |
5081 | 2023-11-16T21:32:16.172Z | PASS [ 0.040s] omicron-sled-agent profile::tests::test_instance |
5082 | 2023-11-16T21:32:16.175Z | PASS [ 0.075s] omicron-sled-agent config::test::test_smf_configs |
5083 | 2023-11-16T21:32:16.199Z | PASS [ 0.042s] omicron-sled-agent profile::tests::test_multiple |
5084 | 2023-11-16T21:32:16.206Z | PASS [ 0.041s] omicron-sled-agent profile::tests::test_property |
5085 | 2023-11-16T21:32:16.225Z | PASS [ 0.041s] omicron-sled-agent profile::tests::test_property_group |
5086 | 2023-11-16T21:32:16.239Z | PASS [ 0.040s] omicron-sled-agent profile::tests::test_service |
5087 | 2023-11-16T21:32:16.290Z | PASS [ 0.040s] omicron-sled-agent profile::tests::test_service_property_group |
5088 | 2023-11-16T21:32:16.294Z | PASS [ 0.058s] omicron-sled-agent rack_setup::config::test::test_extra_certs |
5089 | 2023-11-16T21:32:16.300Z | PASS [ 0.043s] omicron-sled-agent rack_setup::config::test::test_subnets |
5090 | 2023-11-16T21:32:16.303Z | PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
5091 | 2023-11-16T21:32:16.313Z | PASS [ 0.036s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
5092 | 2023-11-16T21:32:16.344Z | PASS [ 0.054s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema |
5093 | 2023-11-16T21:32:16.366Z | PASS [ 0.056s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
5094 | 2023-11-16T21:32:16.374Z | PASS [ 0.093s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
5095 | 2023-11-16T21:32:16.395Z | PASS [ 0.051s] omicron-sled-agent services::test::test_all_zone_requests_schema |
5096 | 2023-11-16T21:32:16.411Z | PASS [ 0.040s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
5097 | 2023-11-16T21:32:16.680Z | PASS [ 0.298s] omicron-sled-agent services::test::test_ensure_service |
5098 | 2023-11-16T21:32:16.684Z | PASS [ 0.268s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
5099 | 2023-11-16T21:32:16.696Z | PASS [ 0.295s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
5100 | 2023-11-16T21:32:16.738Z | PASS [ 0.054s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
5101 | 2023-11-16T21:32:16.750Z | PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
5102 | 2023-11-16T21:32:16.796Z | PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
5103 | 2023-11-16T21:32:16.800Z | PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
5104 | 2023-11-16T21:32:16.848Z | PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
5105 | 2023-11-16T21:32:16.857Z | PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
5106 | 2023-11-16T21:32:16.901Z | PASS [ 0.045s] omicron-sled-agent updates::test::test_query_no_components |
5107 | 2023-11-16T21:32:16.923Z | PASS [ 0.062s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
5108 | 2023-11-16T21:32:16.955Z | PASS [ 0.052s] omicron-sled-agent updates::test::test_query_sled_agent_version |
5109 | 2023-11-16T21:32:16.968Z | PASS [ 0.059s] omicron-sled-agent updates::test::test_query_zone_version |
5110 | 2023-11-16T21:32:16.979Z | PASS [ 0.304s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
5111 | 2023-11-16T21:32:17.011Z | PASS [ 0.042s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
5112 | 2023-11-16T21:32:17.229Z | PASS [ 0.274s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
5113 | 2023-11-16T21:32:17.243Z | PASS [ 3.437s] omicron-passwords test::test_reproducible |
5114 | 2023-11-16T21:32:17.284Z | PASS [ 0.056s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
5115 | 2023-11-16T21:32:17.831Z | PASS [ 0.818s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
5116 | 2023-11-16T21:32:18.211Z | PASS [ 0.927s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
5117 | 2023-11-16T21:32:18.292Z | PASS [ 0.081s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
5118 | 2023-11-16T21:32:18.333Z | PASS [ 0.044s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
5119 | 2023-11-16T21:32:18.394Z | PASS [ 0.060s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
5120 | 2023-11-16T21:32:18.448Z | PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
5121 | 2023-11-16T21:32:18.452Z | PASS [ 1.463s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
5122 | 2023-11-16T21:32:18.481Z | PASS [ 0.041s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
5123 | 2023-11-16T21:32:18.488Z | PASS [ 0.042s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
5124 | 2023-11-16T21:32:18.669Z | PASS [ 0.180s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
5125 | 2023-11-16T21:32:18.801Z | PASS [ 0.320s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled |
5126 | 2023-11-16T21:32:18.973Z | PASS [ 0.171s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
5127 | 2023-11-16T21:32:18.977Z | PASS [ 1.151s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
5128 | 2023-11-16T21:32:19.024Z | PASS [ 0.354s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
5129 | 2023-11-16T21:32:19.033Z | PASS [ 0.061s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
5130 | 2023-11-16T21:32:19.066Z | PASS [ 0.043s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
5131 | 2023-11-16T21:32:19.073Z | PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
5132 | 2023-11-16T21:32:19.117Z | PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
5133 | 2023-11-16T21:32:19.148Z | PASS [ 1.905s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
5134 | 2023-11-16T21:32:19.155Z | PASS [ 0.090s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
5135 | 2023-11-16T21:32:19.529Z | PASS [ 0.413s] omicron-test-utils dev::db::test::test_bad_cmd |
5136 | 2023-11-16T21:32:19.867Z | PASS [ 0.719s] omicron-test-utils dev::db::test::test_cmd_fails |
5137 | 2023-11-16T21:32:19.919Z | PASS [ 0.046s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
5138 | 2023-11-16T21:32:19.923Z | PASS [ 0.392s] omicron-test-utils dev::db::test::test_database_start_hang |
5139 | 2023-11-16T21:32:19.946Z | PASS [ 0.033s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
5140 | 2023-11-16T21:32:19.968Z | PASS [ 0.047s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
5141 | 2023-11-16T21:32:19.997Z | PASS [ 0.052s] omicron-test-utils dev::db::test::test_process_exit_normal |
5142 | 2023-11-16T21:32:20.025Z | PASS [ 1.045s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
5143 | 2023-11-16T21:32:20.825Z | PASS [ 9.147s] omicron-passwords test::test_compatible |
5144 | 2023-11-16T21:32:20.874Z | PASS [ 0.050s] omicron-test-utils dev::db::test::test_starter_tmpdir |
5145 | 2023-11-16T21:32:20.946Z | PASS [ 0.065s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
5146 | 2023-11-16T21:32:20.986Z | PASS [ 0.045s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
5147 | 2023-11-16T21:32:21.026Z | PASS [ 0.039s] oximeter histogram::tests::test_bin_range |
5148 | 2023-11-16T21:32:21.060Z | PASS [ 0.035s] oximeter histogram::tests::test_bin_range_from |
5149 | 2023-11-16T21:32:21.094Z | PASS [ 0.034s] oximeter histogram::tests::test_bin_range_to |
5150 | 2023-11-16T21:32:21.139Z | PASS [ 0.043s] oximeter histogram::tests::test_ensure_finite |
5151 | 2023-11-16T21:32:21.182Z | PASS [ 0.042s] oximeter histogram::tests::test_foo |
5152 | 2023-11-16T21:32:21.222Z | PASS [ 0.038s] oximeter histogram::tests::test_histogram |
5153 | 2023-11-16T21:32:21.256Z | PASS [ 0.037s] oximeter histogram::tests::test_histogram_extreme_bins |
5154 | 2023-11-16T21:32:21.299Z | PASS [ 0.044s] oximeter histogram::tests::test_histogram_extreme_samples |
5155 | 2023-11-16T21:32:21.386Z | PASS [ 0.069s] oximeter histogram::tests::test_histogram_float_bins |
5156 | 2023-11-16T21:32:21.452Z | PASS [ 0.078s] oximeter histogram::tests::test_histogram_to_arrays |
5157 | 2023-11-16T21:32:21.486Z | PASS [ 0.040s] oximeter histogram::tests::test_histogram_unbounded_samples |
5158 | 2023-11-16T21:32:21.532Z | PASS [ 0.037s] oximeter histogram::tests::test_histogram_unsorted_bins |
5159 | 2023-11-16T21:32:21.571Z | PASS [ 0.049s] oximeter histogram::tests::test_histogram_with_bins |
5160 | 2023-11-16T21:32:21.607Z | PASS [ 0.035s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins |
5161 | 2023-11-16T21:32:21.646Z | PASS [ 0.036s] oximeter histogram::tests::test_histogram_with_overlapping_bins |
5162 | 2023-11-16T21:32:21.695Z | PASS [ 0.047s] oximeter histogram::tests::test_log_linear_bins_all_representable |
5163 | 2023-11-16T21:32:21.729Z | PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
5164 | 2023-11-16T21:32:21.745Z | PASS [ 24.325s] omicron-omdb::test_all_output test_omdb_env_settings |
5165 | 2023-11-16T21:32:21.767Z | PASS [ 0.042s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
5166 | 2023-11-16T21:32:21.776Z | PASS [ 0.039s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
5167 | 2023-11-16T21:32:21.803Z | PASS [ 0.033s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
5168 | 2023-11-16T21:32:21.832Z | PASS [ 0.049s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks |
5169 | 2023-11-16T21:32:21.858Z | PASS [ 0.058s] oximeter histogram::tests::test_log_linear_bins_small_bin_count |
5170 | 2023-11-16T21:32:21.866Z | PASS [ 0.041s] oximeter histogram::tests::test_span_decades |
5171 | 2023-11-16T21:32:21.904Z | PASS [ 0.046s] oximeter histogram::tests::test_span_decades_other_counts_f64 |
5172 | 2023-11-16T21:32:21.923Z | PASS [ 0.057s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
5173 | 2023-11-16T21:32:21.931Z | PASS [ 0.030s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
5174 | 2023-11-16T21:32:21.971Z | PASS [ 0.036s] oximeter test_util::tests::test_gen_test_samples |
5175 | 2023-11-16T21:32:22.031Z | PASS [ 0.058s] oximeter traits::tests::test_metric_trait |
5176 | 2023-11-16T21:32:22.072Z | PASS [ 0.048s] oximeter traits::tests::test_target_trait |
5177 | 2023-11-16T21:32:22.076Z | PASS [ 0.079s] oximeter traits::tests::test_producer_trait |
5178 | 2023-11-16T21:32:22.080Z | PASS [ 0.041s] oximeter types::tests::test_cumulative_f64 |
5179 | 2023-11-16T21:32:22.087Z | PASS [ 0.041s] oximeter types::tests::test_cumulative_i64 |
5180 | 2023-11-16T21:32:22.135Z | PASS [ 0.033s] oximeter types::tests::test_datum |
5181 | 2023-11-16T21:32:22.175Z | PASS [ 0.055s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string |
5182 | 2023-11-16T21:32:22.192Z | PASS [ 0.070s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8 |
5183 | 2023-11-16T21:32:22.234Z | PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16 |
5184 | 2023-11-16T21:32:22.274Z | PASS [ 0.111s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8 |
5185 | 2023-11-16T21:32:22.295Z | PASS [ 0.064s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16 |
5186 | 2023-11-16T21:32:22.335Z | PASS [ 0.069s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32 |
5187 | 2023-11-16T21:32:22.345Z | PASS [ 0.061s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32 |
5188 | 2023-11-16T21:32:22.360Z | PASS [ 0.034s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64 |
5189 | 2023-11-16T21:32:22.384Z | PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64 |
5190 | 2023-11-16T21:32:22.406Z | PASS [ 0.046s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid |
5191 | 2023-11-16T21:32:22.424Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
5192 | 2023-11-16T21:32:22.453Z | PASS [ 0.047s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
5193 | 2023-11-16T21:32:22.467Z | PASS [ 0.051s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
5194 | 2023-11-16T21:32:22.488Z | PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
5195 | 2023-11-16T21:32:22.502Z | PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
5196 | 2023-11-16T21:32:22.516Z | LEAK [ 2.548s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
5197 | 2023-11-16T21:32:22.526Z | PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
5198 | 2023-11-16T21:32:22.534Z | PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
5199 | 2023-11-16T21:32:22.549Z | PASS [ 0.034s] oximeter types::tests::test_measurement |
5200 | 2023-11-16T21:32:22.556Z | PASS [ 0.034s] oximeter types::tests::test_sample_struct |
5201 | 2023-11-16T21:32:22.565Z | PASS [ 0.032s] oximeter types::tests::test_verify_field_names |
5202 | 2023-11-16T21:32:22.863Z | PASS [ 0.292s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
5203 | 2023-11-16T21:32:22.889Z | PASS [ 0.321s] oximeter-collector agent::tests::test_self_stat_collection_count |
5204 | 2023-11-16T21:32:22.893Z | PASS [ 0.313s] oximeter-collector agent::tests::test_self_stat_error_counter |
5205 | 2023-11-16T21:32:22.900Z | PASS [ 0.040s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
5206 | 2023-11-16T21:32:23.055Z | PASS [ 0.184s] oximeter-collector::test_commands test_oximeter_no_args |
5207 | 2023-11-16T21:32:23.189Z | PASS [ 0.308s] oximeter-collector::test_commands test_oximeter_openapi |
5208 | 2023-11-16T21:32:24.377Z | PASS [ 1.320s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
5209 | 2023-11-16T21:32:24.860Z | PASS [ 1.672s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
5210 | 2023-11-16T21:32:25.259Z | PASS [ 5.234s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
5211 | 2023-11-16T21:32:25.317Z | PASS [ 0.054s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
5212 | 2023-11-16T21:32:25.570Z | PASS [ 6.413s] omicron-test-utils dev::db::test::test_database_concurrent |
5213 | 2023-11-16T21:32:26.135Z | PASS [ 1.759s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
5214 | 2023-11-16T21:32:26.174Z | PASS [ 0.039s] oximeter-db client::tests::test_unravel_index |
5215 | 2023-11-16T21:32:26.236Z | PASS [ 0.062s] oximeter-db client::tests::test_verify_schema_upgrades |
5216 | 2023-11-16T21:32:26.276Z | PASS [ 0.040s] oximeter-db model::tests::test_db_bool |
5217 | 2023-11-16T21:32:26.333Z | PASS [ 3.434s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
5218 | 2023-11-16T21:32:26.387Z | PASS [ 1.526s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
5219 | 2023-11-16T21:32:26.425Z | PASS [ 0.038s] oximeter-db model::tests::test_db_datum_type_conversion |
5220 | 2023-11-16T21:32:26.468Z | PASS [ 0.042s] oximeter-db model::tests::test_db_field_list_conversion |
5221 | 2023-11-16T21:32:26.508Z | PASS [ 0.039s] oximeter-db model::tests::test_db_field_type_conversion |
5222 | 2023-11-16T21:32:26.551Z | PASS [ 0.042s] oximeter-db model::tests::test_db_histogram |
5223 | 2023-11-16T21:32:26.596Z | PASS [ 0.046s] oximeter-db model::tests::test_histogram_to_arrays |
5224 | 2023-11-16T21:32:26.631Z | PASS [ 0.354s] oximeter-db model::tests::test_db_bool_bad |
5225 | 2023-11-16T21:32:26.677Z | PASS [ 0.041s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
5226 | 2023-11-16T21:32:26.715Z | PASS [ 0.042s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
5227 | 2023-11-16T21:32:26.772Z | PASS [ 0.056s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
5228 | 2023-11-16T21:32:26.816Z | PASS [ 0.045s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
5229 | 2023-11-16T21:32:26.865Z | PASS [ 0.050s] oximeter-db model::tests::test_unroll_from_source |
5230 | 2023-11-16T21:32:26.907Z | PASS [ 0.285s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
5231 | 2023-11-16T21:32:26.934Z | PASS [ 0.051s] oximeter-db model::tests::test_unroll_measurement_row |
5232 | 2023-11-16T21:32:26.959Z | PASS [ 0.063s] oximeter-db query::tests::test_field_cmp |
5233 | 2023-11-16T21:32:27.012Z | PASS [ 0.052s] oximeter-db query::tests::test_field_selector_as_query |
5234 | 2023-11-16T21:32:27.037Z | PASS [ 0.078s] oximeter-db query::tests::test_field_value_as_db_str |
5235 | 2023-11-16T21:32:27.105Z | PASS [ 0.102s] oximeter-db query::tests::test_select_query_builder_field_selectors |
5236 | 2023-11-16T21:32:27.138Z | PASS [ 0.114s] oximeter-db query::tests::test_select_query_builder_filter_raw |
5237 | 2023-11-16T21:32:27.167Z | PASS [ 0.085s] oximeter-db query::tests::test_select_query_builder_from_parts |
5238 | 2023-11-16T21:32:27.240Z | PASS [ 0.060s] oximeter-db query::tests::test_select_query_builder_limit_offset |
5239 | 2023-11-16T21:32:27.272Z | PASS [ 0.113s] oximeter-db query::tests::test_select_query_builder_full |
5240 | 2023-11-16T21:32:27.303Z | PASS [ 0.066s] oximeter-db query::tests::test_select_query_builder_no_fields |
5241 | 2023-11-16T21:32:27.370Z | PASS [ 0.101s] oximeter-db query::tests::test_select_query_builder_no_selectors |
5242 | 2023-11-16T21:32:27.403Z | PASS [ 0.098s] oximeter-db query::tests::test_string_field_selector |
5243 | 2023-11-16T21:32:27.483Z | PASS [ 2.098s] oximeter-db client::tests::test_select_all_field_types |
5244 | 2023-11-16T21:32:27.486Z | PASS [ 0.063s] oximeter-db query::tests::test_time_range |
5245 | 2023-11-16T21:32:27.489Z | PASS [ 0.070s] oximeter-db tests::test_field_schema_ordering |
5246 | 2023-11-16T21:32:27.492Z | PASS [ 0.055s] oximeter-db tests::test_schema_field_ordering_across_target_metric |
5247 | 2023-11-16T21:32:27.495Z | PASS [ 0.053s] oximeter-db tests::test_timeseries_key_field_stability |
5248 | 2023-11-16T21:32:27.506Z | PASS [ 0.056s] oximeter-db tests::test_timeseries_key_sample_stability |
5249 | 2023-11-16T21:32:27.526Z | PASS [ 0.047s] oximeter-db tests::test_timeseries_name |
5250 | 2023-11-16T21:32:27.538Z | PASS [ 0.062s] oximeter-db tests::test_timeseries_name_from_str |
5251 | 2023-11-16T21:32:27.562Z | PASS [ 0.049s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
5252 | 2023-11-16T21:32:27.590Z | PASS [ 0.042s] oximeter-instruments http::tests::test_normalize_uri_path |
5253 | 2023-11-16T21:32:27.616Z | PASS [ 0.091s] oximeter-instruments http::tests::test_latency_tracker |
5254 | 2023-11-16T21:32:27.684Z | PASS [ 0.093s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
5255 | 2023-11-16T21:32:27.687Z | PASS [ 0.120s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
5256 | 2023-11-16T21:32:27.692Z | PASS [ 0.086s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
5257 | 2023-11-16T21:32:27.748Z | PASS [ 0.066s] oximeter-instruments kstat::link::tests::test_physical_datalink |
5258 | 2023-11-16T21:32:27.756Z | PASS [ 0.083s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
5259 | 2023-11-16T21:32:27.770Z | PASS [ 0.079s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
5260 | 2023-11-16T21:32:27.789Z | PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
5261 | 2023-11-16T21:32:27.798Z | PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
5262 | 2023-11-16T21:32:27.837Z | PASS [ 0.082s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
5263 | 2023-11-16T21:32:27.840Z | PASS [ 0.040s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
5264 | 2023-11-16T21:32:27.844Z | PASS [ 0.046s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
5265 | 2023-11-16T21:32:27.858Z | PASS [ 0.029s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
5266 | 2023-11-16T21:32:27.869Z | PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field |
5267 | 2023-11-16T21:32:27.877Z | PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field |
5268 | 2023-11-16T21:32:27.884Z | PASS [ 0.027s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum |
5269 | 2023-11-16T21:32:27.897Z | PASS [ 0.027s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field |
5270 | 2023-11-16T21:32:27.911Z | PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target |
5271 | 2023-11-16T21:32:27.914Z | PASS [ 0.027s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct |
5272 | 2023-11-16T21:32:27.925Z | PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum |
5273 | 2023-11-16T21:32:27.932Z | PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct |
5274 | 2023-11-16T21:32:27.950Z | PASS [ 0.028s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field |
5275 | 2023-11-16T21:32:27.969Z | PASS [ 0.043s] sled-hardware disk::test::test_disk_paths |
5276 | 2023-11-16T21:32:27.981Z | PASS [ 0.044s] sled-hardware disk::test::test_partition_device_paths |
5277 | 2023-11-16T21:32:27.989Z | PASS [ 0.049s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
5278 | 2023-11-16T21:32:28.011Z | PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
5279 | 2023-11-16T21:32:28.018Z | PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
5280 | 2023-11-16T21:32:28.026Z | PASS [ 0.038s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
5281 | 2023-11-16T21:32:28.057Z | PASS [ 0.038s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
5282 | 2023-11-16T21:32:28.080Z | PASS [ 0.038s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
5283 | 2023-11-16T21:32:28.086Z | PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
5284 | 2023-11-16T21:32:28.097Z | PASS [ 0.038s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip |
5285 | 2023-11-16T21:32:28.130Z | PASS [ 0.060s] sled-storage dataset::test::serialize_dataset_name |
5286 | 2023-11-16T21:32:28.138Z | PASS [ 0.058s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued |
5287 | 2023-11-16T21:32:29.473Z | PASS [ 1.376s] sled-storage manager::tests::delete_disk_triggers_notification |
5288 | 2023-11-16T21:32:29.589Z | PASS [ 1.464s] sled-storage manager::tests::ensure_u2_gets_added_to_resources |
5289 | 2023-11-16T21:32:30.995Z | PASS [ 1.405s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
5290 | 2023-11-16T21:32:31.182Z | PASS [ 1.711s] sled-storage manager::tests::queued_disks_get_added_as_resources |
5291 | 2023-11-16T21:32:32.237Z | PASS [ 1.054s] sled-storage manager::tests::wait_for_bootdisk |
5292 | 2023-11-16T21:32:32.339Z | PASS [ 1.341s] sled-storage manager::tests::upsert_filesystem |
5293 | 2023-11-16T21:32:32.972Z | PASS [ 0.635s] tufaceous::integration-tests command_tests::test_init_and_add |
5294 | 2023-11-16T21:32:33.715Z | PASS [ 1.479s] tufaceous::integration-tests command_tests::test_assemble_fake |
5295 | 2023-11-16T21:32:33.751Z | PASS [ 0.037s] tufaceous-lib archive::tests::test_validate_path |
5296 | 2023-11-16T21:32:33.790Z | PASS [ 0.037s] tufaceous-lib key::tests::test_from_str |
5297 | 2023-11-16T21:32:33.905Z | PASS [ 0.115s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
5298 | 2023-11-16T21:32:34.290Z | PASS [ 1.318s] tufaceous::manifest-tests check_manifest::fake.toml |
5299 | 2023-11-16T21:32:34.311Z | PASS [ 0.405s] update-engine buffer::tests::test_buffer |
5300 | 2023-11-16T21:32:34.323Z | PASS [ 0.035s] update-engine display::line_display_shared::tests::test_format_progress_counter |
5301 | 2023-11-16T21:32:34.355Z | PASS [ 0.041s] update-engine engine::tests::error_exits_early |
5302 | 2023-11-16T21:32:34.366Z | PASS [ 0.041s] update-engine events::tests::progress_event_parse_unknown |
5303 | 2023-11-16T21:32:34.393Z | PASS [ 0.041s] update-engine events::tests::step_event_parse_unknown |
5304 | 2023-11-16T21:32:34.443Z | PASS [ 0.049s] wicket state::inventory::tests::component_id_display |
5305 | 2023-11-16T21:32:34.447Z | PASS [ 0.087s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
5306 | 2023-11-16T21:32:34.713Z | PASS [ 0.270s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
5307 | 2023-11-16T21:32:34.874Z | PASS [ 0.160s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts |
5308 | 2023-11-16T21:32:34.934Z | PASS [ 0.060s] wicketd installinator_progress::tests::test_states |
5309 | 2023-11-16T21:32:34.962Z | PASS [ 14.962s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
5310 | 2023-11-16T21:32:35.485Z | PASS [ 20.613s] omicron-passwords test::test_smoke |
5311 | 2023-11-16T21:32:35.524Z | PASS [ 0.592s] wicketd::mod integration_tests::commands::test_wicketd_openapi |
5312 | 2023-11-16T21:32:36.187Z | PASS [ 1.736s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake |
5313 | 2023-11-16T21:32:36.547Z | PASS [ 1.594s] wicketd::mod integration_tests::inventory::test_inventory |
5314 | 2023-11-16T21:32:36.765Z | PASS [ 25.576s] omicron-omdb::test_all_output test_omdb_success_cases |
5315 | 2023-11-16T21:32:38.318Z | PASS [ 2.801s] wicketd::mod integration_tests::updates::test_update_races |
5316 | 2023-11-16T21:32:38.927Z | PASS [ 2.748s] wicketd::mod integration_tests::updates::test_updates |
5317 | 2023-11-16T21:32:39.462Z | PASS [ 11.331s] sled-storage manager::tests::ensure_using_exactly_these_disks |
5318 | 2023-11-16T21:32:40.235Z | PASS [ 4.758s] wicketd::mod integration_tests::updates::test_installinator_fetch |
5319 | 2023-11-16T21:32:42.692Z | PASS [ 17.131s] oximeter-db client::tests::test_single_node |
5320 | 2023-11-16T21:32:47.636Z | PASS [ 21.282s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
5321 | 2023-11-16T21:33:47.611Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
5322 | 2023-11-16T21:34:47.610Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
5323 | 2023-11-16T21:35:47.610Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
5324 | 2023-11-16T21:36:47.610Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
5325 | 2023-11-16T21:37:47.609Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
5326 | 2023-11-16T21:38:47.608Z | SLOW [>360.000s] oximeter-db client::tests::test_replicated |
5327 | 2023-11-16T21:38:58.778Z | PASS [ 371.183s] oximeter-db client::tests::test_replicated |
5328 | 2023-11-16T21:38:58.781Z | ------------ |
5329 | 2023-11-16T21:38:58.785Z | Summary [1978.885s] 927 tests run: 927 passed (14 slow, 1 leaky), 3 skipped |
5330 | 2023-11-16T21:38:58.814Z | |
5331 | 2023-11-16T21:38:58.817Z | real 33:09.007630908 |
5332 | 2023-11-16T21:38:58.820Z | user 2:41:23.711455749 |
5333 | 2023-11-16T21:38:58.823Z | sys 37:24.871923820 |
5334 | 2023-11-16T21:38:58.827Z | trap 2:46.806703608 |
5335 | 2023-11-16T21:38:58.829Z | tflt 1.761360947 |
5336 | 2023-11-16T21:38:58.832Z | dflt 7.969200263 |
5337 | 2023-11-16T21:38:58.836Z | kflt 0.109584940 |
5338 | 2023-11-16T21:38:58.839Z | lock 634:57:50.000165923 |
5339 | 2023-11-16T21:38:58.842Z | slp 36:49:04.420642006 |
5340 | 2023-11-16T21:38:58.845Z | lat 2:29:41.422141692 |
5341 | 2023-11-16T21:38:58.847Z | stop 20:48.250643709 |
5342 | 2023-11-16T21:38:58.851Z | |
5343 | 2023-11-16T21:38:58.853Z | ##### #### #### ##### ###### #### ##### |
5344 | 2023-11-16T21:38:58.857Z | # # # # # # # # # # |
5345 | 2023-11-16T21:38:58.859Z | # # # # # # ##### #### # |
5346 | 2023-11-16T21:38:58.862Z | # # # # # # # # # |
5347 | 2023-11-16T21:38:58.867Z | # # # # # # # # # # # |
5348 | 2023-11-16T21:38:58.871Z | ##### #### #### # ###### #### # |
5349 | 2023-11-16T21:38:58.874Z | |
5350 | 2023-11-16T21:39:00.098Z | Fresh unicode-ident v1.0.12 |
5351 | 2023-11-16T21:39:00.101Z | Fresh cfg-if v1.0.0 |
5352 | 2023-11-16T21:39:00.104Z | Fresh autocfg v1.1.0 |
5353 | 2023-11-16T21:39:00.107Z | Fresh version_check v0.9.4 |
5354 | 2023-11-16T21:39:00.110Z | Fresh proc-macro2 v1.0.69 |
5355 | 2023-11-16T21:39:00.115Z | Fresh memchr v2.6.3 |
5356 | 2023-11-16T21:39:00.118Z | Fresh log v0.4.20 |
5357 | 2023-11-16T21:39:00.121Z | Fresh once_cell v1.18.0 |
5358 | 2023-11-16T21:39:00.124Z | Fresh itoa v1.0.9 |
5359 | 2023-11-16T21:39:00.127Z | Fresh quote v1.0.33 |
5360 | 2023-11-16T21:39:00.130Z | Fresh libc v0.2.150 |
5361 | 2023-11-16T21:39:00.133Z | Fresh scopeguard v1.2.0 |
5362 | 2023-11-16T21:39:00.136Z | Fresh smallvec v1.11.0 |
5363 | 2023-11-16T21:39:00.139Z | Fresh syn v2.0.32 |
5364 | 2023-11-16T21:39:00.142Z | Fresh getrandom v0.2.10 |
5365 | 2023-11-16T21:39:00.145Z | Fresh syn v1.0.109 |
5366 | 2023-11-16T21:39:00.148Z | Fresh ryu v1.0.15 |
5367 | 2023-11-16T21:39:00.151Z | Fresh serde_derive v1.0.192 |
5368 | 2023-11-16T21:39:00.154Z | Fresh lock_api v0.4.10 |
5369 | 2023-11-16T21:39:00.158Z | Fresh libm v0.2.7 |
5370 | 2023-11-16T21:39:00.162Z | Fresh parking_lot_core v0.9.8 |
5371 | 2023-11-16T21:39:00.165Z | Fresh thiserror-impl v1.0.49 |
5372 | 2023-11-16T21:39:00.168Z | Fresh spin v0.5.2 |
5373 | 2023-11-16T21:39:00.171Z | Fresh pin-project-lite v0.2.13 |
5374 | 2023-11-16T21:39:00.174Z | Fresh serde v1.0.192 |
5375 | 2023-11-16T21:39:00.178Z | Fresh num-traits v0.2.16 |
5376 | 2023-11-16T21:39:00.187Z | Fresh parking_lot v0.12.1 |
5377 | 2023-11-16T21:39:00.190Z | Fresh cc v1.0.83 |
5378 | 2023-11-16T21:39:00.193Z | Fresh signal-hook-registry v1.4.1 |
5379 | 2023-11-16T21:39:00.196Z | Fresh mio v0.8.8 |
5380 | 2023-11-16T21:39:00.199Z | Fresh bytes v1.5.0 |
5381 | 2023-11-16T21:39:00.202Z | Fresh thiserror v1.0.49 |
5382 | 2023-11-16T21:39:00.205Z | Fresh bitflags v2.4.0 |
5383 | 2023-11-16T21:39:00.208Z | Fresh rand_core v0.6.4 |
5384 | 2023-11-16T21:39:00.211Z | Fresh num_cpus v1.16.0 |
5385 | 2023-11-16T21:39:00.214Z | Fresh tokio-macros v2.1.0 |
5386 | 2023-11-16T21:39:00.217Z | Fresh socket2 v0.5.4 |
5387 | 2023-11-16T21:39:00.224Z | Fresh futures-core v0.3.29 |
5388 | 2023-11-16T21:39:00.227Z | Fresh fnv v1.0.7 |
5389 | 2023-11-16T21:39:00.230Z | Fresh tokio v1.33.0 |
5390 | 2023-11-16T21:39:00.233Z | Fresh zeroize_derive v1.4.2 |
5391 | 2023-11-16T21:39:00.236Z | Fresh heck v0.4.1 |
5392 | 2023-11-16T21:39:00.239Z | Fresh futures-sink v0.3.29 |
5393 | 2023-11-16T21:39:00.242Z | Fresh zeroize v1.6.0 |
5394 | 2023-11-16T21:39:00.245Z | Fresh iana-time-zone v0.1.57 |
5395 | 2023-11-16T21:39:00.248Z | Fresh pin-utils v0.1.0 |
5396 | 2023-11-16T21:39:00.251Z | Fresh futures-macro v0.3.29 |
5397 | 2023-11-16T21:39:00.254Z | Fresh slab v0.4.9 |
5398 | 2023-11-16T21:39:00.258Z | Fresh chrono v0.4.31 |
5399 | 2023-11-16T21:39:00.260Z | Fresh futures-task v0.3.29 |
5400 | 2023-11-16T21:39:00.263Z | Fresh hashbrown v0.14.2 |
5401 | 2023-11-16T21:39:00.267Z | Fresh futures-io v0.3.29 |
5402 | 2023-11-16T21:39:00.270Z | Fresh byteorder v1.5.0 |
5403 | 2023-11-16T21:39:00.272Z | Fresh futures-channel v0.3.29 |
5404 | 2023-11-16T21:39:00.281Z | Fresh equivalent v1.0.1 |
5405 | 2023-11-16T21:39:00.284Z | Fresh uuid v1.5.0 |
5406 | 2023-11-16T21:39:00.287Z | Fresh lazy_static v1.4.0 |
5407 | 2023-11-16T21:39:00.290Z | Fresh aho-corasick v1.0.4 |
5408 | 2023-11-16T21:39:00.293Z | Fresh regex-syntax v0.8.2 |
5409 | 2023-11-16T21:39:00.296Z | Fresh futures-util v0.3.29 |
5410 | 2023-11-16T21:39:00.299Z | Fresh indexmap v2.1.0 |
5411 | 2023-11-16T21:39:00.302Z | Fresh regex-automata v0.4.3 |
5412 | 2023-11-16T21:39:00.311Z | Fresh errno v0.3.2 |
5413 | 2023-11-16T21:39:00.314Z | Fresh tinyvec_macros v0.1.1 |
5414 | 2023-11-16T21:39:00.318Z | Fresh pkg-config v0.3.27 |
5415 | 2023-11-16T21:39:00.321Z | Fresh typenum v1.16.0 |
5416 | 2023-11-16T21:39:00.324Z | Fresh tinyvec v1.6.0 |
5417 | 2023-11-16T21:39:00.327Z | Fresh regex v1.10.2 |
5418 | 2023-11-16T21:39:00.330Z | Fresh subtle v2.5.0 |
5419 | 2023-11-16T21:39:00.333Z | Fresh unicode-bidi v0.3.13 |
5420 | 2023-11-16T21:39:00.336Z | Fresh http v0.2.9 |
5421 | 2023-11-16T21:39:00.339Z | Fresh tracing-attributes v0.1.26 |
5422 | 2023-11-16T21:39:00.342Z | Fresh generic-array v0.14.7 |
5423 | 2023-11-16T21:39:00.345Z | Fresh unicode-normalization v0.1.22 |
5424 | 2023-11-16T21:39:00.348Z | Fresh tracing-core v0.1.31 |
5425 | 2023-11-16T21:39:00.351Z | Fresh base64 v0.21.5 |
5426 | 2023-11-16T21:39:00.354Z | Fresh serde_derive_internals v0.26.0 |
5427 | 2023-11-16T21:39:00.357Z | Fresh dyn-clone v1.0.13 |
5428 | 2023-11-16T21:39:00.385Z | Fresh crypto-common v0.1.6 |
5429 | 2023-11-16T21:39:00.388Z | Fresh tracing v0.1.37 |
5430 | 2023-11-16T21:39:00.391Z | Fresh percent-encoding v2.3.0 |
5431 | 2023-11-16T21:39:00.394Z | Fresh schemars_derive v0.8.13 |
5432 | 2023-11-16T21:39:00.397Z | Fresh const-oid v0.9.5 |
5433 | 2023-11-16T21:39:00.400Z | Fresh form_urlencoded v1.2.0 |
5434 | 2023-11-16T21:39:00.404Z | Fresh ppv-lite86 v0.2.17 |
5435 | 2023-11-16T21:39:00.407Z | Fresh spin v0.9.8 |
5436 | 2023-11-16T21:39:00.410Z | Fresh block-buffer v0.10.4 |
5437 | 2023-11-16T21:39:00.413Z | Fresh idna v0.4.0 |
5438 | 2023-11-16T21:39:00.416Z | Fresh rustix v0.38.9 |
5439 | 2023-11-16T21:39:00.419Z | Fresh rand_chacha v0.3.1 |
5440 | 2023-11-16T21:39:00.423Z | Fresh hashbrown v0.12.3 |
5441 | 2023-11-16T21:39:00.426Z | Fresh vcpkg v0.2.15 |
5442 | 2023-11-16T21:39:00.429Z | Fresh url v2.4.1 |
5443 | 2023-11-16T21:39:00.433Z | Fresh digest v0.10.7 |
5444 | 2023-11-16T21:39:00.436Z | Fresh httparse v1.8.0 |
5445 | 2023-11-16T21:39:00.439Z | Fresh rand v0.8.5 |
5446 | 2023-11-16T21:39:00.442Z | Fresh indexmap v1.9.3 |
5447 | 2023-11-16T21:39:00.445Z | Fresh tokio-util v0.7.10 |
5448 | 2023-11-16T21:39:00.448Z | Fresh bitflags v1.3.2 |
5449 | 2023-11-16T21:39:00.451Z | Fresh unicode-width v0.1.11 |
5450 | 2023-11-16T21:39:00.454Z | Fresh socket2 v0.4.9 |
5451 | 2023-11-16T21:39:00.457Z | Fresh untrusted v0.7.1 |
5452 | 2023-11-16T21:39:00.460Z | Fresh try-lock v0.2.4 |
5453 | 2023-11-16T21:39:00.463Z | Fresh httpdate v1.0.3 |
5454 | 2023-11-16T21:39:00.519Z | Fresh ucd-trie v0.1.6 |
5455 | 2023-11-16T21:39:00.522Z | Fresh want v0.3.1 |
5456 | 2023-11-16T21:39:00.525Z | Fresh h2 v0.3.21 |
5457 | 2023-11-16T21:39:00.528Z | Fresh http-body v0.4.5 |
5458 | 2023-11-16T21:39:00.531Z | Fresh tower-service v0.3.2 |
5459 | 2023-11-16T21:39:00.534Z | Fresh foreign-types-shared v0.1.1 |
5460 | 2023-11-16T21:39:00.537Z | Fresh pest v2.7.2 |
5461 | 2023-11-16T21:39:00.540Z | Fresh ring v0.16.20 |
5462 | 2023-11-16T21:39:00.543Z | Fresh ahash v0.8.3 |
5463 | 2023-11-16T21:39:00.546Z | Fresh untrusted v0.9.0 |
5464 | 2023-11-16T21:39:00.550Z | Fresh cpufeatures v0.2.9 |
5465 | 2023-11-16T21:39:00.555Z | Fresh openssl-probe v0.1.5 |
5466 | 2023-11-16T21:39:00.558Z | Fresh ring v0.17.5 |
5467 | 2023-11-16T21:39:00.561Z | Fresh hashbrown v0.13.2 |
5468 | 2023-11-16T21:39:00.564Z | Fresh hyper v0.14.27 |
5469 | 2023-11-16T21:39:00.568Z | Fresh foreign-types v0.3.2 |
5470 | 2023-11-16T21:39:00.572Z | Fresh openssl-sys v0.9.93 |
5471 | 2023-11-16T21:39:00.575Z | Fresh toml_datetime v0.6.5 |
5472 | 2023-11-16T21:39:00.578Z | Fresh serde_spanned v0.6.4 |
5473 | 2023-11-16T21:39:00.581Z | Fresh openssl-macros v0.1.1 |
5474 | 2023-11-16T21:39:00.584Z | Fresh either v1.9.0 |
5475 | 2023-11-16T21:39:00.587Z | Fresh adler v1.0.2 |
5476 | 2023-11-16T21:39:00.590Z | Fresh mime v0.3.17 |
5477 | 2023-11-16T21:39:00.598Z | Fresh winnow v0.5.15 |
5478 | 2023-11-16T21:39:00.601Z | Fresh rustls-webpki v0.101.7 |
5479 | 2023-11-16T21:39:00.604Z | Fresh miniz_oxide v0.7.1 |
5480 | 2023-11-16T21:39:00.607Z | Fresh openssl v0.10.57 |
5481 | 2023-11-16T21:39:00.610Z | Fresh semver v1.0.20 |
5482 | 2023-11-16T21:39:00.619Z | Fresh sct v0.7.0 |
5483 | 2023-11-16T21:39:00.622Z | Fresh ipnet v2.8.0 |
5484 | 2023-11-16T21:39:00.625Z | Fresh rustls v0.21.8 |
5485 | 2023-11-16T21:39:00.629Z | Fresh rustls-pemfile v1.0.3 |
5486 | 2023-11-16T21:39:00.632Z | Fresh strsim v0.10.0 |
5487 | 2023-11-16T21:39:00.635Z | Fresh serde_urlencoded v0.7.1 |
5488 | 2023-11-16T21:39:00.638Z | Fresh async-trait v0.1.74 |
5489 | 2023-11-16T21:39:00.641Z | Fresh tokio-rustls v0.24.1 |
5490 | 2023-11-16T21:39:00.644Z | Fresh native-tls v0.2.11 |
5491 | 2023-11-16T21:39:00.647Z | Fresh encoding_rs v0.8.33 |
5492 | 2023-11-16T21:39:00.650Z | Fresh rustls-native-certs v0.6.3 |
5493 | 2023-11-16T21:39:00.653Z | Fresh unicode-xid v0.2.4 |
5494 | 2023-11-16T21:39:00.656Z | Fresh toml_edit v0.19.15 |
5495 | 2023-11-16T21:39:00.659Z | Fresh serde_json v1.0.108 |
5496 | 2023-11-16T21:39:00.662Z | Fresh tokio-native-tls v0.3.1 |
5497 | 2023-11-16T21:39:00.665Z | Fresh hyper-rustls v0.24.2 |
5498 | 2023-11-16T21:39:00.668Z | Fresh gimli v0.28.0 |
5499 | 2023-11-16T21:39:00.672Z | Fresh webpki-roots v0.25.2 |
5500 | 2023-11-16T21:39:00.675Z | Fresh object v0.32.1 |
5501 | 2023-11-16T21:39:00.678Z | Fresh rustc-demangle v0.1.23 |
5502 | 2023-11-16T21:39:00.681Z | Fresh hyper-tls v0.5.0 |
5503 | 2023-11-16T21:39:00.685Z | Fresh addr2line v0.21.0 |
5504 | 2023-11-16T21:39:00.688Z | Fresh utf8parse v0.2.1 |
5505 | 2023-11-16T21:39:00.691Z | Fresh backtrace v0.3.69 |
5506 | 2023-11-16T21:39:00.694Z | Fresh synstructure v0.12.6 |
5507 | 2023-11-16T21:39:00.697Z | Fresh rustc_version v0.4.0 |
5508 | 2023-11-16T21:39:00.701Z | Fresh pest_meta v2.7.2 |
5509 | 2023-11-16T21:39:00.703Z | Fresh anyhow v1.0.75 |
5510 | 2023-11-16T21:39:00.707Z | Fresh crc32fast v1.3.2 |
5511 | 2023-11-16T21:39:00.710Z | Fresh crossbeam-utils v0.8.16 |
5512 | 2023-11-16T21:39:00.717Z | Fresh zerocopy-derive v0.2.0 |
5513 | 2023-11-16T21:39:00.720Z | Fresh pest_generator v2.7.2 |
5514 | 2023-11-16T21:39:00.723Z | Fresh slog v2.7.0 |
5515 | 2023-11-16T21:39:00.726Z | Fresh anstyle v1.0.2 |
5516 | 2023-11-16T21:39:00.729Z | Fresh time-core v0.1.1 |
5517 | 2023-11-16T21:39:00.732Z | Fresh pest_derive v2.7.2 |
5518 | 2023-11-16T21:39:00.735Z | Fresh rustversion v1.0.14 |
5519 | 2023-11-16T21:39:00.739Z | Fresh time-macros v0.2.13 |
5520 | 2023-11-16T21:39:00.742Z | Fresh io-lifetimes v1.0.11 |
5521 | 2023-11-16T21:39:00.745Z | Fresh flate2 v1.0.28 |
5522 | 2023-11-16T21:39:00.749Z | Fresh zerocopy v0.3.0 |
5523 | 2023-11-16T21:39:00.752Z | Fresh futures-executor v0.3.29 |
5524 | 2023-11-16T21:39:00.756Z | Fresh siphasher v0.3.11 |
5525 | 2023-11-16T21:39:00.761Z | Fresh num_threads v0.1.6 |
5526 | 2023-11-16T21:39:00.764Z | Fresh deranged v0.3.8 |
5527 | 2023-11-16T21:39:00.767Z | Fresh rustix v0.37.23 |
5528 | 2023-11-16T21:39:00.771Z | Fresh num-integer v0.1.45 |
5529 | 2023-11-16T21:39:00.774Z | Fresh dof v0.1.5 |
5530 | 2023-11-16T21:39:00.777Z | Fresh dtrace-parser v0.1.14 |
5531 | 2023-11-16T21:39:00.780Z | Fresh time v0.3.27 |
5532 | 2023-11-16T21:39:00.783Z | Fresh anstyle-parse v0.2.1 |
5533 | 2023-11-16T21:39:00.786Z | Fresh itertools v0.10.5 |
5534 | 2023-11-16T21:39:00.789Z | Fresh zerocopy-derive v0.6.4 |
5535 | 2023-11-16T21:39:00.792Z | Fresh thread-id v4.2.0 |
5536 | 2023-11-16T21:39:00.795Z | Fresh unicode-segmentation v1.10.1 |
5537 | 2023-11-16T21:39:00.800Z | Fresh colorchoice v1.0.0 |
5538 | 2023-11-16T21:39:00.804Z | Fresh anstyle-query v1.0.0 |
5539 | 2023-11-16T21:39:00.807Z | Fresh zerocopy v0.6.4 |
5540 | 2023-11-16T21:39:00.815Z | Fresh terminal_size v0.2.6 |
5541 | 2023-11-16T21:39:00.818Z | Fresh futures v0.3.29 |
5542 | 2023-11-16T21:39:00.822Z | Fresh toml v0.7.8 |
5543 | 2023-11-16T21:39:00.825Z | Fresh clap_lex v0.5.1 |
5544 | 2023-11-16T21:39:00.829Z | Fresh bit-vec v0.6.3 |
5545 | 2023-11-16T21:39:00.832Z | Fresh anstream v0.5.0 |
5546 | 2023-11-16T21:39:00.835Z | Fresh toml_edit v0.21.0 |
5547 | 2023-11-16T21:39:00.838Z | Fresh sha2 v0.10.8 |
5548 | 2023-11-16T21:39:00.841Z | Fresh clap_derive v4.4.2 |
5549 | 2023-11-16T21:39:00.844Z | Fresh serde_tokenstream v0.1.7 |
5550 | 2023-11-16T21:39:00.847Z | Fresh data-encoding v2.4.0 |
5551 | 2023-11-16T21:39:00.856Z | Fresh clap_builder v4.4.2 |
5552 | 2023-11-16T21:39:00.859Z | Fresh strum_macros v0.25.2 |
5553 | 2023-11-16T21:39:00.862Z | Fresh hmac v0.12.1 |
5554 | 2023-11-16T21:39:00.865Z | Fresh managed v0.8.0 |
5555 | 2023-11-16T21:39:00.868Z | Fresh clap v4.4.3 |
5556 | 2023-11-16T21:39:00.871Z | Fresh memoffset v0.9.0 |
5557 | 2023-11-16T21:39:00.877Z | Fresh usdt-macro v0.3.5 |
5558 | 2023-11-16T21:39:00.880Z | Fresh usdt-attr-macro v0.3.5 |
5559 | 2023-11-16T21:39:00.884Z | Fresh bit-set v0.5.3 |
5560 | 2023-11-16T21:39:00.887Z | Fresh phf_shared v0.10.0 |
5561 | 2023-11-16T21:39:00.891Z | Fresh fixedbitset v0.4.2 |
5562 | 2023-11-16T21:39:00.894Z | Fresh new_debug_unreachable v1.0.4 |
5563 | 2023-11-16T21:39:00.898Z | Fresh precomputed-hash v0.1.1 |
5564 | 2023-11-16T21:39:00.901Z | Fresh crossbeam-epoch v0.9.15 |
5565 | 2023-11-16T21:39:00.905Z | Fresh num-iter v0.1.43 |
5566 | 2023-11-16T21:39:00.909Z | Fresh signal-hook v0.3.17 |
5567 | 2023-11-16T21:39:00.912Z | Fresh string_cache v0.8.7 |
5568 | 2023-11-16T21:39:00.915Z | Fresh petgraph v0.6.4 |
5569 | 2023-11-16T21:39:00.918Z | Fresh hex v0.4.3 |
5570 | 2023-11-16T21:39:00.921Z | Fresh md-5 v0.10.5 |
5571 | 2023-11-16T21:39:00.925Z | Fresh stringprep v0.1.3 |
5572 | 2023-11-16T21:39:00.928Z | Fresh scheduled-thread-pool v0.2.7 |
5573 | 2023-11-16T21:39:00.931Z | Fresh diesel_table_macro_syntax v0.1.0 |
5574 | 2023-11-16T21:39:00.934Z | Fresh predicates-core v1.0.6 |
5575 | 2023-11-16T21:39:00.939Z | Fresh matches v0.1.10 |
5576 | 2023-11-16T21:39:00.942Z | Fresh regex-automata v0.1.10 |
5577 | 2023-11-16T21:39:00.946Z | Fresh fallible-iterator v0.2.0 |
5578 | 2023-11-16T21:39:00.949Z | Fresh lalrpop-util v0.19.12 |
5579 | 2023-11-16T21:39:00.953Z | Fresh diesel_derives v2.1.1 |
5580 | 2023-11-16T21:39:00.956Z | Fresh bstr v0.2.17 |
5581 | 2023-11-16T21:39:00.960Z | Fresh r2d2 v0.8.10 |
5582 | 2023-11-16T21:39:00.963Z | Fresh postgres-protocol v0.6.6 |
5583 | 2023-11-16T21:39:00.970Z | Fresh idna v0.2.3 |
5584 | 2023-11-16T21:39:00.973Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
5585 | 2023-11-16T21:39:00.976Z | Fresh bzip2-sys v0.1.11+1.0.8 |
5586 | 2023-11-16T21:39:00.979Z | Fresh signal-hook-mio v0.2.3 |
5587 | 2023-11-16T21:39:00.982Z | Fresh itertools v0.11.0 |
5588 | 2023-11-16T21:39:00.986Z | Fresh signature v2.1.0 |
5589 | 2023-11-16T21:39:00.989Z | Fresh block-padding v0.3.3 |
5590 | 2023-11-16T21:39:00.992Z | Fresh hash32 v0.2.1 |
5591 | 2023-11-16T21:39:00.995Z | Fresh enum-as-inner v0.5.1 |
5592 | 2023-11-16T21:39:00.998Z | Fresh float-cmp v0.9.0 |
5593 | 2023-11-16T21:39:01.001Z | Fresh stable_deref_trait v1.2.0 |
5594 | 2023-11-16T21:39:01.004Z | Fresh normalize-line-endings v0.3.0 |
5595 | 2023-11-16T21:39:01.007Z | Fresh regex-automata v0.3.8 |
5596 | 2023-11-16T21:39:01.011Z | Fresh difflib v0.4.0 |
5597 | 2023-11-16T21:39:01.013Z | Fresh trust-dns-proto v0.22.0 |
5598 | 2023-11-16T21:39:01.016Z | Fresh crossterm v0.27.0 |
5599 | 2023-11-16T21:39:01.020Z | Fresh heapless v0.7.16 |
5600 | 2023-11-16T21:39:01.024Z | Fresh bstr v1.6.0 |
5601 | 2023-11-16T21:39:01.026Z | Fresh inout v0.1.3 |
5602 | 2023-11-16T21:39:01.029Z | Fresh bzip2 v0.4.4 |
5603 | 2023-11-16T21:39:01.032Z | Fresh phf_shared v0.11.2 |
5604 | 2023-11-16T21:39:01.035Z | Fresh console v0.15.7 |
5605 | 2023-11-16T21:39:01.039Z | Fresh hubpack_derive v0.1.1 |
5606 | 2023-11-16T21:39:01.043Z | Fresh static_assertions v1.1.0 |
5607 | 2023-11-16T21:39:01.046Z | Fresh cipher v0.4.4 |
5608 | 2023-11-16T21:39:01.049Z | Fresh hubpack v0.1.2 |
5609 | 2023-11-16T21:39:01.054Z | Fresh zip v0.6.6 |
5610 | 2023-11-16T21:39:01.057Z | Fresh phf v0.11.2 |
5611 | 2023-11-16T21:39:01.060Z | Fresh smoltcp v0.9.1 |
5612 | 2023-11-16T21:39:01.063Z | Fresh num-bigint v0.4.4 |
5613 | 2023-11-16T21:39:01.067Z | Fresh similar v2.2.1 |
5614 | 2023-11-16T21:39:01.071Z | Fresh serde_repr v0.1.16 |
5615 | 2023-11-16T21:39:01.074Z | Fresh whoami v1.4.1 |
5616 | 2023-11-16T21:39:01.081Z | Fresh yasna v0.5.2 |
5617 | 2023-11-16T21:39:01.086Z | Fresh predicates v3.0.4 |
5618 | 2023-11-16T21:39:01.091Z | Fresh tokio-stream v0.1.14 |
5619 | 2023-11-16T21:39:01.094Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
5620 | 2023-11-16T21:39:01.097Z | Fresh schemars v0.8.13 |
5621 | 2023-11-16T21:39:01.100Z | Fresh serde_tokenstream v0.2.0 |
5622 | 2023-11-16T21:39:01.103Z | Fresh regress v0.7.1 |
5623 | 2023-11-16T21:39:01.106Z | Fresh getopts v0.2.21 |
5624 | 2023-11-16T21:39:01.110Z | Fresh reqwest v0.11.22 |
5625 | 2023-11-16T21:39:01.113Z | Fresh unsafe-libyaml v0.2.9 |
5626 | 2023-11-16T21:39:01.116Z | Fresh ipnetwork v0.20.0 |
5627 | 2023-11-16T21:39:01.119Z | Fresh openapiv3 v2.0.0-rc.1 |
5628 | 2023-11-16T21:39:01.122Z | Fresh usdt-impl v0.3.5 |
5629 | 2023-11-16T21:39:01.125Z | Fresh fastrand v2.0.0 |
5630 | 2023-11-16T21:39:01.129Z | Fresh postgres-types v0.2.6 |
5631 | 2023-11-16T21:39:01.132Z | Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
5632 | 2023-11-16T21:39:01.217Z | Fresh serde_yaml v0.9.25 |
5633 | 2023-11-16T21:39:01.220Z | Fresh usdt v0.3.5 |
5634 | 2023-11-16T21:39:01.223Z | Fresh tempfile v3.8.0 |
5635 | 2023-11-16T21:39:01.226Z | Fresh diesel v2.1.3 |
5636 | 2023-11-16T21:39:01.229Z | Fresh tokio-postgres v0.7.10 |
5637 | 2023-11-16T21:39:01.232Z | Fresh ident_case v1.0.1 |
5638 | 2023-11-16T21:39:01.235Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
5639 | 2023-11-16T21:39:01.239Z | Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
5640 | 2023-11-16T21:39:01.246Z | Fresh dirs-sys-next v0.1.2 |
5641 | 2023-11-16T21:39:01.249Z | Fresh toml v0.8.8 |
5642 | 2023-11-16T21:39:01.252Z | Fresh sha1 v0.10.6 |
5643 | 2023-11-16T21:39:01.255Z | Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
5644 | 2023-11-16T21:39:01.262Z | Fresh dirs-next v2.0.0 |
5645 | 2023-11-16T21:39:01.265Z | Fresh match_cfg v0.1.0 |
5646 | 2023-11-16T21:39:01.268Z | Fresh atty v0.2.14 |
5647 | 2023-11-16T21:39:01.271Z | Fresh quick-error v1.2.3 |
5648 | 2023-11-16T21:39:01.274Z | Fresh darling_core v0.20.3 |
5649 | 2023-11-16T21:39:01.278Z | Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
5650 | 2023-11-16T21:39:01.281Z | Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
5651 | 2023-11-16T21:39:01.284Z | Fresh term v0.7.0 |
5652 | 2023-11-16T21:39:01.287Z | Fresh hostname v0.3.1 |
5653 | 2023-11-16T21:39:01.290Z | Fresh darling_macro v0.20.3 |
5654 | 2023-11-16T21:39:01.293Z | Fresh crossbeam-channel v0.5.8 |
5655 | 2023-11-16T21:39:01.297Z | Fresh paste v1.0.14 |
5656 | 2023-11-16T21:39:01.302Z | Fresh thread_local v1.1.7 |
5657 | 2023-11-16T21:39:01.305Z | Fresh instant v0.1.12 |
5658 | 2023-11-16T21:39:01.308Z | Fresh darling v0.20.3 |
5659 | 2023-11-16T21:39:01.311Z | Fresh strum v0.25.0 |
5660 | 2023-11-16T21:39:01.315Z | Fresh camino v1.1.6 |
5661 | 2023-11-16T21:39:01.318Z | Fresh take_mut v0.2.2 |
5662 | 2023-11-16T21:39:01.321Z | Fresh slog-term v2.9.0 |
5663 | 2023-11-16T21:39:01.324Z | Fresh serde_with_macros v2.3.3 |
5664 | 2023-11-16T21:39:01.327Z | Fresh slog-json v2.6.1 |
5665 | 2023-11-16T21:39:01.330Z | Fresh structmeta-derive v0.2.0 |
5666 | 2023-11-16T21:39:01.334Z | Fresh slog-async v2.8.0 |
5667 | 2023-11-16T21:39:01.337Z | Fresh async-stream-impl v0.3.5 |
5668 | 2023-11-16T21:39:01.340Z | Fresh wait-timeout v0.2.0 |
5669 | 2023-11-16T21:39:01.343Z | Fresh debug-ignore v1.0.5 |
5670 | 2023-11-16T21:39:01.346Z | Fresh atomic-waker v1.1.1 |
5671 | 2023-11-16T21:39:01.351Z | Fresh regex-syntax v0.7.5 |
5672 | 2023-11-16T21:39:01.354Z | Fresh async-stream v0.3.5 |
5673 | 2023-11-16T21:39:01.357Z | Fresh waitgroup v0.1.2 |
5674 | 2023-11-16T21:39:01.360Z | Fresh multer v2.1.0 |
5675 | 2023-11-16T21:39:01.363Z | Fresh serde_with v2.3.3 |
5676 | 2023-11-16T21:39:01.366Z | Fresh slog-bunyan v2.4.0 |
5677 | 2023-11-16T21:39:01.370Z | Fresh structmeta v0.2.0 |
5678 | 2023-11-16T21:39:01.373Z | Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
5679 | 2023-11-16T21:39:01.376Z | Fresh serde_path_to_error v0.1.14 |
5680 | 2023-11-16T21:39:01.378Z | Fresh rusty-fork v0.3.0 |
5681 | 2023-11-16T21:39:01.381Z | Fresh rand_xorshift v0.3.0 |
5682 | 2023-11-16T21:39:01.386Z | Fresh unarray v0.1.4 |
5683 | 2023-11-16T21:39:01.413Z | Fresh parse-display-derive v0.8.2 |
5684 | 2023-11-16T21:39:01.416Z | Fresh backoff v0.4.0 |
5685 | 2023-11-16T21:39:01.420Z | Fresh test-strategy v0.3.1 |
5686 | 2023-11-16T21:39:01.422Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
5687 | 2023-11-16T21:39:01.427Z | Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
5688 | 2023-11-16T21:39:01.430Z | Fresh proptest v1.3.1 |
5689 | 2023-11-16T21:39:01.434Z | Fresh parse-display v0.8.2 |
5690 | 2023-11-16T21:39:01.437Z | Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
5691 | 2023-11-16T21:39:01.440Z | Fresh macaddr v1.0.1 |
5692 | 2023-11-16T21:39:01.443Z | Fresh is-terminal v0.4.9 |
5693 | 2023-11-16T21:39:01.446Z | Fresh proc-macro-crate v1.3.1 |
5694 | 2023-11-16T21:39:01.449Z | Fresh num_enum_derive v0.5.11 |
5695 | 2023-11-16T21:39:01.452Z | Fresh postcard-cobs v0.1.5-pre |
5696 | 2023-11-16T21:39:01.455Z | Fresh proc-macro-error-attr v1.0.4 |
5697 | 2023-11-16T21:39:01.459Z | Fresh num_enum v0.5.11 |
5698 | 2023-11-16T21:39:01.463Z | Fresh postcard v0.7.3 |
5699 | 2023-11-16T21:39:01.468Z | Fresh smoltcp v0.8.2 |
5700 | 2023-11-16T21:39:01.472Z | Fresh proc-macro-error v1.0.4 |
5701 | 2023-11-16T21:39:01.475Z | Fresh foreign-types-macros v0.2.3 |
5702 | 2023-11-16T21:39:01.478Z | Fresh foreign-types-shared v0.3.1 |
5703 | 2023-11-16T21:39:01.481Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
5704 | 2023-11-16T21:39:01.485Z | Fresh cfg-if v0.1.10 |
5705 | 2023-11-16T21:39:01.488Z | Fresh termtree v0.4.1 |
5706 | 2023-11-16T21:39:01.491Z | Fresh predicates-tree v1.0.9 |
5707 | 2023-11-16T21:39:01.494Z | Fresh foreign-types v0.5.0 |
5708 | 2023-11-16T21:39:01.497Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
5709 | 2023-11-16T21:39:01.501Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5710 | 2023-11-16T21:39:01.505Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5711 | 2023-11-16T21:39:01.508Z | Fresh crucible-workspace-hack v0.1.0 |
5712 | 2023-11-16T21:39:01.515Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
5713 | 2023-11-16T21:39:01.519Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
5714 | 2023-11-16T21:39:01.522Z | Fresh cstr-argument v0.1.2 |
5715 | 2023-11-16T21:39:01.525Z | Fresh pretty-hex v0.2.1 |
5716 | 2023-11-16T21:39:01.528Z | Fresh colored v2.0.4 |
5717 | 2023-11-16T21:39:01.532Z | Fresh base64ct v1.6.0 |
5718 | 2023-11-16T21:39:01.535Z | Fresh zone_cfg_derive v0.3.0 |
5719 | 2023-11-16T21:39:01.538Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
5720 | 2023-11-16T21:39:01.541Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5721 | 2023-11-16T21:39:01.545Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
5722 | 2023-11-16T21:39:01.549Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5723 | 2023-11-16T21:39:01.552Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
5724 | 2023-11-16T21:39:01.555Z | Fresh predicates v2.1.5 |
5725 | 2023-11-16T21:39:01.558Z | Fresh mockall_derive v0.11.4 |
5726 | 2023-11-16T21:39:01.562Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
5727 | 2023-11-16T21:39:01.565Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
5728 | 2023-11-16T21:39:01.569Z | Fresh num-derive v0.4.0 |
5729 | 2023-11-16T21:39:01.573Z | Fresh downcast v0.11.0 |
5730 | 2023-11-16T21:39:01.576Z | Fresh fragile v2.0.0 |
5731 | 2023-11-16T21:39:01.579Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
5732 | 2023-11-16T21:39:01.582Z | Fresh zone v0.3.0 |
5733 | 2023-11-16T21:39:01.585Z | Fresh smf v0.2.2 |
5734 | 2023-11-16T21:39:01.588Z | Fresh mockall v0.11.4 |
5735 | 2023-11-16T21:39:01.591Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
5736 | 2023-11-16T21:39:01.595Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
5737 | 2023-11-16T21:39:01.597Z | Fresh filetime v0.2.22 |
5738 | 2023-11-16T21:39:01.600Z | Fresh xattr v1.0.1 |
5739 | 2023-11-16T21:39:01.604Z | Fresh same-file v1.0.6 |
5740 | 2023-11-16T21:39:01.607Z | Fresh base64 v0.13.1 |
5741 | 2023-11-16T21:39:01.610Z | Fresh heck v0.3.3 |
5742 | 2023-11-16T21:39:01.613Z | Fresh tar v0.4.40 |
5743 | 2023-11-16T21:39:01.616Z | Fresh walkdir v2.4.0 |
5744 | 2023-11-16T21:39:01.619Z | Fresh textwrap v0.11.0 |
5745 | 2023-11-16T21:39:01.623Z | Fresh ansi_term v0.12.1 |
5746 | 2023-11-16T21:39:01.627Z | Fresh vec_map v0.8.2 |
5747 | 2023-11-16T21:39:01.630Z | Fresh strsim v0.8.0 |
5748 | 2023-11-16T21:39:01.633Z | Fresh clap v2.34.0 |
5749 | 2023-11-16T21:39:01.637Z | Fresh structopt-derive v0.4.18 |
5750 | 2023-11-16T21:39:01.640Z | Fresh pem v1.1.1 |
5751 | 2023-11-16T21:39:01.643Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
5752 | 2023-11-16T21:39:01.647Z | Fresh camino-tempfile v1.0.2 |
5753 | 2023-11-16T21:39:01.650Z | Fresh password-hash v0.5.0 |
5754 | 2023-11-16T21:39:01.653Z | Fresh libefi-sys v0.1.0 |
5755 | 2023-11-16T21:39:01.656Z | Fresh structopt v0.3.26 |
5756 | 2023-11-16T21:39:01.659Z | Fresh blake2 v0.10.6 |
5757 | 2023-11-16T21:39:01.662Z | Fresh toml v0.5.11 |
5758 | 2023-11-16T21:39:01.665Z | Fresh glob v0.3.1 |
5759 | 2023-11-16T21:39:01.668Z | Fresh pem-rfc7468 v0.7.0 |
5760 | 2023-11-16T21:39:01.672Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
5761 | 2023-11-16T21:39:01.675Z | Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
5762 | 2023-11-16T21:39:01.679Z | Fresh argon2 v0.5.2 |
5763 | 2023-11-16T21:39:01.682Z | Fresh headers-core v0.2.0 |
5764 | 2023-11-16T21:39:01.685Z | |
5765 | 2023-11-16T21:39:01.689Z | Fresh der_derive v0.7.2 |
5766 | 2023-11-16T21:39:01.692Z | running 5 tests |
5767 | 2023-11-16T21:39:01.695Z | Fresh half v1.8.2 |
5768 | 2023-11-16T21:39:01.698Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored |
5769 | 2023-11-16T21:39:01.701Z | Fresh convert_case v0.4.0 |
5770 | 2023-11-16T21:39:01.704Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored |
5771 | 2023-11-16T21:39:01.708Z | Fresh ciborium-io v0.2.1 |
5772 | 2023-11-16T21:39:01.711Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored |
5773 | 2023-11-16T21:39:01.714Z | Fresh flagset v0.4.3 |
5774 | 2023-11-16T21:39:01.718Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored |
5775 | 2023-11-16T21:39:01.721Z | Fresh cancel-safe-futures v0.1.5 |
5776 | 2023-11-16T21:39:01.724Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored |
5777 | 2023-11-16T21:39:01.727Z | Fresh headers v0.3.9 |
5778 | 2023-11-16T21:39:01.730Z | |
5779 | 2023-11-16T21:39:01.734Z | Fresh semver-parser v0.10.2 |
5780 | 2023-11-16T21:39:01.737Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
5781 | 2023-11-16T21:39:01.741Z | Fresh ciborium-ll v0.2.1 |
5782 | 2023-11-16T21:39:01.744Z | |
5783 | 2023-11-16T21:39:01.747Z | Fresh der v0.7.8 |
5784 | 2023-11-16T21:39:01.751Z | Fresh derive_more v0.99.17 |
5785 | 2023-11-16T21:39:01.754Z | Fresh linked-hash-map v0.5.6 |
5786 | 2023-11-16T21:39:01.757Z | Fresh termcolor v1.2.0 |
5787 | 2023-11-16T21:39:01.760Z | Fresh semver v0.11.0 |
5788 | 2023-11-16T21:39:01.763Z | Fresh pem v3.0.2 |
5789 | 2023-11-16T21:39:01.767Z | Fresh ciborium v0.2.1 |
5790 | 2023-11-16T21:39:01.770Z | Fresh spki v0.7.2 |
5791 | 2023-11-16T21:39:01.774Z | Fresh lru-cache v0.1.2 |
5792 | 2023-11-16T21:39:01.779Z | Fresh tap v1.0.1 |
5793 | 2023-11-16T21:39:01.782Z | Fresh home v0.5.5 |
5794 | 2023-11-16T21:39:01.785Z | Fresh rcgen v0.11.3 |
5795 | 2023-11-16T21:39:01.789Z | Fresh toolchain_find v0.2.0 |
5796 | 2023-11-16T21:39:01.793Z | Fresh wyz v0.5.1 |
5797 | 2023-11-16T21:39:01.797Z | Fresh radium v0.7.0 |
5798 | 2023-11-16T21:39:01.803Z | Fresh atomicwrites v0.4.2 |
5799 | 2023-11-16T21:39:01.806Z | Fresh subprocess v0.2.9 |
5800 | 2023-11-16T21:39:01.809Z | Fresh funty v2.0.0 |
5801 | 2023-11-16T21:39:01.812Z | Fresh crc-catalog v2.2.0 |
5802 | 2023-11-16T21:39:01.816Z | Fresh bitvec v1.0.1 |
5803 | 2023-11-16T21:39:01.821Z | Fresh rustfmt-wrapper v0.2.0 |
5804 | 2023-11-16T21:39:01.826Z | Fresh maybe-uninit v2.0.0 |
5805 | 2023-11-16T21:39:01.829Z | Fresh pkcs8 v0.10.2 |
5806 | 2023-11-16T21:39:01.833Z | Fresh crc v3.0.1 |
5807 | 2023-11-16T21:39:01.836Z | Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
5808 | 2023-11-16T21:39:01.840Z | Fresh packed_struct_codegen v0.10.1 |
5809 | 2023-11-16T21:39:01.843Z | Fresh nodrop v0.1.14 |
5810 | 2023-11-16T21:39:01.847Z | Fresh smallvec v0.6.14 |
5811 | 2023-11-16T21:39:01.851Z | Fresh packed_struct v0.10.1 |
5812 | 2023-11-16T21:39:01.854Z | Fresh array-init v0.0.4 |
5813 | 2023-11-16T21:39:01.857Z | Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
5814 | 2023-11-16T21:39:01.860Z | Fresh pkcs1 v0.7.5 |
5815 | 2023-11-16T21:39:01.863Z | Fresh num-bigint-dig v0.8.4 |
5816 | 2023-11-16T21:39:01.866Z | Fresh hkdf v0.12.3 |
5817 | 2023-11-16T21:39:01.870Z | Fresh bitfield v0.14.0 |
5818 | 2023-11-16T21:39:01.873Z | Fresh swrite v0.1.0 |
5819 | 2023-11-16T21:39:01.878Z | Fresh rsa v0.9.2 |
5820 | 2023-11-16T21:39:01.881Z | Fresh serde-hex v0.1.0 |
5821 | 2023-11-16T21:39:01.883Z | Fresh slog-dtrace v0.2.3 |
5822 | 2023-11-16T21:39:01.886Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5823 | 2023-11-16T21:39:01.889Z | Fresh x509-cert v0.2.4 |
5824 | 2023-11-16T21:39:01.892Z | Fresh env_logger v0.10.0 |
5825 | 2023-11-16T21:39:01.895Z | Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5826 | 2023-11-16T21:39:01.899Z | Fresh ron v0.8.1 |
5827 | 2023-11-16T21:39:01.902Z | Fresh crc-any v2.4.3 |
5828 | 2023-11-16T21:39:01.907Z | Fresh keccak v0.1.4 |
5829 | 2023-11-16T21:39:01.910Z | Fresh object v0.30.4 |
5830 | 2023-11-16T21:39:01.913Z | Fresh secrecy v0.8.0 |
5831 | 2023-11-16T21:39:01.916Z | Fresh libsw v3.3.0 |
5832 | 2023-11-16T21:39:01.919Z | Fresh derive-where v1.2.5 |
5833 | 2023-11-16T21:39:01.922Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5834 | 2023-11-16T21:39:01.925Z | Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5835 | 2023-11-16T21:39:01.928Z | Fresh sha3 v0.10.8 |
5836 | 2023-11-16T21:39:01.932Z | Fresh linear-map v1.2.0 |
5837 | 2023-11-16T21:39:01.935Z | Fresh arc-swap v1.6.0 |
5838 | 2023-11-16T21:39:01.938Z | Fresh utf-8 v0.7.6 |
5839 | 2023-11-16T21:39:01.941Z | Fresh path-slash v0.1.5 |
5840 | 2023-11-16T21:39:01.944Z | Fresh owo-colors v3.5.0 |
5841 | 2023-11-16T21:39:01.947Z | Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
5842 | 2023-11-16T21:39:01.951Z | Fresh slog-scope v4.4.0 |
5843 | 2023-11-16T21:39:01.956Z | Fresh semver v0.1.20 |
5844 | 2023-11-16T21:39:01.960Z | Fresh slog-stdlog v4.1.1 |
5845 | 2023-11-16T21:39:01.963Z | Fresh num-rational v0.4.1 |
5846 | 2023-11-16T21:39:01.966Z | Fresh rustc_version v0.1.7 |
5847 | 2023-11-16T21:39:01.969Z | Fresh fxhash v0.2.1 |
5848 | 2023-11-16T21:39:01.972Z | Fresh num-complex v0.4.4 |
5849 | 2023-11-16T21:39:02.107Z | Fresh doc-comment v0.3.3 |
5850 | 2023-11-16T21:39:02.110Z | Fresh num v0.4.1 |
5851 | 2023-11-16T21:39:02.113Z | Fresh slog-envlogger v2.2.0 |
5852 | 2023-11-16T21:39:02.117Z | Fresh resolv-conf v0.7.0 |
5853 | 2023-11-16T21:39:02.124Z | Fresh newline-converter v0.3.0 |
5854 | 2023-11-16T21:39:02.127Z | Fresh snafu-derive v0.7.5 |
5855 | 2023-11-16T21:39:02.130Z | Fresh trust-dns-resolver v0.22.0 |
5856 | 2023-11-16T21:39:02.133Z | Fresh snafu v0.7.5 |
5857 | 2023-11-16T21:39:02.136Z | Fresh expectorate v1.1.0 |
5858 | 2023-11-16T21:39:02.139Z | Fresh newtype_derive v0.1.6 |
5859 | 2023-11-16T21:39:02.142Z | Fresh crossbeam-deque v0.8.3 |
5860 | 2023-11-16T21:39:02.146Z | Fresh signature v1.6.4 |
5861 | 2023-11-16T21:39:02.148Z | Fresh steno v0.4.0 |
5862 | 2023-11-16T21:39:02.152Z | Fresh memoffset v0.7.1 |
5863 | 2023-11-16T21:39:02.156Z | Fresh ed25519 v1.5.3 |
5864 | 2023-11-16T21:39:02.159Z | Fresh rayon-core v1.12.0 |
5865 | 2023-11-16T21:39:02.162Z | Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5866 | 2023-11-16T21:39:02.165Z | Fresh buf-list v1.0.3 |
5867 | 2023-11-16T21:39:02.168Z | Fresh display-error-chain v0.2.0 |
5868 | 2023-11-16T21:39:02.175Z | Fresh salty v0.2.0 |
5869 | 2023-11-16T21:39:02.179Z | Fresh rayon v1.8.0 |
5870 | 2023-11-16T21:39:02.183Z | Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5871 | 2023-11-16T21:39:02.187Z | Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
5872 | 2023-11-16T21:39:02.191Z | Fresh tungstenite v0.18.0 |
5873 | 2023-11-16T21:39:02.194Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
5874 | 2023-11-16T21:39:02.200Z | Fresh serde-big-array v0.5.1 |
5875 | 2023-11-16T21:39:02.203Z | Fresh serde-big-array v0.4.1 |
5876 | 2023-11-16T21:39:02.206Z | Fresh path-dedot v3.1.0 |
5877 | 2023-11-16T21:39:02.210Z | Fresh diff v0.1.13 |
5878 | 2023-11-16T21:39:02.213Z | Fresh path-absolutize v3.1.0 |
5879 | 2023-11-16T21:39:02.217Z | Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5880 | 2023-11-16T21:39:02.221Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
5881 | 2023-11-16T21:39:02.224Z | Fresh crunchy v0.2.2 |
5882 | 2023-11-16T21:39:02.227Z | Fresh platforms v3.0.2 |
5883 | 2023-11-16T21:39:02.230Z | Fresh tokio-tungstenite v0.18.0 |
5884 | 2023-11-16T21:39:02.233Z | Fresh darling_core v0.14.4 |
5885 | 2023-11-16T21:39:02.236Z | Fresh globset v0.4.13 |
5886 | 2023-11-16T21:39:02.265Z | Fresh signal-hook-tokio v0.3.1 |
5887 | 2023-11-16T21:39:02.268Z | Fresh olpc-cjson v0.1.3 |
5888 | 2023-11-16T21:39:02.271Z | Fresh serde_plain v1.0.2 |
5889 | 2023-11-16T21:39:02.274Z | Fresh nibble_vec v0.1.0 |
5890 | 2023-11-16T21:39:02.277Z | Fresh endian-type v0.1.2 |
5891 | 2023-11-16T21:39:02.307Z | Fresh corncobs v0.1.3 |
5892 | 2023-11-16T21:39:02.311Z | Fresh minimal-lexical v0.2.1 |
5893 | 2023-11-16T21:39:02.315Z | Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5894 | 2023-11-16T21:39:02.318Z | Fresh radix_trie v0.2.1 |
5895 | 2023-11-16T21:39:02.349Z | Fresh tough v0.14.0 |
5896 | 2023-11-16T21:39:02.378Z | Fresh nom v7.1.3 |
5897 | 2023-11-16T21:39:02.383Z | Fresh darling_macro v0.14.4 |
5898 | 2023-11-16T21:39:02.387Z | Fresh unicase v2.7.0 |
5899 | 2023-11-16T21:39:02.390Z | Fresh parking_lot_core v0.8.6 |
5900 | 2023-11-16T21:39:02.393Z | Fresh tiny-keccak v2.0.2 |
5901 | 2023-11-16T21:39:02.396Z | Fresh ascii-canvas v3.0.0 |
5902 | 2023-11-16T21:39:02.405Z | Fresh ff v0.13.0 |
5903 | 2023-11-16T21:39:02.409Z | Fresh ena v0.14.2 |
5904 | 2023-11-16T21:39:02.411Z | Fresh libloading v0.7.4 |
5905 | 2023-11-16T21:39:02.440Z | Fresh regex-syntax v0.6.29 |
5906 | 2023-11-16T21:39:02.444Z | Fresh parking_lot v0.11.2 |
5907 | 2023-11-16T21:39:02.447Z | Fresh lalrpop v0.19.12 |
5908 | 2023-11-16T21:39:02.450Z | Fresh clang-sys v1.6.1 |
5909 | 2023-11-16T21:39:02.454Z | Fresh group v0.13.0 |
5910 | 2023-11-16T21:39:02.457Z | Fresh darling v0.14.4 |
5911 | 2023-11-16T21:39:02.460Z | Fresh cexpr v0.6.0 |
5912 | 2023-11-16T21:39:02.463Z | Fresh portable-atomic v1.4.3 |
5913 | 2023-11-16T21:39:02.466Z | Fresh trust-dns-client v0.22.0 |
5914 | 2023-11-16T21:39:02.469Z | Fresh prettyplease v0.2.12 |
5915 | 2023-11-16T21:39:02.472Z | Fresh tungstenite v0.20.1 |
5916 | 2023-11-16T21:39:02.475Z | Fresh openapiv3 v1.0.3 |
5917 | 2023-11-16T21:39:02.478Z | Fresh which v4.4.0 |
5918 | 2023-11-16T21:39:02.481Z | Fresh universal-hash v0.5.1 |
5919 | 2023-11-16T21:39:02.484Z | Fresh crypto-bigint v0.5.2 |
5920 | 2023-11-16T21:39:02.487Z | Fresh curve25519-dalek-derive v0.1.0 |
5921 | 2023-11-16T21:39:02.490Z | Fresh thiserror-impl-no-std v2.0.2 |
5922 | 2023-11-16T21:39:02.494Z | Fresh base16ct v0.2.0 |
5923 | 2023-11-16T21:39:02.497Z | Fresh shlex v1.1.0 |
5924 | 2023-11-16T21:39:02.500Z | Fresh number_prefix v0.4.0 |
5925 | 2023-11-16T21:39:02.506Z | Fresh lazycell v1.3.0 |
5926 | 2023-11-16T21:39:02.509Z | Fresh rustc-hash v1.1.0 |
5927 | 2023-11-16T21:39:02.512Z | Fresh opaque-debug v0.3.0 |
5928 | 2023-11-16T21:39:02.516Z | Fresh peeking_take_while v0.1.2 |
5929 | 2023-11-16T21:39:02.519Z | Fresh curve25519-dalek v4.1.0 |
5930 | 2023-11-16T21:39:02.522Z | Fresh thiserror-no-std v2.0.2 |
5931 | 2023-11-16T21:39:02.525Z | Fresh elliptic-curve v0.13.5 |
5932 | 2023-11-16T21:39:02.528Z | Fresh indicatif v0.17.7 |
5933 | 2023-11-16T21:39:02.531Z | Fresh bindgen v0.65.1 |
5934 | 2023-11-16T21:39:02.534Z | Fresh poly1305 v0.8.0 |
5935 | 2023-11-16T21:39:02.538Z | Fresh trust-dns-server v0.22.1 |
5936 | 2023-11-16T21:39:02.542Z | Fresh tokio-tungstenite v0.20.1 |
5937 | 2023-11-16T21:39:02.545Z | Fresh derive_builder_core v0.12.0 |
5938 | 2023-11-16T21:39:02.548Z | Fresh sled v0.34.7 |
5939 | 2023-11-16T21:39:02.551Z | Fresh chacha20 v0.9.1 |
5940 | 2023-11-16T21:39:02.554Z | Fresh aead v0.5.2 |
5941 | 2023-11-16T21:39:02.557Z | Fresh bcs v0.1.6 |
5942 | 2023-11-16T21:39:02.560Z | Fresh kstat-rs v0.2.3 |
5943 | 2023-11-16T21:39:02.563Z | Fresh bytesize v1.3.0 |
5944 | 2023-11-16T21:39:02.566Z | Fresh ref-cast-impl v1.0.20 |
5945 | 2023-11-16T21:39:02.569Z | Fresh fs-err v2.9.0 |
5946 | 2023-11-16T21:39:02.572Z | Fresh pretty-hex v0.3.0 |
5947 | 2023-11-16T21:39:02.576Z | Fresh highway v1.1.0 |
5948 | 2023-11-16T21:39:02.579Z | Fresh chacha20poly1305 v0.10.1 |
5949 | 2023-11-16T21:39:02.582Z | Fresh ref-cast v1.0.20 |
5950 | 2023-11-16T21:39:02.585Z | Fresh mime_guess v2.0.4 |
5951 | 2023-11-16T21:39:02.589Z | Fresh derive_builder_macro v0.12.0 |
5952 | 2023-11-16T21:39:02.592Z | Fresh vsss-rs v3.3.1 |
5953 | 2023-11-16T21:39:02.596Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
5954 | 2023-11-16T21:39:02.599Z | Fresh strum_macros v0.24.3 |
5955 | 2023-11-16T21:39:02.602Z | Fresh indoc v2.0.3 |
5956 | 2023-11-16T21:39:02.606Z | Fresh humantime v2.1.0 |
5957 | 2023-11-16T21:39:02.609Z | Fresh is_ci v1.1.1 |
5958 | 2023-11-16T21:39:02.614Z | Fresh cassowary v0.3.0 |
5959 | 2023-11-16T21:39:02.617Z | Fresh indoc v1.0.9 |
5960 | 2023-11-16T21:39:02.620Z | Fresh maplit v1.0.2 |
5961 | 2023-11-16T21:39:02.624Z | Fresh ratatui v0.23.0 |
5962 | 2023-11-16T21:39:02.627Z | Fresh supports-color v2.1.0 |
5963 | 2023-11-16T21:39:02.631Z | Fresh polar-core v0.27.0 |
5964 | 2023-11-16T21:39:02.633Z | Fresh derive_builder v0.12.0 |
5965 | 2023-11-16T21:39:02.636Z | Fresh libxml v0.3.3 |
5966 | 2023-11-16T21:39:02.640Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
5967 | 2023-11-16T21:39:02.645Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
5968 | 2023-11-16T21:39:02.648Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
5969 | 2023-11-16T21:39:02.651Z | Fresh bb8 v0.8.1 |
5970 | 2023-11-16T21:39:02.654Z | Fresh quick-xml v0.23.1 |
5971 | 2023-11-16T21:39:02.657Z | Fresh impl-trait-for-tuples v0.2.2 |
5972 | 2023-11-16T21:39:02.659Z | Fresh oso-derive v0.27.0 |
5973 | 2023-11-16T21:39:02.662Z | Fresh rtoolbox v0.0.1 |
5974 | 2023-11-16T21:39:02.665Z | Fresh http-range v0.1.5 |
5975 | 2023-11-16T21:39:02.668Z | Fresh unicode-linebreak v0.1.5 |
5976 | 2023-11-16T21:39:02.673Z | Fresh assert_matches v1.5.0 |
5977 | 2023-11-16T21:39:02.678Z | Fresh smawk v0.3.1 |
5978 | 2023-11-16T21:39:02.681Z | Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
5979 | 2023-11-16T21:39:02.684Z | Fresh textwrap v0.16.0 |
5980 | 2023-11-16T21:39:02.687Z | Fresh rpassword v7.2.0 |
5981 | 2023-11-16T21:39:02.690Z | Fresh oso v0.27.0 |
5982 | 2023-11-16T21:39:02.694Z | Fresh hyper-staticfile v0.9.5 |
5983 | 2023-11-16T21:39:02.696Z | Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
5984 | 2023-11-16T21:39:02.701Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
5985 | 2023-11-16T21:39:02.704Z | Fresh tui-tree-widget v0.13.0 |
5986 | 2023-11-16T21:39:02.707Z | Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
5987 | 2023-11-16T21:39:02.710Z | Fresh cookie v0.16.2 |
5988 | 2023-11-16T21:39:02.713Z | Fresh vte_generate_state_changes v0.1.1 |
5989 | 2023-11-16T21:39:02.716Z | Fresh shell-words v1.1.0 |
5990 | 2023-11-16T21:39:02.721Z | Fresh plotters-backend v0.3.5 |
5991 | 2023-11-16T21:39:02.724Z | Fresh vte v0.11.1 |
5992 | 2023-11-16T21:39:02.727Z | Fresh plotters-svg v0.3.5 |
5993 | 2023-11-16T21:39:02.731Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
5994 | 2023-11-16T21:39:02.733Z | Fresh cast v0.3.0 |
5995 | 2023-11-16T21:39:02.736Z | Fresh strip-ansi-escapes v0.2.0 |
5996 | 2023-11-16T21:39:02.740Z | Fresh plotters v0.3.5 |
5997 | 2023-11-16T21:39:02.743Z | Fresh criterion-plot v0.5.0 |
5998 | 2023-11-16T21:39:02.747Z | Fresh tinytemplate v1.2.1 |
5999 | 2023-11-16T21:39:02.749Z | Fresh fd-lock v3.0.13 |
6000 | 2023-11-16T21:39:02.753Z | Fresh dashmap v5.5.1 |
6001 | 2023-11-16T21:39:02.756Z | Fresh threadpool v1.8.1 |
6002 | 2023-11-16T21:39:02.761Z | Fresh pin-project-internal v1.1.3 |
6003 | 2023-11-16T21:39:02.765Z | Fresh serial_test_derive v0.10.0 |
6004 | 2023-11-16T21:39:02.768Z | Fresh nanorand v0.7.0 |
6005 | 2023-11-16T21:39:02.771Z | Fresh arrayvec v0.7.4 |
6006 | 2023-11-16T21:39:02.774Z | Fresh constant_time_eq v0.2.6 |
6007 | 2023-11-16T21:39:02.777Z | Fresh nu-ansi-term v0.49.0 |
6008 | 2023-11-16T21:39:02.780Z | Fresh anes v0.1.6 |
6009 | 2023-11-16T21:39:02.786Z | Fresh relative-path v1.9.0 |
6010 | 2023-11-16T21:39:02.789Z | Fresh oorandom v11.1.3 |
6011 | 2023-11-16T21:39:02.792Z | Fresh arrayref v0.3.7 |
6012 | 2023-11-16T21:39:02.795Z | Fresh yansi v0.5.1 |
6013 | 2023-11-16T21:39:02.798Z | Fresh libtest-mimic v0.6.1 |
6014 | 2023-11-16T21:39:02.802Z | Fresh flume v0.11.0 |
6015 | 2023-11-16T21:39:02.804Z | Fresh rstest_macros v0.18.2 |
6016 | 2023-11-16T21:39:02.807Z | Fresh criterion v0.5.1 |
6017 | 2023-11-16T21:39:02.811Z | Fresh blake2b_simd v1.0.1 |
6018 | 2023-11-16T21:39:02.814Z | Fresh pretty_assertions v1.4.0 |
6019 | 2023-11-16T21:39:02.816Z | Fresh serial_test v0.10.0 |
6020 | 2023-11-16T21:39:02.820Z | Fresh reedline v0.25.0 |
6021 | 2023-11-16T21:39:02.823Z | Fresh pin-project v1.1.3 |
6022 | 2023-11-16T21:39:02.826Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
6023 | 2023-11-16T21:39:02.829Z | Fresh assert_cmd v2.0.12 |
6024 | 2023-11-16T21:39:02.832Z | Fresh omicron-zone-package v0.8.3 |
6025 | 2023-11-16T21:39:02.835Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
6026 | 2023-11-16T21:39:02.838Z | Fresh fatfs v0.3.6 |
6027 | 2023-11-16T21:39:02.841Z | Fresh basic-toml v0.1.4 |
6028 | 2023-11-16T21:39:02.845Z | Fresh rand v0.4.6 |
6029 | 2023-11-16T21:39:02.848Z | Fresh futures-timer v3.0.2 |
6030 | 2023-11-16T21:39:02.852Z | Fresh remove_dir_all v0.5.3 |
6031 | 2023-11-16T21:39:02.856Z | Fresh topological-sort v0.2.2 |
6032 | 2023-11-16T21:39:02.859Z | Fresh constant_time_eq v0.3.0 |
6033 | 2023-11-16T21:39:02.862Z | Fresh trybuild v1.0.85 |
6034 | 2023-11-16T21:39:02.864Z | Fresh rust-argon2 v1.0.1 |
6035 | 2023-11-16T21:39:02.867Z | Fresh rstest v0.18.2 |
6036 | 2023-11-16T21:39:02.871Z | Fresh tempdir v0.3.7 |
6037 | 2023-11-16T21:39:02.873Z | Fresh partial-io v0.5.4 |
6038 | 2023-11-16T21:39:02.876Z | Fresh datatest-stable v0.2.3 |
6039 | 2023-11-16T21:39:02.880Z | Fresh httptest v0.15.5 |
6040 | 2023-11-16T21:39:02.884Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
6041 | 2023-11-16T21:39:02.887Z | Fresh similar-asserts v1.5.0 |
6042 | 2023-11-16T21:39:02.890Z | Fresh approx v0.5.1 |
6043 | 2023-11-16T21:39:02.893Z | Fresh hex-literal v0.4.1 |
6044 | 2023-11-16T21:39:02.898Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
6045 | 2023-11-16T21:39:02.901Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
6046 | 2023-11-16T21:39:02.904Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
6047 | 2023-11-16T21:39:02.908Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
6048 | 2023-11-16T21:39:02.911Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
6049 | 2023-11-16T21:39:02.914Z | Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
6050 | 2023-11-16T21:39:02.917Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
6051 | 2023-11-16T21:39:02.920Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
6052 | 2023-11-16T21:39:02.923Z | Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
6053 | 2023-11-16T21:39:02.927Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
6054 | 2023-11-16T21:39:02.931Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
6055 | 2023-11-16T21:39:02.934Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
6056 | 2023-11-16T21:39:02.937Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
6057 | 2023-11-16T21:39:02.940Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
6058 | 2023-11-16T21:39:02.943Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
6059 | 2023-11-16T21:39:02.947Z | Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
6060 | 2023-11-16T21:39:02.949Z | Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
6061 | 2023-11-16T21:39:02.952Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
6062 | 2023-11-16T21:39:02.955Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
6063 | 2023-11-16T21:39:02.958Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
6064 | 2023-11-16T21:39:02.961Z | Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
6065 | 2023-11-16T21:39:02.964Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
6066 | 2023-11-16T21:39:02.967Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
6067 | 2023-11-16T21:39:02.972Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
6068 | 2023-11-16T21:39:02.975Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
6069 | 2023-11-16T21:39:02.978Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
6070 | 2023-11-16T21:39:02.981Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
6071 | 2023-11-16T21:39:02.984Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
6072 | 2023-11-16T21:39:02.987Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
6073 | 2023-11-16T21:39:02.990Z | Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
6074 | 2023-11-16T21:39:03.000Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
6075 | 2023-11-16T21:39:03.004Z | Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
6076 | 2023-11-16T21:39:03.007Z | |
6077 | 2023-11-16T21:39:03.015Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
6078 | 2023-11-16T21:39:03.018Z | running 0 tests |
6079 | 2023-11-16T21:39:03.021Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
6080 | 2023-11-16T21:39:03.024Z | |
6081 | 2023-11-16T21:39:03.027Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
6082 | 2023-11-16T21:39:03.032Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6083 | 2023-11-16T21:39:03.036Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
6084 | 2023-11-16T21:39:03.039Z | |
6085 | 2023-11-16T21:39:03.042Z | Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
6086 | 2023-11-16T21:39:03.045Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
6087 | 2023-11-16T21:39:03.047Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
6088 | 2023-11-16T21:39:03.050Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
6089 | 2023-11-16T21:39:03.053Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
6090 | 2023-11-16T21:39:03.056Z | Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
6091 | 2023-11-16T21:39:03.060Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
6092 | 2023-11-16T21:39:03.063Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
6093 | 2023-11-16T21:39:03.066Z | Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
6094 | 2023-11-16T21:39:03.069Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
6095 | 2023-11-16T21:39:03.072Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
6096 | 2023-11-16T21:39:03.078Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
6097 | 2023-11-16T21:39:03.081Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
6098 | 2023-11-16T21:39:03.084Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
6099 | 2023-11-16T21:39:03.087Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
6100 | 2023-11-16T21:39:03.091Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
6101 | 2023-11-16T21:39:03.095Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
6102 | 2023-11-16T21:39:03.102Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
6103 | 2023-11-16T21:39:03.107Z | Finished test [unoptimized + debuginfo] target(s) in 2.21s |
6104 | 2023-11-16T21:39:03.112Z | Doc-tests authz-macros |
6105 | 2023-11-16T21:39:03.115Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-3f87bc15a73a3bc7.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32c3d54c97c94ea4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
6106 | 2023-11-16T21:39:03.118Z | Doc-tests bootstore |
6107 | 2023-11-16T21:39:03.121Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4a33ff24070d5198.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-1ec33922e4e31605.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-64f4d828fdf5d116.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
6108 | 2023-11-16T21:39:03.125Z | Doc-tests bootstrap-agent-client |
6109 | 2023-11-16T21:39:03.128Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6110 | 2023-11-16T21:39:03.907Z | |
6111 | 2023-11-16T21:39:03.913Z | running 0 tests |
6112 | 2023-11-16T21:39:03.916Z | |
6113 | 2023-11-16T21:39:03.920Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6114 | 2023-11-16T21:39:03.924Z | |
6115 | 2023-11-16T21:39:03.944Z | Doc-tests db-macros |
6116 | 2023-11-16T21:39:03.948Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-92a1e9b3a034d967.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-14d7d47dc7b7257e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32c3d54c97c94ea4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-c10867cf2ccc0cf3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-008bf882ac1704eb.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
6117 | 2023-11-16T21:39:04.395Z | |
6118 | 2023-11-16T21:39:04.399Z | running 3 tests |
6119 | 2023-11-16T21:39:04.403Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored |
6120 | 2023-11-16T21:39:04.406Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored |
6121 | 2023-11-16T21:39:04.409Z | test nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored |
6122 | 2023-11-16T21:39:04.412Z | |
6123 | 2023-11-16T21:39:04.416Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s |
6124 | 2023-11-16T21:39:04.419Z | |
6125 | 2023-11-16T21:39:04.425Z | Doc-tests ddm-admin-client |
6126 | 2023-11-16T21:39:04.428Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib -C embed-bitcode=no -D warnings --error-format human` |
6127 | 2023-11-16T21:39:04.962Z | |
6128 | 2023-11-16T21:39:04.965Z | running 0 tests |
6129 | 2023-11-16T21:39:04.968Z | |
6130 | 2023-11-16T21:39:04.972Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6131 | 2023-11-16T21:39:04.976Z | |
6132 | 2023-11-16T21:39:04.993Z | Doc-tests dns-server |
6133 | 2023-11-16T21:39:04.997Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-0909e6f64ef1cb52.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-37b515d228da282d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-6362dd318f013838.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-e50894fadd1037bb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-4cb6e83b6c9116b0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6134 | 2023-11-16T21:39:05.555Z | |
6135 | 2023-11-16T21:39:05.558Z | running 0 tests |
6136 | 2023-11-16T21:39:05.561Z | |
6137 | 2023-11-16T21:39:05.564Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6138 | 2023-11-16T21:39:05.567Z | |
6139 | 2023-11-16T21:39:05.584Z | Doc-tests dns-service-client |
6140 | 2023-11-16T21:39:05.587Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib -C embed-bitcode=no -D warnings --error-format human` |
6141 | 2023-11-16T21:39:05.966Z | |
6142 | 2023-11-16T21:39:05.969Z | running 0 tests |
6143 | 2023-11-16T21:39:05.972Z | |
6144 | 2023-11-16T21:39:05.975Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6145 | 2023-11-16T21:39:05.978Z | |
6146 | 2023-11-16T21:39:05.988Z | Doc-tests dpd-client |
6147 | 2023-11-16T21:39:05.992Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6148 | 2023-11-16T21:39:07.766Z | |
6149 | 2023-11-16T21:39:07.769Z | running 0 tests |
6150 | 2023-11-16T21:39:07.772Z | |
6151 | 2023-11-16T21:39:07.774Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6152 | 2023-11-16T21:39:07.777Z | |
6153 | 2023-11-16T21:39:07.813Z | Doc-tests gateway-client |
6154 | 2023-11-16T21:39:07.817Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6155 | 2023-11-16T21:39:09.173Z | |
6156 | 2023-11-16T21:39:09.176Z | running 0 tests |
6157 | 2023-11-16T21:39:09.179Z | |
6158 | 2023-11-16T21:39:09.182Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6159 | 2023-11-16T21:39:09.184Z | |
6160 | 2023-11-16T21:39:09.211Z | Doc-tests gateway-test-utils |
6161 | 2023-11-16T21:39:09.214Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-460d312406334c17.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6162 | 2023-11-16T21:39:09.797Z | |
6163 | 2023-11-16T21:39:09.800Z | running 0 tests |
6164 | 2023-11-16T21:39:09.803Z | |
6165 | 2023-11-16T21:39:09.806Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6166 | 2023-11-16T21:39:09.809Z | |
6167 | 2023-11-16T21:39:09.827Z | Doc-tests illumos-utils |
6168 | 2023-11-16T21:39:09.830Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-41588f168af64472.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-13456ae1292a2c33.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-a6b35d685ff3bb31.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-1d6d0c28d47f5f95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e5aaae09680783dc.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c23504fd4272fbe4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-58e4d1224dbb5ad3.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human` |
6169 | 2023-11-16T21:39:12.585Z | |
6170 | 2023-11-16T21:39:12.588Z | running 0 tests |
6171 | 2023-11-16T21:39:12.591Z | |
6172 | 2023-11-16T21:39:12.596Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6173 | 2023-11-16T21:39:12.599Z | |
6174 | 2023-11-16T21:39:12.652Z | Doc-tests installinator |
6175 | 2023-11-16T21:39:12.656Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-0e2babb6a2a59fdb.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e84e62bebc917ed5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d73b6485c85fcb5d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-24e2bbf9eee2cb99.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-edd992d21ebe84b4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6176 | 2023-11-16T21:39:13.531Z | |
6177 | 2023-11-16T21:39:13.534Z | running 0 tests |
6178 | 2023-11-16T21:39:13.537Z | |
6179 | 2023-11-16T21:39:13.540Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6180 | 2023-11-16T21:39:13.544Z | |
6181 | 2023-11-16T21:39:13.568Z | Doc-tests installinator-artifact-client |
6182 | 2023-11-16T21:39:13.572Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d73b6485c85fcb5d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6183 | 2023-11-16T21:39:14.913Z | |
6184 | 2023-11-16T21:39:14.916Z | running 0 tests |
6185 | 2023-11-16T21:39:14.919Z | |
6186 | 2023-11-16T21:39:14.922Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6187 | 2023-11-16T21:39:14.925Z | |
6188 | 2023-11-16T21:39:14.957Z | Doc-tests installinator-artifactd |
6189 | 2023-11-16T21:39:14.962Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-69cdfbd6a4916bcf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6190 | 2023-11-16T21:39:15.454Z | |
6191 | 2023-11-16T21:39:15.457Z | running 0 tests |
6192 | 2023-11-16T21:39:15.460Z | |
6193 | 2023-11-16T21:39:15.463Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6194 | 2023-11-16T21:39:15.466Z | |
6195 | 2023-11-16T21:39:15.484Z | Doc-tests installinator-common |
6196 | 2023-11-16T21:39:15.487Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib -C embed-bitcode=no -D warnings --error-format human` |
6197 | 2023-11-16T21:39:16.136Z | |
6198 | 2023-11-16T21:39:16.139Z | running 0 tests |
6199 | 2023-11-16T21:39:16.142Z | |
6200 | 2023-11-16T21:39:16.145Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6201 | 2023-11-16T21:39:16.148Z | |
6202 | 2023-11-16T21:39:16.169Z | Doc-tests internal-dns |
6203 | 2023-11-16T21:39:16.172Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-e5d23a9f8b7bdd79.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6204 | 2023-11-16T21:39:16.644Z | |
6205 | 2023-11-16T21:39:16.647Z | running 0 tests |
6206 | 2023-11-16T21:39:16.650Z | |
6207 | 2023-11-16T21:39:16.653Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6208 | 2023-11-16T21:39:16.655Z | |
6209 | 2023-11-16T21:39:16.671Z | Doc-tests ipcc-key-value |
6210 | 2023-11-16T21:39:16.675Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-24e2bbf9eee2cb99.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6211 | 2023-11-16T21:39:17.084Z | |
6212 | 2023-11-16T21:39:17.087Z | running 0 tests |
6213 | 2023-11-16T21:39:17.090Z | |
6214 | 2023-11-16T21:39:17.094Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6215 | 2023-11-16T21:39:17.096Z | |
6216 | 2023-11-16T21:39:17.111Z | Doc-tests key-manager |
6217 | 2023-11-16T21:39:17.114Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-4e88674687de8f5a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cd0cd0a967d9d46c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-6ed6736926f2f4ad.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -C embed-bitcode=no -D warnings --error-format human` |
6218 | 2023-11-16T21:39:17.512Z | |
6219 | 2023-11-16T21:39:17.515Z | running 0 tests |
6220 | 2023-11-16T21:39:17.517Z | |
6221 | 2023-11-16T21:39:17.520Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6222 | 2023-11-16T21:39:17.523Z | |
6223 | 2023-11-16T21:39:17.539Z | Doc-tests mg-admin-client |
6224 | 2023-11-16T21:39:17.542Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib -C embed-bitcode=no -D warnings --error-format human` |
6225 | 2023-11-16T21:39:18.149Z | |
6226 | 2023-11-16T21:39:18.152Z | running 0 tests |
6227 | 2023-11-16T21:39:18.155Z | |
6228 | 2023-11-16T21:39:18.158Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6229 | 2023-11-16T21:39:18.161Z | |
6230 | 2023-11-16T21:39:18.180Z | Doc-tests nexus-client |
6231 | 2023-11-16T21:39:18.183Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6232 | 2023-11-16T21:39:21.119Z | |
6233 | 2023-11-16T21:39:21.123Z | running 0 tests |
6234 | 2023-11-16T21:39:21.125Z | |
6235 | 2023-11-16T21:39:21.128Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6236 | 2023-11-16T21:39:21.131Z | |
6237 | 2023-11-16T21:39:21.180Z | Doc-tests nexus-db-model |
6238 | 2023-11-16T21:39:21.184Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-92a1e9b3a034d967.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b2c976fd3babb27a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-71bb582afad18721.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
6239 | 2023-11-16T21:39:32.448Z | |
6240 | 2023-11-16T21:39:32.451Z | running 2 tests |
6241 | 2023-11-16T21:39:34.961Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok |
6242 | 2023-11-16T21:39:34.965Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok |
6243 | 2023-11-16T21:39:34.968Z | |
6244 | 2023-11-16T21:39:34.971Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.52s |
6245 | 2023-11-16T21:39:34.973Z | |
6246 | 2023-11-16T21:39:35.170Z | Doc-tests nexus-db-queries |
6247 | 2023-11-16T21:39:35.175Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3d4d87ccbc5995f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-3f87bc15a73a3bc7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-9d4270f587a14ec8.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d52c0cc3eb6a5ef3.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-92a1e9b3a034d967.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-af5be7e705c77cb8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-d407ba9b52f4b35c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f954f88d97a3cdd.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-52e70a3ad9655253.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c59d9a480f377250.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-344a8fbb7204ec0a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e688572438a649ee.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
6248 | 2023-11-16T21:39:38.523Z | |
6249 | 2023-11-16T21:39:38.526Z | running 1 test |
6250 | 2023-11-16T21:39:38.529Z | test nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored |
6251 | 2023-11-16T21:39:38.532Z | |
6252 | 2023-11-16T21:39:38.535Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6253 | 2023-11-16T21:39:38.538Z | |
6254 | 2023-11-16T21:39:38.605Z | Doc-tests nexus-defaults |
6255 | 2023-11-16T21:39:38.608Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b2c976fd3babb27a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib -C embed-bitcode=no -D warnings --error-format human` |
6256 | 2023-11-16T21:39:38.971Z | |
6257 | 2023-11-16T21:39:38.974Z | running 0 tests |
6258 | 2023-11-16T21:39:38.977Z | |
6259 | 2023-11-16T21:39:38.980Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6260 | 2023-11-16T21:39:38.983Z | |
6261 | 2023-11-16T21:39:38.996Z | Doc-tests nexus-inventory |
6262 | 2023-11-16T21:39:38.999Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-52e70a3ad9655253.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6263 | 2023-11-16T21:39:39.413Z | |
6264 | 2023-11-16T21:39:39.416Z | running 0 tests |
6265 | 2023-11-16T21:39:39.419Z | |
6266 | 2023-11-16T21:39:39.422Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6267 | 2023-11-16T21:39:39.425Z | |
6268 | 2023-11-16T21:39:39.440Z | Doc-tests nexus-types |
6269 | 2023-11-16T21:39:39.443Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0266dbab300476a7.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6270 | 2023-11-16T21:39:42.588Z | |
6271 | 2023-11-16T21:39:42.591Z | running 0 tests |
6272 | 2023-11-16T21:39:42.594Z | |
6273 | 2023-11-16T21:39:42.597Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6274 | 2023-11-16T21:39:42.600Z | |
6275 | 2023-11-16T21:39:42.658Z | Doc-tests omicron-certificates |
6276 | 2023-11-16T21:39:42.662Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-af042b7bd262a5cc.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-71bb582afad18721.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ee651c23aa836357.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib -C embed-bitcode=no -D warnings --error-format human` |
6277 | 2023-11-16T21:39:43.057Z | |
6278 | 2023-11-16T21:39:43.061Z | running 0 tests |
6279 | 2023-11-16T21:39:43.064Z | |
6280 | 2023-11-16T21:39:43.067Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6281 | 2023-11-16T21:39:43.069Z | |
6282 | 2023-11-16T21:39:43.084Z | Doc-tests omicron-common |
6283 | 2023-11-16T21:39:43.088Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-0266dbab300476a7.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-3982620c57157c37.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b328a13401298eea.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-42f98d441e615cfb.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human` |
6284 | 2023-11-16T21:39:45.675Z | |
6285 | 2023-11-16T21:39:45.681Z | running 2 tests |
6286 | 2023-11-16T21:39:45.689Z | test common/src/lib.rs - FileKv (line 57) ... ignored |
6287 | 2023-11-16T21:39:54.511Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 456) ... ok |
6288 | 2023-11-16T21:39:54.514Z | |
6289 | 2023-11-16T21:39:54.517Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.86s |
6290 | 2023-11-16T21:39:54.520Z | |
6291 | 2023-11-16T21:39:54.573Z | Doc-tests omicron-gateway |
6292 | 2023-11-16T21:39:54.577Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d22ff7e5bff4ae9f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-24e2bbf9eee2cb99.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-460d312406334c17.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1130240042d45901.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5aa114db6168df40.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4845472db2f83c14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6293 | 2023-11-16T21:39:56.248Z | |
6294 | 2023-11-16T21:39:56.251Z | running 0 tests |
6295 | 2023-11-16T21:39:56.254Z | |
6296 | 2023-11-16T21:39:56.257Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6297 | 2023-11-16T21:39:56.260Z | |
6298 | 2023-11-16T21:39:56.297Z | Doc-tests omicron-nexus |
6299 | 2023-11-16T21:39:56.301Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-3d4d87ccbc5995f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4b9fe86dc41c544a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-78a10caaffb4790d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-6a15d1f11958dfa2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-b631e023630cc101.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-6ce849e89437f28f.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-4533130b4278cb2e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-73896bbbb77127a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-dd7cd7cefa14b7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-220857dd044e818b.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4f954f88d97a3cdd.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-b2c976fd3babb27a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-52e70a3ad9655253.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-70a5f602f14b4d57.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-c59d9a480f377250.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-9bc3c8eff55454d2.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-e44a33706e9032ed.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-1d5710c68632fc63.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a38c968e3078c256.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9bee83fca8dce403.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fe4e82fab392a46a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-fa4638fa82fccb75.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-77d75c180c0d4068.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f53ee9c6004ce1bd.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-68614ebdc2ce7f49.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e688572438a649ee.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-212befa4665bb875.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-cd97df8099cc6ee1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-58ae219e048f6670.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-e0174146fc94bcd5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
6300 | 2023-11-16T21:40:00.287Z | |
6301 | 2023-11-16T21:40:00.290Z | running 5 tests |
6302 | 2023-11-16T21:40:00.372Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 230) ... ignored |
6303 | 2023-11-16T21:40:03.263Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 732) ... ok |
6304 | 2023-11-16T21:40:03.341Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 702) ... ok |
6305 | 2023-11-16T21:40:03.353Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 660) ... ok |
6306 | 2023-11-16T21:40:03.360Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 638) ... ok |
6307 | 2023-11-16T21:40:03.391Z | |
6308 | 2023-11-16T21:40:03.396Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.07s |
6309 | 2023-11-16T21:40:03.399Z | |
6310 | 2023-11-16T21:40:03.446Z | Doc-tests omicron-package |
6311 | 2023-11-16T21:40:03.451Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-162924bb2f96e92d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-043e539f88e14c5d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-af22740acdb5d11b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2c6d1931a3022a8a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-071df594afd5c261.rlib -C embed-bitcode=no -D warnings --error-format human` |
6312 | 2023-11-16T21:40:03.755Z | |
6313 | 2023-11-16T21:40:03.759Z | running 0 tests |
6314 | 2023-11-16T21:40:03.762Z | |
6315 | 2023-11-16T21:40:03.765Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6316 | 2023-11-16T21:40:03.769Z | |
6317 | 2023-11-16T21:40:03.774Z | Doc-tests omicron-passwords |
6318 | 2023-11-16T21:40:03.778Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-79a0c555fedd19c0.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-4b9fe86dc41c544a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2658e96bd83c3be6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib -C embed-bitcode=no -D warnings --error-format human` |
6319 | 2023-11-16T21:40:03.954Z | |
6320 | 2023-11-16T21:40:03.958Z | running 0 tests |
6321 | 2023-11-16T21:40:03.961Z | |
6322 | 2023-11-16T21:40:03.964Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6323 | 2023-11-16T21:40:03.968Z | |
6324 | 2023-11-16T21:40:03.973Z | Doc-tests omicron-rpaths |
6325 | 2023-11-16T21:40:03.976Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-461f1d6ac5d69a6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib -C embed-bitcode=no -D warnings --error-format human` |
6326 | 2023-11-16T21:40:04.073Z | |
6327 | 2023-11-16T21:40:04.077Z | running 0 tests |
6328 | 2023-11-16T21:40:04.081Z | |
6329 | 2023-11-16T21:40:04.084Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6330 | 2023-11-16T21:40:04.087Z | |
6331 | 2023-11-16T21:40:04.091Z | Doc-tests omicron-sled-agent |
6332 | 2023-11-16T21:40:04.094Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-30375a57f8481239.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4a33ff24070d5198.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-bfe36342569e42b8.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d82449dcb049d8d8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-8c6d2d311082e3aa.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-738ccb584e64733a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cd0cd0a967d9d46c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-9fbfb3828d8c40f5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-6cefbbc4e2a80ddf.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-e5aaae09680783dc.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-d4dc32376fbc7212.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-912accf95d93e98a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-02fd370d86f8a01c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1356f3411526903f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-4497720003cd89a8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-3a20925c73fc5068.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-b7042427c87606dc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-58e4d1224dbb5ad3.rlib -C embed-bitcode=no -D warnings --error-format human` |
6333 | 2023-11-16T21:40:07.346Z | |
6334 | 2023-11-16T21:40:07.349Z | running 0 tests |
6335 | 2023-11-16T21:40:07.352Z | |
6336 | 2023-11-16T21:40:07.355Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6337 | 2023-11-16T21:40:07.358Z | |
6338 | 2023-11-16T21:40:07.423Z | Doc-tests omicron-test-utils |
6339 | 2023-11-16T21:40:07.428Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-1abfd7404037decc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-a2f60a8aa74c1e71.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-6047ca35c0f9f85c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-53f4176799c06c33.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-05c49b26dfaf3495.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-d975b5c659959288.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-924b2efdf63641e3.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human` |
6340 | 2023-11-16T21:40:07.948Z | |
6341 | 2023-11-16T21:40:07.951Z | running 0 tests |
6342 | 2023-11-16T21:40:07.954Z | |
6343 | 2023-11-16T21:40:07.956Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6344 | 2023-11-16T21:40:07.960Z | |
6345 | 2023-11-16T21:40:07.977Z | Doc-tests oxide-client |
6346 | 2023-11-16T21:40:07.981Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-9bee83fca8dce403.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6347 | 2023-11-16T21:40:14.390Z | |
6348 | 2023-11-16T21:40:14.397Z | running 148 tests |
6349 | 2023-11-16T21:40:14.408Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored |
6350 | 2023-11-16T21:40:14.411Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored |
6351 | 2023-11-16T21:40:14.415Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored |
6352 | 2023-11-16T21:40:14.418Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored |
6353 | 2023-11-16T21:40:14.421Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored |
6354 | 2023-11-16T21:40:14.424Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored |
6355 | 2023-11-16T21:40:14.427Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_import_blocks_from_url (line 26) ... ignored |
6356 | 2023-11-16T21:40:14.430Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored |
6357 | 2023-11-16T21:40:14.433Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored |
6358 | 2023-11-16T21:40:14.435Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored |
6359 | 2023-11-16T21:40:14.438Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored |
6360 | 2023-11-16T21:40:14.441Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored |
6361 | 2023-11-16T21:40:14.444Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored |
6362 | 2023-11-16T21:40:14.446Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored |
6363 | 2023-11-16T21:40:14.449Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored |
6364 | 2023-11-16T21:40:14.452Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored |
6365 | 2023-11-16T21:40:14.455Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored |
6366 | 2023-11-16T21:40:14.458Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored |
6367 | 2023-11-16T21:40:14.461Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored |
6368 | 2023-11-16T21:40:14.464Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored |
6369 | 2023-11-16T21:40:14.467Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored |
6370 | 2023-11-16T21:40:14.470Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored |
6371 | 2023-11-16T21:40:14.473Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored |
6372 | 2023-11-16T21:40:14.475Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored |
6373 | 2023-11-16T21:40:14.478Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored |
6374 | 2023-11-16T21:40:14.481Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored |
6375 | 2023-11-16T21:40:14.484Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored |
6376 | 2023-11-16T21:40:14.487Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored |
6377 | 2023-11-16T21:40:14.490Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored |
6378 | 2023-11-16T21:40:14.493Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored |
6379 | 2023-11-16T21:40:14.497Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored |
6380 | 2023-11-16T21:40:14.500Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored |
6381 | 2023-11-16T21:40:14.503Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored |
6382 | 2023-11-16T21:40:14.506Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored |
6383 | 2023-11-16T21:40:14.509Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored |
6384 | 2023-11-16T21:40:14.512Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored |
6385 | 2023-11-16T21:40:14.515Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored |
6386 | 2023-11-16T21:40:14.517Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored |
6387 | 2023-11-16T21:40:14.521Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored |
6388 | 2023-11-16T21:40:14.523Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored |
6389 | 2023-11-16T21:40:14.526Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored |
6390 | 2023-11-16T21:40:14.529Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored |
6391 | 2023-11-16T21:40:14.532Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored |
6392 | 2023-11-16T21:40:14.535Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored |
6393 | 2023-11-16T21:40:14.538Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored |
6394 | 2023-11-16T21:40:14.541Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored |
6395 | 2023-11-16T21:40:14.544Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored |
6396 | 2023-11-16T21:40:14.547Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored |
6397 | 2023-11-16T21:40:14.549Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored |
6398 | 2023-11-16T21:40:14.552Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored |
6399 | 2023-11-16T21:40:14.555Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored |
6400 | 2023-11-16T21:40:14.560Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored |
6401 | 2023-11-16T21:40:14.562Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored |
6402 | 2023-11-16T21:40:14.565Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored |
6403 | 2023-11-16T21:40:14.568Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored |
6404 | 2023-11-16T21:40:14.571Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored |
6405 | 2023-11-16T21:40:14.574Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored |
6406 | 2023-11-16T21:40:14.578Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored |
6407 | 2023-11-16T21:40:14.580Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored |
6408 | 2023-11-16T21:40:14.583Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored |
6409 | 2023-11-16T21:40:14.586Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored |
6410 | 2023-11-16T21:40:14.589Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored |
6411 | 2023-11-16T21:40:14.592Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored |
6412 | 2023-11-16T21:40:14.595Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored |
6413 | 2023-11-16T21:40:14.598Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored |
6414 | 2023-11-16T21:40:14.601Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored |
6415 | 2023-11-16T21:40:14.604Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored |
6416 | 2023-11-16T21:40:14.606Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored |
6417 | 2023-11-16T21:40:14.609Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored |
6418 | 2023-11-16T21:40:14.612Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored |
6419 | 2023-11-16T21:40:14.615Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored |
6420 | 2023-11-16T21:40:14.618Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored |
6421 | 2023-11-16T21:40:14.620Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored |
6422 | 2023-11-16T21:40:14.624Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored |
6423 | 2023-11-16T21:40:14.626Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored |
6424 | 2023-11-16T21:40:14.629Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored |
6425 | 2023-11-16T21:40:14.632Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored |
6426 | 2023-11-16T21:40:14.635Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored |
6427 | 2023-11-16T21:40:14.638Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored |
6428 | 2023-11-16T21:40:14.641Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored |
6429 | 2023-11-16T21:40:14.644Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored |
6430 | 2023-11-16T21:40:14.646Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored |
6431 | 2023-11-16T21:40:14.649Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored |
6432 | 2023-11-16T21:40:14.652Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored |
6433 | 2023-11-16T21:40:14.655Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored |
6434 | 2023-11-16T21:40:14.658Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored |
6435 | 2023-11-16T21:40:14.661Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored |
6436 | 2023-11-16T21:40:14.664Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored |
6437 | 2023-11-16T21:40:14.666Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored |
6438 | 2023-11-16T21:40:14.669Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored |
6439 | 2023-11-16T21:40:14.672Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored |
6440 | 2023-11-16T21:40:14.675Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored |
6441 | 2023-11-16T21:40:14.678Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored |
6442 | 2023-11-16T21:40:14.680Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored |
6443 | 2023-11-16T21:40:14.685Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored |
6444 | 2023-11-16T21:40:14.688Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored |
6445 | 2023-11-16T21:40:14.691Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored |
6446 | 2023-11-16T21:40:14.694Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored |
6447 | 2023-11-16T21:40:14.696Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored |
6448 | 2023-11-16T21:40:14.699Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored |
6449 | 2023-11-16T21:40:14.702Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored |
6450 | 2023-11-16T21:40:14.705Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored |
6451 | 2023-11-16T21:40:14.707Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored |
6452 | 2023-11-16T21:40:14.710Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored |
6453 | 2023-11-16T21:40:14.713Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored |
6454 | 2023-11-16T21:40:14.719Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored |
6455 | 2023-11-16T21:40:14.722Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored |
6456 | 2023-11-16T21:40:14.725Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored |
6457 | 2023-11-16T21:40:14.728Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored |
6458 | 2023-11-16T21:40:14.731Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored |
6459 | 2023-11-16T21:40:14.734Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored |
6460 | 2023-11-16T21:40:14.738Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored |
6461 | 2023-11-16T21:40:14.741Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored |
6462 | 2023-11-16T21:40:14.744Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored |
6463 | 2023-11-16T21:40:14.747Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored |
6464 | 2023-11-16T21:40:14.750Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored |
6465 | 2023-11-16T21:40:14.753Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored |
6466 | 2023-11-16T21:40:14.756Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored |
6467 | 2023-11-16T21:40:14.758Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored |
6468 | 2023-11-16T21:40:14.761Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored |
6469 | 2023-11-16T21:40:14.764Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored |
6470 | 2023-11-16T21:40:14.767Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored |
6471 | 2023-11-16T21:40:14.770Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored |
6472 | 2023-11-16T21:40:14.773Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored |
6473 | 2023-11-16T21:40:14.776Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored |
6474 | 2023-11-16T21:40:14.778Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored |
6475 | 2023-11-16T21:40:14.781Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored |
6476 | 2023-11-16T21:40:14.784Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored |
6477 | 2023-11-16T21:40:14.787Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored |
6478 | 2023-11-16T21:40:14.791Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored |
6479 | 2023-11-16T21:40:14.794Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored |
6480 | 2023-11-16T21:40:14.797Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored |
6481 | 2023-11-16T21:40:14.800Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored |
6482 | 2023-11-16T21:40:14.803Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored |
6483 | 2023-11-16T21:40:14.805Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored |
6484 | 2023-11-16T21:40:14.808Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored |
6485 | 2023-11-16T21:40:14.811Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored |
6486 | 2023-11-16T21:40:14.814Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored |
6487 | 2023-11-16T21:40:14.817Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored |
6488 | 2023-11-16T21:40:14.820Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored |
6489 | 2023-11-16T21:40:14.823Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored |
6490 | 2023-11-16T21:40:14.827Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored |
6491 | 2023-11-16T21:40:14.830Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored |
6492 | 2023-11-16T21:40:14.832Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored |
6493 | 2023-11-16T21:40:14.836Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored |
6494 | 2023-11-16T21:40:14.838Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored |
6495 | 2023-11-16T21:40:14.841Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored |
6496 | 2023-11-16T21:40:14.844Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored |
6497 | 2023-11-16T21:40:14.848Z | |
6498 | 2023-11-16T21:40:14.851Z | test result: ok. 0 passed; 0 failed; 148 ignored; 0 measured; 0 filtered out; finished in 0.36s |
6499 | 2023-11-16T21:40:14.853Z | |
6500 | 2023-11-16T21:40:14.925Z | Doc-tests oximeter |
6501 | 2023-11-16T21:40:14.928Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-07222ee5606f4b11.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-19a8d16cda05f0e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-67fff4335dfda8ea.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-0f7b877fefad7391.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-50d498241ea78e60.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6502 | 2023-11-16T21:40:15.824Z | |
6503 | 2023-11-16T21:40:15.828Z | running 8 tests |
6504 | 2023-11-16T21:40:16.904Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 65) - compile fail ... ok |
6505 | 2023-11-16T21:40:18.029Z | test oximeter/oximeter/src/lib.rs - (line 24) ... ok |
6506 | 2023-11-16T21:40:25.839Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 39) ... ok |
6507 | 2023-11-16T21:40:25.844Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok |
6508 | 2023-11-16T21:40:26.425Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 117) ... ok |
6509 | 2023-11-16T21:40:26.944Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 138) - compile fail ... ok |
6510 | 2023-11-16T21:40:28.308Z | test oximeter/oximeter/src/traits.rs - traits::Producer (line 308) ... ok |
6511 | 2023-11-16T21:40:28.681Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok |
6512 | 2023-11-16T21:40:28.684Z | |
6513 | 2023-11-16T21:40:28.687Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.85s |
6514 | 2023-11-16T21:40:28.690Z | |
6515 | 2023-11-16T21:40:28.716Z | Doc-tests oximeter-client |
6516 | 2023-11-16T21:40:28.719Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6517 | 2023-11-16T21:40:29.206Z | |
6518 | 2023-11-16T21:40:29.210Z | running 0 tests |
6519 | 2023-11-16T21:40:29.213Z | |
6520 | 2023-11-16T21:40:29.216Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6521 | 2023-11-16T21:40:29.219Z | |
6522 | 2023-11-16T21:40:29.235Z | Doc-tests oximeter-collector |
6523 | 2023-11-16T21:40:29.238Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-9723e3a769ec2d85.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-ee87ac117d32e5c3.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d4ea949af1bf2cc9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6524 | 2023-11-16T21:40:29.869Z | |
6525 | 2023-11-16T21:40:29.873Z | running 0 tests |
6526 | 2023-11-16T21:40:29.876Z | |
6527 | 2023-11-16T21:40:29.879Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6528 | 2023-11-16T21:40:29.881Z | |
6529 | 2023-11-16T21:40:29.903Z | Doc-tests oximeter-db |
6530 | 2023-11-16T21:40:29.906Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-1e7d7b6302980a4f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-e57956d81e26da60.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-4d4559203df90a36.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-8e6f99ad8a574a39.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-a086045cf434e9c1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-251aeb40a6264e6c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6531 | 2023-11-16T21:40:31.272Z | |
6532 | 2023-11-16T21:40:31.276Z | running 0 tests |
6533 | 2023-11-16T21:40:31.279Z | |
6534 | 2023-11-16T21:40:31.282Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6535 | 2023-11-16T21:40:31.285Z | |
6536 | 2023-11-16T21:40:31.319Z | Doc-tests oximeter-instruments |
6537 | 2023-11-16T21:40:31.322Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-004e9e9c8d22b9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-02be0cd50a3f3472.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -D warnings --error-format human` |
6538 | 2023-11-16T21:40:31.859Z | |
6539 | 2023-11-16T21:40:31.863Z | running 0 tests |
6540 | 2023-11-16T21:40:31.865Z | |
6541 | 2023-11-16T21:40:31.868Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6542 | 2023-11-16T21:40:31.871Z | |
6543 | 2023-11-16T21:40:31.892Z | Doc-tests oximeter-macro-impl |
6544 | 2023-11-16T21:40:31.895Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-32c3d54c97c94ea4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-67fff4335dfda8ea.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-0cfa57b869076aee.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-f7ec8b14f94d644d.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-2baef1d4af8ffbc9.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
6545 | 2023-11-16T21:40:32.021Z | |
6546 | 2023-11-16T21:40:32.024Z | running 0 tests |
6547 | 2023-11-16T21:40:32.027Z | |
6548 | 2023-11-16T21:40:32.030Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6549 | 2023-11-16T21:40:32.033Z | |
6550 | 2023-11-16T21:40:32.036Z | Doc-tests oximeter-producer |
6551 | 2023-11-16T21:40:32.039Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-f8ebf63944fbb9ea.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da18a63c9cdcfcd2.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7c332ee8fba324f2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6552 | 2023-11-16T21:40:32.458Z | |
6553 | 2023-11-16T21:40:32.461Z | running 0 tests |
6554 | 2023-11-16T21:40:32.465Z | |
6555 | 2023-11-16T21:40:32.468Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6556 | 2023-11-16T21:40:32.471Z | |
6557 | 2023-11-16T21:40:32.486Z | Doc-tests sled-agent-client |
6558 | 2023-11-16T21:40:32.489Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-1180c247a34e045e.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6559 | 2023-11-16T21:40:35.286Z | |
6560 | 2023-11-16T21:40:35.289Z | running 0 tests |
6561 | 2023-11-16T21:40:35.292Z | |
6562 | 2023-11-16T21:40:35.295Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6563 | 2023-11-16T21:40:35.297Z | |
6564 | 2023-11-16T21:40:35.350Z | Doc-tests sled-hardware |
6565 | 2023-11-16T21:40:35.353Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-53b0d7dbaf1e9e75.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-b2edb30e9ae87feb.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-007db0b0251805f5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-954f1594c7d74ab3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-7846d9529418cb51.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-97070bd0e9ba1726.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6566 | 2023-11-16T21:40:35.934Z | |
6567 | 2023-11-16T21:40:35.937Z | running 0 tests |
6568 | 2023-11-16T21:40:35.940Z | |
6569 | 2023-11-16T21:40:35.943Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6570 | 2023-11-16T21:40:35.946Z | |
6571 | 2023-11-16T21:40:35.967Z | Doc-tests sled-storage |
6572 | 2023-11-16T21:40:35.970Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-7d798944f4659c8d.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-971c2440ec6adef8.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-74ae3fe427c8da3b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-cd0cd0a967d9d46c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-9242a5132f3aaf8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human` |
6573 | 2023-11-16T21:40:36.565Z | |
6574 | 2023-11-16T21:40:36.568Z | running 0 tests |
6575 | 2023-11-16T21:40:36.571Z | |
6576 | 2023-11-16T21:40:36.574Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6577 | 2023-11-16T21:40:36.576Z | |
6578 | 2023-11-16T21:40:36.598Z | Doc-tests sp-sim |
6579 | 2023-11-16T21:40:36.601Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-460d312406334c17.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-420f0d153a1c679b.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-9753a8d4ddc4706f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib -C embed-bitcode=no -D warnings --error-format human` |
6580 | 2023-11-16T21:40:37.377Z | |
6581 | 2023-11-16T21:40:37.380Z | running 0 tests |
6582 | 2023-11-16T21:40:37.383Z | |
6583 | 2023-11-16T21:40:37.386Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6584 | 2023-11-16T21:40:37.389Z | |
6585 | 2023-11-16T21:40:37.415Z | Doc-tests tufaceous |
6586 | 2023-11-16T21:40:37.419Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-e7680e870930d795.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4cbdbf5ab82b73f6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-1f347ebb58effc2e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1fe3c72ce7a3d35f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib -C embed-bitcode=no -D warnings --error-format human` |
6587 | 2023-11-16T21:40:37.918Z | |
6588 | 2023-11-16T21:40:37.922Z | running 0 tests |
6589 | 2023-11-16T21:40:37.925Z | |
6590 | 2023-11-16T21:40:37.928Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6591 | 2023-11-16T21:40:37.931Z | |
6592 | 2023-11-16T21:40:37.941Z | Doc-tests tufaceous-lib |
6593 | 2023-11-16T21:40:37.944Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-9e5a41fe27037998.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-20934dee58343fd2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-d2bf0a3cc9ad2986.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-066525b4f708b591.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-08f0cfd40655ae2d.rlib -C embed-bitcode=no -D warnings --error-format human` |
6594 | 2023-11-16T21:40:38.600Z | |
6595 | 2023-11-16T21:40:38.603Z | running 0 tests |
6596 | 2023-11-16T21:40:38.605Z | |
6597 | 2023-11-16T21:40:38.610Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6598 | 2023-11-16T21:40:38.612Z | |
6599 | 2023-11-16T21:40:38.632Z | Doc-tests update-engine |
6600 | 2023-11-16T21:40:38.636Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-79dcab1d0ceda0c8.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8c2cd943bf2b650d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-f711dafd8e6d53d7.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-013a8150a1a024b3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-f194ed76efbe5191.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-93e0620116b13adb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-019bceb29aeb9d52.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib -C embed-bitcode=no -D warnings --error-format human` |
6601 | 2023-11-16T21:40:39.432Z | |
6602 | 2023-11-16T21:40:39.435Z | running 3 tests |
6603 | 2023-11-16T21:40:39.438Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored |
6604 | 2023-11-16T21:40:39.441Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored |
6605 | 2023-11-16T21:40:39.444Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored |
6606 | 2023-11-16T21:40:39.447Z | |
6607 | 2023-11-16T21:40:39.450Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s |
6608 | 2023-11-16T21:40:39.453Z | |
6609 | 2023-11-16T21:40:39.467Z | Doc-tests wicket |
6610 | 2023-11-16T21:40:39.470Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-db308b1a43082729.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-e528e34355255837.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-782959911dd6f098.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-747798cd8b9dd4c2.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-aa86bf493f581f19.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-34c4630957281a43.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7ba9ea7d794e6053.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-9fcc3b9d69386895.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bb9a097091f307b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-eb27596307db6d78.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-335e58b8af60e2fd.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-0e9a171a7b8c7ec3.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c4ad195edcf9349f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-927ef204d42bb117.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-ef0e0c7b8db2588a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c3631a52b2213d11.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-eef13e30bb711a6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7794287488be32f9.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-b6d43e112006e525.rlib -C embed-bitcode=no -D warnings --error-format human` |
6611 | 2023-11-16T21:40:40.705Z | |
6612 | 2023-11-16T21:40:40.715Z | running 0 tests |
6613 | 2023-11-16T21:40:40.718Z | |
6614 | 2023-11-16T21:40:40.722Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6615 | 2023-11-16T21:40:40.725Z | |
6616 | 2023-11-16T21:40:40.747Z | Doc-tests wicket-common |
6617 | 2023-11-16T21:40:40.750Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rlib -C embed-bitcode=no -D warnings --error-format human` |
6618 | 2023-11-16T21:40:41.334Z | |
6619 | 2023-11-16T21:40:41.337Z | running 0 tests |
6620 | 2023-11-16T21:40:41.340Z | |
6621 | 2023-11-16T21:40:41.343Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6622 | 2023-11-16T21:40:41.346Z | |
6623 | 2023-11-16T21:40:41.366Z | Doc-tests wicket-dbg |
6624 | 2023-11-16T21:40:41.369Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-4ac3bd6b1abe982c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-d240094fddd60b00.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e1abd1344d4ce3bf.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-fff28f5654f27cf8.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-f142f462bdf00b13.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-57628f9d4acb8436.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-36b992152f751be0.rlib -C embed-bitcode=no -D warnings --error-format human` |
6625 | 2023-11-16T21:40:41.898Z | |
6626 | 2023-11-16T21:40:41.901Z | running 0 tests |
6627 | 2023-11-16T21:40:41.904Z | |
6628 | 2023-11-16T21:40:41.907Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6629 | 2023-11-16T21:40:41.910Z | |
6630 | 2023-11-16T21:40:41.927Z | Doc-tests wicketd |
6631 | 2023-11-16T21:40:41.931Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-57e8940daf1498f5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cf8b7ddb4026a748.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-e787744d353adac5.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-d209be9af4ecdf0a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-350903b1d1ebd164.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-348870df17091d7d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-59207b97d8bb4230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-d1b5987e411c315d.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-1d7ccde25f95cbb2.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c91fba23eaa0e79c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-cee68d0710045f5f.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-4c6abf9cd2b9f9e8.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6cbcb0dbe35ac831.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-a1eac84d717304be.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-2fa50da378e07876.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-c019a285918e1257.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-19489794af560c00.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b4a1d94d313c893f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-df8af15c6c8606c7.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-76f6c76f89de747e.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-af77675ef4b5340f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-9351690bfefb59da.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-5152616f1e0b8173.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-bbcc907de9e1cc70.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-69a32ec696c0c9e4.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f4a16aeb1a3cb352.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-082245487920db65.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e84e62bebc917ed5.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-d73b6485c85fcb5d.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-69cdfbd6a4916bcf.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd7f03fd589ccc30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e43afbe531374317.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c8216ea959ba6151.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-71bb582afad18721.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-91f4de15664cd936.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-7acd59dde7e730f4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-89460eb5ec70240d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-c15f789e86cc234c.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-14bba9fd37e64fe7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-44619941073c1d5e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-965b9bbdd9119936.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-03dc29c321934bc6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f2da4983be4f2bfb.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a760d17877d720ba.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-b99fc8c4fdd26d7a.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-2ea638e1e040f227.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-021d0d375605d842.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-82d9e76c51951860.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-8e10c3711291715e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-abc215d9dda3a78f.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-cc04b0877d269843.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-38141d804a08a7eb.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-a4c27b2bc8c13617.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-1fe3c72ce7a3d35f.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-2f143861455a756b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-6b7ff7af8491fdc2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-3c1622d429d41bbf.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7794287488be32f9.rlib -C embed-bitcode=no -D warnings --error-format human` |
6632 | 2023-11-16T21:40:43.434Z | |
6633 | 2023-11-16T21:40:43.437Z | running 0 tests |
6634 | 2023-11-16T21:40:43.441Z | |
6635 | 2023-11-16T21:40:43.443Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6636 | 2023-11-16T21:40:43.446Z | |
6637 | 2023-11-16T21:40:43.483Z | Doc-tests wicketd-client |
6638 | 2023-11-16T21:40:43.486Z | Running `/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-ff3aa1f71e0d4486/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ba2ebe2b80f5349/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c63108fa8ff5d7d6/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-09393e1436bd36c3/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-be6a16b272216d2c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-37ae8d4b682353eb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2153e13a121e48f7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-aa2aaeb60cbeda14.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-49dfe4b4ad7b7d5a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-621add90cc67b87a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-d874daa05574175b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-5620b616db9f7cb7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-18d2c5f7a2815c75.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-809685bf001a8e31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c2db2e2cc24f25bb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9560d7b119cdc037.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9051fcc0a8ddc8fa.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-28dbb18b8486b55a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-7794287488be32f9.rlib -C embed-bitcode=no -D warnings --error-format human` |
6639 | 2023-11-16T21:40:45.943Z | |
6640 | 2023-11-16T21:40:45.946Z | running 0 tests |
6641 | 2023-11-16T21:40:45.949Z | |
6642 | 2023-11-16T21:40:45.952Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
6643 | 2023-11-16T21:40:45.954Z | |
6644 | 2023-11-16T21:40:46.038Z | |
6645 | 2023-11-16T21:40:46.042Z | real 1:47.220708615 |
6646 | 2023-11-16T21:40:46.045Z | user 2:01.257979296 |
6647 | 2023-11-16T21:40:46.048Z | sys 37.549893638 |
6648 | 2023-11-16T21:40:46.051Z | trap 0.019694753 |
6649 | 2023-11-16T21:40:46.054Z | tflt 0.505192457 |
6650 | 2023-11-16T21:40:46.057Z | dflt 1.373407841 |
6651 | 2023-11-16T21:40:46.060Z | kflt 0.000027245 |
6652 | 2023-11-16T21:40:46.063Z | lock 1:31.183266180 |
6653 | 2023-11-16T21:40:46.066Z | slp 11:10.796500694 |
6654 | 2023-11-16T21:40:46.069Z | lat 0.382222484 |
6655 | 2023-11-16T21:40:46.072Z | stop 2.462566856 |
6656 | 2023-11-16T21:40:46.074Z | files in /var/tmp/omicron_tmp (none expected on success): |
6657 | 2023-11-16T21:40:46.077Z | 163938 11 drwxr-xr-x 2 build build 2 Nov 16 21:40 /var/tmp/omicron_tmp |
6658 | 2023-11-16T21:40:46.080Z | process exited: duration 4354083 ms, exit code 0 |
|
6659 | 2023-11-16T21:40:46.088Z | found 0 output files |