|
|
|
1 | 2023-11-01T16:32:57.932Z | job assigned to worker 01HE5VMQGZ669C1TV2XJT1EVAQ (queued for 53 s) |
|
2 | 2023-11-01T16:32:58.670Z | starting task 0: "setup" |
3 | 2023-11-01T16:32:58.747Z | ++ uname -s |
4 | 2023-11-01T16:32:58.758Z | + kern=SunOS |
5 | 2023-11-01T16:32:58.774Z | + case "$kern" in |
6 | 2023-11-01T16:32:58.787Z | + groupadd -g 12345 build |
7 | 2023-11-01T16:32:58.798Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-01T16:33:00.757Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-01T16:33:00.916Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-01T16:33:00.919Z | + home_fs=zfs |
11 | 2023-11-01T16:33:00.924Z | + [[ zfs == autofs ]] |
12 | 2023-11-01T16:33:00.930Z | + mkdir -p /home/build |
13 | 2023-11-01T16:33:00.934Z | + chown build:build /home/build /work |
14 | 2023-11-01T16:33:02.926Z | + chmod 0700 /home/build /work |
15 | 2023-11-01T16:33:02.932Z | process exited: duration 4251 ms, exit code 0 |
|
16 | 2023-11-01T16:33:02.939Z | starting task 1: "rust-toolchain" |
17 | 2023-11-01T16:33:02.966Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-01T16:33:02.970Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-01T16:33:03.349Z | info: downloading installer |
20 | 2023-11-01T16:33:05.146Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-01T16:33:05.155Z | warning: /opt/ooce/bin |
22 | 2023-11-01T16:33:05.162Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-01T16:33:05.169Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-01T16:33:05.175Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-01T16:33:05.181Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-01T16:33:05.193Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-01T16:33:05.204Z | error: cannot install while Rust is installed |
28 | 2023-11-01T16:33:05.211Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-01T16:33:05.278Z | info: profile set to 'default' |
30 | 2023-11-01T16:33:05.282Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-01T16:33:05.285Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-01T16:33:05.504Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-01T16:33:05.507Z | info: downloading component 'cargo' |
34 | 2023-11-01T16:33:06.509Z | info: downloading component 'clippy' |
35 | 2023-11-01T16:33:06.850Z | info: downloading component 'rust-docs' |
36 | 2023-11-01T16:33:08.081Z | info: downloading component 'rust-std' |
37 | 2023-11-01T16:33:10.275Z | info: downloading component 'rustc' |
38 | 2023-11-01T16:33:15.788Z | info: downloading component 'rustfmt' |
39 | 2023-11-01T16:33:16.185Z | info: installing component 'cargo' |
40 | 2023-11-01T16:33:17.633Z | info: installing component 'clippy' |
41 | 2023-11-01T16:33:18.245Z | info: installing component 'rust-docs' |
42 | 2023-11-01T16:33:21.018Z | info: installing component 'rust-std' |
43 | 2023-11-01T16:33:24.165Z | info: installing component 'rustc' |
44 | 2023-11-01T16:33:30.693Z | info: installing component 'rustfmt' |
45 | 2023-11-01T16:33:31.141Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-01T16:33:31.144Z | |
47 | 2023-11-01T16:33:31.274Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-01T16:33:31.277Z | |
49 | 2023-11-01T16:33:31.280Z | |
50 | 2023-11-01T16:33:31.283Z | Rust is installed now. Great! |
51 | 2023-11-01T16:33:31.286Z | |
52 | 2023-11-01T16:33:31.289Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-01T16:33:31.291Z | environment variable. This has not been done automatically. |
54 | 2023-11-01T16:33:31.294Z | |
55 | 2023-11-01T16:33:31.297Z | To configure your current shell, run: |
56 | 2023-11-01T16:33:31.299Z | source "$HOME/.cargo/env" |
57 | 2023-11-01T16:33:31.370Z | + rustc --version |
58 | 2023-11-01T16:33:31.486Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-01T16:33:31.504Z | process exited: duration 28532 ms, exit code 0 |
|
60 | 2023-11-01T16:33:31.518Z | starting task 2: "authentication" |
61 | 2023-11-01T16:33:31.566Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2023-11-01T16:33:31.596Z | starting task 3: "clone repository" |
63 | 2023-11-01T16:33:31.614Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-01T16:33:31.618Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-01T16:33:31.665Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-01T16:33:37.957Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-01T16:33:37.965Z | + [[ -n clickhouse-schema-updater ]] |
68 | 2023-11-01T16:33:38.380Z | + git fetch origin clickhouse-schema-updater |
69 | 2023-11-01T16:33:38.383Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-01T16:33:38.385Z | * branch clickhouse-schema-updater -> FETCH_HEAD |
71 | 2023-11-01T16:33:38.388Z | + git checkout -B clickhouse-schema-updater remotes/origin/clickhouse-schema-updater |
72 | 2023-11-01T16:33:38.419Z | Switched to a new branch 'clickhouse-schema-updater' |
73 | 2023-11-01T16:33:38.454Z | branch 'clickhouse-schema-updater' set up to track 'origin/clickhouse-schema-updater'. |
74 | 2023-11-01T16:33:38.461Z | + git reset --hard e7213592a4241d7cf71d6b7269398ffe8845c305 |
75 | 2023-11-01T16:33:38.562Z | HEAD is now at e7213592 Review feedback |
76 | 2023-11-01T16:33:38.565Z | process exited: duration 6963 ms, exit code 0 |
|
77 | 2023-11-01T16:33:38.573Z | starting task 4: "build" |
78 | 2023-11-01T16:33:38.588Z | + NEXTEST_VERSION=0.9.59 |
79 | 2023-11-01T16:33:38.591Z | + cargo --version |
80 | 2023-11-01T16:33:38.675Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
81 | 2023-11-01T16:33:38.679Z | + rustc --version |
82 | 2023-11-01T16:33:38.779Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
83 | 2023-11-01T16:33:38.784Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.59/illumos |
84 | 2023-11-01T16:33:38.791Z | + gunzip |
85 | 2023-11-01T16:33:38.794Z | + tar -xvf - -C /home/build/.cargo/bin |
86 | 2023-11-01T16:33:40.268Z | x cargo-nextest, 11418632 bytes, 22303 tape blocks |
87 | 2023-11-01T16:33:40.271Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
88 | 2023-11-01T16:33:40.274Z | + echo 'tests will store output in /var/tmp/omicron_tmp' |
89 | 2023-11-01T16:33:40.277Z | tests will store output in /var/tmp/omicron_tmp |
90 | 2023-11-01T16:33:40.280Z | + mkdir /var/tmp/omicron_tmp |
91 | 2023-11-01T16:33:40.282Z | + source ./env.sh |
92 | 2023-11-01T16:33:40.285Z | ++ set -o xtrace |
93 | 2023-11-01T16:33:40.288Z | ++++ dirname ./env.sh |
94 | 2023-11-01T16:33:40.291Z | +++ cd . |
95 | 2023-11-01T16:33:40.293Z | +++ echo /work/oxidecomputer/omicron |
96 | 2023-11-01T16:33:40.296Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
97 | 2023-11-01T16:33:40.299Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2023-11-01T16:33:40.302Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2023-11-01T16:33:40.306Z | ++ 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 |
100 | 2023-11-01T16:33:40.309Z | ++ 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 |
101 | 2023-11-01T16:33:40.317Z | ++ 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 |
102 | 2023-11-01T16:33:40.320Z | ++ 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 |
103 | 2023-11-01T16:33:40.323Z | ++ 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 |
104 | 2023-11-01T16:33:40.328Z | ++ 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 |
105 | 2023-11-01T16:33:40.332Z | ++ unset OMICRON_WS |
106 | 2023-11-01T16:33:40.336Z | ++ set +o xtrace |
107 | 2023-11-01T16:33:40.339Z | |
108 | 2023-11-01T16:33:40.343Z | ##### ##### ###### ##### ###### #### # # # #### # |
109 | 2023-11-01T16:33:40.347Z | # # # # # # # # # # # # # # # |
110 | 2023-11-01T16:33:40.350Z | # # # # ##### # # ##### # # # # # #### # |
111 | 2023-11-01T16:33:40.353Z | ##### ##### # ##### # # # # # # # # # |
112 | 2023-11-01T16:33:40.357Z | # # # # # # # # # # # # # # # |
113 | 2023-11-01T16:33:40.361Z | # # # ###### # # ###### ### # #### # #### # |
114 | 2023-11-01T16:33:40.366Z | |
115 | 2023-11-01T16:33:54.161Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2023-11-01T16:33:55.199Z | Startup: Caching catalogs ... Done |
117 | 2023-11-01T16:33:59.875Z | Planning: Solver setup ... Done (4.380s) |
118 | 2023-11-01T16:33:59.986Z | Planning: Running solver ... Done (0.114s) |
119 | 2023-11-01T16:34:00.042Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2023-11-01T16:34:00.057Z | Planning: Fetching manifests: 0/4 0% complete |
121 | 2023-11-01T16:34:00.859Z | Planning: Fetching manifests: 4/4 100% complete |
122 | 2023-11-01T16:34:00.864Z | Planning: Package planning ... Done (0.083s) |
123 | 2023-11-01T16:34:00.866Z | Planning: Merging actions ... Done (0.084s) |
124 | 2023-11-01T16:34:01.761Z | Planning: Checking for conflicting actions ... Done (1.144s) |
125 | 2023-11-01T16:34:01.779Z | Planning: Consolidating action changes ... Done (0.017s) |
126 | 2023-11-01T16:34:10.952Z | Planning: Evaluating mediators ... Done (9.173s) |
127 | 2023-11-01T16:34:10.970Z | Planning: Planning completed in 15.71 seconds |
128 | 2023-11-01T16:34:10.993Z | Packages to install: 4 |
129 | 2023-11-01T16:34:10.997Z | Mediators to change: 2 |
130 | 2023-11-01T16:34:11.002Z | Services to change: 1 |
131 | 2023-11-01T16:34:11.006Z | Estimated space available: 149.38 GB |
132 | 2023-11-01T16:34:11.010Z | Estimated space to be consumed: 1.37 GB |
133 | 2023-11-01T16:34:11.015Z | Create boot environment: No |
134 | 2023-11-01T16:34:11.019Z | Create backup boot environment: No |
135 | 2023-11-01T16:34:11.022Z | Rebuild boot archive: No |
136 | 2023-11-01T16:34:11.026Z | |
137 | 2023-11-01T16:34:11.030Z | Changed mediators: |
138 | 2023-11-01T16:34:11.034Z | mediator clang: |
139 | 2023-11-01T16:34:11.046Z | version: None -> 15 (system default) |
140 | 2023-11-01T16:34:11.056Z | |
141 | 2023-11-01T16:34:11.059Z | mediator llvm: |
142 | 2023-11-01T16:34:11.062Z | version: 14 (system default) -> 15 (system default) |
143 | 2023-11-01T16:34:11.065Z | |
144 | 2023-11-01T16:34:11.069Z | Changed packages: |
145 | 2023-11-01T16:34:11.072Z | helios-dev |
146 | 2023-11-01T16:34:11.074Z | developer/build-essential |
147 | 2023-11-01T16:34:11.081Z | None -> 11-2.0 |
148 | 2023-11-01T16:34:11.497Z | library/libxmlsec1 |
149 | 2023-11-01T16:34:11.503Z | None -> 1.2.35-2.0 |
150 | 2023-11-01T16:34:11.514Z | ooce/developer/clang-15 |
151 | 2023-11-01T16:34:11.520Z | None -> 15.0.7-2.0 |
152 | 2023-11-01T16:34:11.523Z | ooce/developer/llvm-15 |
153 | 2023-11-01T16:34:11.526Z | None -> 15.0.7-2.0 |
154 | 2023-11-01T16:34:11.529Z | |
155 | 2023-11-01T16:34:11.544Z | Services: |
156 | 2023-11-01T16:34:11.547Z | restart_fmri: |
157 | 2023-11-01T16:34:11.551Z | svc:/system/update-man-index:default |
158 | 2023-11-01T16:34:11.554Z | |
159 | 2023-11-01T16:34:11.557Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
160 | 2023-11-01T16:34:16.386Z | Download: 1258/3290 items 99.2/212.6MB 46% complete (19.9M/s) |
161 | 2023-11-01T16:34:27.845Z | Download: 3139/3290 items 138.3/212.6MB 65% complete (13.8M/s) |
162 | 2023-11-01T16:34:28.035Z | Download: 3248/3290 items 194.7/212.6MB 91% complete (9.5M/s) |
163 | 2023-11-01T16:34:28.138Z | Download: Completed 212.60 MB in 16.67 seconds (12.8M/s) |
164 | 2023-11-01T16:34:28.290Z | Actions: 1/3687 actions (Installing new actions) |
165 | 2023-11-01T16:34:33.284Z | Actions: 2286/3687 actions (Installing new actions) |
166 | 2023-11-01T16:34:37.704Z | Actions: Completed 3687 actions in 9.42 seconds. |
167 | 2023-11-01T16:34:37.875Z | Done (0.164s) |
168 | 2023-11-01T16:34:37.882Z | Done (0.000s) |
169 | 2023-11-01T16:34:38.072Z | Done (0.197s) |
170 | 2023-11-01T16:34:46.716Z | Done (8.476s) |
171 | 2023-11-01T16:34:47.256Z | Done (0.440s) |
172 | 2023-11-01T16:34:47.259Z | Done (0.000s) |
173 | 2023-11-01T16:34:47.490Z | Done (0.000s) |
174 | 2023-11-01T16:34:48.176Z | Planning: Evaluating mediator changes ... Done |
175 | 2023-11-01T16:34:48.457Z | Planning: Checking for conflicting actions ... Done |
176 | 2023-11-01T16:34:48.469Z | Planning: Consolidating action changes ... Done |
177 | 2023-11-01T16:34:48.897Z | Planning: Evaluating mediators ... Done |
178 | 2023-11-01T16:34:48.901Z | Planning: Planning completed in 0.72 seconds |
179 | 2023-11-01T16:34:48.943Z | Mediators to change: 2 |
180 | 2023-11-01T16:34:48.946Z | Create boot environment: No |
181 | 2023-11-01T16:34:48.949Z | Create backup boot environment: No |
182 | 2023-11-01T16:34:49.077Z | Done |
183 | 2023-11-01T16:34:49.080Z | Done |
184 | 2023-11-01T16:34:49.205Z | Done |
185 | 2023-11-01T16:34:55.028Z | Done |
186 | 2023-11-01T16:34:55.153Z | Done |
187 | 2023-11-01T16:34:55.157Z | Done |
188 | 2023-11-01T16:34:55.288Z | Done |
189 | 2023-11-01T16:34:56.303Z | Planning: Evaluating mediator changes ... Done |
190 | 2023-11-01T16:34:56.321Z | Planning: Merging actions ... Done |
191 | 2023-11-01T16:34:56.628Z | Planning: Checking for conflicting actions ... Done |
192 | 2023-11-01T16:34:56.634Z | Planning: Consolidating action changes ... Done |
193 | 2023-11-01T16:34:57.056Z | Planning: Evaluating mediators ... Done |
194 | 2023-11-01T16:34:57.143Z | Planning: Planning completed in 1.29 seconds |
195 | 2023-11-01T16:34:57.197Z | Packages to change: 1 |
196 | 2023-11-01T16:34:57.202Z | Mediators to change: 1 |
197 | 2023-11-01T16:34:57.209Z | Services to change: 1 |
198 | 2023-11-01T16:34:57.213Z | Create boot environment: No |
199 | 2023-11-01T16:34:57.218Z | Create backup boot environment: Yes |
200 | 2023-11-01T16:34:59.350Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2023-11-01T16:34:59.353Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2023-11-01T16:34:59.356Z | Done |
203 | 2023-11-01T16:34:59.359Z | Done |
204 | 2023-11-01T16:34:59.404Z | Done |
205 | 2023-11-01T16:35:05.367Z | Done |
206 | 2023-11-01T16:35:05.494Z | Done |
207 | 2023-11-01T16:35:05.502Z | Done |
208 | 2023-11-01T16:35:05.612Z | Done |
209 | 2023-11-01T16:35:06.288Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2023-11-01T16:35:06.298Z | clang system 15 system |
211 | 2023-11-01T16:35:06.305Z | csh system system illumos |
212 | 2023-11-01T16:35:06.309Z | ctags system system illumos |
213 | 2023-11-01T16:35:06.313Z | gcc vendor 12 vendor |
214 | 2023-11-01T16:35:06.316Z | gcc system 10 system |
215 | 2023-11-01T16:35:06.320Z | gcc system 7 system |
216 | 2023-11-01T16:35:06.323Z | go system 1.20 system |
217 | 2023-11-01T16:35:06.326Z | go system 1.19 system |
218 | 2023-11-01T16:35:06.328Z | llvm system 15 system |
219 | 2023-11-01T16:35:06.334Z | llvm system 14 system |
220 | 2023-11-01T16:35:06.337Z | mariadb system 10.6 system |
221 | 2023-11-01T16:35:06.340Z | mta vendor vendor dma |
222 | 2023-11-01T16:35:06.343Z | openjdk system 17 system |
223 | 2023-11-01T16:35:06.346Z | openjdk system 11 system |
224 | 2023-11-01T16:35:06.348Z | openjdk system 1.8 system |
225 | 2023-11-01T16:35:06.351Z | openssl vendor 3 vendor |
226 | 2023-11-01T16:35:06.354Z | perl system 5.36 system |
227 | 2023-11-01T16:35:06.358Z | postgresql system 15 system |
228 | 2023-11-01T16:35:06.361Z | postgresql system 13 system |
229 | 2023-11-01T16:35:06.364Z | python vendor 3 vendor |
230 | 2023-11-01T16:35:06.367Z | python system 2 system |
231 | 2023-11-01T16:35:06.370Z | python3 system 3.11 system |
232 | 2023-11-01T16:35:06.373Z | ruby system 3.0 system |
233 | 2023-11-01T16:35:06.377Z | words vendor vendor american-english |
234 | 2023-11-01T16:35:06.380Z | words system system australian-english |
235 | 2023-11-01T16:35:06.383Z | words system system british-english |
236 | 2023-11-01T16:35:06.386Z | words system system canadian-english |
237 | 2023-11-01T16:35:06.389Z | words system system french |
238 | 2023-11-01T16:35:06.392Z | words system system italian |
239 | 2023-11-01T16:35:06.396Z | words system system ngerman |
240 | 2023-11-01T16:35:06.398Z | words system system ogerman |
241 | 2023-11-01T16:35:06.401Z | words system system spanish |
242 | 2023-11-01T16:35:06.825Z | FMRI IFO |
243 | 2023-11-01T16:35:06.829Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2023-11-01T16:35:06.832Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2023-11-01T16:35:06.835Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2023-11-01T16:35:06.838Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
247 | 2023-11-01T16:35:06.841Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
248 | 2023-11-01T16:35:06.844Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
249 | 2023-11-01T16:35:06.903Z | + set -o errexit |
250 | 2023-11-01T16:35:06.906Z | +++ dirname ./tools/ci_download_cockroachdb |
251 | 2023-11-01T16:35:06.909Z | ++ cd ./tools |
252 | 2023-11-01T16:35:06.911Z | ++ pwd |
253 | 2023-11-01T16:35:06.914Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
254 | 2023-11-01T16:35:06.917Z | ++ basename ./tools/ci_download_cockroachdb |
255 | 2023-11-01T16:35:06.920Z | + ARG0=ci_download_cockroachdb |
256 | 2023-11-01T16:35:06.922Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
257 | 2023-11-01T16:35:06.925Z | + CIDL_VERSION=v22.1.9 |
258 | 2023-11-01T16:35:06.928Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
259 | 2023-11-01T16:35:06.931Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
260 | 2023-11-01T16:35:06.934Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
261 | 2023-11-01T16:35:06.936Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
262 | 2023-11-01T16:35:06.939Z | + TARGET_DIR=out |
263 | 2023-11-01T16:35:06.942Z | + DOWNLOAD_DIR=out/downloads |
264 | 2023-11-01T16:35:06.945Z | + DEST_DIR=./out/cockroachdb |
265 | 2023-11-01T16:35:06.948Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
266 | 2023-11-01T16:35:06.951Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
267 | 2023-11-01T16:35:06.954Z | + main |
268 | 2023-11-01T16:35:06.958Z | + [[ 0 != 0 ]] |
269 | 2023-11-01T16:35:06.962Z | + CIDL_OS=solaris2.11 |
270 | 2023-11-01T16:35:06.965Z | + [[ 0 != 0 ]] |
271 | 2023-11-01T16:35:06.968Z | + configure_os solaris2.11 |
272 | 2023-11-01T16:35:06.971Z | + echo 'current directory: /work/oxidecomputer/omicron' |
273 | 2023-11-01T16:35:06.974Z | current directory: /work/oxidecomputer/omicron |
274 | 2023-11-01T16:35:06.977Z | + echo 'configuring based on OS: "solaris2.11"' |
275 | 2023-11-01T16:35:06.980Z | configuring based on OS: "solaris2.11" |
276 | 2023-11-01T16:35:06.983Z | + case "$1" in |
277 | 2023-11-01T16:35:06.985Z | + CIDL_BUILD=illumos |
278 | 2023-11-01T16:35:06.988Z | + CIDL_SUFFIX=tar.gz |
279 | 2023-11-01T16:35:06.991Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
280 | 2023-11-01T16:35:06.995Z | + CIDL_MD5FUNC=do_md5sum |
281 | 2023-11-01T16:35:07.006Z | + CIDL_URL_BASE=https://illumos.org/downloads |
282 | 2023-11-01T16:35:07.017Z | + CIDL_ASSEMBLE=do_assemble_illumos |
283 | 2023-11-01T16:35:07.029Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
284 | 2023-11-01T16:35:07.037Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-01T16:35:07.045Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-11-01T16:35:07.050Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
287 | 2023-11-01T16:35:07.053Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-01T16:35:07.056Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
289 | 2023-11-01T16:35:07.059Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
290 | 2023-11-01T16:35:07.062Z | + mkdir -p out/downloads |
291 | 2023-11-01T16:35:07.065Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-01T16:35:07.068Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-01T16:35:07.071Z | + mkdir -p ./out/cockroachdb |
294 | 2023-11-01T16:35:07.075Z | + local DO_DOWNLOAD=true |
295 | 2023-11-01T16:35:07.078Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
296 | 2023-11-01T16:35:07.080Z | + '[' true == true ']' |
297 | 2023-11-01T16:35:07.083Z | + echo Downloading... |
298 | 2023-11-01T16:35:07.086Z | Downloading... |
299 | 2023-11-01T16:35:07.089Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-11-01T16:35:07.092Z | + 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 |
301 | 2023-11-01T16:35:09.733Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-11-01T16:35:09.736Z | ++ md5sum |
303 | 2023-11-01T16:35:09.739Z | ++ awk '{print $1}' |
304 | 2023-11-01T16:35:09.918Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
305 | 2023-11-01T16:35:09.921Z | + [[ 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 ]] |
306 | 2023-11-01T16:35:09.924Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-01T16:35:09.927Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
308 | 2023-11-01T16:35:13.327Z | + do_assemble_illumos |
309 | 2023-11-01T16:35:13.336Z | + rm -r ./out/cockroachdb |
310 | 2023-11-01T16:35:13.343Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
311 | 2023-11-01T16:35:13.970Z | + ./out/cockroachdb/bin/cockroach version |
312 | 2023-11-01T16:35:14.343Z | Build Tag: v22.1.9-dirty |
313 | 2023-11-01T16:35:14.346Z | Build Time: 2022/10/26 21:17:46 |
314 | 2023-11-01T16:35:14.350Z | Distribution: OSS |
315 | 2023-11-01T16:35:14.352Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
316 | 2023-11-01T16:35:14.355Z | Go Version: go1.17.13 |
317 | 2023-11-01T16:35:14.358Z | C Compiler: gcc 10.3.0 |
318 | 2023-11-01T16:35:14.361Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
319 | 2023-11-01T16:35:14.364Z | Build Type: release |
320 | 2023-11-01T16:35:14.377Z | + set -o errexit |
321 | 2023-11-01T16:35:14.388Z | +++ dirname ./tools/ci_download_clickhouse |
322 | 2023-11-01T16:35:14.393Z | ++ cd ./tools |
323 | 2023-11-01T16:35:14.396Z | ++ pwd |
324 | 2023-11-01T16:35:14.399Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
325 | 2023-11-01T16:35:14.402Z | ++ basename ./tools/ci_download_clickhouse |
326 | 2023-11-01T16:35:14.405Z | + ARG0=ci_download_clickhouse |
327 | 2023-11-01T16:35:14.408Z | + TARGET_DIR=out |
328 | 2023-11-01T16:35:14.411Z | + DOWNLOAD_DIR=out/downloads |
329 | 2023-11-01T16:35:14.415Z | + DEST_DIR=./out/clickhouse |
330 | 2023-11-01T16:35:14.419Z | + CIDL_VERSION=v22.8.9.24 |
331 | 2023-11-01T16:35:14.445Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
332 | 2023-11-01T16:35:14.448Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
333 | 2023-11-01T16:35:14.451Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
334 | 2023-11-01T16:35:14.454Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
335 | 2023-11-01T16:35:14.457Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
336 | 2023-11-01T16:35:14.460Z | + main |
337 | 2023-11-01T16:35:14.463Z | + [[ 0 != 0 ]] |
338 | 2023-11-01T16:35:14.465Z | + CIDL_OS=solaris2.11 |
339 | 2023-11-01T16:35:14.468Z | + [[ 0 != 0 ]] |
340 | 2023-11-01T16:35:14.471Z | + configure_os solaris2.11 |
341 | 2023-11-01T16:35:14.474Z | + echo 'current directory: /work/oxidecomputer/omicron' |
342 | 2023-11-01T16:35:14.477Z | current directory: /work/oxidecomputer/omicron |
343 | 2023-11-01T16:35:14.480Z | + echo 'configuring based on OS: "solaris2.11"' |
344 | 2023-11-01T16:35:14.483Z | configuring based on OS: "solaris2.11" |
345 | 2023-11-01T16:35:14.486Z | + CIDL_DASHREV= |
346 | 2023-11-01T16:35:14.490Z | + case "$1" in |
347 | 2023-11-01T16:35:14.493Z | + CIDL_PLATFORM=illumos |
348 | 2023-11-01T16:35:14.498Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
349 | 2023-11-01T16:35:14.501Z | + CIDL_MD5FUNC=do_md5sum |
350 | 2023-11-01T16:35:14.504Z | + CIDL_DASHREV=-1 |
351 | 2023-11-01T16:35:14.507Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
352 | 2023-11-01T16:35:14.509Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-11-01T16:35:14.512Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-11-01T16:35:14.515Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-11-01T16:35:14.518Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
356 | 2023-11-01T16:35:14.521Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-11-01T16:35:14.524Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
358 | 2023-11-01T16:35:14.527Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-11-01T16:35:14.530Z | + mkdir -p out/downloads |
360 | 2023-11-01T16:35:14.533Z | + mkdir -p ./out/clickhouse |
361 | 2023-11-01T16:35:14.535Z | + local DO_DOWNLOAD=true |
362 | 2023-11-01T16:35:14.538Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
363 | 2023-11-01T16:35:14.541Z | + '[' true == true ']' |
364 | 2023-11-01T16:35:14.544Z | + echo Downloading... |
365 | 2023-11-01T16:35:14.547Z | Downloading... |
366 | 2023-11-01T16:35:14.550Z | + 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 |
367 | 2023-11-01T16:35:14.553Z | + 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 |
368 | 2023-11-01T16:35:18.115Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2023-11-01T16:35:18.118Z | ++ md5sum |
370 | 2023-11-01T16:35:18.121Z | ++ awk '{print $1}' |
371 | 2023-11-01T16:35:18.376Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
372 | 2023-11-01T16:35:18.381Z | + [[ 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 ]] |
373 | 2023-11-01T16:35:18.386Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
374 | 2023-11-01T16:35:18.392Z | + mkdir -p ./out/clickhouse |
375 | 2023-11-01T16:35:18.446Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
376 | 2023-11-01T16:35:23.243Z | + ./out/clickhouse/clickhouse server --version |
377 | 2023-11-01T16:35:23.289Z | ClickHouse server version 22.8.9.1. |
378 | 2023-11-01T16:35:23.312Z | + set -o errexit |
379 | 2023-11-01T16:35:23.315Z | +++ dirname ./tools/ci_download_console |
380 | 2023-11-01T16:35:23.318Z | ++ cd ./tools |
381 | 2023-11-01T16:35:23.320Z | ++ pwd |
382 | 2023-11-01T16:35:23.324Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
383 | 2023-11-01T16:35:23.327Z | ++ basename ./tools/ci_download_console |
384 | 2023-11-01T16:35:23.330Z | + ARG0=ci_download_console |
385 | 2023-11-01T16:35:23.333Z | + TARGET_DIR=out |
386 | 2023-11-01T16:35:23.336Z | + DOWNLOAD_DIR=out/downloads |
387 | 2023-11-01T16:35:23.338Z | + DEST_DIR=./out/console-assets |
388 | 2023-11-01T16:35:23.341Z | + source /work/oxidecomputer/omicron/tools/console_version |
389 | 2023-11-01T16:35:23.344Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
390 | 2023-11-01T16:35:23.347Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
391 | 2023-11-01T16:35:23.350Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
392 | 2023-11-01T16:35:23.353Z | + TARBALL_FILE=out/downloads/console.tar.gz |
393 | 2023-11-01T16:35:23.356Z | + main |
394 | 2023-11-01T16:35:23.362Z | + [[ 0 != 0 ]] |
395 | 2023-11-01T16:35:23.365Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
396 | 2023-11-01T16:35:23.368Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
397 | 2023-11-01T16:35:23.373Z | + echo 'Local file: out/downloads/console.tar.gz' |
398 | 2023-11-01T16:35:23.376Z | Local file: out/downloads/console.tar.gz |
399 | 2023-11-01T16:35:23.379Z | + local DO_DOWNLOAD=true |
400 | 2023-11-01T16:35:23.382Z | + [[ -f out/downloads/console.tar.gz ]] |
401 | 2023-11-01T16:35:23.384Z | + mkdir -p out/downloads |
402 | 2023-11-01T16:35:23.387Z | + '[' true == true ']' |
403 | 2023-11-01T16:35:23.390Z | + echo Downloading... |
404 | 2023-11-01T16:35:23.393Z | Downloading... |
405 | 2023-11-01T16:35:23.396Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
406 | 2023-11-01T16:35:23.398Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
407 | 2023-11-01T16:35:24.080Z | ++ do_sha256sum out/downloads/console.tar.gz |
408 | 2023-11-01T16:35:24.083Z | ++ case "$OSTYPE" in |
409 | 2023-11-01T16:35:24.089Z | ++ SHA=sha256sum |
410 | 2023-11-01T16:35:24.092Z | ++ sha256sum |
411 | 2023-11-01T16:35:24.095Z | ++ awk '{print $1}' |
412 | 2023-11-01T16:35:24.130Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
413 | 2023-11-01T16:35:24.133Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
414 | 2023-11-01T16:35:24.136Z | + rm -rf ./out/console-assets |
415 | 2023-11-01T16:35:24.139Z | + mkdir -p ./out/console-assets |
416 | 2023-11-01T16:35:24.142Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
417 | 2023-11-01T16:35:24.146Z | + mkdir -p ./out/console-assets |
418 | 2023-11-01T16:35:24.149Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
419 | 2023-11-01T16:35:24.310Z | + set -o errexit |
420 | 2023-11-01T16:35:24.319Z | +++ dirname ./tools/ci_download_maghemite_openapi |
421 | 2023-11-01T16:35:24.334Z | ++ cd ./tools |
422 | 2023-11-01T16:35:24.337Z | ++ pwd |
423 | 2023-11-01T16:35:24.341Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
424 | 2023-11-01T16:35:24.343Z | ++ basename ./tools/ci_download_maghemite_openapi |
425 | 2023-11-01T16:35:24.347Z | + ARG0=ci_download_maghemite_openapi |
426 | 2023-11-01T16:35:24.350Z | + TARGET_DIR=out |
427 | 2023-11-01T16:35:24.353Z | + DOWNLOAD_DIR=out/downloads |
428 | 2023-11-01T16:35:24.355Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
429 | 2023-11-01T16:35:24.358Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
430 | 2023-11-01T16:35:24.365Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
431 | 2023-11-01T16:35:24.373Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
432 | 2023-11-01T16:35:24.380Z | + LOCAL_FILE=out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
433 | 2023-11-01T16:35:24.387Z | + main |
434 | 2023-11-01T16:35:24.395Z | + [[ 0 != 0 ]] |
435 | 2023-11-01T16:35:24.404Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json' |
436 | 2023-11-01T16:35:24.414Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
437 | 2023-11-01T16:35:24.429Z | + echo 'Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
438 | 2023-11-01T16:35:24.442Z | Local file: out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
439 | 2023-11-01T16:35:24.455Z | + local DO_DOWNLOAD=true |
440 | 2023-11-01T16:35:24.468Z | + [[ -f out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
441 | 2023-11-01T16:35:24.485Z | + mkdir -p out/downloads |
442 | 2023-11-01T16:35:24.899Z | + '[' true == true ']' |
443 | 2023-11-01T16:35:24.902Z | + echo Downloading... |
444 | 2023-11-01T16:35:24.905Z | Downloading... |
445 | 2023-11-01T16:35:24.908Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
446 | 2023-11-01T16:35:24.911Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/ddm-admin.json |
447 | 2023-11-01T16:35:24.913Z | ++ do_sha256sum out/downloads/ddm-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
448 | 2023-11-01T16:35:24.917Z | ++ case "$OSTYPE" in |
449 | 2023-11-01T16:35:24.920Z | ++ SHA=sha256sum |
450 | 2023-11-01T16:35:24.923Z | ++ sha256sum |
451 | 2023-11-01T16:35:24.943Z | ++ awk '{print $1}' |
452 | 2023-11-01T16:35:24.955Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
453 | 2023-11-01T16:35:24.968Z | + [[ 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 ]] |
454 | 2023-11-01T16:35:24.978Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
455 | 2023-11-01T16:35:24.993Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
456 | 2023-11-01T16:35:25.004Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
457 | 2023-11-01T16:35:25.009Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
458 | 2023-11-01T16:35:25.019Z | + LOCAL_FILE=out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
459 | 2023-11-01T16:35:25.022Z | + main |
460 | 2023-11-01T16:35:25.025Z | + [[ 0 != 0 ]] |
461 | 2023-11-01T16:35:25.028Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json' |
462 | 2023-11-01T16:35:25.031Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
463 | 2023-11-01T16:35:25.034Z | + echo 'Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json' |
464 | 2023-11-01T16:35:25.037Z | Local file: out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
465 | 2023-11-01T16:35:25.040Z | + local DO_DOWNLOAD=true |
466 | 2023-11-01T16:35:25.043Z | + [[ -f out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json ]] |
467 | 2023-11-01T16:35:25.045Z | + mkdir -p out/downloads |
468 | 2023-11-01T16:35:25.048Z | + '[' true == true ']' |
469 | 2023-11-01T16:35:25.051Z | + echo Downloading... |
470 | 2023-11-01T16:35:25.054Z | Downloading... |
471 | 2023-11-01T16:35:25.057Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
472 | 2023-11-01T16:35:25.059Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mg-admin.json |
473 | 2023-11-01T16:35:25.063Z | ++ do_sha256sum out/downloads/mg-admin-d7169a61fd8833b3a1e6f46d897ca3295b2a28b6.json |
474 | 2023-11-01T16:35:25.066Z | ++ case "$OSTYPE" in |
475 | 2023-11-01T16:35:25.069Z | ++ SHA=sha256sum |
476 | 2023-11-01T16:35:25.071Z | ++ sha256sum |
477 | 2023-11-01T16:35:25.074Z | ++ awk '{print $1}' |
478 | 2023-11-01T16:35:25.077Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
479 | 2023-11-01T16:35:25.080Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
480 | 2023-11-01T16:35:25.082Z | + set -o errexit |
481 | 2023-11-01T16:35:25.085Z | +++ dirname ./tools/ci_download_dendrite_openapi |
482 | 2023-11-01T16:35:25.088Z | ++ cd ./tools |
483 | 2023-11-01T16:35:25.090Z | ++ pwd |
484 | 2023-11-01T16:35:25.093Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
485 | 2023-11-01T16:35:25.096Z | ++ basename ./tools/ci_download_dendrite_openapi |
486 | 2023-11-01T16:35:25.099Z | + ARG0=ci_download_dendrite_openapi |
487 | 2023-11-01T16:35:25.102Z | + TARGET_DIR=out |
488 | 2023-11-01T16:35:25.104Z | + DOWNLOAD_DIR=out/downloads |
489 | 2023-11-01T16:35:25.108Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
490 | 2023-11-01T16:35:25.110Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
491 | 2023-11-01T16:35:25.113Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
492 | 2023-11-01T16:35:25.116Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
493 | 2023-11-01T16:35:25.119Z | + LOCAL_FILE=out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
494 | 2023-11-01T16:35:25.121Z | + main |
495 | 2023-11-01T16:35:25.124Z | + [[ 0 != 0 ]] |
496 | 2023-11-01T16:35:25.127Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json' |
497 | 2023-11-01T16:35:25.132Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
498 | 2023-11-01T16:35:25.135Z | + echo 'Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json' |
499 | 2023-11-01T16:35:25.137Z | Local file: out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
500 | 2023-11-01T16:35:25.140Z | + local DO_DOWNLOAD=true |
501 | 2023-11-01T16:35:25.143Z | + [[ -f out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json ]] |
502 | 2023-11-01T16:35:25.146Z | + mkdir -p out/downloads |
503 | 2023-11-01T16:35:25.149Z | + '[' true == true ']' |
504 | 2023-11-01T16:35:25.152Z | + echo Downloading... |
505 | 2023-11-01T16:35:25.155Z | Downloading... |
506 | 2023-11-01T16:35:25.157Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
507 | 2023-11-01T16:35:25.160Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/343e3a572cc02efe3f8b68f9affd008623a33966/dpd.json |
508 | 2023-11-01T16:35:26.319Z | ++ do_sha256sum out/downloads/dpd-343e3a572cc02efe3f8b68f9affd008623a33966.json |
509 | 2023-11-01T16:35:26.328Z | ++ case "$OSTYPE" in |
510 | 2023-11-01T16:35:26.342Z | ++ SHA=sha256sum |
511 | 2023-11-01T16:35:26.359Z | ++ sha256sum |
512 | 2023-11-01T16:35:26.372Z | ++ awk '{print $1}' |
513 | 2023-11-01T16:35:26.386Z | + calculated_sha2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
514 | 2023-11-01T16:35:26.393Z | + [[ 544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 != \5\4\4\a\b\4\2\c\c\c\7\9\4\2\d\8\e\c\e\9\c\d\c\8\0\c\d\8\5\d\0\0\2\b\c\f\9\d\5\6\4\6\a\2\9\1\3\2\2\b\f\2\f\7\9\0\8\7\a\b\6\d\f\0 ]] |
515 | 2023-11-01T16:35:26.399Z | + set -o errexit |
516 | 2023-11-01T16:35:26.406Z | +++ dirname ./tools/ci_download_dendrite_stub |
517 | 2023-11-01T16:35:26.412Z | ++ cd ./tools |
518 | 2023-11-01T16:35:26.419Z | ++ pwd |
519 | 2023-11-01T16:35:26.426Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
520 | 2023-11-01T16:35:26.432Z | ++ basename ./tools/ci_download_dendrite_stub |
521 | 2023-11-01T16:35:26.437Z | + ARG0=ci_download_dendrite_stub |
522 | 2023-11-01T16:35:26.441Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
523 | 2023-11-01T16:35:26.446Z | ++ CIDL_SHA256_ILLUMOS=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
524 | 2023-11-01T16:35:26.453Z | ++ CIDL_SHA256_LINUX_DPD=3e276dd553dd7cdb75c8ad023c2cd29b91485fafb94f27097a745b2b7ef5ecea |
525 | 2023-11-01T16:35:26.462Z | ++ CIDL_SHA256_LINUX_SWADM=645faf8a93bcae9814b2f116bccd66a54763332b56220e93b66316c853ce13d2 |
526 | 2023-11-01T16:35:26.473Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
527 | 2023-11-01T16:35:26.486Z | ++ COMMIT=343e3a572cc02efe3f8b68f9affd008623a33966 |
528 | 2023-11-01T16:35:26.497Z | ++ SHA2=544ab42ccc7942d8ece9cdc80cd85d002bcf9d5646a291322bf2f79087ab6df0 |
529 | 2023-11-01T16:35:26.508Z | + TARGET_DIR=out |
530 | 2023-11-01T16:35:26.522Z | + DOWNLOAD_DIR=out/downloads |
531 | 2023-11-01T16:35:26.534Z | + DEST_DIR=./out/dendrite-stub |
532 | 2023-11-01T16:35:26.539Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
533 | 2023-11-01T16:35:26.541Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
534 | 2023-11-01T16:35:26.544Z | + REPO=oxidecomputer/dendrite |
535 | 2023-11-01T16:35:26.551Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966 |
536 | 2023-11-01T16:35:26.554Z | + main |
537 | 2023-11-01T16:35:26.558Z | + [[ 0 != 0 ]] |
538 | 2023-11-01T16:35:26.562Z | + CIDL_OS=solaris2.11 |
539 | 2023-11-01T16:35:26.565Z | + [[ 0 != 0 ]] |
540 | 2023-11-01T16:35:26.568Z | + configure_os solaris2.11 |
541 | 2023-11-01T16:35:26.572Z | + echo 'current directory: /work/oxidecomputer/omicron' |
542 | 2023-11-01T16:35:26.599Z | current directory: /work/oxidecomputer/omicron |
543 | 2023-11-01T16:35:27.009Z | + echo 'configuring based on OS: "solaris2.11"' |
544 | 2023-11-01T16:35:27.014Z | configuring based on OS: "solaris2.11" |
545 | 2023-11-01T16:35:27.019Z | + case "$1" in |
546 | 2023-11-01T16:35:27.021Z | + SET_BINARIES= |
547 | 2023-11-01T16:35:27.024Z | + CIDL_SHA256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
548 | 2023-11-01T16:35:27.037Z | + CIDL_SHA256FUNC=do_sha256sum |
549 | 2023-11-01T16:35:27.042Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
550 | 2023-11-01T16:35:27.045Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
551 | 2023-11-01T16:35:27.048Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
552 | 2023-11-01T16:35:27.051Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz' |
553 | 2023-11-01T16:35:27.054Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
554 | 2023-11-01T16:35:27.057Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
555 | 2023-11-01T16:35:27.059Z | Local file: out/downloads/dendrite-stub.tar.gz |
556 | 2023-11-01T16:35:27.062Z | + mkdir -p out/downloads |
557 | 2023-11-01T16:35:27.065Z | + mkdir -p ./out/dendrite-stub |
558 | 2023-11-01T16:35:27.068Z | + fetch_and_verify |
559 | 2023-11-01T16:35:27.071Z | + local DO_DOWNLOAD=true |
560 | 2023-11-01T16:35:27.074Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
561 | 2023-11-01T16:35:27.076Z | + '[' true == true ']' |
562 | 2023-11-01T16:35:27.079Z | + echo Downloading... |
563 | 2023-11-01T16:35:27.082Z | Downloading... |
564 | 2023-11-01T16:35:27.086Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
565 | 2023-11-01T16:35:27.089Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/343e3a572cc02efe3f8b68f9affd008623a33966/dendrite-stub.tar.gz |
566 | 2023-11-01T16:35:33.942Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
567 | 2023-11-01T16:35:33.945Z | ++ sha256sum |
568 | 2023-11-01T16:35:33.948Z | ++ awk '{print $1}' |
569 | 2023-11-01T16:35:34.041Z | + calculated_sha256=0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 |
570 | 2023-11-01T16:35:34.044Z | + [[ 0808f331741e02d55e199847579dfd01f3658b21c7122cef8c3f9279f43dbab0 != \0\8\0\8\f\3\3\1\7\4\1\e\0\2\d\5\5\e\1\9\9\8\4\7\5\7\9\d\f\d\0\1\f\3\6\5\8\b\2\1\c\7\1\2\2\c\e\f\8\c\3\f\9\2\7\9\f\4\3\d\b\a\b\0 ]] |
571 | 2023-11-01T16:35:34.047Z | + do_untar out/downloads/dendrite-stub.tar.gz |
572 | 2023-11-01T16:35:34.050Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
573 | 2023-11-01T16:35:34.943Z | + do_assemble |
574 | 2023-11-01T16:35:34.946Z | + rm -r ./out/dendrite-stub |
575 | 2023-11-01T16:35:34.949Z | + mkdir ./out/dendrite-stub |
576 | 2023-11-01T16:35:34.952Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
577 | 2023-11-01T16:35:35.071Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
578 | 2023-11-01T16:35:35.074Z | + set -o errexit |
579 | 2023-11-01T16:35:35.078Z | +++ dirname ./tools/ci_download_maghemite_mgd |
580 | 2023-11-01T16:35:35.084Z | ++ cd ./tools |
581 | 2023-11-01T16:35:35.087Z | ++ pwd |
582 | 2023-11-01T16:35:35.093Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
583 | 2023-11-01T16:35:35.096Z | ++ basename ./tools/ci_download_maghemite_mgd |
584 | 2023-11-01T16:35:35.098Z | + ARG0=ci_download_maghemite_mgd |
585 | 2023-11-01T16:35:35.101Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
586 | 2023-11-01T16:35:35.107Z | ++ CIDL_SHA256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
587 | 2023-11-01T16:35:35.131Z | ++ MGD_LINUX_SHA256=d4c48eb6374c0cc7812b7af2c0ac92acdcbc91b7718a9ce64d069da00ae5ae73 |
588 | 2023-11-01T16:35:35.136Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
589 | 2023-11-01T16:35:35.144Z | ++ COMMIT=d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
590 | 2023-11-01T16:35:35.149Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
591 | 2023-11-01T16:35:35.154Z | + TARGET_DIR=out |
592 | 2023-11-01T16:35:35.157Z | + DOWNLOAD_DIR=out/downloads |
593 | 2023-11-01T16:35:35.160Z | + DEST_DIR=./out/mgd |
594 | 2023-11-01T16:35:35.164Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
595 | 2023-11-01T16:35:35.167Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
596 | 2023-11-01T16:35:35.173Z | + REPO=oxidecomputer/maghemite |
597 | 2023-11-01T16:35:35.176Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6 |
598 | 2023-11-01T16:35:35.179Z | + main |
599 | 2023-11-01T16:35:35.182Z | + [[ 0 != 0 ]] |
600 | 2023-11-01T16:35:35.184Z | + CIDL_OS=solaris2.11 |
601 | 2023-11-01T16:35:35.187Z | + [[ 0 != 0 ]] |
602 | 2023-11-01T16:35:35.191Z | + configure_os solaris2.11 |
603 | 2023-11-01T16:35:35.194Z | + echo 'current directory: /work/oxidecomputer/omicron' |
604 | 2023-11-01T16:35:35.197Z | current directory: /work/oxidecomputer/omicron |
605 | 2023-11-01T16:35:35.201Z | + echo 'configuring based on OS: "solaris2.11"' |
606 | 2023-11-01T16:35:35.205Z | configuring based on OS: "solaris2.11" |
607 | 2023-11-01T16:35:35.207Z | + case "$1" in |
608 | 2023-11-01T16:35:35.210Z | + SET_BINARIES= |
609 | 2023-11-01T16:35:35.213Z | + CIDL_SHA256FUNC=do_sha256sum |
610 | 2023-11-01T16:35:35.217Z | + TARBALL_FILENAME=mgd.tar.gz |
611 | 2023-11-01T16:35:35.222Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
612 | 2023-11-01T16:35:35.235Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
613 | 2023-11-01T16:35:35.255Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz' |
614 | 2023-11-01T16:35:35.267Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
615 | 2023-11-01T16:35:35.272Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
616 | 2023-11-01T16:35:35.278Z | Local file: out/downloads/mgd.tar.gz |
617 | 2023-11-01T16:35:35.286Z | + mkdir -p out/downloads |
618 | 2023-11-01T16:35:35.295Z | + mkdir -p ./out/mgd |
619 | 2023-11-01T16:35:35.300Z | + fetch_and_verify |
620 | 2023-11-01T16:35:35.305Z | + local DO_DOWNLOAD=true |
621 | 2023-11-01T16:35:35.311Z | + [[ -f out/downloads/mgd.tar.gz ]] |
622 | 2023-11-01T16:35:35.314Z | + '[' true == true ']' |
623 | 2023-11-01T16:35:35.317Z | + echo Downloading... |
624 | 2023-11-01T16:35:35.321Z | Downloading... |
625 | 2023-11-01T16:35:35.324Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz out/downloads/mgd.tar.gz |
626 | 2023-11-01T16:35:35.327Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d7169a61fd8833b3a1e6f46d897ca3295b2a28b6/mgd.tar.gz |
627 | 2023-11-01T16:35:40.282Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
628 | 2023-11-01T16:35:40.286Z | ++ sha256sum |
629 | 2023-11-01T16:35:40.298Z | ++ awk '{print $1}' |
630 | 2023-11-01T16:35:40.359Z | + calculated_sha256=452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a |
631 | 2023-11-01T16:35:40.363Z | + [[ 452dfb3491e1b6d4df6be1cb689921f59623aed082e47606a78c0f44d918f66a != \4\5\2\d\f\b\3\4\9\1\e\1\b\6\d\4\d\f\6\b\e\1\c\b\6\8\9\9\2\1\f\5\9\6\2\3\a\e\d\0\8\2\e\4\7\6\0\6\a\7\8\c\0\f\4\4\d\9\1\8\f\6\6\a ]] |
632 | 2023-11-01T16:35:40.366Z | + do_untar out/downloads/mgd.tar.gz |
633 | 2023-11-01T16:35:40.370Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
634 | 2023-11-01T16:35:41.025Z | + do_assemble |
635 | 2023-11-01T16:35:41.030Z | + rm -r ./out/mgd |
636 | 2023-11-01T16:35:41.035Z | + mkdir ./out/mgd |
637 | 2023-11-01T16:35:41.040Z | + cp -r out/downloads/root ./out/mgd/root |
638 | 2023-11-01T16:35:41.216Z | + set -o errexit |
639 | 2023-11-01T16:35:41.220Z | +++ dirname ./tools/ci_download_transceiver_control |
640 | 2023-11-01T16:35:41.223Z | ++ cd ./tools |
641 | 2023-11-01T16:35:41.226Z | ++ pwd |
642 | 2023-11-01T16:35:41.229Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
643 | 2023-11-01T16:35:41.232Z | ++ basename ./tools/ci_download_transceiver_control |
644 | 2023-11-01T16:35:41.236Z | + ARG0=ci_download_transceiver_control |
645 | 2023-11-01T16:35:41.239Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
646 | 2023-11-01T16:35:41.242Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2023-11-01T16:35:41.245Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
648 | 2023-11-01T16:35:41.273Z | + TARGET_DIR=out |
649 | 2023-11-01T16:35:41.276Z | + DOWNLOAD_DIR=out/downloads |
650 | 2023-11-01T16:35:41.279Z | + DEST_DIR=./out/transceiver-control |
651 | 2023-11-01T16:35:41.282Z | + BIN_DIR=/opt/oxide/bin |
652 | 2023-11-01T16:35:41.285Z | + BINARY=xcvradm |
653 | 2023-11-01T16:35:41.288Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
654 | 2023-11-01T16:35:41.290Z | + REPO=oxidecomputer/transceiver-control |
655 | 2023-11-01T16:35:41.293Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2023-11-01T16:35:41.296Z | + main |
657 | 2023-11-01T16:35:41.299Z | + [[ 0 != 0 ]] |
658 | 2023-11-01T16:35:41.302Z | + CIDL_OS=solaris2.11 |
659 | 2023-11-01T16:35:41.305Z | + [[ 0 != 0 ]] |
660 | 2023-11-01T16:35:41.315Z | + configure_os solaris2.11 |
661 | 2023-11-01T16:35:41.322Z | + echo 'current directory: /work/oxidecomputer/omicron' |
662 | 2023-11-01T16:35:41.325Z | current directory: /work/oxidecomputer/omicron |
663 | 2023-11-01T16:35:41.337Z | + echo 'configuring based on OS: "solaris2.11"' |
664 | 2023-11-01T16:35:41.352Z | configuring based on OS: "solaris2.11" |
665 | 2023-11-01T16:35:41.358Z | + case "$1" in |
666 | 2023-11-01T16:35:41.361Z | + SET_BINARIES= |
667 | 2023-11-01T16:35:41.364Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
668 | 2023-11-01T16:35:41.368Z | + CIDL_SHA256FUNC=do_sha256sum |
669 | 2023-11-01T16:35:41.372Z | + ARCHIVE_FILENAME=xcvradm.gz |
670 | 2023-11-01T16:35:41.375Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
671 | 2023-11-01T16:35:41.378Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
672 | 2023-11-01T16:35:41.381Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
673 | 2023-11-01T16:35:41.385Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
674 | 2023-11-01T16:35:41.389Z | + echo 'Local file: out/downloads/xcvradm.gz' |
675 | 2023-11-01T16:35:41.393Z | Local file: out/downloads/xcvradm.gz |
676 | 2023-11-01T16:35:41.396Z | + mkdir -p out/downloads |
677 | 2023-11-01T16:35:41.399Z | + mkdir -p ./out/transceiver-control |
678 | 2023-11-01T16:35:41.402Z | + fetch_and_verify |
679 | 2023-11-01T16:35:41.406Z | + local DO_DOWNLOAD=true |
680 | 2023-11-01T16:35:41.415Z | + [[ -f out/downloads/xcvradm.gz ]] |
681 | 2023-11-01T16:35:41.439Z | + '[' true == true ']' |
682 | 2023-11-01T16:35:41.452Z | + echo Downloading... |
683 | 2023-11-01T16:35:41.469Z | Downloading... |
684 | 2023-11-01T16:35:41.485Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
685 | 2023-11-01T16:35:41.496Z | + 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 |
686 | 2023-11-01T16:35:46.930Z | ++ do_sha256sum out/downloads/xcvradm.gz |
687 | 2023-11-01T16:35:46.935Z | ++ sha256sum |
688 | 2023-11-01T16:35:46.938Z | ++ awk '{print $1}' |
689 | 2023-11-01T16:35:46.955Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
690 | 2023-11-01T16:35:46.958Z | + [[ 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 ]] |
691 | 2023-11-01T16:35:46.961Z | + do_unpack out/downloads/xcvradm.gz |
692 | 2023-11-01T16:35:46.965Z | + mkdir -p out/downloads/root//opt/oxide/bin |
693 | 2023-11-01T16:35:46.968Z | + gzip -dc out/downloads/xcvradm.gz |
694 | 2023-11-01T16:35:47.136Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
695 | 2023-11-01T16:35:47.139Z | + do_assemble |
696 | 2023-11-01T16:35:47.142Z | + rm -r ./out/transceiver-control |
697 | 2023-11-01T16:35:47.145Z | + mkdir ./out/transceiver-control |
698 | 2023-11-01T16:35:47.148Z | + cp -r out/downloads/root ./out/transceiver-control/root |
699 | 2023-11-01T16:35:47.346Z | All builder prerequisites installed successfully, and PATH looks valid |
700 | 2023-11-01T16:35:47.349Z | |
701 | 2023-11-01T16:35:47.352Z | real 2:07.022270294 |
702 | 2023-11-01T16:35:47.355Z | user 52.267564771 |
703 | 2023-11-01T16:35:47.358Z | sys 10.135105413 |
704 | 2023-11-01T16:35:47.361Z | trap 0.023561770 |
705 | 2023-11-01T16:35:47.364Z | tflt 0.577016001 |
706 | 2023-11-01T16:35:47.367Z | dflt 0.840471040 |
707 | 2023-11-01T16:35:47.370Z | kflt 0.480790201 |
708 | 2023-11-01T16:35:47.373Z | lock 2.393819172 |
709 | 2023-11-01T16:35:47.375Z | slp 3:59.127537946 |
710 | 2023-11-01T16:35:47.379Z | lat 3.601401307 |
711 | 2023-11-01T16:35:47.382Z | stop 0.096918102 |
712 | 2023-11-01T16:35:47.386Z | |
713 | 2023-11-01T16:35:47.389Z | ##### # # # # ##### |
714 | 2023-11-01T16:35:47.392Z | # # # # # # # # |
715 | 2023-11-01T16:35:47.395Z | ##### # # # # # # |
716 | 2023-11-01T16:35:47.397Z | # # # # # # # # |
717 | 2023-11-01T16:35:47.400Z | # # # # # # # # |
718 | 2023-11-01T16:35:47.403Z | ##### #### # ###### ##### |
719 | 2023-11-01T16:35:47.406Z | |
720 | 2023-11-01T16:35:47.791Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2023-11-01T16:35:48.179Z | Updating crates.io index |
722 | 2023-11-01T16:35:48.263Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2023-11-01T16:35:49.117Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2023-11-01T16:35:51.150Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2023-11-01T16:35:51.822Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2023-11-01T16:35:52.214Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2023-11-01T16:35:52.563Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2023-11-01T16:35:52.843Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2023-11-01T16:35:53.787Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2023-11-01T16:35:55.736Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2023-11-01T16:35:56.646Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2023-11-01T16:35:57.174Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
733 | 2023-11-01T16:35:57.515Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2023-11-01T16:35:58.176Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
735 | 2023-11-01T16:35:58.621Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
736 | 2023-11-01T16:35:59.058Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
737 | 2023-11-01T16:35:59.414Z | Updating git repository `https://github.com/njaremko/samael` |
738 | 2023-11-01T16:36:00.005Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
739 | 2023-11-01T16:36:00.825Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
740 | 2023-11-01T16:36:01.285Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
741 | 2023-11-01T16:36:03.939Z | Updating git repository `https://github.com/jgallagher/nix` |
742 | 2023-11-01T16:36:05.199Z | Updating git repository `https://github.com/cbiffle/hubpack` |
743 | 2023-11-01T16:36:05.594Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
744 | 2023-11-01T16:36:15.352Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
745 | 2023-11-01T16:36:15.881Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2023-11-01T16:36:16.952Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2023-11-01T16:36:17.323Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2023-11-01T16:36:17.646Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2023-11-01T16:36:19.425Z | Downloading crates ... |
750 | 2023-11-01T16:36:19.651Z | Downloaded adler v1.0.2 |
751 | 2023-11-01T16:36:19.662Z | Downloaded autocfg v1.1.0 |
752 | 2023-11-01T16:36:19.671Z | Downloaded atomic-waker v1.1.1 |
753 | 2023-11-01T16:36:19.683Z | Downloaded itoa v1.0.9 |
754 | 2023-11-01T16:36:19.691Z | Downloaded async-recursion v1.0.5 |
755 | 2023-11-01T16:36:19.701Z | Downloaded headers v0.3.9 |
756 | 2023-11-01T16:36:19.723Z | Downloaded inout v0.1.3 |
757 | 2023-11-01T16:36:19.727Z | Downloaded cfg-if v1.0.0 |
758 | 2023-11-01T16:36:19.730Z | Downloaded headers-core v0.2.0 |
759 | 2023-11-01T16:36:19.733Z | Downloaded bitstruct v0.1.1 |
760 | 2023-11-01T16:36:19.736Z | Downloaded ciborium-ll v0.2.1 |
761 | 2023-11-01T16:36:19.739Z | Downloaded colorchoice v1.0.0 |
762 | 2023-11-01T16:36:19.742Z | Downloaded atomicwrites v0.4.2 |
763 | 2023-11-01T16:36:19.745Z | Downloaded new_debug_unreachable v1.0.4 |
764 | 2023-11-01T16:36:19.747Z | Downloaded impl-trait-for-tuples v0.2.2 |
765 | 2023-11-01T16:36:19.768Z | Downloaded mockall_derive v0.11.4 |
766 | 2023-11-01T16:36:19.771Z | Downloaded md-5 v0.10.5 |
767 | 2023-11-01T16:36:19.773Z | Downloaded mockall v0.11.4 |
768 | 2023-11-01T16:36:19.776Z | Downloaded rand v0.4.6 |
769 | 2023-11-01T16:36:19.779Z | Downloaded mime v0.3.17 |
770 | 2023-11-01T16:36:19.782Z | Downloaded instant v0.1.12 |
771 | 2023-11-01T16:36:19.784Z | Downloaded heck v0.4.1 |
772 | 2023-11-01T16:36:19.787Z | Downloaded heck v0.3.3 |
773 | 2023-11-01T16:36:19.790Z | Downloaded scopeguard v1.2.0 |
774 | 2023-11-01T16:36:19.792Z | Downloaded match_cfg v0.1.0 |
775 | 2023-11-01T16:36:19.795Z | Downloaded rustfmt-wrapper v0.2.0 |
776 | 2023-11-01T16:36:19.798Z | Downloaded schemars_derive v0.8.13 |
777 | 2023-11-01T16:36:19.801Z | Downloaded rand_core v0.6.4 |
778 | 2023-11-01T16:36:19.803Z | Downloaded lazycell v1.3.0 |
779 | 2023-11-01T16:36:19.806Z | Downloaded rusty-fork v0.3.0 |
780 | 2023-11-01T16:36:19.809Z | Downloaded serde_arrays v0.1.0 |
781 | 2023-11-01T16:36:19.812Z | Downloaded hubpack v0.1.2 |
782 | 2023-11-01T16:36:19.814Z | Downloaded semver v1.0.20 |
783 | 2023-11-01T16:36:19.817Z | Downloaded globset v0.4.13 |
784 | 2023-11-01T16:36:19.820Z | Downloaded hash32 v0.2.1 |
785 | 2023-11-01T16:36:19.823Z | Downloaded bytecount v0.6.3 |
786 | 2023-11-01T16:36:19.826Z | Downloaded matches v0.1.10 |
787 | 2023-11-01T16:36:19.828Z | Downloaded ryu v1.0.15 |
788 | 2023-11-01T16:36:19.831Z | Downloaded serde_derive v1.0.188 |
789 | 2023-11-01T16:36:19.834Z | Downloaded remove_dir_all v0.5.3 |
790 | 2023-11-01T16:36:19.838Z | Downloaded maybe-uninit v2.0.0 |
791 | 2023-11-01T16:36:19.841Z | Downloaded libtest-mimic v0.6.1 |
792 | 2023-11-01T16:36:19.846Z | Downloaded array-init v0.0.4 |
793 | 2023-11-01T16:36:19.850Z | Downloaded anstyle v1.0.2 |
794 | 2023-11-01T16:36:19.854Z | Downloaded approx v0.5.1 |
795 | 2023-11-01T16:36:19.860Z | Downloaded hostname v0.3.1 |
796 | 2023-11-01T16:36:19.865Z | Downloaded buf-list v1.0.3 |
797 | 2023-11-01T16:36:19.873Z | Downloaded macaddr v1.0.1 |
798 | 2023-11-01T16:36:19.878Z | Downloaded constant_time_eq v0.3.0 |
799 | 2023-11-01T16:36:19.883Z | Downloaded rtoolbox v0.0.1 |
800 | 2023-11-01T16:36:19.889Z | Downloaded cassowary v0.3.0 |
801 | 2023-11-01T16:36:19.896Z | Downloaded anstyle-query v1.0.0 |
802 | 2023-11-01T16:36:19.902Z | Downloaded aes-gcm-siv v0.11.1 |
803 | 2023-11-01T16:36:19.906Z | Downloaded iana-time-zone v0.1.57 |
804 | 2023-11-01T16:36:19.912Z | Downloaded plotters-svg v0.3.5 |
805 | 2023-11-01T16:36:19.915Z | Downloaded maplit v1.0.2 |
806 | 2023-11-01T16:36:19.918Z | Downloaded io-lifetimes v1.0.11 |
807 | 2023-11-01T16:36:19.924Z | Downloaded libefi-sys v0.1.0 |
808 | 2023-11-01T16:36:19.929Z | Downloaded linked-hash-map v0.5.6 |
809 | 2023-11-01T16:36:19.933Z | Downloaded unarray v0.1.4 |
810 | 2023-11-01T16:36:19.936Z | Downloaded strip-ansi-escapes v0.2.0 |
811 | 2023-11-01T16:36:19.939Z | Downloaded native-tls v0.2.11 |
812 | 2023-11-01T16:36:19.950Z | Downloaded const_format_proc_macros v0.2.31 |
813 | 2023-11-01T16:36:19.953Z | Downloaded anstyle-parse v0.2.1 |
814 | 2023-11-01T16:36:19.955Z | Downloaded arrayref v0.3.7 |
815 | 2023-11-01T16:36:19.958Z | Downloaded opaque-debug v0.3.0 |
816 | 2023-11-01T16:36:19.961Z | Downloaded r2d2 v0.8.10 |
817 | 2023-11-01T16:36:19.971Z | Downloaded flagset v0.4.3 |
818 | 2023-11-01T16:36:20.382Z | Downloaded indexmap v1.9.3 |
819 | 2023-11-01T16:36:20.387Z | Downloaded topological-sort v0.2.2 |
820 | 2023-11-01T16:36:20.392Z | Downloaded pretty-hex v0.3.0 |
821 | 2023-11-01T16:36:20.397Z | Downloaded termios v0.3.3 |
822 | 2023-11-01T16:36:20.411Z | Downloaded plotters-backend v0.3.5 |
823 | 2023-11-01T16:36:20.418Z | Downloaded phf_shared v0.10.0 |
824 | 2023-11-01T16:36:20.424Z | Downloaded indicatif v0.17.7 |
825 | 2023-11-01T16:36:20.428Z | Downloaded ppv-lite86 v0.2.17 |
826 | 2023-11-01T16:36:20.439Z | Downloaded nibble_vec v0.1.0 |
827 | 2023-11-01T16:36:20.446Z | Downloaded indexmap v2.0.0 |
828 | 2023-11-01T16:36:20.456Z | Downloaded toml_datetime v0.6.3 |
829 | 2023-11-01T16:36:20.469Z | Downloaded num_threads v0.1.6 |
830 | 2023-11-01T16:36:20.479Z | Downloaded thiserror-impl-no-std v2.0.2 |
831 | 2023-11-01T16:36:20.488Z | Downloaded ron v0.7.1 |
832 | 2023-11-01T16:36:20.501Z | Downloaded zone_cfg_derive v0.2.0 |
833 | 2023-11-01T16:36:20.509Z | Downloaded derive_builder_macro v0.12.0 |
834 | 2023-11-01T16:36:20.515Z | Downloaded generic-array v0.14.7 |
835 | 2023-11-01T16:36:20.524Z | Downloaded futures-io v0.3.29 |
836 | 2023-11-01T16:36:20.532Z | Downloaded relative-path v1.9.0 |
837 | 2023-11-01T16:36:20.544Z | Downloaded slog-async v2.8.0 |
838 | 2023-11-01T16:36:20.547Z | Downloaded dirs-next v2.0.0 |
839 | 2023-11-01T16:36:20.550Z | Downloaded proc-macro-crate v1.3.1 |
840 | 2023-11-01T16:36:20.554Z | Downloaded pin-utils v0.1.0 |
841 | 2023-11-01T16:36:20.557Z | Downloaded polyval v0.6.1 |
842 | 2023-11-01T16:36:20.559Z | Downloaded rpassword v7.2.0 |
843 | 2023-11-01T16:36:20.562Z | Downloaded untrusted v0.9.0 |
844 | 2023-11-01T16:36:20.565Z | Downloaded foreign-types-shared v0.1.1 |
845 | 2023-11-01T16:36:20.568Z | Downloaded fnv v1.0.7 |
846 | 2023-11-01T16:36:20.571Z | Downloaded nodrop v0.1.14 |
847 | 2023-11-01T16:36:20.574Z | Downloaded try-lock v0.2.4 |
848 | 2023-11-01T16:36:20.576Z | Downloaded criterion-plot v0.5.0 |
849 | 2023-11-01T16:36:20.579Z | Downloaded structopt-derive v0.4.18 |
850 | 2023-11-01T16:36:20.582Z | Downloaded slog v2.7.0 |
851 | 2023-11-01T16:36:20.608Z | Downloaded path-absolutize v3.1.0 |
852 | 2023-11-01T16:36:20.613Z | Downloaded pem v1.1.1 |
853 | 2023-11-01T16:36:20.616Z | Downloaded usdt-macro v0.3.5 |
854 | 2023-11-01T16:36:20.619Z | Downloaded funty v2.0.0 |
855 | 2023-11-01T16:36:20.623Z | Downloaded digest v0.10.7 |
856 | 2023-11-01T16:36:20.626Z | Downloaded datatest-stable v0.2.3 |
857 | 2023-11-01T16:36:20.629Z | Downloaded fs-err v2.9.0 |
858 | 2023-11-01T16:36:20.632Z | Downloaded sha1 v0.10.5 |
859 | 2023-11-01T16:36:20.635Z | Downloaded zerocopy v0.3.0 |
860 | 2023-11-01T16:36:20.638Z | Downloaded toml v0.8.0 |
861 | 2023-11-01T16:36:20.641Z | Downloaded diesel_table_macro_syntax v0.1.0 |
862 | 2023-11-01T16:36:20.644Z | Downloaded tinytemplate v1.2.1 |
863 | 2023-11-01T16:36:20.650Z | Downloaded strum_macros v0.24.3 |
864 | 2023-11-01T16:36:20.653Z | Downloaded once_cell v1.18.0 |
865 | 2023-11-01T16:36:20.656Z | Downloaded strsim v0.10.0 |
866 | 2023-11-01T16:36:20.658Z | Downloaded version_check v0.9.4 |
867 | 2023-11-01T16:36:20.661Z | Downloaded precomputed-hash v0.1.1 |
868 | 2023-11-01T16:36:20.665Z | Downloaded pretty-hex v0.2.1 |
869 | 2023-11-01T16:36:21.073Z | Downloaded regex-automata v0.1.10 |
870 | 2023-11-01T16:36:21.076Z | Downloaded parse-display v0.7.0 |
871 | 2023-11-01T16:36:21.079Z | Downloaded foreign-types-shared v0.3.1 |
872 | 2023-11-01T16:36:21.082Z | Downloaded secrecy v0.8.0 |
873 | 2023-11-01T16:36:21.085Z | Downloaded thread_local v1.1.7 |
874 | 2023-11-01T16:36:21.088Z | Downloaded snafu v0.7.5 |
875 | 2023-11-01T16:36:21.090Z | Downloaded serial_test v0.10.0 |
876 | 2023-11-01T16:36:21.093Z | Downloaded crc-any v2.4.3 |
877 | 2023-11-01T16:36:21.096Z | Downloaded rustls-pemfile v1.0.3 |
878 | 2023-11-01T16:36:21.099Z | Downloaded predicates v3.0.4 |
879 | 2023-11-01T16:36:21.102Z | Downloaded fxhash v0.2.1 |
880 | 2023-11-01T16:36:21.106Z | Downloaded semver v0.1.20 |
881 | 2023-11-01T16:36:21.109Z | Downloaded whoami v1.4.1 |
882 | 2023-11-01T16:36:21.112Z | Downloaded crypto-bigint v0.5.2 |
883 | 2023-11-01T16:36:21.115Z | Downloaded path-slash v0.1.5 |
884 | 2023-11-01T16:36:21.118Z | Downloaded strum v0.25.0 |
885 | 2023-11-01T16:36:21.122Z | Downloaded threadpool v1.8.1 |
886 | 2023-11-01T16:36:21.125Z | Downloaded vec_map v0.8.2 |
887 | 2023-11-01T16:36:21.533Z | Downloaded shlex v1.1.0 |
888 | 2023-11-01T16:36:21.536Z | Downloaded normalize-line-endings v0.3.0 |
889 | 2023-11-01T16:36:21.539Z | Downloaded unsafe-libyaml v0.2.9 |
890 | 2023-11-01T16:36:21.542Z | Downloaded doc-comment v0.3.3 |
891 | 2023-11-01T16:36:21.545Z | Downloaded thread-id v4.2.0 |
892 | 2023-11-01T16:36:21.548Z | Downloaded foreign-types v0.3.2 |
893 | 2023-11-01T16:36:21.551Z | Downloaded structmeta-derive v0.1.6 |
894 | 2023-11-01T16:36:21.554Z | Downloaded parking_lot_core v0.8.6 |
895 | 2023-11-01T16:36:21.557Z | Downloaded serde_repr v0.1.16 |
896 | 2023-11-01T16:36:21.560Z | Downloaded derive_builder v0.12.0 |
897 | 2023-11-01T16:36:21.562Z | Downloaded foreign-types v0.5.0 |
898 | 2023-11-01T16:36:21.565Z | Downloaded difflib v0.4.0 |
899 | 2023-11-01T16:36:21.568Z | Downloaded toml v0.5.11 |
900 | 2023-11-01T16:36:21.571Z | Downloaded openssl-probe v0.1.5 |
901 | 2023-11-01T16:36:21.574Z | Downloaded serde_spanned v0.6.3 |
902 | 2023-11-01T16:36:21.577Z | Downloaded signal-hook-mio v0.2.3 |
903 | 2023-11-01T16:36:21.580Z | Downloaded num-derive v0.4.0 |
904 | 2023-11-01T16:36:21.583Z | Downloaded oorandom v11.1.3 |
905 | 2023-11-01T16:36:21.586Z | Downloaded structopt v0.3.26 |
906 | 2023-11-01T16:36:21.589Z | Downloaded thiserror v1.0.49 |
907 | 2023-11-01T16:36:21.592Z | Downloaded tokio-native-tls v0.3.1 |
908 | 2023-11-01T16:36:21.595Z | Downloaded num_enum_derive v0.7.0 |
909 | 2023-11-01T16:36:21.598Z | Downloaded serde v1.0.188 |
910 | 2023-11-01T16:36:21.601Z | Downloaded predicates-tree v1.0.9 |
911 | 2023-11-01T16:36:21.604Z | Downloaded slog-json v2.6.1 |
912 | 2023-11-01T16:36:21.609Z | Downloaded number_prefix v0.4.0 |
913 | 2023-11-01T16:36:21.614Z | Downloaded papergrid v0.10.0 |
914 | 2023-11-01T16:36:21.643Z | Downloaded futures-sink v0.3.29 |
915 | 2023-11-01T16:36:21.647Z | Downloaded futures-task v0.3.29 |
916 | 2023-11-01T16:36:21.650Z | Downloaded dashmap v5.5.1 |
917 | 2023-11-01T16:36:21.653Z | Downloaded subtle v2.5.0 |
918 | 2023-11-01T16:36:21.656Z | Downloaded thiserror-impl v1.0.49 |
919 | 2023-11-01T16:36:21.659Z | Downloaded rustls-native-certs v0.6.3 |
920 | 2023-11-01T16:36:21.662Z | Downloaded num v0.4.1 |
921 | 2023-11-01T16:36:21.665Z | Downloaded termcolor v1.2.0 |
922 | 2023-11-01T16:36:21.669Z | Downloaded proc-macro-error v1.0.4 |
923 | 2023-11-01T16:36:21.676Z | Downloaded darling_macro v0.20.3 |
924 | 2023-11-01T16:36:21.688Z | Downloaded cstr-argument v0.1.2 |
925 | 2023-11-01T16:36:21.701Z | Downloaded debug-ignore v1.0.5 |
926 | 2023-11-01T16:36:21.714Z | Downloaded futures-core v0.3.29 |
927 | 2023-11-01T16:36:21.735Z | Downloaded xattr v1.0.1 |
928 | 2023-11-01T16:36:21.751Z | Downloaded waitgroup v0.1.2 |
929 | 2023-11-01T16:36:21.767Z | Downloaded rustc-hash v1.1.0 |
930 | 2023-11-01T16:36:21.787Z | Downloaded static_assertions v1.1.0 |
931 | 2023-11-01T16:36:21.800Z | Downloaded trust-dns-resolver v0.22.0 |
932 | 2023-11-01T16:36:21.809Z | Downloaded shell-words v1.1.0 |
933 | 2023-11-01T16:36:21.822Z | Downloaded partial-io v0.5.4 |
934 | 2023-11-01T16:36:21.828Z | Downloaded foreign-types-macros v0.2.3 |
935 | 2023-11-01T16:36:21.841Z | Downloaded ctr v0.9.2 |
936 | 2023-11-01T16:36:21.862Z | Downloaded parse-display-derive v0.7.0 |
937 | 2023-11-01T16:36:21.873Z | Downloaded tiny-keccak v2.0.2 |
938 | 2023-11-01T16:36:21.885Z | Downloaded crossbeam-deque v0.8.3 |
939 | 2023-11-01T16:36:21.889Z | Downloaded data-encoding v2.4.0 |
940 | 2023-11-01T16:36:21.893Z | Downloaded same-file v1.0.6 |
941 | 2023-11-01T16:36:21.898Z | Downloaded num_enum_derive v0.5.11 |
942 | 2023-11-01T16:36:21.903Z | Downloaded num_cpus v1.16.0 |
943 | 2023-11-01T16:36:21.911Z | Downloaded pest_derive v2.7.2 |
944 | 2023-11-01T16:36:21.916Z | Downloaded pin-project-lite v0.2.13 |
945 | 2023-11-01T16:36:21.919Z | Downloaded wait-timeout v0.2.0 |
946 | 2023-11-01T16:36:21.923Z | Downloaded tokio-stream v0.1.14 |
947 | 2023-11-01T16:36:21.926Z | Downloaded fatfs v0.3.6 |
948 | 2023-11-01T16:36:21.930Z | Downloaded criterion v0.5.1 |
949 | 2023-11-01T16:36:21.933Z | Downloaded pkcs1 v0.7.5 |
950 | 2023-11-01T16:36:21.938Z | Downloaded omicron-zone-package v0.8.3 |
951 | 2023-11-01T16:36:21.944Z | Downloaded parking_lot_core v0.9.8 |
952 | 2023-11-01T16:36:21.950Z | Downloaded aho-corasick v1.0.4 |
953 | 2023-11-01T16:36:21.956Z | Downloaded num-traits v0.2.16 |
954 | 2023-11-01T16:36:21.961Z | Downloaded time v0.3.27 |
955 | 2023-11-01T16:36:21.966Z | Downloaded url v2.4.1 |
956 | 2023-11-01T16:36:21.970Z | Downloaded crossbeam-channel v0.5.8 |
957 | 2023-11-01T16:36:21.977Z | Downloaded flume v0.11.0 |
958 | 2023-11-01T16:36:21.987Z | Downloaded proptest v1.3.1 |
959 | 2023-11-01T16:36:21.994Z | Downloaded zip v0.6.6 |
960 | 2023-11-01T16:36:22.008Z | Downloaded serde_with v2.3.3 |
961 | 2023-11-01T16:36:22.012Z | Downloaded der v0.7.8 |
962 | 2023-11-01T16:36:22.015Z | Downloaded nom v7.1.3 |
963 | 2023-11-01T16:36:22.018Z | Downloaded steno v0.4.0 |
964 | 2023-11-01T16:36:22.020Z | Downloaded toml_edit v0.20.0 |
965 | 2023-11-01T16:36:22.023Z | Downloaded toml_edit v0.19.15 |
966 | 2023-11-01T16:36:22.026Z | Downloaded portable-atomic v1.4.3 |
967 | 2023-11-01T16:36:22.029Z | Downloaded num-bigint-dig v0.8.4 |
968 | 2023-11-01T16:36:22.032Z | Downloaded futures-util v0.3.29 |
969 | 2023-11-01T16:36:22.035Z | Downloaded polar-core v0.27.0 |
970 | 2023-11-01T16:36:22.038Z | Downloaded regex-syntax v0.7.5 |
971 | 2023-11-01T16:36:22.041Z | Downloaded serde_json v1.0.108 |
972 | 2023-11-01T16:36:22.044Z | Downloaded regex-syntax v0.8.2 |
973 | 2023-11-01T16:36:22.046Z | Downloaded rustix v0.38.9 |
974 | 2023-11-01T16:36:22.049Z | Downloaded vcpkg v0.2.15 |
975 | 2023-11-01T16:36:22.052Z | Downloaded regex-syntax v0.6.29 |
976 | 2023-11-01T16:36:22.055Z | Downloaded rustls v0.21.8 |
977 | 2023-11-01T16:36:22.065Z | Downloaded nix v0.26.2 |
978 | 2023-11-01T16:36:22.068Z | Downloaded regress v0.7.1 |
979 | 2023-11-01T16:36:22.071Z | Downloaded syn v2.0.32 |
980 | 2023-11-01T16:36:22.074Z | Downloaded object v0.30.4 |
981 | 2023-11-01T16:36:22.077Z | Downloaded object v0.32.1 |
982 | 2023-11-01T16:36:22.079Z | Downloaded diesel v2.1.3 |
983 | 2023-11-01T16:36:22.082Z | Downloaded encoding_rs v0.8.33 |
984 | 2023-11-01T16:36:22.084Z | Downloaded openapiv3 v1.0.3 |
985 | 2023-11-01T16:36:22.087Z | Downloaded sled v0.34.7 |
986 | 2023-11-01T16:36:22.091Z | Downloaded zerocopy-derive v0.6.4 |
987 | 2023-11-01T16:36:22.093Z | Downloaded regex-automata v0.3.8 |
988 | 2023-11-01T16:36:22.096Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
989 | 2023-11-01T16:36:22.099Z | Downloaded zerocopy-derive v0.2.0 |
990 | 2023-11-01T16:36:22.101Z | Downloaded libc v0.2.149 |
991 | 2023-11-01T16:36:22.106Z | Downloaded regex-automata v0.4.3 |
992 | 2023-11-01T16:36:22.108Z | Downloaded sha3 v0.10.8 |
993 | 2023-11-01T16:36:22.111Z | Downloaded trust-dns-proto v0.22.0 |
994 | 2023-11-01T16:36:22.114Z | Downloaded webpki-roots v0.25.2 |
995 | 2023-11-01T16:36:22.117Z | Downloaded curve25519-dalek v4.1.0 |
996 | 2023-11-01T16:36:22.120Z | Downloaded tokio v1.33.0 |
997 | 2023-11-01T16:36:22.122Z | Downloaded smoltcp v0.9.1 |
998 | 2023-11-01T16:36:22.125Z | Downloaded syn v1.0.109 |
999 | 2023-11-01T16:36:22.128Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1000 | 2023-11-01T16:36:22.131Z | Downloaded openssl v0.10.57 |
1001 | 2023-11-01T16:36:22.135Z | Downloaded radix_trie v0.2.1 |
1002 | 2023-11-01T16:36:22.138Z | Downloaded rustix v0.37.23 |
1003 | 2023-11-01T16:36:22.141Z | Downloaded tabled v0.14.0 |
1004 | 2023-11-01T16:36:22.144Z | Downloaded smoltcp v0.8.2 |
1005 | 2023-11-01T16:36:22.146Z | Downloaded bstr v0.2.17 |
1006 | 2023-11-01T16:36:22.149Z | Downloaded ratatui v0.23.0 |
1007 | 2023-11-01T16:36:22.152Z | Downloaded idna v0.2.3 |
1008 | 2023-11-01T16:36:22.155Z | Downloaded idna v0.4.0 |
1009 | 2023-11-01T16:36:22.158Z | Downloaded gimli v0.28.0 |
1010 | 2023-11-01T16:36:22.160Z | Downloaded rustls-webpki v0.101.7 |
1011 | 2023-11-01T16:36:22.163Z | Downloaded bitvec v1.0.1 |
1012 | 2023-11-01T16:36:22.166Z | Downloaded num-bigint v0.4.4 |
1013 | 2023-11-01T16:36:22.172Z | Downloaded winnow v0.5.15 |
1014 | 2023-11-01T16:36:22.177Z | Downloaded petgraph v0.6.4 |
1015 | 2023-11-01T16:36:22.180Z | Downloaded prettyplease v0.2.12 |
1016 | 2023-11-01T16:36:22.185Z | Downloaded salty v0.2.0 |
1017 | 2023-11-01T16:36:22.188Z | Downloaded clap v2.34.0 |
1018 | 2023-11-01T16:36:22.191Z | Downloaded chrono v0.4.31 |
1019 | 2023-11-01T16:36:22.193Z | Downloaded pest v2.7.2 |
1020 | 2023-11-01T16:36:22.196Z | Downloaded lalrpop v0.19.12 |
1021 | 2023-11-01T16:36:22.199Z | Downloaded bindgen v0.65.1 |
1022 | 2023-11-01T16:36:22.202Z | Downloaded quick-xml v0.23.1 |
1023 | 2023-11-01T16:36:22.208Z | Downloaded oso v0.27.0 |
1024 | 2023-11-01T16:36:22.219Z | Downloaded openssl-sys v0.9.93 |
1025 | 2023-11-01T16:36:22.232Z | Downloaded darling_core v0.20.3 |
1026 | 2023-11-01T16:36:22.245Z | Downloaded tracing-core v0.1.31 |
1027 | 2023-11-01T16:36:22.254Z | Downloaded rstest_macros v0.18.2 |
1028 | 2023-11-01T16:36:22.270Z | Downloaded pin-project-internal v1.1.3 |
1029 | 2023-11-01T16:36:22.273Z | Downloaded darling_core v0.14.4 |
1030 | 2023-11-01T16:36:22.276Z | Downloaded serde_yaml v0.9.25 |
1031 | 2023-11-01T16:36:22.279Z | Downloaded expectorate v1.1.0 |
1032 | 2023-11-01T16:36:22.282Z | Downloaded tinyvec v1.6.0 |
1033 | 2023-11-01T16:36:22.285Z | Downloaded diesel_derives v2.1.1 |
1034 | 2023-11-01T16:36:22.288Z | Downloaded clap_builder v4.4.2 |
1035 | 2023-11-01T16:36:22.290Z | Downloaded pest_generator v2.7.2 |
1036 | 2023-11-01T16:36:22.293Z | Downloaded der_derive v0.7.2 |
1037 | 2023-11-01T16:36:22.296Z | Downloaded password-hash v0.5.0 |
1038 | 2023-11-01T16:36:22.299Z | Downloaded socket2 v0.4.9 |
1039 | 2023-11-01T16:36:22.301Z | Downloaded regex v1.10.2 |
1040 | 2023-11-01T16:36:22.304Z | Downloaded hkdf v0.12.3 |
1041 | 2023-11-01T16:36:22.307Z | Downloaded h2 v0.3.21 |
1042 | 2023-11-01T16:36:22.310Z | Downloaded libz-sys v1.1.12 |
1043 | 2023-11-01T16:36:22.400Z | Downloaded spin v0.9.8 |
1044 | 2023-11-01T16:36:22.403Z | Downloaded num-complex v0.4.4 |
1045 | 2023-11-01T16:36:22.406Z | Downloaded ucd-trie v0.1.6 |
1046 | 2023-11-01T16:36:22.410Z | Downloaded zerocopy v0.6.4 |
1047 | 2023-11-01T16:36:22.415Z | Downloaded x509-cert v0.2.4 |
1048 | 2023-11-01T16:36:22.430Z | Downloaded pest_meta v2.7.2 |
1049 | 2023-11-01T16:36:22.441Z | Downloaded tokio-util v0.7.10 |
1050 | 2023-11-01T16:36:22.446Z | Downloaded dyn-clone v1.0.13 |
1051 | 2023-11-01T16:36:22.448Z | Downloaded snafu-derive v0.7.5 |
1052 | 2023-11-01T16:36:22.451Z | Downloaded parking_lot v0.12.1 |
1053 | 2023-11-01T16:36:22.454Z | Downloaded trust-dns-client v0.22.0 |
1054 | 2023-11-01T16:36:22.460Z | Downloaded tracing-attributes v0.1.26 |
1055 | 2023-11-01T16:36:22.464Z | Downloaded rust-argon2 v1.0.1 |
1056 | 2023-11-01T16:36:22.467Z | Downloaded reedline v0.23.0 |
1057 | 2023-11-01T16:36:22.479Z | Downloaded signal-hook-registry v1.4.1 |
1058 | 2023-11-01T16:36:22.482Z | Downloaded nu-ansi-term v0.49.0 |
1059 | 2023-11-01T16:36:22.485Z | Downloaded ringbuffer v0.15.0 |
1060 | 2023-11-01T16:36:22.488Z | Downloaded cpufeatures v0.2.9 |
1061 | 2023-11-01T16:36:22.492Z | Downloaded rustc_version v0.1.7 |
1062 | 2023-11-01T16:36:22.495Z | Downloaded darling v0.20.3 |
1063 | 2023-11-01T16:36:22.498Z | Downloaded sha2 v0.10.8 |
1064 | 2023-11-01T16:36:22.502Z | Downloaded tough v0.12.5 |
1065 | 2023-11-01T16:36:22.516Z | Downloaded pretty_assertions v1.4.0 |
1066 | 2023-11-01T16:36:22.519Z | Downloaded similar v2.2.1 |
1067 | 2023-11-01T16:36:22.528Z | Downloaded tokio-postgres v0.7.10 |
1068 | 2023-11-01T16:36:22.539Z | Downloaded tungstenite v0.18.0 |
1069 | 2023-11-01T16:36:22.543Z | Downloaded crossterm v0.26.1 |
1070 | 2023-11-01T16:36:22.553Z | Downloaded socket2 v0.5.4 |
1071 | 2023-11-01T16:36:22.557Z | Downloaded reqwest v0.11.20 |
1072 | 2023-11-01T16:36:22.571Z | Downloaded hyper v0.14.27 |
1073 | 2023-11-01T16:36:22.591Z | Downloaded platforms v3.0.2 |
1074 | 2023-11-01T16:36:22.595Z | Downloaded subprocess v0.2.9 |
1075 | 2023-11-01T16:36:22.604Z | Downloaded trust-dns-server v0.22.1 |
1076 | 2023-11-01T16:36:22.613Z | Downloaded tokio-macros v2.1.0 |
1077 | 2023-11-01T16:36:22.616Z | Downloaded slog-bunyan v2.4.0 |
1078 | 2023-11-01T16:36:22.620Z | Downloaded fragile v2.0.0 |
1079 | 2023-11-01T16:36:22.623Z | Downloaded sct v0.7.0 |
1080 | 2023-11-01T16:36:22.626Z | Downloaded tungstenite v0.20.1 |
1081 | 2023-11-01T16:36:22.632Z | Downloaded ring v0.17.5 |
1082 | 2023-11-01T16:36:22.771Z | Downloaded unicode-segmentation v1.10.1 |
1083 | 2023-11-01T16:36:22.777Z | Downloaded newtype_derive v0.1.6 |
1084 | 2023-11-01T16:36:22.780Z | Downloaded serde_path_to_error v0.1.14 |
1085 | 2023-11-01T16:36:22.783Z | Downloaded futures-timer v3.0.2 |
1086 | 2023-11-01T16:36:22.787Z | Downloaded toml v0.7.8 |
1087 | 2023-11-01T16:36:22.790Z | Downloaded tabled_derive v0.6.0 |
1088 | 2023-11-01T16:36:22.795Z | Downloaded slog-term v2.9.0 |
1089 | 2023-11-01T16:36:22.797Z | Downloaded slog-stdlog v4.1.1 |
1090 | 2023-11-01T16:36:22.800Z | Downloaded crossbeam v0.8.2 |
1091 | 2023-11-01T16:36:22.803Z | Downloaded num_enum v0.7.0 |
1092 | 2023-11-01T16:36:22.809Z | Downloaded percent-encoding v2.3.0 |
1093 | 2023-11-01T16:36:22.812Z | Downloaded paste v1.0.14 |
1094 | 2023-11-01T16:36:22.816Z | Downloaded plotters v0.3.5 |
1095 | 2023-11-01T16:36:22.833Z | Downloaded libsqlite3-sys v0.26.0 |
1096 | 2023-11-01T16:36:22.976Z | Downloaded ring v0.16.20 |
1097 | 2023-11-01T16:36:23.140Z | Downloaded unicode-normalization v0.1.22 |
1098 | 2023-11-01T16:36:23.147Z | Downloaded rayon v1.8.0 |
1099 | 2023-11-01T16:36:23.163Z | Downloaded tap v1.0.1 |
1100 | 2023-11-01T16:36:23.166Z | Downloaded slog-envlogger v2.2.0 |
1101 | 2023-11-01T16:36:23.169Z | Downloaded either v1.9.0 |
1102 | 2023-11-01T16:36:23.172Z | Downloaded futures-executor v0.3.29 |
1103 | 2023-11-01T16:36:23.175Z | Downloaded rand_chacha v0.3.1 |
1104 | 2023-11-01T16:36:23.178Z | Downloaded stable_deref_trait v1.2.0 |
1105 | 2023-11-01T16:36:23.180Z | Downloaded spki v0.7.2 |
1106 | 2023-11-01T16:36:23.183Z | Downloaded serde_derive_internals v0.26.0 |
1107 | 2023-11-01T16:36:23.186Z | Downloaded signal-hook v0.3.17 |
1108 | 2023-11-01T16:36:23.189Z | Downloaded derive-where v1.2.5 |
1109 | 2023-11-01T16:36:23.192Z | Downloaded crossterm v0.27.0 |
1110 | 2023-11-01T16:36:23.202Z | Downloaded libxml v0.3.3 |
1111 | 2023-11-01T16:36:23.213Z | Downloaded rstest v0.18.2 |
1112 | 2023-11-01T16:36:23.223Z | Downloaded darling v0.14.4 |
1113 | 2023-11-01T16:36:23.227Z | Downloaded owo-colors v3.5.0 |
1114 | 2023-11-01T16:36:23.232Z | Downloaded openssl-macros v0.1.1 |
1115 | 2023-11-01T16:36:23.238Z | Downloaded predicates-core v1.0.6 |
1116 | 2023-11-01T16:36:23.247Z | Downloaded dirs-sys-next v0.1.2 |
1117 | 2023-11-01T16:36:23.256Z | Downloaded memchr v2.6.3 |
1118 | 2023-11-01T16:36:23.260Z | Downloaded zone v0.2.0 |
1119 | 2023-11-01T16:36:23.266Z | Downloaded synstructure v0.12.6 |
1120 | 2023-11-01T16:36:23.269Z | Downloaded similar-asserts v1.5.0 |
1121 | 2023-11-01T16:36:23.273Z | Downloaded yansi v0.5.1 |
1122 | 2023-11-01T16:36:23.276Z | Downloaded rand v0.8.5 |
1123 | 2023-11-01T16:36:23.279Z | Downloaded flate2 v1.0.28 |
1124 | 2023-11-01T16:36:23.282Z | Downloaded libm v0.2.7 |
1125 | 2023-11-01T16:36:23.287Z | Downloaded aes v0.8.3 |
1126 | 2023-11-01T16:36:23.296Z | Downloaded rusqlite v0.29.0 |
1127 | 2023-11-01T16:36:23.302Z | Downloaded tokio-tungstenite v0.20.1 |
1128 | 2023-11-01T16:36:23.305Z | Downloaded pin-project v1.1.3 |
1129 | 2023-11-01T16:36:23.325Z | Downloaded structmeta v0.1.6 |
1130 | 2023-11-01T16:36:23.328Z | Downloaded which v4.4.0 |
1131 | 2023-11-01T16:36:23.331Z | Downloaded parking_lot v0.11.2 |
1132 | 2023-11-01T16:36:23.334Z | Downloaded uuid v1.4.1 |
1133 | 2023-11-01T16:36:23.340Z | Downloaded diff v0.1.13 |
1134 | 2023-11-01T16:36:23.346Z | Downloaded crc v3.0.1 |
1135 | 2023-11-01T16:36:23.350Z | Downloaded twox-hash v1.6.3 |
1136 | 2023-11-01T16:36:23.355Z | Downloaded num_enum v0.5.11 |
1137 | 2023-11-01T16:36:23.363Z | Downloaded rand_xorshift v0.3.0 |
1138 | 2023-11-01T16:36:23.366Z | Downloaded num-rational v0.4.1 |
1139 | 2023-11-01T16:36:23.369Z | Downloaded itertools v0.11.0 |
1140 | 2023-11-01T16:36:23.375Z | Downloaded packed_struct_codegen v0.10.1 |
1141 | 2023-11-01T16:36:23.378Z | Downloaded packed_struct v0.10.1 |
1142 | 2023-11-01T16:36:23.383Z | Downloaded itertools v0.10.5 |
1143 | 2023-11-01T16:36:23.391Z | Downloaded hashbrown v0.14.0 |
1144 | 2023-11-01T16:36:23.400Z | Downloaded hashbrown v0.13.2 |
1145 | 2023-11-01T16:36:23.410Z | Downloaded futures-channel v0.3.29 |
1146 | 2023-11-01T16:36:23.413Z | Downloaded futures v0.3.29 |
1147 | 2023-11-01T16:36:23.419Z | Downloaded signal-hook-tokio v0.3.1 |
1148 | 2023-11-01T16:36:23.422Z | Downloaded semver v0.11.0 |
1149 | 2023-11-01T16:36:23.426Z | Downloaded derive_more v0.99.17 |
1150 | 2023-11-01T16:36:23.432Z | Downloaded vsss-rs v3.3.1 |
1151 | 2023-11-01T16:36:23.437Z | Downloaded vergen v8.2.4 |
1152 | 2023-11-01T16:36:23.441Z | Downloaded serial_test_derive v0.10.0 |
1153 | 2023-11-01T16:36:23.444Z | Downloaded vte v0.11.1 |
1154 | 2023-11-01T16:36:23.447Z | Downloaded ron v0.8.1 |
1155 | 2023-11-01T16:36:23.455Z | Downloaded textwrap v0.16.0 |
1156 | 2023-11-01T16:36:23.459Z | Downloaded newline-converter v0.3.0 |
1157 | 2023-11-01T16:36:23.462Z | Downloaded downcast v0.11.0 |
1158 | 2023-11-01T16:36:23.465Z | Downloaded take_mut v0.2.2 |
1159 | 2023-11-01T16:36:23.468Z | Downloaded darling_macro v0.14.4 |
1160 | 2023-11-01T16:36:23.471Z | Downloaded num-iter v0.1.43 |
1161 | 2023-11-01T16:36:23.474Z | Downloaded siphasher v0.3.11 |
1162 | 2023-11-01T16:36:23.477Z | Downloaded form_urlencoded v1.2.0 |
1163 | 2023-11-01T16:36:23.482Z | Downloaded serde_tokenstream v0.2.0 |
1164 | 2023-11-01T16:36:23.485Z | Downloaded serde_tokenstream v0.1.7 |
1165 | 2023-11-01T16:36:23.489Z | Downloaded pem v3.0.2 |
1166 | 2023-11-01T16:36:23.492Z | Downloaded deranged v0.3.8 |
1167 | 2023-11-01T16:36:23.502Z | Downloaded tokio-rustls v0.24.1 |
1168 | 2023-11-01T16:36:23.513Z | Downloaded serde_with_macros v2.3.3 |
1169 | 2023-11-01T16:36:23.527Z | Downloaded num-integer v0.1.45 |
1170 | 2023-11-01T16:36:23.535Z | Downloaded trybuild v1.0.85 |
1171 | 2023-11-01T16:36:23.538Z | Downloaded derive_builder_core v0.12.0 |
1172 | 2023-11-01T16:36:23.542Z | Downloaded tracing v0.1.37 |
1173 | 2023-11-01T16:36:23.545Z | Downloaded tokio-tungstenite v0.18.0 |
1174 | 2023-11-01T16:36:23.549Z | Downloaded git2 v0.17.2 |
1175 | 2023-11-01T16:36:23.553Z | Downloaded rustversion v1.0.14 |
1176 | 2023-11-01T16:36:23.557Z | Downloaded yasna v0.5.2 |
1177 | 2023-11-01T16:36:23.560Z | Downloaded want v0.3.1 |
1178 | 2023-11-01T16:36:23.564Z | Downloaded vte_generate_state_changes v0.1.1 |
1179 | 2023-11-01T16:36:23.567Z | Downloaded ed25519 v1.5.3 |
1180 | 2023-11-01T16:36:23.571Z | Downloaded crypto-common v0.1.6 |
1181 | 2023-11-01T16:36:23.576Z | Downloaded schemars v0.8.13 |
1182 | 2023-11-01T16:36:23.581Z | Downloaded hashbrown v0.12.3 |
1183 | 2023-11-01T16:36:23.585Z | Downloaded rcgen v0.11.3 |
1184 | 2023-11-01T16:36:23.589Z | Downloaded pem-rfc7468 v0.7.0 |
1185 | 2023-11-01T16:36:23.592Z | Downloaded zeroize_derive v1.4.2 |
1186 | 2023-11-01T16:36:23.597Z | Downloaded usdt v0.3.5 |
1187 | 2023-11-01T16:36:23.602Z | Downloaded pkcs8 v0.10.2 |
1188 | 2023-11-01T16:36:23.605Z | Downloaded http v0.2.9 |
1189 | 2023-11-01T16:36:23.612Z | Downloaded utf8parse v0.2.1 |
1190 | 2023-11-01T16:36:23.627Z | Downloaded wyz v0.5.1 |
1191 | 2023-11-01T16:36:24.044Z | Downloaded signature v2.1.0 |
1192 | 2023-11-01T16:36:24.052Z | Downloaded usdt-impl v0.3.5 |
1193 | 2023-11-01T16:36:24.058Z | Downloaded usdt-attr-macro v0.3.5 |
1194 | 2023-11-01T16:36:24.071Z | Downloaded tui-tree-widget v0.13.0 |
1195 | 2023-11-01T16:36:24.076Z | Downloaded walkdir v2.4.0 |
1196 | 2023-11-01T16:36:24.080Z | Downloaded crc32fast v1.3.2 |
1197 | 2023-11-01T16:36:24.083Z | Downloaded thiserror-no-std v2.0.2 |
1198 | 2023-11-01T16:36:24.086Z | Downloaded utf-8 v0.7.6 |
1199 | 2023-11-01T16:36:24.089Z | Downloaded semver-parser v0.10.2 |
1200 | 2023-11-01T16:36:24.092Z | Downloaded path-dedot v3.1.0 |
1201 | 2023-11-01T16:36:24.095Z | Downloaded resolv-conf v0.7.0 |
1202 | 2023-11-01T16:36:24.098Z | Downloaded untrusted v0.7.1 |
1203 | 2023-11-01T16:36:24.102Z | Downloaded smf v0.2.2 |
1204 | 2023-11-01T16:36:24.105Z | Downloaded smallvec v0.6.14 |
1205 | 2023-11-01T16:36:24.108Z | Downloaded float-cmp v0.9.0 |
1206 | 2023-11-01T16:36:24.111Z | Downloaded term v0.7.0 |
1207 | 2023-11-01T16:36:24.114Z | Downloaded heapless v0.7.16 |
1208 | 2023-11-01T16:36:24.117Z | Downloaded arc-swap v1.6.0 |
1209 | 2023-11-01T16:36:24.120Z | Downloaded minimal-lexical v0.2.1 |
1210 | 2023-11-01T16:36:24.127Z | Downloaded mio v0.8.8 |
1211 | 2023-11-01T16:36:24.140Z | Downloaded proc-macro2 v1.0.67 |
1212 | 2023-11-01T16:36:24.152Z | Downloaded crc-catalog v2.2.0 |
1213 | 2023-11-01T16:36:24.163Z | Downloaded elliptic-curve v0.13.5 |
1214 | 2023-11-01T16:36:24.172Z | Downloaded unicode-linebreak v0.1.5 |
1215 | 2023-11-01T16:36:24.176Z | Downloaded time-core v0.1.1 |
1216 | 2023-11-01T16:36:24.180Z | Downloaded backtrace v0.3.69 |
1217 | 2023-11-01T16:36:24.183Z | Downloaded postgres-types v0.2.6 |
1218 | 2023-11-01T16:36:24.186Z | Downloaded scheduled-thread-pool v0.2.7 |
1219 | 2023-11-01T16:36:24.189Z | Downloaded pkg-config v0.3.27 |
1220 | 2023-11-01T16:36:24.192Z | Downloaded slog-scope v4.4.0 |
1221 | 2023-11-01T16:36:24.195Z | Downloaded phf_shared v0.11.2 |
1222 | 2023-11-01T16:36:24.197Z | Downloaded rsa v0.9.2 |
1223 | 2023-11-01T16:36:24.200Z | Downloaded curve25519-dalek-derive v0.1.0 |
1224 | 2023-11-01T16:36:24.208Z | Downloaded tinyvec_macros v0.1.1 |
1225 | 2023-11-01T16:36:24.210Z | Downloaded phf v0.11.2 |
1226 | 2023-11-01T16:36:24.213Z | Downloaded corncobs v0.1.3 |
1227 | 2023-11-01T16:36:24.216Z | Downloaded serde_urlencoded v0.7.1 |
1228 | 2023-11-01T16:36:24.219Z | Downloaded olpc-cjson v0.1.3 |
1229 | 2023-11-01T16:36:24.222Z | Downloaded quick-error v1.2.3 |
1230 | 2023-11-01T16:36:24.224Z | Downloaded spin v0.5.2 |
1231 | 2023-11-01T16:36:24.227Z | Downloaded rustc-demangle v0.1.23 |
1232 | 2023-11-01T16:36:24.230Z | Downloaded crossbeam-utils v0.8.16 |
1233 | 2023-11-01T16:36:24.233Z | Downloaded unicode-ident v1.0.12 |
1234 | 2023-11-01T16:36:24.236Z | Downloaded postgres-protocol v0.6.6 |
1235 | 2023-11-01T16:36:24.239Z | Downloaded ff v0.13.0 |
1236 | 2023-11-01T16:36:24.242Z | Downloaded ref-cast v1.0.20 |
1237 | 2023-11-01T16:36:24.245Z | Downloaded oso-derive v0.27.0 |
1238 | 2023-11-01T16:36:24.247Z | Downloaded peeking_take_while v0.1.2 |
1239 | 2023-11-01T16:36:24.250Z | Downloaded display-error-chain v0.2.0 |
1240 | 2023-11-01T16:36:24.253Z | Downloaded time-macros v0.2.13 |
1241 | 2023-11-01T16:36:24.256Z | Downloaded proc-macro-error-attr v1.0.4 |
1242 | 2023-11-01T16:36:24.259Z | Downloaded predicates v2.1.5 |
1243 | 2023-11-01T16:36:24.262Z | Downloaded fastrand v2.0.0 |
1244 | 2023-11-01T16:36:24.265Z | Downloaded erased-serde v0.3.30 |
1245 | 2023-11-01T16:36:24.268Z | Downloaded enum-as-inner v0.5.1 |
1246 | 2023-11-01T16:36:24.271Z | Downloaded unicode-bidi v0.3.13 |
1247 | 2023-11-01T16:36:24.273Z | Downloaded base64 v0.13.1 |
1248 | 2023-11-01T16:36:24.276Z | Downloaded crossbeam-epoch v0.9.15 |
1249 | 2023-11-01T16:36:24.279Z | Downloaded tar v0.4.40 |
1250 | 2023-11-01T16:36:24.281Z | Downloaded chacha20poly1305 v0.10.1 |
1251 | 2023-11-01T16:36:24.284Z | Downloaded ref-cast-impl v1.0.20 |
1252 | 2023-11-01T16:36:24.288Z | Downloaded fallible-iterator v0.2.0 |
1253 | 2023-11-01T16:36:24.291Z | Downloaded env_logger v0.10.0 |
1254 | 2023-11-01T16:36:24.294Z | Downloaded const_format v0.2.31 |
1255 | 2023-11-01T16:36:24.297Z | Downloaded serde_plain v1.0.2 |
1256 | 2023-11-01T16:36:24.300Z | Downloaded dtrace-parser v0.1.14 |
1257 | 2023-11-01T16:36:24.303Z | Downloaded dof v0.1.5 |
1258 | 2023-11-01T16:36:24.306Z | Downloaded zeroize v1.6.0 |
1259 | 2023-11-01T16:36:24.312Z | Downloaded strum_macros v0.25.2 |
1260 | 2023-11-01T16:36:24.315Z | Downloaded futures-macro v0.3.29 |
1261 | 2023-11-01T16:36:24.318Z | Downloaded postcard v0.7.3 |
1262 | 2023-11-01T16:36:24.321Z | Downloaded fd-lock v3.0.13 |
1263 | 2023-11-01T16:36:24.324Z | Downloaded env_logger v0.9.3 |
1264 | 2023-11-01T16:36:24.326Z | Downloaded ahash v0.8.3 |
1265 | 2023-11-01T16:36:24.329Z | Downloaded allocator-api2 v0.2.16 |
1266 | 2023-11-01T16:36:24.332Z | Downloaded addr2line v0.21.0 |
1267 | 2023-11-01T16:36:24.335Z | Downloaded miniz_oxide v0.7.1 |
1268 | 2023-11-01T16:36:24.337Z | Downloaded mime_guess v2.0.4 |
1269 | 2023-11-01T16:36:24.340Z | Downloaded log v0.4.20 |
1270 | 2023-11-01T16:36:24.343Z | Downloaded radium v0.7.0 |
1271 | 2023-11-01T16:36:24.346Z | Downloaded poly1305 v0.8.0 |
1272 | 2023-11-01T16:36:24.349Z | Downloaded filetime v0.2.22 |
1273 | 2023-11-01T16:36:24.351Z | Downloaded crossbeam-queue v0.3.8 |
1274 | 2023-11-01T16:36:24.354Z | Downloaded console v0.15.7 |
1275 | 2023-11-01T16:36:24.357Z | Downloaded tower-service v0.3.2 |
1276 | 2023-11-01T16:36:24.360Z | Downloaded fixedbitset v0.4.2 |
1277 | 2023-11-01T16:36:24.363Z | Downloaded smallvec v1.11.0 |
1278 | 2023-11-01T16:36:24.365Z | Downloaded terminal_size v0.2.6 |
1279 | 2023-11-01T16:36:24.368Z | Downloaded strsim v0.8.0 |
1280 | 2023-11-01T16:36:24.372Z | Downloaded fallible-streaming-iterator v0.1.9 |
1281 | 2023-11-01T16:36:24.375Z | Downloaded typenum v1.16.0 |
1282 | 2023-11-01T16:36:24.378Z | Downloaded textwrap v0.11.0 |
1283 | 2023-11-01T16:36:24.381Z | Downloaded test-strategy v0.2.1 |
1284 | 2023-11-01T16:36:24.384Z | Downloaded toolchain_find v0.2.0 |
1285 | 2023-11-01T16:36:24.387Z | Downloaded jobserver v0.1.26 |
1286 | 2023-11-01T16:36:24.390Z | Downloaded unicase v2.7.0 |
1287 | 2023-11-01T16:36:24.393Z | Downloaded basic-toml v0.1.4 |
1288 | 2023-11-01T16:36:24.396Z | Downloaded getrandom v0.2.10 |
1289 | 2023-11-01T16:36:24.399Z | Downloaded clang-sys v1.6.1 |
1290 | 2023-11-01T16:36:24.822Z | Downloaded bytes v1.5.0 |
1291 | 2023-11-01T16:36:24.832Z | Downloaded postcard-cobs v0.1.5-pre |
1292 | 2023-11-01T16:36:25.252Z | Downloaded unicode-xid v0.2.4 |
1293 | 2023-11-01T16:36:25.255Z | Downloaded ena v0.14.2 |
1294 | 2023-11-01T16:36:25.258Z | Downloaded base64 v0.21.5 |
1295 | 2023-11-01T16:36:25.265Z | Downloaded async-trait v0.1.74 |
1296 | 2023-11-01T16:36:25.268Z | Downloaded assert_cmd v2.0.12 |
1297 | 2023-11-01T16:36:25.271Z | Downloaded anyhow v1.0.75 |
1298 | 2023-11-01T16:36:25.274Z | Downloaded ascii v1.1.0 |
1299 | 2023-11-01T16:36:25.277Z | Downloaded arrayvec v0.7.4 |
1300 | 2023-11-01T16:36:25.280Z | Downloaded aead v0.5.2 |
1301 | 2023-11-01T16:36:25.283Z | Downloaded universal-hash v0.5.1 |
1302 | 2023-11-01T16:36:25.288Z | Downloaded unicode-width v0.1.11 |
1303 | 2023-11-01T16:36:25.292Z | Downloaded stringprep v0.1.3 |
1304 | 2023-11-01T16:36:25.295Z | Downloaded cipher v0.4.4 |
1305 | 2023-11-01T16:36:25.298Z | Downloaded clap_derive v4.4.2 |
1306 | 2023-11-01T16:36:25.302Z | Downloaded byteorder v1.5.0 |
1307 | 2023-11-01T16:36:25.306Z | Downloaded tempfile v3.8.0 |
1308 | 2023-11-01T16:36:25.309Z | Downloaded tempdir v0.3.7 |
1309 | 2023-11-01T16:36:25.312Z | Downloaded blake2 v0.10.6 |
1310 | 2023-11-01T16:36:25.315Z | Downloaded linear-map v1.2.0 |
1311 | 2023-11-01T16:36:25.318Z | Downloaded string_cache v0.8.7 |
1312 | 2023-11-01T16:36:25.322Z | Downloaded slog-dtrace v0.2.3 |
1313 | 2023-11-01T16:36:25.325Z | Downloaded signature v1.6.4 |
1314 | 2023-11-01T16:36:25.331Z | Downloaded serde-hex v0.1.0 |
1315 | 2023-11-01T16:36:25.335Z | Downloaded quote v1.0.33 |
1316 | 2023-11-01T16:36:25.339Z | Downloaded libloading v0.7.4 |
1317 | 2023-11-01T16:36:25.343Z | Downloaded group v0.13.0 |
1318 | 2023-11-01T16:36:25.348Z | Downloaded crucible-workspace-hack v0.1.0 |
1319 | 2023-11-01T16:36:25.361Z | Downloaded slab v0.4.9 |
1320 | 2023-11-01T16:36:25.365Z | Downloaded const-oid v0.9.5 |
1321 | 2023-11-01T16:36:25.369Z | Downloaded bcs v0.1.6 |
1322 | 2023-11-01T16:36:25.374Z | Downloaded base64ct v1.6.0 |
1323 | 2023-11-01T16:36:25.377Z | Downloaded backoff v0.4.0 |
1324 | 2023-11-01T16:36:25.380Z | Downloaded lock_api v0.4.10 |
1325 | 2023-11-01T16:36:25.383Z | Downloaded camino-tempfile v1.0.2 |
1326 | 2023-11-01T16:36:25.386Z | Downloaded errno v0.3.2 |
1327 | 2023-11-01T16:36:25.389Z | Downloaded equivalent v1.0.1 |
1328 | 2023-11-01T16:36:25.392Z | Downloaded endian-type v0.1.2 |
1329 | 2023-11-01T16:36:25.395Z | Downloaded crunchy v0.2.2 |
1330 | 2023-11-01T16:36:25.400Z | Downloaded ciborium-io v0.2.1 |
1331 | 2023-11-01T16:36:25.403Z | Downloaded anstream v0.5.0 |
1332 | 2023-11-01T16:36:25.406Z | Downloaded ansi_term v0.12.1 |
1333 | 2023-11-01T16:36:25.409Z | Downloaded argon2 v0.5.2 |
1334 | 2023-11-01T16:36:25.412Z | Downloaded ciborium v0.2.1 |
1335 | 2023-11-01T16:36:25.415Z | Downloaded bstr v1.6.0 |
1336 | 2023-11-01T16:36:25.418Z | Downloaded anes v0.1.6 |
1337 | 2023-11-01T16:36:25.421Z | Downloaded httparse v1.8.0 |
1338 | 2023-11-01T16:36:25.425Z | Downloaded hex v0.4.3 |
1339 | 2023-11-01T16:36:25.429Z | Downloaded hashlink v0.8.3 |
1340 | 2023-11-01T16:36:25.435Z | Downloaded nanorand v0.7.0 |
1341 | 2023-11-01T16:36:25.441Z | Downloaded lru-cache v0.1.2 |
1342 | 2023-11-01T16:36:25.455Z | Downloaded keccak v0.1.4 |
1343 | 2023-11-01T16:36:25.466Z | Downloaded indoc v2.0.3 |
1344 | 2023-11-01T16:36:25.477Z | Downloaded indoc v1.0.9 |
1345 | 2023-11-01T16:36:25.489Z | Downloaded hmac v0.12.1 |
1346 | 2023-11-01T16:36:25.501Z | Downloaded termtree v0.4.1 |
1347 | 2023-11-01T16:36:25.505Z | Downloaded smawk v0.3.1 |
1348 | 2023-11-01T16:36:25.512Z | Downloaded lazy_static v1.4.0 |
1349 | 2023-11-01T16:36:25.533Z | Downloaded ipnetwork v0.20.0 |
1350 | 2023-11-01T16:36:25.536Z | Downloaded ipnet v2.8.0 |
1351 | 2023-11-01T16:36:25.544Z | Downloaded glob v0.3.1 |
1352 | 2023-11-01T16:36:25.548Z | Downloaded managed v0.8.0 |
1353 | 2023-11-01T16:36:25.552Z | Downloaded home v0.5.5 |
1354 | 2023-11-01T16:36:25.556Z | Downloaded constant_time_eq v0.2.6 |
1355 | 2023-11-01T16:36:25.561Z | Downloaded cargo-platform v0.1.3 |
1356 | 2023-11-01T16:36:25.566Z | Downloaded memoffset v0.9.0 |
1357 | 2023-11-01T16:36:25.569Z | Downloaded hex-literal v0.4.1 |
1358 | 2023-11-01T16:36:25.571Z | Downloaded getopts v0.2.21 |
1359 | 2023-11-01T16:36:25.574Z | Downloaded cookie v0.16.2 |
1360 | 2023-11-01T16:36:25.577Z | Downloaded chacha20 v0.9.1 |
1361 | 2023-11-01T16:36:25.580Z | Downloaded cast v0.3.0 |
1362 | 2023-11-01T16:36:25.582Z | Downloaded cargo_metadata v0.18.0 |
1363 | 2023-11-01T16:36:25.585Z | Downloaded block-padding v0.3.3 |
1364 | 2023-11-01T16:36:25.588Z | Downloaded bitflags v1.3.2 |
1365 | 2023-11-01T16:36:25.591Z | Downloaded bitfield v0.14.0 |
1366 | 2023-11-01T16:36:25.593Z | Downloaded bit-vec v0.6.3 |
1367 | 2023-11-01T16:36:25.596Z | Downloaded cfg-if v0.1.10 |
1368 | 2023-11-01T16:36:25.599Z | Downloaded cargo_toml v0.16.3 |
1369 | 2023-11-01T16:36:25.602Z | Downloaded bincode v1.3.3 |
1370 | 2023-11-01T16:36:25.608Z | Downloaded bb8 v0.8.1 |
1371 | 2023-11-01T16:36:25.616Z | Downloaded base16ct v0.2.0 |
1372 | 2023-11-01T16:36:25.619Z | Downloaded serde-big-array v0.5.1 |
1373 | 2023-11-01T16:36:25.622Z | Downloaded serde-big-array v0.4.1 |
1374 | 2023-11-01T16:36:25.625Z | Downloaded hubpack_derive v0.1.1 |
1375 | 2023-11-01T16:36:25.627Z | Downloaded clap v4.4.3 |
1376 | 2023-11-01T16:36:25.630Z | Downloaded rayon-core v1.12.0 |
1377 | 2023-11-01T16:36:25.633Z | Downloaded httpdate v1.0.3 |
1378 | 2023-11-01T16:36:25.636Z | Downloaded ident_case v1.0.1 |
1379 | 2023-11-01T16:36:25.638Z | Downloaded http-range v0.1.5 |
1380 | 2023-11-01T16:36:25.641Z | Downloaded convert_case v0.4.0 |
1381 | 2023-11-01T16:36:25.644Z | Downloaded bit_field v0.10.2 |
1382 | 2023-11-01T16:36:25.647Z | Downloaded clap_lex v0.5.1 |
1383 | 2023-11-01T16:36:25.650Z | Downloaded bytesize v1.3.0 |
1384 | 2023-11-01T16:36:25.653Z | Downloaded half v1.8.2 |
1385 | 2023-11-01T16:36:25.657Z | Downloaded atty v0.2.14 |
1386 | 2023-11-01T16:36:25.660Z | Downloaded multer v2.1.0 |
1387 | 2023-11-01T16:36:25.662Z | Downloaded is-terminal v0.4.9 |
1388 | 2023-11-01T16:36:25.665Z | Downloaded humantime v2.1.0 |
1389 | 2023-11-01T16:36:25.668Z | Downloaded highway v1.1.0 |
1390 | 2023-11-01T16:36:25.670Z | Downloaded camino v1.1.6 |
1391 | 2023-11-01T16:36:25.673Z | Downloaded rustc_version v0.4.0 |
1392 | 2023-11-01T16:36:25.675Z | Downloaded lalrpop-util v0.19.12 |
1393 | 2023-11-01T16:36:25.678Z | Downloaded hyper-tls v0.5.0 |
1394 | 2023-11-01T16:36:25.681Z | Downloaded http-body v0.4.5 |
1395 | 2023-11-01T16:36:25.683Z | Downloaded hyper-rustls v0.24.2 |
1396 | 2023-11-01T16:36:25.686Z | Downloaded httptest v0.15.4 |
1397 | 2023-11-01T16:36:25.689Z | Downloaded hyper-staticfile v0.9.5 |
1398 | 2023-11-01T16:36:25.692Z | Downloaded colored v2.0.4 |
1399 | 2023-11-01T16:36:25.695Z | Downloaded memoffset v0.7.1 |
1400 | 2023-11-01T16:36:25.697Z | Downloaded bzip2 v0.4.4 |
1401 | 2023-11-01T16:36:25.700Z | Downloaded bit-set v0.5.3 |
1402 | 2023-11-01T16:36:25.703Z | Downloaded assert_matches v1.5.0 |
1403 | 2023-11-01T16:36:25.705Z | Downloaded cexpr v0.6.0 |
1404 | 2023-11-01T16:36:25.708Z | Downloaded cc v1.0.83 |
1405 | 2023-11-01T16:36:25.711Z | Downloaded block-buffer v0.10.4 |
1406 | 2023-11-01T16:36:25.713Z | Downloaded blake2b_simd v1.0.1 |
1407 | 2023-11-01T16:36:25.716Z | Downloaded bitstruct_derive v0.1.0 |
1408 | 2023-11-01T16:36:25.719Z | Downloaded async-stream-impl v0.3.5 |
1409 | 2023-11-01T16:36:25.721Z | Downloaded cancel-safe-futures v0.1.5 |
1410 | 2023-11-01T16:36:25.724Z | Downloaded async-stream v0.3.5 |
1411 | 2023-11-01T16:36:25.727Z | Downloaded bitflags v2.4.0 |
1412 | 2023-11-01T16:36:25.730Z | Downloaded ascii-canvas v3.0.0 |
1413 | 2023-11-01T16:36:25.817Z | Compiling proc-macro2 v1.0.67 |
1414 | 2023-11-01T16:36:25.820Z | Compiling unicode-ident v1.0.12 |
1415 | 2023-11-01T16:36:25.823Z | Compiling libc v0.2.149 |
1416 | 2023-11-01T16:36:25.826Z | Compiling serde v1.0.188 |
1417 | 2023-11-01T16:36:25.829Z | Compiling autocfg v1.1.0 |
1418 | 2023-11-01T16:36:25.832Z | Compiling cfg-if v1.0.0 |
1419 | 2023-11-01T16:36:25.834Z | Compiling version_check v0.9.4 |
1420 | 2023-11-01T16:36:25.837Z | Compiling syn v1.0.109 |
1421 | 2023-11-01T16:36:25.839Z | Running `/home/build/.rustup/toolchains/1.72.1-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.67/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=7ec7d57a9fea354b -C extra-filename=-7ec7d57a9fea354b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1422 | 2023-11-01T16:36:25.842Z | Running `/home/build/.rustup/toolchains/1.72.1-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=da60536db468fe1f -C extra-filename=-da60536db468fe1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1423 | 2023-11-01T16:36:25.845Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/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=1ebae33600a4552f -C extra-filename=-1ebae33600a4552f --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-1ebae33600a4552f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1424 | 2023-11-01T16:36:25.848Z | Running `/home/build/.rustup/toolchains/1.72.1-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=301657b8e75fa34a -C extra-filename=-301657b8e75fa34a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1425 | 2023-11-01T16:36:25.851Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fa824d592d428e82 -C extra-filename=-fa824d592d428e82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1426 | 2023-11-01T16:36:25.854Z | Running `/home/build/.rustup/toolchains/1.72.1-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=36b7bfc19191d7b5 -C extra-filename=-36b7bfc19191d7b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1427 | 2023-11-01T16:36:25.857Z | Running `/home/build/.rustup/toolchains/1.72.1-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.188/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=8b7d4688ff6ec7d2 -C extra-filename=-8b7d4688ff6ec7d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1428 | 2023-11-01T16:36:25.860Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cb012b6dc451b338 -C extra-filename=-cb012b6dc451b338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1429 | 2023-11-01T16:36:26.167Z | Compiling once_cell v1.18.0 |
1430 | 2023-11-01T16:36:26.172Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dffc32915439d36d -C extra-filename=-dffc32915439d36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1431 | 2023-11-01T16:36:26.247Z | Compiling libm v0.2.7 |
1432 | 2023-11-01T16:36:26.250Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c84985744f7ea911 -C extra-filename=-c84985744f7ea911 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1433 | 2023-11-01T16:36:26.871Z | Compiling parking_lot_core v0.9.8 |
1434 | 2023-11-01T16:36:26.876Z | Running `/home/build/.rustup/toolchains/1.72.1-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=66ea596ae03a17af -C extra-filename=-66ea596ae03a17af --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1435 | 2023-11-01T16:36:26.945Z | Compiling memchr v2.6.3 |
1436 | 2023-11-01T16:36:26.948Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2b9cc4e8f0305d0f -C extra-filename=-2b9cc4e8f0305d0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1437 | 2023-11-01T16:36:26.969Z | Compiling lock_api v0.4.10 |
1438 | 2023-11-01T16:36:26.972Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8685a19bd2588e85 -C extra-filename=-8685a19bd2588e85 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings` |
1439 | 2023-11-01T16:36:28.953Z | Compiling num-traits v0.2.16 |
1440 | 2023-11-01T16:36:28.973Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1b7851bfe210c606 -C extra-filename=-1b7851bfe210c606 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings` |
1441 | 2023-11-01T16:36:29.686Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-66ea596ae03a17af/build-script-build` |
1442 | 2023-11-01T16:36:30.132Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-1ebae33600a4552f/build-script-build` |
1443 | 2023-11-01T16:36:30.137Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-36b7bfc19191d7b5/build-script-build` |
1444 | 2023-11-01T16:36:30.141Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-c84985744f7ea911/build-script-build` |
1445 | 2023-11-01T16:36:30.146Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-8685a19bd2588e85/build-script-build` |
1446 | 2023-11-01T16:36:30.150Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-8b7d4688ff6ec7d2/build-script-build` |
1447 | 2023-11-01T16:36:30.153Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-1b7851bfe210c606/build-script-build` |
1448 | 2023-11-01T16:36:30.156Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-7ec7d57a9fea354b/build-script-build` |
1449 | 2023-11-01T16:36:30.159Z | Compiling log v0.4.20 |
1450 | 2023-11-01T16:36:30.162Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7d9cf9ba132625c1 -C extra-filename=-7d9cf9ba132625c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1451 | 2023-11-01T16:36:30.165Z | Compiling thiserror v1.0.49 |
1452 | 2023-11-01T16:36:30.168Z | Compiling itoa v1.0.9 |
1453 | 2023-11-01T16:36:30.171Z | Compiling futures-core v0.3.29 |
1454 | 2023-11-01T16:36:30.174Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7f571bfd1a0d0ba2 -C extra-filename=-7f571bfd1a0d0ba2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1455 | 2023-11-01T16:36:30.177Z | Compiling ahash v0.8.3 |
1456 | 2023-11-01T16:36:30.180Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/lib.rs --error-format=json --json=diagnostic-rendered-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=951633e8fd59a40d -C extra-filename=-951633e8fd59a40d --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` |
1457 | 2023-11-01T16:36:30.191Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c9458231e53b930e -C extra-filename=-c9458231e53b930e --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-c9458231e53b930e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1458 | 2023-11-01T16:36:30.196Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5cfbcdc992ada6c2 -C extra-filename=-5cfbcdc992ada6c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1459 | 2023-11-01T16:36:30.199Z | Running `/home/build/.rustup/toolchains/1.72.1-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=615e4bddd6779bcd -C extra-filename=-615e4bddd6779bcd --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
1460 | 2023-11-01T16:36:30.202Z | Running `/home/build/.rustup/toolchains/1.72.1-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.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=577a284e9bcc389a -C extra-filename=-577a284e9bcc389a --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-da60536db468fe1f.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro` |
1461 | 2023-11-01T16:36:30.222Z | Compiling typenum v1.16.0 |
1462 | 2023-11-01T16:36:30.226Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ce2f6f3ba70c12d6 -C extra-filename=-ce2f6f3ba70c12d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1463 | 2023-11-01T16:36:30.569Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-c9458231e53b930e/build-script-build` |
1464 | 2023-11-01T16:36:30.603Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-615e4bddd6779bcd/build-script-build` |
1465 | 2023-11-01T16:36:30.631Z | Compiling generic-array v0.14.7 |
1466 | 2023-11-01T16:36:30.636Z | Compiling ryu v1.0.15 |
1467 | 2023-11-01T16:36:30.643Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c5834cbc42a6ca13 -C extra-filename=-c5834cbc42a6ca13 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
1468 | 2023-11-01T16:36:30.650Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4a3577197cfd5900 -C extra-filename=-4a3577197cfd5900 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1469 | 2023-11-01T16:36:30.705Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-7f571bfd1a0d0ba2/build-script-build` |
1470 | 2023-11-01T16:36:30.749Z | Compiling heck v0.4.1 |
1471 | 2023-11-01T16:36:30.753Z | Running `/home/build/.rustup/toolchains/1.72.1-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=58e6b367499d83fa -C extra-filename=-58e6b367499d83fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1472 | 2023-11-01T16:36:30.869Z | Compiling scopeguard v1.2.0 |
1473 | 2023-11-01T16:36:30.873Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4dda9e26a75f327a -C extra-filename=-4dda9e26a75f327a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1474 | 2023-11-01T16:36:31.148Z | Running `/home/build/.rustup/toolchains/1.72.1-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=40f40ed9b79fa7d8 -C extra-filename=-40f40ed9b79fa7d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1475 | 2023-11-01T16:36:31.252Z | Compiling slab v0.4.9 |
1476 | 2023-11-01T16:36:31.255Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1ba3ca3c11bcdc50 -C extra-filename=-1ba3ca3c11bcdc50 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings` |
1477 | 2023-11-01T16:36:31.309Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-c5834cbc42a6ca13/build-script-build` |
1478 | 2023-11-01T16:36:31.312Z | Compiling futures-task v0.3.29 |
1479 | 2023-11-01T16:36:31.315Z | Running `/home/build/.rustup/toolchains/1.72.1-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=50b8094d38359fbe -C extra-filename=-50b8094d38359fbe --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-50b8094d38359fbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1480 | 2023-11-01T16:36:31.389Z | Compiling quote v1.0.33 |
1481 | 2023-11-01T16:36:31.443Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8512bc6ae7bced04 -C extra-filename=-8512bc6ae7bced04 --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-577a284e9bcc389a.rmeta --cap-lints allow -D warnings` |
1482 | 2023-11-01T16:36:31.556Z | Compiling futures-channel v0.3.29 |
1483 | 2023-11-01T16:36:31.561Z | Running `/home/build/.rustup/toolchains/1.72.1-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=99ac604a7a4c72a4 -C extra-filename=-99ac604a7a4c72a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-99ac604a7a4c72a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1484 | 2023-11-01T16:36:31.846Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-1ba3ca3c11bcdc50/build-script-build` |
1485 | 2023-11-01T16:36:31.908Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-ce2f6f3ba70c12d6/build-script-main` |
1486 | 2023-11-01T16:36:31.911Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-50b8094d38359fbe/build-script-build` |
1487 | 2023-11-01T16:36:31.985Z | Compiling getrandom v0.2.10 |
1488 | 2023-11-01T16:36:31.988Z | Running `/home/build/.rustup/toolchains/1.72.1-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=75d25cd6bbf5ada0 -C extra-filename=-75d25cd6bbf5ada0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
1489 | 2023-11-01T16:36:32.074Z | Compiling syn v2.0.32 |
1490 | 2023-11-01T16:36:32.077Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b33ad495b446e2a7 -C extra-filename=-b33ad495b446e2a7 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings` |
1491 | 2023-11-01T16:36:32.164Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f88a0545b115dad3 -C extra-filename=-f88a0545b115dad3 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests` |
1492 | 2023-11-01T16:36:32.252Z | Compiling jobserver v0.1.26 |
1493 | 2023-11-01T16:36:32.289Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=48615985f879a63f -C extra-filename=-48615985f879a63f --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
1494 | 2023-11-01T16:36:32.618Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-99ac604a7a4c72a4/build-script-build` |
1495 | 2023-11-01T16:36:32.666Z | Compiling pkg-config v0.3.27 |
1496 | 2023-11-01T16:36:32.669Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b2bde0cde8c99b7a -C extra-filename=-b2bde0cde8c99b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1497 | 2023-11-01T16:36:32.673Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8276e47ef83e0a61 -C extra-filename=-8276e47ef83e0a61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'` |
1498 | 2023-11-01T16:36:32.816Z | Compiling cc v1.0.83 |
1499 | 2023-11-01T16:36:32.824Z | Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="jobserver"' --cfg 'feature="parallel"' -C metadata=b8e3951e079cc622 -C extra-filename=-b8e3951e079cc622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-48615985f879a63f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
1500 | 2023-11-01T16:36:33.018Z | Running `/home/build/.rustup/toolchains/1.72.1-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=50180e8112bf05bb -C extra-filename=-50180e8112bf05bb --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-40f40ed9b79fa7d8.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` |
1501 | 2023-11-01T16:36:33.381Z | Compiling futures-util v0.3.29 |
1502 | 2023-11-01T16:36:33.386Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9ca00d78d4bb9197 -C extra-filename=-9ca00d78d4bb9197 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-9ca00d78d4bb9197 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1503 | 2023-11-01T16:36:33.445Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4e1c5de4b4146de7 -C extra-filename=-4e1c5de4b4146de7 --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-4dda9e26a75f327a.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound` |
1504 | 2023-11-01T16:36:33.639Z | Compiling smallvec v1.11.0 |
1505 | 2023-11-01T16:36:33.667Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9c6b3c03d28d4365 -C extra-filename=-9c6b3c03d28d4365 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1506 | 2023-11-01T16:36:34.009Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-9ca00d78d4bb9197/build-script-build` |
1507 | 2023-11-01T16:36:34.065Z | Compiling allocator-api2 v0.2.16 |
1508 | 2023-11-01T16:36:34.068Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-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="alloc"' -C metadata=65fb5bbe93c488fa -C extra-filename=-65fb5bbe93c488fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1509 | 2023-11-01T16:36:34.318Z | Compiling fnv v1.0.7 |
1510 | 2023-11-01T16:36:34.321Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1a818be490fdad0e -C extra-filename=-1a818be490fdad0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1511 | 2023-11-01T16:36:34.452Z | Running `/home/build/.rustup/toolchains/1.72.1-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=90a1c1a80b5a9681 -C extra-filename=-90a1c1a80b5a9681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings` |
1512 | 2023-11-01T16:36:34.527Z | Compiling equivalent v1.0.1 |
1513 | 2023-11-01T16:36:34.555Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2fccbc822ca879d0 -C extra-filename=-2fccbc822ca879d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1514 | 2023-11-01T16:36:34.647Z | Compiling schemars v0.8.13 |
1515 | 2023-11-01T16:36:34.657Z | Running `/home/build/.rustup/toolchains/1.72.1-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=61fde5c49e14e297 -C extra-filename=-61fde5c49e14e297 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1516 | 2023-11-01T16:36:34.697Z | Compiling vcpkg v0.2.15 |
1517 | 2023-11-01T16:36:34.702Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6d26e2d840f26489 -C extra-filename=-6d26e2d840f26489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1518 | 2023-11-01T16:36:35.267Z | Compiling hashbrown v0.14.0 |
1519 | 2023-11-01T16:36:35.270Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=2c1bab4f653c68c5 -C extra-filename=-2c1bab4f653c68c5 --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-8276e47ef83e0a61.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-65fb5bbe93c488fa.rmeta --cap-lints allow -D warnings` |
1520 | 2023-11-01T16:36:35.438Z | Compiling parking_lot v0.12.1 |
1521 | 2023-11-01T16:36:35.441Z | Running `/home/build/.rustup/toolchains/1.72.1-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=79070e5cf7ada956 -C extra-filename=-79070e5cf7ada956 --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-4e1c5de4b4146de7.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-90a1c1a80b5a9681.rmeta --cap-lints allow -D warnings` |
1522 | 2023-11-01T16:36:35.689Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-61fde5c49e14e297/build-script-build` |
1523 | 2023-11-01T16:36:35.736Z | Compiling iana-time-zone v0.1.57 |
1524 | 2023-11-01T16:36:35.740Z | Running `/home/build/.rustup/toolchains/1.72.1-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=14efeeed8496d54e -C extra-filename=-14efeeed8496d54e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1525 | 2023-11-01T16:36:36.469Z | Compiling serde_json v1.0.108 |
1526 | 2023-11-01T16:36:36.473Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5ada5263d6f7c9cf -C extra-filename=-5ada5263d6f7c9cf --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-5ada5263d6f7c9cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1527 | 2023-11-01T16:36:36.896Z | Compiling spin v0.5.2 |
1528 | 2023-11-01T16:36:36.899Z | Running `/home/build/.rustup/toolchains/1.72.1-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=067a8add982d410a -C extra-filename=-067a8add982d410a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1529 | 2023-11-01T16:36:37.080Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-5ada5263d6f7c9cf/build-script-build` |
1530 | 2023-11-01T16:36:37.124Z | Compiling pin-project-lite v0.2.13 |
1531 | 2023-11-01T16:36:37.127Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2335542551612e97 -C extra-filename=-2335542551612e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1532 | 2023-11-01T16:36:37.620Z | Compiling rand_core v0.6.4 |
1533 | 2023-11-01T16:36:37.624Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b7752064d206ef48 -C extra-filename=-b7752064d206ef48 --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-75d25cd6bbf5ada0.rmeta --cap-lints allow -D warnings` |
1534 | 2023-11-01T16:36:37.627Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6af423f136dee1a0 -C extra-filename=-6af423f136dee1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-6af423f136dee1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1535 | 2023-11-01T16:36:37.631Z | Compiling byteorder v1.5.0 |
1536 | 2023-11-01T16:36:37.634Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6fb8385a046b069a -C extra-filename=-6fb8385a046b069a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1537 | 2023-11-01T16:36:37.637Z | Compiling aho-corasick v1.0.4 |
1538 | 2023-11-01T16:36:37.640Z | Running `/home/build/.rustup/toolchains/1.72.1-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=626d69baada25e63 -C extra-filename=-626d69baada25e63 --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-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings` |
1539 | 2023-11-01T16:36:37.798Z | Compiling regex-syntax v0.8.2 |
1540 | 2023-11-01T16:36:37.802Z | Running `/home/build/.rustup/toolchains/1.72.1-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=50a40f9a5cebd39f -C extra-filename=-50a40f9a5cebd39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1541 | 2023-11-01T16:36:37.880Z | Compiling signal-hook-registry v1.4.1 |
1542 | 2023-11-01T16:36:37.884Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-6af423f136dee1a0/build-script-build` |
1543 | 2023-11-01T16:36:37.888Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8ef5bea0a6216ba2 -C extra-filename=-8ef5bea0a6216ba2 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
1544 | 2023-11-01T16:36:37.953Z | Compiling mio v0.8.8 |
1545 | 2023-11-01T16:36:38.001Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9113e4b91d4e10f7 -C extra-filename=-9113e4b91d4e10f7 --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-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings` |
1546 | 2023-11-01T16:36:38.047Z | Compiling httparse v1.8.0 |
1547 | 2023-11-01T16:36:38.050Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5236cc9fa07aafa3 -C extra-filename=-5236cc9fa07aafa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1548 | 2023-11-01T16:36:38.086Z | Compiling num_cpus v1.16.0 |
1549 | 2023-11-01T16:36:38.089Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5352e39305fe0a4c -C extra-filename=-5352e39305fe0a4c --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
1550 | 2023-11-01T16:36:38.275Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2e4b787c2de71c9f -C extra-filename=-2e4b787c2de71c9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1551 | 2023-11-01T16:36:38.702Z | Compiling indexmap v1.9.3 |
1552 | 2023-11-01T16:36:38.705Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d0e7450a8ce08552 -C extra-filename=-d0e7450a8ce08552 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings` |
1553 | 2023-11-01T16:36:38.762Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-5236cc9fa07aafa3/build-script-build` |
1554 | 2023-11-01T16:36:38.809Z | Compiling dyn-clone v1.0.13 |
1555 | 2023-11-01T16:36:38.813Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0ddc113e7e9f4a26 -C extra-filename=-0ddc113e7e9f4a26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1556 | 2023-11-01T16:36:39.183Z | Compiling ring v0.16.20 |
1557 | 2023-11-01T16:36:39.187Z | Running `/home/build/.rustup/toolchains/1.72.1-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=290f83d1fda015eb -C extra-filename=-290f83d1fda015eb --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-290f83d1fda015eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings` |
1558 | 2023-11-01T16:36:39.363Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-d0e7450a8ce08552/build-script-build` |
1559 | 2023-11-01T16:36:39.375Z | Compiling socket2 v0.5.4 |
1560 | 2023-11-01T16:36:39.404Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6ce94efbc4534b0f -C extra-filename=-6ce94efbc4534b0f --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
1561 | 2023-11-01T16:36:39.411Z | Compiling ring v0.17.5 |
1562 | 2023-11-01T16:36:39.438Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fc3cfb7aa88623a0 -C extra-filename=-fc3cfb7aa88623a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-fc3cfb7aa88623a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings` |
1563 | 2023-11-01T16:36:40.129Z | Compiling tinyvec_macros v0.1.1 |
1564 | 2023-11-01T16:36:40.181Z | Running `/home/build/.rustup/toolchains/1.72.1-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=144c4a4853a1d827 -C extra-filename=-144c4a4853a1d827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1565 | 2023-11-01T16:36:40.285Z | Compiling rustix v0.38.9 |
1566 | 2023-11-01T16:36:40.289Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f4a3b5516a1033b5 -C extra-filename=-f4a3b5516a1033b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1567 | 2023-11-01T16:36:41.060Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-290f83d1fda015eb/build-script-build` |
1568 | 2023-11-01T16:36:41.070Z | Compiling tinyvec v1.6.0 |
1569 | 2023-11-01T16:36:41.073Z | Running `/home/build/.rustup/toolchains/1.72.1-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=85963be74ba39079 -C extra-filename=-85963be74ba39079 --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-144c4a4853a1d827.rmeta --cap-lints allow -D warnings` |
1570 | 2023-11-01T16:36:41.319Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-fc3cfb7aa88623a0/build-script-build` |
1571 | 2023-11-01T16:36:41.369Z | Compiling openssl-sys v0.9.93 |
1572 | 2023-11-01T16:36:41.372Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3843d720dd2e1ee1 -C extra-filename=-3843d720dd2e1ee1 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-3843d720dd2e1ee1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings` |
1573 | 2023-11-01T16:36:41.409Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-f4a3b5516a1033b5/build-script-build` |
1574 | 2023-11-01T16:36:41.591Z | Compiling futures-sink v0.3.29 |
1575 | 2023-11-01T16:36:41.595Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d612af58a2e9deb0 -C extra-filename=-d612af58a2e9deb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1576 | 2023-11-01T16:36:41.828Z | Compiling pin-utils v0.1.0 |
1577 | 2023-11-01T16:36:41.836Z | Running `/home/build/.rustup/toolchains/1.72.1-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=258679e4375c153a -C extra-filename=-258679e4375c153a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1578 | 2023-11-01T16:36:41.969Z | Compiling semver v1.0.20 |
1579 | 2023-11-01T16:36:41.978Z | Running `/home/build/.rustup/toolchains/1.72.1-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=88dd1535b184a6a9 -C extra-filename=-88dd1535b184a6a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-88dd1535b184a6a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1580 | 2023-11-01T16:36:42.782Z | Compiling unicode-bidi v0.3.13 |
1581 | 2023-11-01T16:36:42.785Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a79322ee08f170c2 -C extra-filename=-a79322ee08f170c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1582 | 2023-11-01T16:36:42.913Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-3843d720dd2e1ee1/build-script-main` |
1583 | 2023-11-01T16:36:43.680Z | Compiling unicode-normalization v0.1.22 |
1584 | 2023-11-01T16:36:43.683Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ac138eb008fbc34d -C extra-filename=-ac138eb008fbc34d --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-85963be74ba39079.rmeta --cap-lints allow -D warnings` |
1585 | 2023-11-01T16:36:44.995Z | Compiling serde_derive_internals v0.26.0 |
1586 | 2023-11-01T16:36:44.999Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7cd5cf0bcb37ed50 -C extra-filename=-7cd5cf0bcb37ed50 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings` |
1587 | 2023-11-01T16:36:45.370Z | Compiling regex-automata v0.4.3 |
1588 | 2023-11-01T16:36:45.374Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3f53e4c5b0627271 -C extra-filename=-3f53e4c5b0627271 --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-626d69baada25e63.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --cap-lints allow -D warnings` |
1589 | 2023-11-01T16:36:45.555Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-88dd1535b184a6a9/build-script-build` |
1590 | 2023-11-01T16:36:45.667Z | Compiling rustls v0.21.8 |
1591 | 2023-11-01T16:36:45.670Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3180cc9a707df9e7 -C extra-filename=-3180cc9a707df9e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3180cc9a707df9e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1592 | 2023-11-01T16:36:45.832Z | Compiling percent-encoding v2.3.0 |
1593 | 2023-11-01T16:36:45.835Z | Running `/home/build/.rustup/toolchains/1.72.1-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=58aac9722dc74e91 -C extra-filename=-58aac9722dc74e91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1594 | 2023-11-01T16:36:46.187Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ded8f3b170e32147 -C extra-filename=-ded8f3b170e32147 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --cap-lints allow -D warnings` |
1595 | 2023-11-01T16:36:46.491Z | Running `/home/build/.rustup/toolchains/1.72.1-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=82ba02363acc9ab8 -C extra-filename=-82ba02363acc9ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1596 | 2023-11-01T16:36:46.858Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9c6769608002a48c -C extra-filename=-9c6769608002a48c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1597 | 2023-11-01T16:36:46.951Z | Compiling openssl v0.10.57 |
1598 | 2023-11-01T16:36:46.954Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f20da6aca1599289 -C extra-filename=-f20da6aca1599289 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1599 | 2023-11-01T16:36:47.373Z | Compiling futures-io v0.3.29 |
1600 | 2023-11-01T16:36:47.377Z | Running `/home/build/.rustup/toolchains/1.72.1-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=821b8cd695f8ec6d -C extra-filename=-821b8cd695f8ec6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1601 | 2023-11-01T16:36:47.631Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-f20da6aca1599289/build-script-build` |
1602 | 2023-11-01T16:36:47.680Z | Compiling form_urlencoded v1.2.0 |
1603 | 2023-11-01T16:36:47.683Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bdee90b95eb7999e -C extra-filename=-bdee90b95eb7999e --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-58aac9722dc74e91.rmeta --cap-lints allow -D warnings` |
1604 | 2023-11-01T16:36:47.866Z | Running `/home/build/.rustup/toolchains/1.72.1-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=04e3f21d815cd8b9 -C extra-filename=-04e3f21d815cd8b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1605 | 2023-11-01T16:36:48.204Z | Compiling ucd-trie v0.1.6 |
1606 | 2023-11-01T16:36:48.210Z | Running `/home/build/.rustup/toolchains/1.72.1-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=963b26a2aa59b261 -C extra-filename=-963b26a2aa59b261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1607 | 2023-11-01T16:36:48.939Z | Compiling unicode-xid v0.2.4 |
1608 | 2023-11-01T16:36:48.953Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9d8f12589899f678 -C extra-filename=-9d8f12589899f678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1609 | 2023-11-01T16:36:49.161Z | Compiling backtrace v0.3.69 |
1610 | 2023-11-01T16:36:49.164Z | Running `/home/build/.rustup/toolchains/1.72.1-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=83378d8df28ab4e1 -C extra-filename=-83378d8df28ab4e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-83378d8df28ab4e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings` |
1611 | 2023-11-01T16:36:49.340Z | Compiling unicode-width v0.1.11 |
1612 | 2023-11-01T16:36:49.343Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b5773f86976bf9c1 -C extra-filename=-b5773f86976bf9c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1613 | 2023-11-01T16:36:49.609Z | Compiling async-trait v0.1.74 |
1614 | 2023-11-01T16:36:49.613Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ee5ed7da80017bff -C extra-filename=-ee5ed7da80017bff --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-ee5ed7da80017bff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1615 | 2023-11-01T16:36:49.960Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-83378d8df28ab4e1/build-script-build` |
1616 | 2023-11-01T16:36:50.007Z | Compiling lazy_static v1.4.0 |
1617 | 2023-11-01T16:36:50.011Z | Running `/home/build/.rustup/toolchains/1.72.1-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=31315c5ec54d9eb8 -C extra-filename=-31315c5ec54d9eb8 --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-067a8add982d410a.rmeta --cap-lints allow -D warnings` |
1618 | 2023-11-01T16:36:50.169Z | Compiling native-tls v0.2.11 |
1619 | 2023-11-01T16:36:50.172Z | Running `/home/build/.rustup/toolchains/1.72.1-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=81bcf05595811fab -C extra-filename=-81bcf05595811fab --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1620 | 2023-11-01T16:36:50.203Z | Compiling rustversion v1.0.14 |
1621 | 2023-11-01T16:36:50.245Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ee1e586feee1bf2b -C extra-filename=-ee1e586feee1bf2b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1622 | 2023-11-01T16:36:50.416Z | Compiling idna v0.4.0 |
1623 | 2023-11-01T16:36:50.419Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f45dd1b1e77af6bc -C extra-filename=-f45dd1b1e77af6bc --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-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings` |
1624 | 2023-11-01T16:36:50.451Z | Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-ee5ed7da80017bff/build-script-build` |
1625 | 2023-11-01T16:36:50.562Z | Compiling slog v2.7.0 |
1626 | 2023-11-01T16:36:50.565Z | Running `/home/build/.rustup/toolchains/1.72.1-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=50f19adf750f9175 -C extra-filename=-50f19adf750f9175 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1627 | 2023-11-01T16:36:50.790Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-81bcf05595811fab/build-script-build` |
1628 | 2023-11-01T16:36:50.835Z | Compiling anyhow v1.0.75 |
1629 | 2023-11-01T16:36:50.870Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6e4c0cf124b807de -C extra-filename=-6e4c0cf124b807de --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1630 | 2023-11-01T16:36:51.187Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-ee1e586feee1bf2b/build-script-build` |
1631 | 2023-11-01T16:36:51.303Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e337c297b7344c42 -C extra-filename=-e337c297b7344c42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
1632 | 2023-11-01T16:36:51.390Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-50f19adf750f9175/build-script-build` |
1633 | 2023-11-01T16:36:51.421Z | Compiling bitflags v1.3.2 |
1634 | 2023-11-01T16:36:51.437Z | Running `/home/build/.rustup/toolchains/1.72.1-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=237bfdbc957aefc2 -C extra-filename=-237bfdbc957aefc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1635 | 2023-11-01T16:36:51.466Z | Compiling subtle v2.5.0 |
1636 | 2023-11-01T16:36:51.469Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5aae046eb05ace35 -C extra-filename=-5aae046eb05ace35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1637 | 2023-11-01T16:36:51.572Z | Compiling crossbeam-utils v0.8.16 |
1638 | 2023-11-01T16:36:51.575Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2b72d92b204211df -C extra-filename=-2b72d92b204211df --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1639 | 2023-11-01T16:36:51.726Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-6e4c0cf124b807de/build-script-build` |
1640 | 2023-11-01T16:36:52.012Z | Compiling url v2.4.1 |
1641 | 2023-11-01T16:36:52.016Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4ddeb6fc7fa00215 -C extra-filename=-4ddeb6fc7fa00215 --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-bdee90b95eb7999e.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-f45dd1b1e77af6bc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --cap-lints allow -D warnings` |
1642 | 2023-11-01T16:36:52.327Z | Compiling winnow v0.5.15 |
1643 | 2023-11-01T16:36:52.333Z | Running `/home/build/.rustup/toolchains/1.72.1-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=016aea2942a95061 -C extra-filename=-016aea2942a95061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1644 | 2023-11-01T16:36:52.384Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-2b72d92b204211df/build-script-build` |
1645 | 2023-11-01T16:36:52.429Z | Compiling regex v1.10.2 |
1646 | 2023-11-01T16:36:52.433Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4ecfbf899a12e38f -C extra-filename=-4ecfbf899a12e38f --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-626d69baada25e63.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --cap-lints allow -D warnings` |
1647 | 2023-11-01T16:36:53.348Z | Compiling hashbrown v0.13.2 |
1648 | 2023-11-01T16:36:53.353Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bb614e6fdd6f35be -C extra-filename=-bb614e6fdd6f35be --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-8276e47ef83e0a61.rmeta --cap-lints allow -D warnings` |
1649 | 2023-11-01T16:36:54.083Z | Compiling errno v0.3.2 |
1650 | 2023-11-01T16:36:54.090Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7b316bd503d18164 -C extra-filename=-7b316bd503d18164 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
1651 | 2023-11-01T16:36:54.372Z | Compiling time-core v0.1.1 |
1652 | 2023-11-01T16:36:54.379Z | Running `/home/build/.rustup/toolchains/1.72.1-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=db894d590c93f55e -C extra-filename=-db894d590c93f55e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1653 | 2023-11-01T16:36:54.413Z | Compiling base64 v0.21.5 |
1654 | 2023-11-01T16:36:54.435Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c0a884fd652c2175 -C extra-filename=-c0a884fd652c2175 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1655 | 2023-11-01T16:36:54.676Z | Compiling time-macros v0.2.13 |
1656 | 2023-11-01T16:36:54.682Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3f56d02e742d9deb -C extra-filename=-3f56d02e742d9deb --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-db894d590c93f55e.rlib --extern proc_macro --cap-lints allow -D warnings` |
1657 | 2023-11-01T16:36:55.470Z | Compiling tracing-core v0.1.31 |
1658 | 2023-11-01T16:36:55.473Z | Running `/home/build/.rustup/toolchains/1.72.1-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=978e55013bffdcb9 -C extra-filename=-978e55013bffdcb9 --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-dffc32915439d36d.rmeta --cap-lints allow -D warnings` |
1659 | 2023-11-01T16:36:55.504Z | Compiling strsim v0.10.0 |
1660 | 2023-11-01T16:36:55.507Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1c46220253478178 -C extra-filename=-1c46220253478178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1661 | 2023-11-01T16:36:55.763Z | Compiling adler v1.0.2 |
1662 | 2023-11-01T16:36:55.800Z | Running `/home/build/.rustup/toolchains/1.72.1-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=132009fb6b2f5d87 -C extra-filename=-132009fb6b2f5d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1663 | 2023-11-01T16:36:56.148Z | Compiling miniz_oxide v0.7.1 |
1664 | 2023-11-01T16:36:56.568Z | Running `/home/build/.rustup/toolchains/1.72.1-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=035fa96984d9041a -C extra-filename=-035fa96984d9041a --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-132009fb6b2f5d87.rmeta --cap-lints allow -D warnings` |
1665 | 2023-11-01T16:36:56.914Z | Compiling synstructure v0.12.6 |
1666 | 2023-11-01T16:36:56.926Z | Running `/home/build/.rustup/toolchains/1.72.1-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=acaed900a7a14117 -C extra-filename=-acaed900a7a14117 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rmeta --cap-lints allow -D warnings` |
1667 | 2023-11-01T16:36:57.523Z | Compiling serde_derive v1.0.188 |
1668 | 2023-11-01T16:36:57.530Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.188/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=aeb4063bf79bcef0 -C extra-filename=-aeb4063bf79bcef0 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1669 | 2023-11-01T16:36:58.144Z | Compiling thiserror-impl v1.0.49 |
1670 | 2023-11-01T16:36:58.150Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9da73fdce886a303 -C extra-filename=-9da73fdce886a303 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1671 | 2023-11-01T16:36:58.595Z | Compiling zeroize_derive v1.4.2 |
1672 | 2023-11-01T16:36:58.600Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c8f54ebde8160f23 -C extra-filename=-c8f54ebde8160f23 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1673 | 2023-11-01T16:36:58.928Z | Compiling tokio-macros v2.1.0 |
1674 | 2023-11-01T16:36:58.933Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a227de3d2402746e -C extra-filename=-a227de3d2402746e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1675 | 2023-11-01T16:36:59.236Z | Compiling futures-macro v0.3.29 |
1676 | 2023-11-01T16:36:59.240Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cfb3bddea19c3a21 -C extra-filename=-cfb3bddea19c3a21 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1677 | 2023-11-01T16:36:59.699Z | Compiling schemars_derive v0.8.13 |
1678 | 2023-11-01T16:36:59.702Z | Running `/home/build/.rustup/toolchains/1.72.1-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=21f257bb376f42bc -C extra-filename=-21f257bb376f42bc --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-7cd5cf0bcb37ed50.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
1679 | 2023-11-01T16:37:00.126Z | Compiling tracing-attributes v0.1.26 |
1680 | 2023-11-01T16:37:00.161Z | Running `/home/build/.rustup/toolchains/1.72.1-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=72a1983bdf5f8eeb -C extra-filename=-72a1983bdf5f8eeb --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1681 | 2023-11-01T16:37:01.447Z | Compiling zeroize v1.6.0 |
1682 | 2023-11-01T16:37:01.498Z | Running `/home/build/.rustup/toolchains/1.72.1-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=be0cb31ca6c36c77 -C extra-filename=-be0cb31ca6c36c77 --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-c8f54ebde8160f23.so --cap-lints allow -D warnings` |
1683 | 2023-11-01T16:37:01.925Z | Compiling openssl-macros v0.1.1 |
1684 | 2023-11-01T16:37:01.951Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d56300f5e0859093 -C extra-filename=-d56300f5e0859093 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1685 | 2023-11-01T16:37:02.104Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f8fea248a8ef80ee -C extra-filename=-f8fea248a8ef80ee --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-04e3f21d815cd8b9.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence` |
1686 | 2023-11-01T16:37:02.811Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cde40b1e5460b78c -C extra-filename=-cde40b1e5460b78c --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1687 | 2023-11-01T16:37:02.953Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bb3989e3a9425633 -C extra-filename=-bb3989e3a9425633 --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-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-cfb3bddea19c3a21.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --cap-lints allow -D warnings` |
1688 | 2023-11-01T16:37:03.373Z | Compiling ppv-lite86 v0.2.17 |
1689 | 2023-11-01T16:37:03.384Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3adf9bc5ea2a15e8 -C extra-filename=-3adf9bc5ea2a15e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1690 | 2023-11-01T16:37:03.403Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5da9f46e1a667f5e -C extra-filename=-5da9f46e1a667f5e --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-9da73fdce886a303.so --cap-lints allow -D warnings` |
1691 | 2023-11-01T16:37:03.620Z | Compiling pest v2.7.2 |
1692 | 2023-11-01T16:37:03.624Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9aa5a03f5d78a745 -C extra-filename=-9aa5a03f5d78a745 --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-5da9f46e1a667f5e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-963b26a2aa59b261.rmeta --cap-lints allow -D warnings` |
1693 | 2023-11-01T16:37:04.815Z | Compiling crypto-common v0.1.6 |
1694 | 2023-11-01T16:37:04.819Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ebb22ac2993ca735 -C extra-filename=-ebb22ac2993ca735 --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-f8fea248a8ef80ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-04e3f21d815cd8b9.rmeta --cap-lints allow -D warnings` |
1695 | 2023-11-01T16:37:04.849Z | Compiling const-oid v0.9.5 |
1696 | 2023-11-01T16:37:04.852Z | Running `/home/build/.rustup/toolchains/1.72.1-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=61bf72856c116b87 -C extra-filename=-61bf72856c116b87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1697 | 2023-11-01T16:37:05.171Z | Compiling rand_chacha v0.3.1 |
1698 | 2023-11-01T16:37:05.181Z | Running `/home/build/.rustup/toolchains/1.72.1-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="default"' --cfg 'feature="std"' -C metadata=03bf0b56351116c5 -C extra-filename=-03bf0b56351116c5 --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-3adf9bc5ea2a15e8.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings` |
1699 | 2023-11-01T16:37:05.356Z | Compiling zerocopy-derive v0.2.0 |
1700 | 2023-11-01T16:37:05.370Z | Running `/home/build/.rustup/toolchains/1.72.1-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=76ae81a4f7636b9f -C extra-filename=-76ae81a4f7636b9f --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-577a284e9bcc389a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-acaed900a7a14117.rlib --extern proc_macro --cap-lints allow -D warnings` |
1701 | 2023-11-01T16:37:06.294Z | Compiling tracing v0.1.37 |
1702 | 2023-11-01T16:37:06.334Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8aea0bd7d0a4ba50 -C extra-filename=-8aea0bd7d0a4ba50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-72a1983bdf5f8eeb.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-978e55013bffdcb9.rmeta --cap-lints allow -D warnings` |
1703 | 2023-11-01T16:37:07.195Z | Compiling rand v0.8.5 |
1704 | 2023-11-01T16:37:07.199Z | Running `/home/build/.rustup/toolchains/1.72.1-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="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=832475e8c6b10412 -C extra-filename=-832475e8c6b10412 --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-951633e8fd59a40d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings` |
1705 | 2023-11-01T16:37:07.403Z | Compiling spin v0.9.8 |
1706 | 2023-11-01T16:37:07.441Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b00a5544072d924c -C extra-filename=-b00a5544072d924c --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-4e1c5de4b4146de7.rmeta --cap-lints allow -D warnings` |
1707 | 2023-11-01T16:37:08.052Z | Compiling usdt-impl v0.3.5 |
1708 | 2023-11-01T16:37:08.057Z | Running `/home/build/.rustup/toolchains/1.72.1-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=82b28e27bd76deeb -C extra-filename=-82b28e27bd76deeb --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
1709 | 2023-11-01T16:37:08.087Z | Compiling gimli v0.28.0 |
1710 | 2023-11-01T16:37:08.095Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8d144ba13270a568 -C extra-filename=-8d144ba13270a568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1711 | 2023-11-01T16:37:08.293Z | Compiling pest_meta v2.7.2 |
1712 | 2023-11-01T16:37:08.299Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c8b8319e74150075 -C extra-filename=-c8b8319e74150075 --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-dffc32915439d36d.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-9aa5a03f5d78a745.rmeta --cap-lints allow -D warnings` |
1713 | 2023-11-01T16:37:08.712Z | Compiling zerocopy v0.3.0 |
1714 | 2023-11-01T16:37:08.718Z | Running `/home/build/.rustup/toolchains/1.72.1-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=50eb0e1ab85b64a0 -C extra-filename=-50eb0e1ab85b64a0 --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-6fb8385a046b069a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings` |
1715 | 2023-11-01T16:37:08.726Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-82b28e27bd76deeb/build-script-build` |
1716 | 2023-11-01T16:37:09.197Z | Compiling block-buffer v0.10.4 |
1717 | 2023-11-01T16:37:09.200Z | Running `/home/build/.rustup/toolchains/1.72.1-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=09a3fa0da8c3127f -C extra-filename=-09a3fa0da8c3127f --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-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings` |
1718 | 2023-11-01T16:37:09.599Z | Running `/home/build/.rustup/toolchains/1.72.1-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=20277456fa976614 -C extra-filename=-20277456fa976614 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd` |
1719 | 2023-11-01T16:37:10.084Z | Compiling object v0.32.1 |
1720 | 2023-11-01T16:37:10.088Z | Running `/home/build/.rustup/toolchains/1.72.1-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=016447daf50e197e -C extra-filename=-016447daf50e197e --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-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings` |
1721 | 2023-11-01T16:37:10.106Z | Compiling rustc-demangle v0.1.23 |
1722 | 2023-11-01T16:37:10.144Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4069d6958baa4f33 -C extra-filename=-4069d6958baa4f33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1723 | 2023-11-01T16:37:10.878Z | Compiling pest_generator v2.7.2 |
1724 | 2023-11-01T16:37:10.882Z | Compiling hashbrown v0.12.3 |
1725 | 2023-11-01T16:37:10.885Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fac6609892be980c -C extra-filename=-fac6609892be980c --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-9aa5a03f5d78a745.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-c8b8319e74150075.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings` |
1726 | 2023-11-01T16:37:10.888Z | Running `/home/build/.rustup/toolchains/1.72.1-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=85367917c216c619 -C extra-filename=-85367917c216c619 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1727 | 2023-11-01T16:37:11.636Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-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=e5099f1082b7c4e8 -C extra-filename=-e5099f1082b7c4e8 --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-aeb4063bf79bcef0.so --cap-lints allow -D warnings` |
1728 | 2023-11-01T16:37:11.807Z | Compiling dof v0.1.5 |
1729 | 2023-11-01T16:37:11.813Z | Running `/home/build/.rustup/toolchains/1.72.1-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=df76cd073edc3efc -C extra-filename=-df76cd073edc3efc --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-5da9f46e1a667f5e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-50eb0e1ab85b64a0.rmeta --cap-lints allow -D warnings` |
1730 | 2023-11-01T16:37:12.787Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f687f00cf405d2a2 -C extra-filename=-f687f00cf405d2a2 --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-85367917c216c619.rmeta --cap-lints allow -D warnings --cfg has_std` |
1731 | 2023-11-01T16:37:13.429Z | Compiling digest v0.10.7 |
1732 | 2023-11-01T16:37:13.432Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e77795124486928d -C extra-filename=-e77795124486928d --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-09a3fa0da8c3127f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings` |
1733 | 2023-11-01T16:37:14.073Z | Compiling thread-id v4.2.0 |
1734 | 2023-11-01T16:37:14.098Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b8576bf9a9ca867b -C extra-filename=-b8576bf9a9ca867b --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
1735 | 2023-11-01T16:37:14.149Z | Compiling untrusted v0.7.1 |
1736 | 2023-11-01T16:37:14.183Z | Running `/home/build/.rustup/toolchains/1.72.1-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=52284948578e7ef4 -C extra-filename=-52284948578e7ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1737 | 2023-11-01T16:37:14.250Z | Compiling cpufeatures v0.2.9 |
1738 | 2023-11-01T16:37:14.253Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9833e47a7666dcf6 -C extra-filename=-9833e47a7666dcf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1739 | 2023-11-01T16:37:14.282Z | Compiling strum_macros v0.25.2 |
1740 | 2023-11-01T16:37:14.286Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bb4f8be853504c8f -C extra-filename=-bb4f8be853504c8f --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1741 | 2023-11-01T16:37:14.361Z | Compiling socket2 v0.4.9 |
1742 | 2023-11-01T16:37:14.366Z | Running `/home/build/.rustup/toolchains/1.72.1-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=24e984d97ec2f30f -C extra-filename=-24e984d97ec2f30f --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
1743 | 2023-11-01T16:37:14.469Z | Running `/home/build/.rustup/toolchains/1.72.1-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=72a8fc23c420a699 -C extra-filename=-72a8fc23c420a699 --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-dffc32915439d36d.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-067a8add982d410a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -l static=ring-core -l static=ring-test` |
1744 | 2023-11-01T16:37:14.474Z | Compiling untrusted v0.9.0 |
1745 | 2023-11-01T16:37:14.478Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1122729ae9a01812 -C extra-filename=-1122729ae9a01812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1746 | 2023-11-01T16:37:14.765Z | Compiling try-lock v0.2.4 |
1747 | 2023-11-01T16:37:14.768Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a0689cb3b8d3ef72 -C extra-filename=-a0689cb3b8d3ef72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1748 | 2023-11-01T16:37:15.002Z | Compiling httpdate v1.0.3 |
1749 | 2023-11-01T16:37:15.007Z | Running `/home/build/.rustup/toolchains/1.72.1-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=88a461b76c14f00c -C extra-filename=-88a461b76c14f00c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1750 | 2023-11-01T16:37:15.798Z | Compiling addr2line v0.21.0 |
1751 | 2023-11-01T16:37:15.801Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6bfe5fd753e39208 -C extra-filename=-6bfe5fd753e39208 --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-8d144ba13270a568.rmeta --cap-lints allow -D warnings` |
1752 | 2023-11-01T16:37:15.945Z | Compiling want v0.3.1 |
1753 | 2023-11-01T16:37:15.948Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6b2eae4baf2de863 -C extra-filename=-6b2eae4baf2de863 --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-a0689cb3b8d3ef72.rmeta --cap-lints allow -D warnings` |
1754 | 2023-11-01T16:37:16.049Z | Compiling pest_derive v2.7.2 |
1755 | 2023-11-01T16:37:16.090Z | Running `/home/build/.rustup/toolchains/1.72.1-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=407ee505ea788947 -C extra-filename=-407ee505ea788947 --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-9aa5a03f5d78a745.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-fac6609892be980c.rlib --extern proc_macro --cap-lints allow -D warnings` |
1756 | 2023-11-01T16:37:16.435Z | Compiling tower-service v0.3.2 |
1757 | 2023-11-01T16:37:16.439Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f8ddbbf870aaffb5 -C extra-filename=-f8ddbbf870aaffb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1758 | 2023-11-01T16:37:16.635Z | Compiling foreign-types-shared v0.1.1 |
1759 | 2023-11-01T16:37:16.638Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7e8221a6300258b6 -C extra-filename=-7e8221a6300258b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1760 | 2023-11-01T16:37:16.822Z | Compiling openssl-probe v0.1.5 |
1761 | 2023-11-01T16:37:16.826Z | Running `/home/build/.rustup/toolchains/1.72.1-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=41c6f4d0ac14140f -C extra-filename=-41c6f4d0ac14140f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1762 | 2023-11-01T16:37:16.885Z | Compiling foreign-types v0.3.2 |
1763 | 2023-11-01T16:37:16.890Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7361b1a016d3615a -C extra-filename=-7361b1a016d3615a --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-7e8221a6300258b6.rmeta --cap-lints allow -D warnings` |
1764 | 2023-11-01T16:37:17.051Z | Compiling rustls-pemfile v1.0.3 |
1765 | 2023-11-01T16:37:17.057Z | Running `/home/build/.rustup/toolchains/1.72.1-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=41e0e36fed47255d -C extra-filename=-41e0e36fed47255d --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-c0a884fd652c2175.rmeta --cap-lints allow -D warnings` |
1766 | 2023-11-01T16:37:17.228Z | Running `/home/build/.rustup/toolchains/1.72.1-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=646fb759dadfad9e -C extra-filename=-646fb759dadfad9e --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-951633e8fd59a40d.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` |
1767 | 2023-11-01T16:37:17.377Z | Compiling mime v0.3.17 |
1768 | 2023-11-01T16:37:17.380Z | Running `/home/build/.rustup/toolchains/1.72.1-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=00ced72cf6a670b3 -C extra-filename=-00ced72cf6a670b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1769 | 2023-11-01T16:37:17.643Z | Compiling dtrace-parser v0.1.14 |
1770 | 2023-11-01T16:37:17.685Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8d1811b655a45751 -C extra-filename=-8d1811b655a45751 --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-9aa5a03f5d78a745.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-407ee505ea788947.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings` |
1771 | 2023-11-01T16:37:17.688Z | Compiling ipnet v2.8.0 |
1772 | 2023-11-01T16:37:17.691Z | Running `/home/build/.rustup/toolchains/1.72.1-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=35134d9c336f9f34 -C extra-filename=-35134d9c336f9f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1773 | 2023-11-01T16:37:18.421Z | Compiling sct v0.7.0 |
1774 | 2023-11-01T16:37:18.425Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3d23c6a2c002c5c3 -C extra-filename=-3d23c6a2c002c5c3 --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-72a8fc23c420a699.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
1775 | 2023-11-01T16:37:18.930Z | Compiling num_threads v0.1.6 |
1776 | 2023-11-01T16:37:18.935Z | Running `/home/build/.rustup/toolchains/1.72.1-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=da6d32e9bc61a244 -C extra-filename=-da6d32e9bc61a244 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1777 | 2023-11-01T16:37:19.174Z | Compiling deranged v0.3.8 |
1778 | 2023-11-01T16:37:19.177Z | Running `/home/build/.rustup/toolchains/1.72.1-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=303fb4e3118eacb2 -C extra-filename=-303fb4e3118eacb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1779 | 2023-11-01T16:37:19.823Z | Compiling either v1.9.0 |
1780 | 2023-11-01T16:37:19.826Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7299ccd4570522b5 -C extra-filename=-7299ccd4570522b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1781 | 2023-11-01T16:37:19.984Z | Compiling encoding_rs v0.8.33 |
1782 | 2023-11-01T16:37:20.000Z | Running `/home/build/.rustup/toolchains/1.72.1-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=146e8c3028ef8e1d -C extra-filename=-146e8c3028ef8e1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --cap-lints allow -D warnings` |
1783 | 2023-11-01T16:37:20.399Z | Compiling rustls-native-certs v0.6.3 |
1784 | 2023-11-01T16:37:20.402Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2d5262ec9f2f1337 -C extra-filename=-2d5262ec9f2f1337 --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-41c6f4d0ac14140f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --cap-lints allow -D warnings` |
1785 | 2023-11-01T16:37:21.120Z | Running `/home/build/.rustup/toolchains/1.72.1-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=06803c57b379db04 -C extra-filename=-06803c57b379db04 --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-6bfe5fd753e39208.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-035fa96984d9041a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-016447daf50e197e.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-4069d6958baa4f33.rmeta --cap-lints allow -D warnings` |
1786 | 2023-11-01T16:37:21.161Z | Compiling webpki-roots v0.25.2 |
1787 | 2023-11-01T16:37:21.166Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dcf542e5ad3b008a -C extra-filename=-dcf542e5ad3b008a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1788 | 2023-11-01T16:37:21.253Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cb42a0ce36ac2cc8 -C extra-filename=-cb42a0ce36ac2cc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --cap-lints allow -D warnings` |
1789 | 2023-11-01T16:37:21.359Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c980b89733709780 -C extra-filename=-c980b89733709780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128` |
1790 | 2023-11-01T16:37:21.432Z | Compiling num-integer v0.1.45 |
1791 | 2023-11-01T16:37:21.435Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d9ca64d7c2f876f0 -C extra-filename=-d9ca64d7c2f876f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings` |
1792 | 2023-11-01T16:37:22.002Z | Compiling crc32fast v1.3.2 |
1793 | 2023-11-01T16:37:22.005Z | Running `/home/build/.rustup/toolchains/1.72.1-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=199133b893487988 -C extra-filename=-199133b893487988 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1794 | 2023-11-01T16:37:22.553Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c2bfe975986fcee0 -C extra-filename=-c2bfe975986fcee0 --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-06803c57b379db04.rmeta --cap-lints allow -D warnings` |
1795 | 2023-11-01T16:37:22.596Z | Compiling bytes v1.5.0 |
1796 | 2023-11-01T16:37:22.600Z | Running `/home/build/.rustup/toolchains/1.72.1-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=999a16c5ebd06ca3 -C extra-filename=-999a16c5ebd06ca3 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
1797 | 2023-11-01T16:37:22.800Z | Compiling indexmap v2.0.0 |
1798 | 2023-11-01T16:37:22.809Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=db744c94c8df920e -C extra-filename=-db744c94c8df920e --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-2fccbc822ca879d0.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
1799 | 2023-11-01T16:37:22.822Z | Compiling chrono v0.4.31 |
1800 | 2023-11-01T16:37:22.825Z | Running `/home/build/.rustup/toolchains/1.72.1-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=65f0a5b9aa27f6b0 -C extra-filename=-65f0a5b9aa27f6b0 --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-14efeeed8496d54e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
1801 | 2023-11-01T16:37:23.190Z | Compiling uuid v1.4.1 |
1802 | 2023-11-01T16:37:23.198Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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=d93f9957b2560cc0 -C extra-filename=-d93f9957b2560cc0 --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-75d25cd6bbf5ada0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
1803 | 2023-11-01T16:37:23.294Z | Running `/home/build/.rustup/toolchains/1.72.1-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=687f97da0b5dadb1 -C extra-filename=-687f97da0b5dadb1 --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-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg limb_width_64` |
1804 | 2023-11-01T16:37:24.417Z | Compiling bitflags v2.4.0 |
1805 | 2023-11-01T16:37:24.421Z | Running `/home/build/.rustup/toolchains/1.72.1-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=be38ad5d671379f5 -C extra-filename=-be38ad5d671379f5 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
1806 | 2023-11-01T16:37:24.919Z | Compiling tokio v1.33.0 |
1807 | 2023-11-01T16:37:24.924Z | Running `/home/build/.rustup/toolchains/1.72.1-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=718688c80c44a9e1 -C extra-filename=-718688c80c44a9e1 --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-999a16c5ebd06ca3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-5352e39305fe0a4c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-8ef5bea0a6216ba2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings` |
1808 | 2023-11-01T16:37:24.993Z | Compiling http v0.2.9 |
1809 | 2023-11-01T16:37:24.997Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b5f2f8fd72808bca -C extra-filename=-b5f2f8fd72808bca --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-999a16c5ebd06ca3.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --cap-lints allow -D warnings` |
1810 | 2023-11-01T16:37:25.193Z | Running `/home/build/.rustup/toolchains/1.72.1-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=61772b8e80787c9c -C extra-filename=-61772b8e80787c9c --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
1811 | 2023-11-01T16:37:25.489Z | Compiling serde_spanned v0.6.3 |
1812 | 2023-11-01T16:37:25.492Z | Running `/home/build/.rustup/toolchains/1.72.1-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.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="serde"' -C metadata=3c82b7b6f5cfc630 -C extra-filename=-3c82b7b6f5cfc630 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
1813 | 2023-11-01T16:37:25.884Z | Compiling toml_datetime v0.6.3 |
1814 | 2023-11-01T16:37:25.887Z | Running `/home/build/.rustup/toolchains/1.72.1-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.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="serde"' -C metadata=c4eb9ff68796655c -C extra-filename=-c4eb9ff68796655c --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
1815 | 2023-11-01T16:37:26.595Z | Compiling toml_edit v0.19.15 |
1816 | 2023-11-01T16:37:26.629Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7554649587e1441a -C extra-filename=-7554649587e1441a --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings` |
1817 | 2023-11-01T16:37:26.732Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c42251dd345add73 -C extra-filename=-c42251dd345add73 --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-be38ad5d671379f5.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-7b316bd503d18164.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1818 | 2023-11-01T16:37:27.764Z | Running `/home/build/.rustup/toolchains/1.72.1-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=816d38c905102e21 -C extra-filename=-816d38c905102e21 --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-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic` |
1819 | 2023-11-01T16:37:28.338Z | Compiling openapiv3 v1.0.3 |
1820 | 2023-11-01T16:37:28.341Z | Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="skip_serializing_defaults"' -C metadata=f64e1d551bbc190b -C extra-filename=-f64e1d551bbc190b --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --cap-lints allow -D warnings` |
1821 | 2023-11-01T16:37:28.864Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0fd0dac3f8f9caab -C extra-filename=-0fd0dac3f8f9caab --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-6fb8385a046b069a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-df76cd073edc3efc.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-b8576bf9a9ca867b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1822 | 2023-11-01T16:37:29.678Z | Compiling rustc_version v0.4.0 |
1823 | 2023-11-01T16:37:29.681Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ff4f2380a2041af8 -C extra-filename=-ff4f2380a2041af8 --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-61772b8e80787c9c.rmeta --cap-lints allow -D warnings` |
1824 | 2023-11-01T16:37:30.197Z | Compiling serde_tokenstream v0.1.7 |
1825 | 2023-11-01T16:37:30.237Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2b2f9c376c916c6f -C extra-filename=-2b2f9c376c916c6f --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-577a284e9bcc389a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings` |
1826 | 2023-11-01T16:37:30.735Z | Compiling http-body v0.4.5 |
1827 | 2023-11-01T16:37:30.738Z | Running `/home/build/.rustup/toolchains/1.72.1-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=138567e5bd7d7a97 -C extra-filename=-138567e5bd7d7a97 --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-999a16c5ebd06ca3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings` |
1828 | 2023-11-01T16:37:31.057Z | Running `/home/build/.rustup/toolchains/1.72.1-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=deefcc0d6652aa7a -C extra-filename=-deefcc0d6652aa7a --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-be38ad5d671379f5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d56300f5e0859093.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.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` |
1829 | 2023-11-01T16:37:31.437Z | Compiling time v0.3.27 |
1830 | 2023-11-01T16:37:31.441Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0876d83c46113eb5 -C extra-filename=-0876d83c46113eb5 --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-303fb4e3118eacb2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-da6d32e9bc61a244.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-db894d590c93f55e.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --cap-lints allow -D warnings` |
1831 | 2023-11-01T16:37:32.112Z | Compiling usdt-macro v0.3.5 |
1832 | 2023-11-01T16:37:32.115Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e0dd67ef94751ab7 -C extra-filename=-e0dd67ef94751ab7 --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-8d1811b655a45751.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2b2f9c376c916c6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0fd0dac3f8f9caab.rlib --extern proc_macro --cap-lints allow -D warnings` |
1833 | 2023-11-01T16:37:32.184Z | Compiling usdt-attr-macro v0.3.5 |
1834 | 2023-11-01T16:37:32.227Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b7746ab9a36216d6 -C extra-filename=-b7746ab9a36216d6 --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-8d1811b655a45751.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2b2f9c376c916c6f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0fd0dac3f8f9caab.rlib --extern proc_macro --cap-lints allow -D warnings` |
1835 | 2023-11-01T16:37:34.177Z | Compiling serde_urlencoded v0.7.1 |
1836 | 2023-11-01T16:37:34.181Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fb7604a1a33787a3 -C extra-filename=-fb7604a1a33787a3 --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-bdee90b95eb7999e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
1837 | 2023-11-01T16:37:34.562Z | Compiling io-lifetimes v1.0.11 |
1838 | 2023-11-01T16:37:34.565Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e9a5acc5d9972050 -C extra-filename=-e9a5acc5d9972050 --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1839 | 2023-11-01T16:37:34.910Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-199133b893487988/build-script-build` |
1840 | 2023-11-01T16:37:35.024Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-d9ca64d7c2f876f0/build-script-build` |
1841 | 2023-11-01T16:37:35.058Z | Compiling siphasher v0.3.11 |
1842 | 2023-11-01T16:37:35.070Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c4468728d2f7b64b -C extra-filename=-c4468728d2f7b64b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1843 | 2023-11-01T16:37:35.100Z | Compiling rustix v0.37.23 |
1844 | 2023-11-01T16:37:35.103Z | Running `/home/build/.rustup/toolchains/1.72.1-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=64d69783e5e9489c -C extra-filename=-64d69783e5e9489c --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-64d69783e5e9489c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1845 | 2023-11-01T16:37:35.512Z | Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-e9a5acc5d9972050/build-script-build` |
1846 | 2023-11-01T16:37:35.757Z | Compiling futures-executor v0.3.29 |
1847 | 2023-11-01T16:37:35.761Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e21e6b9f61d1503a -C extra-filename=-e21e6b9f61d1503a --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-2e4b787c2de71c9f.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --cap-lints allow -D warnings` |
1848 | 2023-11-01T16:37:35.922Z | Compiling zerocopy-derive v0.6.4 |
1849 | 2023-11-01T16:37:35.926Z | Running `/home/build/.rustup/toolchains/1.72.1-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=29f999934b2539c8 -C extra-filename=-29f999934b2539c8 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1850 | 2023-11-01T16:37:36.163Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-64d69783e5e9489c/build-script-build` |
1851 | 2023-11-01T16:37:36.338Z | Compiling toml v0.7.8 |
1852 | 2023-11-01T16:37:36.341Z | Running `/home/build/.rustup/toolchains/1.72.1-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=712f4fe4409e1f22 -C extra-filename=-712f4fe4409e1f22 --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-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --cap-lints allow -D warnings` |
1853 | 2023-11-01T16:37:36.787Z | Compiling futures v0.3.29 |
1854 | 2023-11-01T16:37:36.827Z | Running `/home/build/.rustup/toolchains/1.72.1-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=520a82150b2d2200 -C extra-filename=-520a82150b2d2200 --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-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e21e6b9f61d1503a.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --cap-lints allow -D warnings` |
1855 | 2023-11-01T16:37:36.978Z | Compiling sha2 v0.10.8 |
1856 | 2023-11-01T16:37:36.983Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fe1dc465c7097af7 -C extra-filename=-fe1dc465c7097af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --cap-lints allow -D warnings` |
1857 | 2023-11-01T16:37:37.031Z | Compiling hmac v0.12.1 |
1858 | 2023-11-01T16:37:37.034Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8705e3995f03ef9c -C extra-filename=-8705e3995f03ef9c --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-e77795124486928d.rmeta --cap-lints allow -D warnings` |
1859 | 2023-11-01T16:37:37.834Z | Compiling fallible-iterator v0.2.0 |
1860 | 2023-11-01T16:37:37.838Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9b2ba017a2617756 -C extra-filename=-9b2ba017a2617756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1861 | 2023-11-01T16:37:38.689Z | Compiling memoffset v0.9.0 |
1862 | 2023-11-01T16:37:38.692Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2c1a6f3fbb5f75fb -C extra-filename=-2c1a6f3fbb5f75fb --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings` |
1863 | 2023-11-01T16:37:39.370Z | Compiling tokio-util v0.7.10 |
1864 | 2023-11-01T16:37:39.374Z | Running `/home/build/.rustup/toolchains/1.72.1-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=eebe6f93b7495c72 -C extra-filename=-eebe6f93b7495c72 --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-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings` |
1865 | 2023-11-01T16:37:39.485Z | Compiling radium v0.7.0 |
1866 | 2023-11-01T16:37:39.502Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6c036c648e9e5156 -C extra-filename=-6c036c648e9e5156 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1867 | 2023-11-01T16:37:39.756Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-2c1a6f3fbb5f75fb/build-script-build` |
1868 | 2023-11-01T16:37:39.985Z | Compiling hex v0.4.3 |
1869 | 2023-11-01T16:37:39.988Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fa48ed58b25dfdb3 -C extra-filename=-fa48ed58b25dfdb3 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
1870 | 2023-11-01T16:37:40.310Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-6c036c648e9e5156/build-script-build` |
1871 | 2023-11-01T16:37:40.321Z | Compiling clap_derive v4.4.2 |
1872 | 2023-11-01T16:37:40.324Z | Running `/home/build/.rustup/toolchains/1.72.1-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=56a40df49fab5657 -C extra-filename=-56a40df49fab5657 --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1873 | 2023-11-01T16:37:41.095Z | Compiling utf8parse v0.2.1 |
1874 | 2023-11-01T16:37:41.098Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bc77fe51f95b120d -C extra-filename=-bc77fe51f95b120d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1875 | 2023-11-01T16:37:41.130Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d98ad8c6574b550d -C extra-filename=-d98ad8c6574b550d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86` |
1876 | 2023-11-01T16:37:41.298Z | Compiling h2 v0.3.21 |
1877 | 2023-11-01T16:37:41.301Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2604dcbfd85aabe0 -C extra-filename=-2604dcbfd85aabe0 --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-999a16c5ebd06ca3.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-82ba02363acc9ab8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings` |
1878 | 2023-11-01T16:37:41.371Z | Compiling serde_tokenstream v0.2.0 |
1879 | 2023-11-01T16:37:41.375Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c8099370d93784b3 -C extra-filename=-c8099370d93784b3 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings` |
1880 | 2023-11-01T16:37:41.734Z | Compiling md-5 v0.10.5 |
1881 | 2023-11-01T16:37:41.737Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1bbd6a07cde273a1 -C extra-filename=-1bbd6a07cde273a1 --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-e77795124486928d.rmeta --cap-lints allow -D warnings` |
1882 | 2023-11-01T16:37:41.898Z | Compiling stringprep v0.1.3 |
1883 | 2023-11-01T16:37:41.949Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4418b0a7ad445004 -C extra-filename=-4418b0a7ad445004 --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-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings` |
1884 | 2023-11-01T16:37:42.184Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bd3d276a4d362763 -C extra-filename=-bd3d276a4d362763 --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-7d9cf9ba132625c1.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1885 | 2023-11-01T16:37:42.239Z | Compiling crossbeam-epoch v0.9.15 |
1886 | 2023-11-01T16:37:42.270Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b2f2f72c2b72c485 -C extra-filename=-b2f2f72c2b72c485 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings` |
1887 | 2023-11-01T16:37:42.986Z | Compiling tokio-native-tls v0.3.1 |
1888 | 2023-11-01T16:37:42.992Z | Running `/home/build/.rustup/toolchains/1.72.1-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=25b4a7d7e66359d2 -C extra-filename=-25b4a7d7e66359d2 --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-bd3d276a4d362763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
1889 | 2023-11-01T16:37:43.247Z | Compiling num-iter v0.1.43 |
1890 | 2023-11-01T16:37:43.251Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5b17227da7a1cf80 -C extra-filename=-5b17227da7a1cf80 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings` |
1891 | 2023-11-01T16:37:43.864Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-b2f2f72c2b72c485/build-script-build` |
1892 | 2023-11-01T16:37:43.867Z | Compiling postgres-protocol v0.6.6 |
1893 | 2023-11-01T16:37:43.874Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b1bf27277cf11cc6 -C extra-filename=-b1bf27277cf11cc6 --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-c0a884fd652c2175.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-8705e3995f03ef9c.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-1bbd6a07cde273a1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-4418b0a7ad445004.rmeta --cap-lints allow -D warnings` |
1894 | 2023-11-01T16:37:43.878Z | Compiling anstyle v1.0.2 |
1895 | 2023-11-01T16:37:43.880Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0d512a45c2a75978 -C extra-filename=-0d512a45c2a75978 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1896 | 2023-11-01T16:37:43.884Z | Running `/home/build/.rustup/toolchains/1.72.1-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=19cbc7e223f2c410 -C extra-filename=-19cbc7e223f2c410 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std` |
1897 | 2023-11-01T16:37:43.887Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-5b17227da7a1cf80/build-script-build` |
1898 | 2023-11-01T16:37:44.125Z | Compiling phf_shared v0.11.2 |
1899 | 2023-11-01T16:37:44.129Z | Running `/home/build/.rustup/toolchains/1.72.1-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=979e60c7290187b1 -C extra-filename=-979e60c7290187b1 --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-c4468728d2f7b64b.rmeta --cap-lints allow -D warnings` |
1900 | 2023-11-01T16:37:44.141Z | Compiling itertools v0.10.5 |
1901 | 2023-11-01T16:37:44.152Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7530193c025b34c1 -C extra-filename=-7530193c025b34c1 --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-7299ccd4570522b5.rmeta --cap-lints allow -D warnings` |
1902 | 2023-11-01T16:37:44.548Z | Compiling unicode-segmentation v1.10.1 |
1903 | 2023-11-01T16:37:44.551Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c95636952c6f45c1 -C extra-filename=-c95636952c6f45c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1904 | 2023-11-01T16:37:44.778Z | Compiling phf v0.11.2 |
1905 | 2023-11-01T16:37:44.781Z | Running `/home/build/.rustup/toolchains/1.72.1-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=420474924d0bd90b -C extra-filename=-420474924d0bd90b --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-979e60c7290187b1.rmeta --cap-lints allow -D warnings` |
1906 | 2023-11-01T16:37:45.276Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2455240645256309 -C extra-filename=-2455240645256309 --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-237bfdbc957aefc2.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-7b316bd503d18164.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-19cbc7e223f2c410.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1907 | 2023-11-01T16:37:46.205Z | Compiling flate2 v1.0.28 |
1908 | 2023-11-01T16:37:46.213Z | Compiling anstyle-parse v0.2.1 |
1909 | 2023-11-01T16:37:46.221Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2b539087163b61f2 -C extra-filename=-2b539087163b61f2 --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-d98ad8c6574b550d.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-035fa96984d9041a.rmeta --cap-lints allow -D warnings` |
1910 | 2023-11-01T16:37:46.225Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c9e93be608a174b4 -C extra-filename=-c9e93be608a174b4 --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-bc77fe51f95b120d.rmeta --cap-lints allow -D warnings` |
1911 | 2023-11-01T16:37:46.746Z | Compiling block-padding v0.3.3 |
1912 | 2023-11-01T16:37:46.791Z | Running `/home/build/.rustup/toolchains/1.72.1-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=201cd00becd1ac6a -C extra-filename=-201cd00becd1ac6a --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-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings` |
1913 | 2023-11-01T16:37:46.961Z | Compiling enum-as-inner v0.5.1 |
1914 | 2023-11-01T16:37:46.965Z | Running `/home/build/.rustup/toolchains/1.72.1-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=97219a9e84668e1a -C extra-filename=-97219a9e84668e1a --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
1915 | 2023-11-01T16:37:47.185Z | Compiling static_assertions v1.1.0 |
1916 | 2023-11-01T16:37:47.189Z | Running `/home/build/.rustup/toolchains/1.72.1-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=44ced2ee8af48a54 -C extra-filename=-44ced2ee8af48a54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1917 | 2023-11-01T16:37:47.360Z | Compiling whoami v1.4.1 |
1918 | 2023-11-01T16:37:47.363Z | Running `/home/build/.rustup/toolchains/1.72.1-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=64f1f626f1df7a0f -C extra-filename=-64f1f626f1df7a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1919 | 2023-11-01T16:37:47.905Z | Compiling bit-vec v0.6.3 |
1920 | 2023-11-01T16:37:47.935Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3e6e8d9c6d807e80 -C extra-filename=-3e6e8d9c6d807e80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1921 | 2023-11-01T16:37:47.944Z | Compiling colorchoice v1.0.0 |
1922 | 2023-11-01T16:37:47.976Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dcd78e9eba8c45b9 -C extra-filename=-dcd78e9eba8c45b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1923 | 2023-11-01T16:37:48.214Z | Compiling anstyle-query v1.0.0 |
1924 | 2023-11-01T16:37:48.217Z | Running `/home/build/.rustup/toolchains/1.72.1-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=75ee3d5d160b304b -C extra-filename=-75ee3d5d160b304b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1925 | 2023-11-01T16:37:48.421Z | Compiling anstream v0.5.0 |
1926 | 2023-11-01T16:37:48.424Z | Compiling terminal_size v0.2.6 |
1927 | 2023-11-01T16:37:48.451Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ae0a384bf752a3c9 -C extra-filename=-ae0a384bf752a3c9 --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-0d512a45c2a75978.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-c9e93be608a174b4.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-75ee3d5d160b304b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dcd78e9eba8c45b9.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-bc77fe51f95b120d.rmeta --cap-lints allow -D warnings` |
1928 | 2023-11-01T16:37:48.465Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a230e2e76e5c0343 -C extra-filename=-a230e2e76e5c0343 --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-2455240645256309.rmeta --cap-lints allow -D warnings` |
1929 | 2023-11-01T16:37:48.645Z | Compiling inout v0.1.3 |
1930 | 2023-11-01T16:37:48.651Z | Running `/home/build/.rustup/toolchains/1.72.1-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=37cda74f035f52e6 -C extra-filename=-37cda74f035f52e6 --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-201cd00becd1ac6a.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings` |
1931 | 2023-11-01T16:37:48.767Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bb0070c692d0fca2 -C extra-filename=-bb0070c692d0fca2 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_i128` |
1932 | 2023-11-01T16:37:48.907Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1933 | 2023-11-01T16:37:48.910Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5ce62e44fce68ed2 -C extra-filename=-5ce62e44fce68ed2 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5ce62e44fce68ed2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings` |
1934 | 2023-11-01T16:37:49.108Z | Compiling clap_lex v0.5.1 |
1935 | 2023-11-01T16:37:49.112Z | Running `/home/build/.rustup/toolchains/1.72.1-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=69f3c3745d08dcb2 -C extra-filename=-69f3c3745d08dcb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1936 | 2023-11-01T16:37:49.166Z | Compiling cipher v0.4.4 |
1937 | 2023-11-01T16:37:49.182Z | Running `/home/build/.rustup/toolchains/1.72.1-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=96267f481ddbc204 -C extra-filename=-96267f481ddbc204 --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-ebb22ac2993ca735.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings` |
1938 | 2023-11-01T16:37:49.303Z | Compiling zerocopy v0.6.4 |
1939 | 2023-11-01T16:37:49.353Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d76c43b5ea14da97 -C extra-filename=-d76c43b5ea14da97 --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-6fb8385a046b069a.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-29f999934b2539c8.so --cap-lints allow -D warnings` |
1940 | 2023-11-01T16:37:49.722Z | Compiling clap_builder v4.4.2 |
1941 | 2023-11-01T16:37:49.725Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c6be6dff7f7fce3e -C extra-filename=-c6be6dff7f7fce3e --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-ae0a384bf752a3c9.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-0d512a45c2a75978.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-69f3c3745d08dcb2.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-a230e2e76e5c0343.rmeta --cap-lints allow -D warnings` |
1942 | 2023-11-01T16:37:49.899Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-5ce62e44fce68ed2/build-script-build` |
1943 | 2023-11-01T16:37:49.994Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1944 | 2023-11-01T16:37:50.005Z | Running `/home/build/.rustup/toolchains/1.72.1-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=78cd0adc5b726d52 -C extra-filename=-78cd0adc5b726d52 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1945 | 2023-11-01T16:37:50.025Z | Compiling data-encoding v2.4.0 |
1946 | 2023-11-01T16:37:50.028Z | Running `/home/build/.rustup/toolchains/1.72.1-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=365a12f94f76d134 -C extra-filename=-365a12f94f76d134 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1947 | 2023-11-01T16:37:50.223Z | Compiling bit-set v0.5.3 |
1948 | 2023-11-01T16:37:50.267Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3a44b29fad009a22 -C extra-filename=-3a44b29fad009a22 --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-3e6e8d9c6d807e80.rmeta --cap-lints allow -D warnings` |
1949 | 2023-11-01T16:37:50.697Z | Compiling phf_shared v0.10.0 |
1950 | 2023-11-01T16:37:50.700Z | Running `/home/build/.rustup/toolchains/1.72.1-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=35a1e6c53bd22367 -C extra-filename=-35a1e6c53bd22367 --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-c4468728d2f7b64b.rmeta --cap-lints allow -D warnings` |
1951 | 2023-11-01T16:37:50.733Z | Compiling heapless v0.7.16 |
1952 | 2023-11-01T16:37:50.736Z | Running `/home/build/.rustup/toolchains/1.72.1-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=23da22c2b3af306f -C extra-filename=-23da22c2b3af306f --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-23da22c2b3af306f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rlib --cap-lints allow -D warnings` |
1953 | 2023-11-01T16:37:51.119Z | Compiling itertools v0.11.0 |
1954 | 2023-11-01T16:37:51.122Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3c99362b4aacff3c -C extra-filename=-3c99362b4aacff3c --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-7299ccd4570522b5.rmeta --cap-lints allow -D warnings` |
1955 | 2023-11-01T16:37:51.207Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-78cd0adc5b726d52/build-script-build` |
1956 | 2023-11-01T16:37:51.380Z | Compiling fixedbitset v0.4.2 |
1957 | 2023-11-01T16:37:51.383Z | Running `/home/build/.rustup/toolchains/1.72.1-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=334cf71e941e472f -C extra-filename=-334cf71e941e472f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1958 | 2023-11-01T16:37:51.483Z | Compiling new_debug_unreachable v1.0.4 |
1959 | 2023-11-01T16:37:51.486Z | Running `/home/build/.rustup/toolchains/1.72.1-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=be22740c95a4191c -C extra-filename=-be22740c95a4191c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1960 | 2023-11-01T16:37:52.414Z | Compiling precomputed-hash v0.1.1 |
1961 | 2023-11-01T16:37:52.426Z | Running `/home/build/.rustup/toolchains/1.72.1-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=afcfa672a94f390c -C extra-filename=-afcfa672a94f390c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1962 | 2023-11-01T16:37:52.429Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-23da22c2b3af306f/build-script-build` |
1963 | 2023-11-01T16:37:52.432Z | Compiling string_cache v0.8.7 |
1964 | 2023-11-01T16:37:52.436Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b588f94c7a2631d8 -C extra-filename=-b588f94c7a2631d8 --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-be22740c95a4191c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-35a1e6c53bd22367.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-afcfa672a94f390c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
1965 | 2023-11-01T16:37:52.448Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3446c48c45076573 -C extra-filename=-3446c48c45076573 --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` |
1966 | 2023-11-01T16:37:52.459Z | Compiling petgraph v0.6.4 |
1967 | 2023-11-01T16:37:52.466Z | Running `/home/build/.rustup/toolchains/1.72.1-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=886f8d4dae3c1a25 -C extra-filename=-886f8d4dae3c1a25 --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-334cf71e941e472f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings` |
1968 | 2023-11-01T16:37:52.469Z | Compiling regress v0.7.1 |
1969 | 2023-11-01T16:37:52.472Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c688f5001495eed8 -C extra-filename=-c688f5001495eed8 --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-bb614e6fdd6f35be.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings` |
1970 | 2023-11-01T16:37:52.475Z | Compiling diesel_table_macro_syntax v0.1.0 |
1971 | 2023-11-01T16:37:52.479Z | Running `/home/build/.rustup/toolchains/1.72.1-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=be1a32ba9ae536a9 -C extra-filename=-be1a32ba9ae536a9 --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-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings` |
1972 | 2023-11-01T16:37:52.485Z | Compiling managed v0.8.0 |
1973 | 2023-11-01T16:37:52.489Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6cd4ef04d9bd039a -C extra-filename=-6cd4ef04d9bd039a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1974 | 2023-11-01T16:37:52.920Z | Compiling tap v1.0.1 |
1975 | 2023-11-01T16:37:52.924Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bcd9c7fe6eb41e73 -C extra-filename=-bcd9c7fe6eb41e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1976 | 2023-11-01T16:37:53.225Z | Compiling wyz v0.5.1 |
1977 | 2023-11-01T16:37:53.230Z | Compiling diesel_derives v2.1.1 |
1978 | 2023-11-01T16:37:53.235Z | Running `/home/build/.rustup/toolchains/1.72.1-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=70e49b68f2896e2c -C extra-filename=-70e49b68f2896e2c --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-bcd9c7fe6eb41e73.rmeta --cap-lints allow -D warnings` |
1979 | 2023-11-01T16:37:53.245Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e0ead9d61c4251ce -C extra-filename=-e0ead9d61c4251ce --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-be1a32ba9ae536a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
1980 | 2023-11-01T16:37:53.991Z | Compiling hyper v0.14.27 |
1981 | 2023-11-01T16:37:54.413Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3c7ef234742d4d7f -C extra-filename=-3c7ef234742d4d7f --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-999a16c5ebd06ca3.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-24e984d97ec2f30f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-6b2eae4baf2de863.rmeta --cap-lints allow -D warnings` |
1982 | 2023-11-01T16:37:54.419Z | Running `/home/build/.rustup/toolchains/1.72.1-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=de56a88f97067490 -C extra-filename=-de56a88f97067490 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-3446c48c45076573.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-4dda9e26a75f327a.rmeta --cap-lints allow -D warnings` |
1983 | 2023-11-01T16:37:55.791Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d8a321cfe1c894c4 -C extra-filename=-d8a321cfe1c894c4 --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` |
1984 | 2023-11-01T16:37:56.472Z | Compiling clap v4.4.3 |
1985 | 2023-11-01T16:37:56.478Z | Compiling num-bigint v0.4.4 |
1986 | 2023-11-01T16:37:56.483Z | Running `/home/build/.rustup/toolchains/1.72.1-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=258f77005d15f95f -C extra-filename=-258f77005d15f95f --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-c6be6dff7f7fce3e.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-56a40df49fab5657.so --cap-lints allow -D warnings` |
1987 | 2023-11-01T16:37:56.490Z | Running `/home/build/.rustup/toolchains/1.72.1-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=332afd651b0e2feb -C extra-filename=-332afd651b0e2feb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings` |
1988 | 2023-11-01T16:37:56.660Z | Compiling matches v0.1.10 |
1989 | 2023-11-01T16:37:56.705Z | Running `/home/build/.rustup/toolchains/1.72.1-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=906d2fc56170fa2a -C extra-filename=-906d2fc56170fa2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1990 | 2023-11-01T16:37:56.824Z | Compiling lalrpop-util v0.19.12 |
1991 | 2023-11-01T16:37:56.838Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3504c7d3cd08c24f -C extra-filename=-3504c7d3cd08c24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1992 | 2023-11-01T16:37:57.413Z | Compiling funty v2.0.0 |
1993 | 2023-11-01T16:37:57.832Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b279bc09e4f477aa -C extra-filename=-b279bc09e4f477aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1994 | 2023-11-01T16:37:57.950Z | Compiling smoltcp v0.9.1 |
1995 | 2023-11-01T16:37:57.953Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d4972ee1f4270ef3 -C extra-filename=-d4972ee1f4270ef3 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1996 | 2023-11-01T16:37:59.086Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-d4972ee1f4270ef3/build-script-build` |
1997 | 2023-11-01T16:37:59.137Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1998 | 2023-11-01T16:37:59.143Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=49415ddd8459087f -C extra-filename=-49415ddd8459087f --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-58e6b367499d83fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings` |
1999 | 2023-11-01T16:37:59.175Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-332afd651b0e2feb/build-script-build` |
2000 | 2023-11-01T16:37:59.811Z | Compiling bitvec v1.0.1 |
2001 | 2023-11-01T16:37:59.818Z | Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=40ca70e57e9b8103 -C extra-filename=-40ca70e57e9b8103 --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-b279bc09e4f477aa.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-d8a321cfe1c894c4.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-bcd9c7fe6eb41e73.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-70e49b68f2896e2c.rmeta --cap-lints allow -D warnings` |
2002 | 2023-11-01T16:38:01.035Z | Compiling idna v0.2.3 |
2003 | 2023-11-01T16:38:01.040Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e4a07e7d47860336 -C extra-filename=-e4a07e7d47860336 --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-906d2fc56170fa2a.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings` |
2004 | 2023-11-01T16:38:01.317Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ebfc153c90fbfd3e -C extra-filename=-ebfc153c90fbfd3e --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28` |
2005 | 2023-11-01T16:38:01.588Z | Compiling hubpack_derive v0.1.1 |
2006 | 2023-11-01T16:38:01.600Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ecf3929afd1d063e -C extra-filename=-ecf3929afd1d063e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2007 | 2023-11-01T16:38:02.043Z | Compiling scheduled-thread-pool v0.2.7 |
2008 | 2023-11-01T16:38:02.046Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fb66374e6c29aa48 -C extra-filename=-fb66374e6c29aa48 --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-79070e5cf7ada956.rmeta --cap-lints allow -D warnings` |
2009 | 2023-11-01T16:38:03.061Z | Compiling trust-dns-proto v0.22.0 |
2010 | 2023-11-01T16:38:03.065Z | Running `/home/build/.rustup/toolchains/1.72.1-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=46aebd9158e6f817 -C extra-filename=-46aebd9158e6f817 --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-cde40b1e5460b78c.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e4a07e7d47860336.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings` |
2011 | 2023-11-01T16:38:03.282Z | Compiling regex-automata v0.1.10 |
2012 | 2023-11-01T16:38:03.286Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b1bc0b279b308e60 -C extra-filename=-b1bc0b279b308e60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2013 | 2023-11-01T16:38:04.201Z | Compiling predicates-core v1.0.6 |
2014 | 2023-11-01T16:38:04.207Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3739f879860131f9 -C extra-filename=-3739f879860131f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2015 | 2023-11-01T16:38:04.223Z | Compiling bstr v0.2.17 |
2016 | 2023-11-01T16:38:04.252Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1025f05eee8b8d3f -C extra-filename=-1025f05eee8b8d3f --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-31315c5ec54d9eb8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-b1bc0b279b308e60.rmeta --cap-lints allow -D warnings` |
2017 | 2023-11-01T16:38:04.894Z | Compiling r2d2 v0.8.10 |
2018 | 2023-11-01T16:38:04.944Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d7666a4054870a89 -C extra-filename=-d7666a4054870a89 --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-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-fb66374e6c29aa48.rmeta --cap-lints allow -D warnings` |
2019 | 2023-11-01T16:38:05.448Z | Running `/home/build/.rustup/toolchains/1.72.1-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=36095fb9666f8367 -C extra-filename=-36095fb9666f8367 --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` |
2020 | 2023-11-01T16:38:06.053Z | Compiling signature v2.1.0 |
2021 | 2023-11-01T16:38:06.077Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7a7e48972e0bd978 -C extra-filename=-7a7e48972e0bd978 --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-e77795124486928d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --cap-lints allow -D warnings` |
2022 | 2023-11-01T16:38:06.836Z | Compiling serde_repr v0.1.16 |
2023 | 2023-11-01T16:38:08.595Z | Running `/home/build/.rustup/toolchains/1.72.1-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=65ecef9a90fe8152 -C extra-filename=-65ecef9a90fe8152 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2024 | 2023-11-01T16:38:10.599Z | Compiling hyper-tls v0.5.0 |
2025 | 2023-11-01T16:38:11.353Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a697e39c09bbc7d0 -C extra-filename=-a697e39c09bbc7d0 --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-999a16c5ebd06ca3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-bd3d276a4d362763.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
2026 | 2023-11-01T16:38:11.925Z | Compiling hash32 v0.2.1 |
2027 | 2023-11-01T16:38:13.750Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d9c2ff9370b69476 -C extra-filename=-d9c2ff9370b69476 --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-6fb8385a046b069a.rmeta --cap-lints allow -D warnings` |
2028 | 2023-11-01T16:38:13.877Z | Compiling float-cmp v0.9.0 |
2029 | 2023-11-01T16:38:35.990Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b6779de596c50593 -C extra-filename=-b6779de596c50593 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings` |
2030 | 2023-11-01T16:38:36.152Z | Compiling stable_deref_trait v1.2.0 |
2031 | 2023-11-01T16:38:36.363Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dc99c464b95940b7 -C extra-filename=-dc99c464b95940b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2032 | 2023-11-01T16:38:36.452Z | Compiling regex-automata v0.3.8 |
2033 | 2023-11-01T16:38:36.529Z | Compiling difflib v0.4.0 |
2034 | 2023-11-01T16:38:36.594Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dd6efc2fdfa6944c -C extra-filename=-dd6efc2fdfa6944c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2035 | 2023-11-01T16:38:36.661Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f2facd3e22eefa6a -C extra-filename=-f2facd3e22eefa6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2036 | 2023-11-01T16:38:36.784Z | Compiling normalize-line-endings v0.3.0 |
2037 | 2023-11-01T16:38:36.832Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c2cbf78c48f1f452 -C extra-filename=-c2cbf78c48f1f452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2038 | 2023-11-01T16:38:36.879Z | Running `/home/build/.rustup/toolchains/1.72.1-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=15c0056cb48a5c57 -C extra-filename=-15c0056cb48a5c57 --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-d9c2ff9370b69476.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-dc99c464b95940b7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics` |
2039 | 2023-11-01T16:38:36.995Z | Compiling console v0.15.7 |
2040 | 2023-11-01T16:38:37.068Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a56f4533ffbea430 -C extra-filename=-a56f4533ffbea430 --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-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings` |
2041 | 2023-11-01T16:38:37.095Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9c7ed9488a446f7d -C extra-filename=-9c7ed9488a446f7d --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-15c0056cb48a5c57.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings` |
2042 | 2023-11-01T16:38:37.175Z | Compiling similar v2.2.1 |
2043 | 2023-11-01T16:38:37.214Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3c63ccdf774b3e83 -C extra-filename=-3c63ccdf774b3e83 --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-1025f05eee8b8d3f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --cap-lints allow -D warnings` |
2044 | 2023-11-01T16:38:37.259Z | Compiling bstr v1.6.0 |
2045 | 2023-11-01T16:38:37.325Z | Running `/home/build/.rustup/toolchains/1.72.1-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=61b870e7f18a47cd -C extra-filename=-61b870e7f18a47cd --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-2b9cc4e8f0305d0f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-dd6efc2fdfa6944c.rmeta --cap-lints allow -D warnings` |
2046 | 2023-11-01T16:38:37.333Z | Compiling hubpack v0.1.2 |
2047 | 2023-11-01T16:38:37.414Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0685d639d431f21a -C extra-filename=-0685d639d431f21a --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-ecf3929afd1d063e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2048 | 2023-11-01T16:38:37.487Z | Running `/home/build/.rustup/toolchains/1.72.1-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=301897f021cab42e -C extra-filename=-301897f021cab42e --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry` |
2049 | 2023-11-01T16:38:37.515Z | Compiling predicates v3.0.4 |
2050 | 2023-11-01T16:38:37.571Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d1e98c5379e5888d -C extra-filename=-d1e98c5379e5888d --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-0d512a45c2a75978.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-f2facd3e22eefa6a.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-b6779de596c50593.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c2cbf78c48f1f452.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings` |
2051 | 2023-11-01T16:38:37.692Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2052 | 2023-11-01T16:38:37.712Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3822c7e6330eccda -C extra-filename=-3822c7e6330eccda --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-237bfdbc957aefc2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0685d639d431f21a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-65ecef9a90fe8152.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-9c7ed9488a446f7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings` |
2053 | 2023-11-01T16:38:37.756Z | Compiling postgres-types v0.2.6 |
2054 | 2023-11-01T16:38:37.806Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5970364a53ce4ff6 -C extra-filename=-5970364a53ce4ff6 --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-999a16c5ebd06ca3.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b1bf27277cf11cc6.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings` |
2055 | 2023-11-01T16:38:37.826Z | Compiling ipnetwork v0.20.0 |
2056 | 2023-11-01T16:38:37.874Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0edce8661e867924 -C extra-filename=-0edce8661e867924 --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-816d38c905102e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2057 | 2023-11-01T16:38:37.921Z | Compiling getopts v0.2.21 |
2058 | 2023-11-01T16:38:37.963Z | Running `/home/build/.rustup/toolchains/1.72.1-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=da9ba133657e3013 -C extra-filename=-da9ba133657e3013 --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings` |
2059 | 2023-11-01T16:38:38.055Z | Compiling tokio-postgres v0.7.10 |
2060 | 2023-11-01T16:38:38.103Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5dc7cc70d6080404 -C extra-filename=-5dc7cc70d6080404 --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-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-420474924d0bd90b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b1bf27277cf11cc6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings` |
2061 | 2023-11-01T16:38:38.548Z | Compiling tokio-stream v0.1.14 |
2062 | 2023-11-01T16:38:38.596Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ab2e52a17e5fa09a -C extra-filename=-ab2e52a17e5fa09a --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-2e4b787c2de71c9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings` |
2063 | 2023-11-01T16:38:38.621Z | Compiling yasna v0.5.2 |
2064 | 2023-11-01T16:38:38.641Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c6904b6ef60fe30d -C extra-filename=-c6904b6ef60fe30d --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-3e6e8d9c6d807e80.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings` |
2065 | 2023-11-01T16:38:38.659Z | Compiling usdt v0.3.5 |
2066 | 2023-11-01T16:38:38.736Z | Running `/home/build/.rustup/toolchains/1.72.1-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=176cd009761495ef -C extra-filename=-176cd009761495ef --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-8d1811b655a45751.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0fd0dac3f8f9caab.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings` |
2067 | 2023-11-01T16:38:38.753Z | Compiling unsafe-libyaml v0.2.9 |
2068 | 2023-11-01T16:38:38.765Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6299a61bf3de1d92 -C extra-filename=-6299a61bf3de1d92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2069 | 2023-11-01T16:38:38.778Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.149/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=9cc2d99f4c1c58f7 -C extra-filename=-9cc2d99f4c1c58f7 --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` |
2070 | 2023-11-01T16:38:38.821Z | Compiling diesel v2.1.3 |
2071 | 2023-11-01T16:38:38.835Z | Running `/home/build/.rustup/toolchains/1.72.1-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=31eb26792b8366e7 -C extra-filename=-31eb26792b8366e7 --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-be38ad5d671379f5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0edce8661e867924.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d7666a4054870a89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2072 | 2023-11-01T16:38:38.843Z | Compiling serde_yaml v0.9.25 |
2073 | 2023-11-01T16:38:38.854Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5a3915daf8998f56 -C extra-filename=-5a3915daf8998f56 --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-db744c94c8df920e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-6299a61bf3de1d92.rmeta --cap-lints allow -D warnings` |
2074 | 2023-11-01T16:38:38.890Z | Compiling ident_case v1.0.1 |
2075 | 2023-11-01T16:38:38.917Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b929479011854e32 -C extra-filename=-b929479011854e32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2076 | 2023-11-01T16:38:38.970Z | Compiling slog-async v2.8.0 |
2077 | 2023-11-01T16:38:38.998Z | Running `/home/build/.rustup/toolchains/1.72.1-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=64069cab57bc419a -C extra-filename=-64069cab57bc419a --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2078 | 2023-11-01T16:38:39.019Z | Compiling camino v1.1.6 |
2079 | 2023-11-01T16:38:39.046Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1f2760158a998691 -C extra-filename=-1f2760158a998691 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2080 | 2023-11-01T16:38:39.125Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-64069cab57bc419a/build-script-build` |
2081 | 2023-11-01T16:38:39.155Z | Compiling paste v1.0.14 |
2082 | 2023-11-01T16:38:39.173Z | Running `/home/build/.rustup/toolchains/1.72.1-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=00febffd2a4c24dc -C extra-filename=-00febffd2a4c24dc --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2083 | 2023-11-01T16:38:39.212Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-1f2760158a998691/build-script-build` |
2084 | 2023-11-01T16:38:39.226Z | Compiling darling_core v0.20.3 |
2085 | 2023-11-01T16:38:39.251Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b8cc0e9d5294b50f -C extra-filename=-b8cc0e9d5294b50f --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-1a818be490fdad0e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b929479011854e32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings` |
2086 | 2023-11-01T16:38:39.275Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-00febffd2a4c24dc/build-script-build` |
2087 | 2023-11-01T16:38:39.323Z | Running `/home/build/.rustup/toolchains/1.72.1-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=25659d6272c5f3e6 -C extra-filename=-25659d6272c5f3e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2088 | 2023-11-01T16:38:39.418Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3c0e7eb12fc38c46 -C extra-filename=-3c0e7eb12fc38c46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2089 | 2023-11-01T16:38:39.482Z | Compiling multer v2.1.0 |
2090 | 2023-11-01T16:38:39.499Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5b96e503a4f1c09a -C extra-filename=-5b96e503a4f1c09a --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
2091 | 2023-11-01T16:38:39.541Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-5b96e503a4f1c09a/build-script-build` |
2092 | 2023-11-01T16:38:39.587Z | Compiling async-stream-impl v0.3.5 |
2093 | 2023-11-01T16:38:39.674Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ec366f050dc34d1e -C extra-filename=-ec366f050dc34d1e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2094 | 2023-11-01T16:38:39.715Z | Compiling regex-syntax v0.6.29 |
2095 | 2023-11-01T16:38:39.757Z | Running `/home/build/.rustup/toolchains/1.72.1-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="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=c7a0169767136a1f -C extra-filename=-c7a0169767136a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2096 | 2023-11-01T16:38:39.779Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2097 | 2023-11-01T16:38:39.814Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/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=a793e6cb42da8594 -C extra-filename=-a793e6cb42da8594 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
2098 | 2023-11-01T16:38:39.837Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a793e6cb42da8594/build-script-build` |
2099 | 2023-11-01T16:38:39.864Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2100 | 2023-11-01T16:38:39.918Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/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=f9b644842415243e -C extra-filename=-f9b644842415243e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2101 | 2023-11-01T16:38:39.938Z | Compiling structmeta-derive v0.1.6 |
2102 | 2023-11-01T16:38:39.973Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f8acad1d9617dacd -C extra-filename=-f8acad1d9617dacd --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2103 | 2023-11-01T16:38:39.995Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e18c481408ad2194 -C extra-filename=-e18c481408ad2194 --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-5cfbcdc992ada6c2.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-4a3577197cfd5900.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg limb_width_64` |
2104 | 2023-11-01T16:38:40.083Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.188/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=0a12ce2110a94ad2 -C extra-filename=-0a12ce2110a94ad2 --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-aeb4063bf79bcef0.so --cap-lints allow -D warnings` |
2105 | 2023-11-01T16:38:40.096Z | Compiling fastrand v2.0.0 |
2106 | 2023-11-01T16:38:40.166Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f4d068aa67514199 -C extra-filename=-f4d068aa67514199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2107 | 2023-11-01T16:38:40.206Z | Running `/home/build/.rustup/toolchains/1.72.1-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=42370874ccbb2736 -C extra-filename=-42370874ccbb2736 --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-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic` |
2108 | 2023-11-01T16:38:40.214Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2109 | 2023-11-01T16:38:40.241Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=df4f076d8e68e3cc -C extra-filename=-df4f076d8e68e3cc --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-49415ddd8459087f.rlib --extern proc_macro --cap-lints allow -D warnings` |
2110 | 2023-11-01T16:38:40.258Z | Compiling structmeta v0.1.6 |
2111 | 2023-11-01T16:38:40.280Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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 metadata=dadcaa67af4c7804 -C extra-filename=-dadcaa67af4c7804 --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-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-f8acad1d9617dacd.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings` |
2112 | 2023-11-01T16:38:40.380Z | Compiling darling_macro v0.20.3 |
2113 | 2023-11-01T16:38:40.426Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c506b2922ac7ae05 -C extra-filename=-c506b2922ac7ae05 --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-b8cc0e9d5294b50f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2114 | 2023-11-01T16:38:40.446Z | Compiling test-strategy v0.2.1 |
2115 | 2023-11-01T16:38:40.462Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=f94fa546cf161404 -C extra-filename=-f94fa546cf161404 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dadcaa67af4c7804.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2116 | 2023-11-01T16:38:40.476Z | Compiling tempfile v3.8.0 |
2117 | 2023-11-01T16:38:40.499Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b6d31a377a413cb1 -C extra-filename=-b6d31a377a413cb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-f4d068aa67514199.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --cap-lints allow -D warnings` |
2118 | 2023-11-01T16:38:40.514Z | Compiling darling v0.20.3 |
2119 | 2023-11-01T16:38:40.522Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e1532148dc9211eb -C extra-filename=-e1532148dc9211eb --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-b8cc0e9d5294b50f.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-c506b2922ac7ae05.so --cap-lints allow -D warnings` |
2120 | 2023-11-01T16:38:40.551Z | Compiling serde_with_macros v2.3.3 |
2121 | 2023-11-01T16:38:40.557Z | Running `/home/build/.rustup/toolchains/1.72.1-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=46d91b9d71140d62 -C extra-filename=-46d91b9d71140d62 --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-e1532148dc9211eb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2122 | 2023-11-01T16:38:40.568Z | Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="skip_serializing_defaults"' -C metadata=af907919575e41a1 -C extra-filename=-af907919575e41a1 --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings` |
2123 | 2023-11-01T16:38:40.581Z | Compiling parse-display-derive v0.7.0 |
2124 | 2023-11-01T16:38:40.591Z | Running `/home/build/.rustup/toolchains/1.72.1-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.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=43b4e839f2e01588 -C extra-filename=-43b4e839f2e01588 --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-dffc32915439d36d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c7a0169767136a1f.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-dadcaa67af4c7804.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2125 | 2023-11-01T16:38:40.598Z | Running `/home/build/.rustup/toolchains/1.72.1-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=330c871f3d192e5f -C extra-filename=-330c871f3d192e5f --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-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2126 | 2023-11-01T16:38:40.617Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b26123be1bfb0475 -C extra-filename=-b26123be1bfb0475 --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-6fb8385a046b069a.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-df76cd073edc3efc.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-8d1811b655a45751.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-b8576bf9a9ca867b.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2127 | 2023-11-01T16:38:40.633Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dc658704b8aece8d -C extra-filename=-dc658704b8aece8d --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-999a16c5ebd06ca3.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b1bf27277cf11cc6.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings` |
2128 | 2023-11-01T16:38:40.639Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f610ebabab3e9f05 -C extra-filename=-f610ebabab3e9f05 --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-8d1811b655a45751.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b26123be1bfb0475.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings` |
2129 | 2023-11-01T16:38:41.120Z | Compiling dirs-sys-next v0.1.2 |
2130 | 2023-11-01T16:38:41.131Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f189bed277ebd26e -C extra-filename=-f189bed277ebd26e --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
2131 | 2023-11-01T16:38:41.501Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2132 | 2023-11-01T16:38:41.505Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=f9a1b8533c11a9c9 -C extra-filename=-f9a1b8533c11a9c9 --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-49415ddd8459087f.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings` |
2133 | 2023-11-01T16:38:41.728Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2134 | 2023-11-01T16:38:41.731Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=e7388fbf0d416b00 -C extra-filename=-e7388fbf0d416b00 --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-da9ba133657e3013.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f64e1d551bbc190b.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-f9a1b8533c11a9c9.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings` |
2135 | 2023-11-01T16:38:42.241Z | Running `/home/build/.rustup/toolchains/1.72.1-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=474e427290744ca9 -C extra-filename=-474e427290744ca9 --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-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-420474924d0bd90b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-b1bf27277cf11cc6.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dc658704b8aece8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-64f1f626f1df7a0f.rmeta --cap-lints allow -D warnings` |
2136 | 2023-11-01T16:38:42.631Z | Compiling dirs-next v2.0.0 |
2137 | 2023-11-01T16:38:42.636Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9d6ad50f6f1ebeb9 -C extra-filename=-9d6ad50f6f1ebeb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-f189bed277ebd26e.rmeta --cap-lints allow -D warnings` |
2138 | 2023-11-01T16:38:42.760Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=82272017594cf4e8 -C extra-filename=-82272017594cf4e8 --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-58e6b367499d83fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings` |
2139 | 2023-11-01T16:38:42.841Z | Compiling term v0.7.0 |
2140 | 2023-11-01T16:38:42.849Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7dc16e433b13a265 -C extra-filename=-7dc16e433b13a265 --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-9d6ad50f6f1ebeb9.rmeta --cap-lints allow -D warnings` |
2141 | 2023-11-01T16:38:42.980Z | Running `/home/build/.rustup/toolchains/1.72.1-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=273444a7f6b14b30 -C extra-filename=-273444a7f6b14b30 --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-be38ad5d671379f5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-5cfbcdc992ada6c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d7666a4054870a89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2142 | 2023-11-01T16:38:43.924Z | Compiling atty v0.2.14 |
2143 | 2023-11-01T16:38:43.927Z | Running `/home/build/.rustup/toolchains/1.72.1-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=318a6ebbcda68aba -C extra-filename=-318a6ebbcda68aba --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
2144 | 2023-11-01T16:38:44.214Z | Compiling match_cfg v0.1.0 |
2145 | 2023-11-01T16:38:44.217Z | Running `/home/build/.rustup/toolchains/1.72.1-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=38e46414f05776ae -C extra-filename=-38e46414f05776ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2146 | 2023-11-01T16:38:44.378Z | Compiling hostname v0.3.1 |
2147 | 2023-11-01T16:38:44.381Z | Running `/home/build/.rustup/toolchains/1.72.1-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=825c89ee82a57d47 -C extra-filename=-825c89ee82a57d47 --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-951633e8fd59a40d.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-38e46414f05776ae.rmeta --cap-lints allow -D warnings` |
2148 | 2023-11-01T16:38:44.731Z | Compiling crossbeam-channel v0.5.8 |
2149 | 2023-11-01T16:38:44.751Z | Running `/home/build/.rustup/toolchains/1.72.1-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=41e0aa6bbf5cc8a2 -C extra-filename=-41e0aa6bbf5cc8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings` |
2150 | 2023-11-01T16:38:44.758Z | Compiling sha1 v0.10.5 |
2151 | 2023-11-01T16:38:44.761Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8efde83da752c28a -C extra-filename=-8efde83da752c28a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --cap-lints allow -D warnings` |
2152 | 2023-11-01T16:38:45.502Z | Compiling thread_local v1.1.7 |
2153 | 2023-11-01T16:38:45.507Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4b57738c95f1291d -C extra-filename=-4b57738c95f1291d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --cap-lints allow -D warnings` |
2154 | 2023-11-01T16:38:45.774Z | Running `/home/build/.rustup/toolchains/1.72.1-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=de857346a4753d4e -C extra-filename=-de857346a4753d4e --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
2155 | 2023-11-01T16:38:46.483Z | Compiling strum v0.25.0 |
2156 | 2023-11-01T16:38:46.487Z | Running `/home/build/.rustup/toolchains/1.72.1-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=17bd510c94228d39 -C extra-filename=-17bd510c94228d39 --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-bb4f8be853504c8f.so --cap-lints allow -D warnings` |
2157 | 2023-11-01T16:38:47.117Z | Compiling instant v0.1.12 |
2158 | 2023-11-01T16:38:47.128Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a878bd455251f7ad -C extra-filename=-a878bd455251f7ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --cap-lints allow -D warnings` |
2159 | 2023-11-01T16:38:47.131Z | Compiling take_mut v0.2.2 |
2160 | 2023-11-01T16:38:47.136Z | Running `/home/build/.rustup/toolchains/1.72.1-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=129894f923fac3f1 -C extra-filename=-129894f923fac3f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2161 | 2023-11-01T16:38:47.141Z | Compiling slog-term v2.9.0 |
2162 | 2023-11-01T16:38:47.145Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5836e2a5244b09b9 -C extra-filename=-5836e2a5244b09b9 --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-318a6ebbcda68aba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4b57738c95f1291d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings` |
2163 | 2023-11-01T16:38:47.149Z | Running `/home/build/.rustup/toolchains/1.72.1-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=92bfa0559792adb6 -C extra-filename=-92bfa0559792adb6 --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-41e0aa6bbf5cc8a2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-129894f923fac3f1.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-4b57738c95f1291d.rmeta --cap-lints allow -D warnings --cfg integer128` |
2164 | 2023-11-01T16:38:47.615Z | Compiling serde_with v2.3.3 |
2165 | 2023-11-01T16:38:47.618Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f37542964a946a64 -C extra-filename=-f37542964a946a64 --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-e5099f1082b7c4e8.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-46d91b9d71140d62.so --cap-lints allow -D warnings` |
2166 | 2023-11-01T16:38:49.113Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=659a39a9b53a3975 -C extra-filename=-659a39a9b53a3975 --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-82272017594cf4e8.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings` |
2167 | 2023-11-01T16:38:49.235Z | Compiling slog-json v2.6.1 |
2168 | 2023-11-01T16:38:49.240Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1cb90a5867f95b58 -C extra-filename=-1cb90a5867f95b58 --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-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings` |
2169 | 2023-11-01T16:38:49.337Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=d562c9b25280b25b -C extra-filename=-d562c9b25280b25b --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-da9ba133657e3013.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-659a39a9b53a3975.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rmeta --cap-lints allow -D warnings` |
2170 | 2023-11-01T16:38:50.326Z | Compiling slog-bunyan v2.4.0 |
2171 | 2023-11-01T16:38:50.333Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d0a55b9fae8929cb -C extra-filename=-d0a55b9fae8929cb --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-825c89ee82a57d47.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-1cb90a5867f95b58.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings` |
2172 | 2023-11-01T16:38:50.746Z | Compiling debug-ignore v1.0.5 |
2173 | 2023-11-01T16:38:50.749Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f2abfcb6c70cf6ba -C extra-filename=-f2abfcb6c70cf6ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2174 | 2023-11-01T16:38:50.752Z | Compiling atomic-waker v1.1.1 |
2175 | 2023-11-01T16:38:50.755Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f4ffaad2f705c4d0 -C extra-filename=-f4ffaad2f705c4d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2176 | 2023-11-01T16:38:50.820Z | Compiling waitgroup v0.1.2 |
2177 | 2023-11-01T16:38:50.824Z | Running `/home/build/.rustup/toolchains/1.72.1-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=50b942fef25a4b5f -C extra-filename=-50b942fef25a4b5f --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-f4ffaad2f705c4d0.rmeta --cap-lints allow -D warnings` |
2178 | 2023-11-01T16:38:51.199Z | Compiling async-stream v0.3.5 |
2179 | 2023-11-01T16:38:51.203Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f161070c4a4a0796 -C extra-filename=-f161070c4a4a0796 --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-ec366f050dc34d1e.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --cap-lints allow -D warnings` |
2180 | 2023-11-01T16:38:51.628Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ccae555fe7980b94 -C extra-filename=-ccae555fe7980b94 --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-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings` |
2181 | 2023-11-01T16:38:51.731Z | Compiling serde_path_to_error v0.1.14 |
2182 | 2023-11-01T16:38:51.763Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1a03d81885b79d46 -C extra-filename=-1a03d81885b79d46 --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-5cfbcdc992ada6c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2183 | 2023-11-01T16:38:53.264Z | Compiling backoff v0.4.0 |
2184 | 2023-11-01T16:38:53.267Z | Running `/home/build/.rustup/toolchains/1.72.1-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=096baf33883e90fb -C extra-filename=-096baf33883e90fb --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-2e4b787c2de71c9f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a878bd455251f7ad.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings` |
2185 | 2023-11-01T16:38:53.507Z | Compiling quick-error v1.2.3 |
2186 | 2023-11-01T16:38:53.528Z | Running `/home/build/.rustup/toolchains/1.72.1-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=498dbea2568bdbaf -C extra-filename=-498dbea2568bdbaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2187 | 2023-11-01T16:38:53.750Z | Compiling parse-display v0.7.0 |
2188 | 2023-11-01T16:38:53.753Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=8c1780e13885d002 -C extra-filename=-8c1780e13885d002 --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-dffc32915439d36d.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-43b4e839f2e01588.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings` |
2189 | 2023-11-01T16:38:53.832Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2190 | 2023-11-01T16:38:53.835Z | Running `/home/build/.rustup/toolchains/1.72.1-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=65ff712cdc192fd3 -C extra-filename=-65ff712cdc192fd3 --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-fa48ed58b25dfdb3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2191 | 2023-11-01T16:38:54.092Z | Compiling macaddr v1.0.1 |
2192 | 2023-11-01T16:38:54.122Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1ad0b7378139616a -C extra-filename=-1ad0b7378139616a --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2193 | 2023-11-01T16:38:54.166Z | Running `/home/build/.rustup/toolchains/1.72.1-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=feeda8e1a2c81b9a -C extra-filename=-feeda8e1a2c81b9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
2194 | 2023-11-01T16:38:54.887Z | Compiling wait-timeout v0.2.0 |
2195 | 2023-11-01T16:38:54.930Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6cab423074342a3b -C extra-filename=-6cab423074342a3b --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
2196 | 2023-11-01T16:38:54.946Z | Compiling rand_xorshift v0.3.0 |
2197 | 2023-11-01T16:38:54.964Z | Compiling regex-syntax v0.7.5 |
2198 | 2023-11-01T16:38:54.971Z | Running `/home/build/.rustup/toolchains/1.72.1-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=841aeb633a71b002 -C extra-filename=-841aeb633a71b002 --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-b7752064d206ef48.rmeta --cap-lints allow -D warnings` |
2199 | 2023-11-01T16:38:54.994Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0198c14610a57b32 -C extra-filename=-0198c14610a57b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2200 | 2023-11-01T16:38:55.446Z | Compiling rusty-fork v0.3.0 |
2201 | 2023-11-01T16:38:55.450Z | Running `/home/build/.rustup/toolchains/1.72.1-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=73af1ac0bd339dea -C extra-filename=-73af1ac0bd339dea --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-1a818be490fdad0e.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6cab423074342a3b.rmeta --cap-lints allow -D warnings` |
2202 | 2023-11-01T16:38:55.595Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2203 | 2023-11-01T16:38:55.640Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=549e6fb886845ebb -C extra-filename=-549e6fb886845ebb --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-f64e1d551bbc190b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e7388fbf0d416b00.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-5a3915daf8998f56.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2204 | 2023-11-01T16:38:55.883Z | Compiling unarray v0.1.4 |
2205 | 2023-11-01T16:38:55.888Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a7df36f5ba855866 -C extra-filename=-a7df36f5ba855866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2206 | 2023-11-01T16:38:56.159Z | Running `/home/build/.rustup/toolchains/1.72.1-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=aaf538cacb38ae69 -C extra-filename=-aaf538cacb38ae69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2207 | 2023-11-01T16:38:56.854Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8e94dfb586ed909a -C extra-filename=-8e94dfb586ed909a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2208 | 2023-11-01T16:38:57.009Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0c37760ceb6b7eb9 -C extra-filename=-0c37760ceb6b7eb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2209 | 2023-11-01T16:38:57.092Z | Running `/home/build/.rustup/toolchains/1.72.1-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=195040b02b177146 -C extra-filename=-195040b02b177146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2210 | 2023-11-01T16:38:57.793Z | Running `/home/build/.rustup/toolchains/1.72.1-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=55888b3cf4c7447b -C extra-filename=-55888b3cf4c7447b --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2211 | 2023-11-01T16:38:59.966Z | Running `/home/build/.rustup/toolchains/1.72.1-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=331e33b3e3eab9e4 -C extra-filename=-331e33b3e3eab9e4 --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-feeda8e1a2c81b9a.rmeta --cap-lints allow -D warnings` |
2212 | 2023-11-01T16:39:00.173Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4a82555b4114c13e -C extra-filename=-4a82555b4114c13e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2213 | 2023-11-01T16:39:02.264Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0f73e34081c966cd -C extra-filename=-0f73e34081c966cd --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-8e94dfb586ed909a.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound` |
2214 | 2023-11-01T16:39:02.747Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ae111ecf99ff78ac -C extra-filename=-ae111ecf99ff78ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2215 | 2023-11-01T16:39:02.757Z | Compiling proc-macro-crate v1.3.1 |
2216 | 2023-11-01T16:39:02.776Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1fd3c9aa859e2a37 -C extra-filename=-1fd3c9aa859e2a37 --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-dffc32915439d36d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --cap-lints allow -D warnings` |
2217 | 2023-11-01T16:39:02.784Z | Compiling proptest v1.3.1 |
2218 | 2023-11-01T16:39:02.801Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4ebf3aa24377495c -C extra-filename=-4ebf3aa24377495c --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-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-841aeb633a71b002.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0198c14610a57b32.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-73af1ac0bd339dea.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-a7df36f5ba855866.rmeta --cap-lints allow -D warnings` |
2219 | 2023-11-01T16:39:02.965Z | Compiling crucible-workspace-hack v0.1.0 |
2220 | 2023-11-01T16:39:02.974Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5b0f29aaaad16d24 -C extra-filename=-5b0f29aaaad16d24 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5b0f29aaaad16d24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2221 | 2023-11-01T16:39:03.202Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0ba4f66e2a3ffdcf -C extra-filename=-0ba4f66e2a3ffdcf --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-c8f54ebde8160f23.so --cap-lints allow -D warnings` |
2222 | 2023-11-01T16:39:03.564Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-5b0f29aaaad16d24/build-script-build` |
2223 | 2023-11-01T16:39:03.611Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d2e140eae73b2ead -C extra-filename=-d2e140eae73b2ead --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2224 | 2023-11-01T16:39:03.847Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a2b943ba7bdc80cb -C extra-filename=-a2b943ba7bdc80cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings` |
2225 | 2023-11-01T16:39:05.104Z | Running `/home/build/.rustup/toolchains/1.72.1-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=857464e7953ad886 -C extra-filename=-857464e7953ad886 --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-0f73e34081c966cd.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a2b943ba7bdc80cb.rmeta --cap-lints allow -D warnings` |
2226 | 2023-11-01T16:39:06.248Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bbe9fdba6b5a3076 -C extra-filename=-bbe9fdba6b5a3076 --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-d2e140eae73b2ead.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` |
2227 | 2023-11-01T16:39:06.705Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4b290f080638b941 -C extra-filename=-4b290f080638b941 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2228 | 2023-11-01T16:39:06.923Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e4eb40cefe3739e2 -C extra-filename=-e4eb40cefe3739e2 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
2229 | 2023-11-01T16:39:07.794Z | Running `/home/build/.rustup/toolchains/1.72.1-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=478723dc69368376 -C extra-filename=-478723dc69368376 --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-9cc2d99f4c1c58f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings` |
2230 | 2023-11-01T16:39:08.340Z | Running `/home/build/.rustup/toolchains/1.72.1-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=59a8c1a9f4cc401a -C extra-filename=-59a8c1a9f4cc401a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2231 | 2023-11-01T16:39:09.878Z | Compiling proc-macro-error-attr v1.0.4 |
2232 | 2023-11-01T16:39:09.883Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4793a33fef0d79c3 -C extra-filename=-4793a33fef0d79c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
2233 | 2023-11-01T16:39:10.065Z | Running `/home/build/.rustup/toolchains/1.72.1-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=839335292a7245f2 -C extra-filename=-839335292a7245f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2234 | 2023-11-01T16:39:10.469Z | Compiling proc-macro-error v1.0.4 |
2235 | 2023-11-01T16:39:10.502Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c6eda2b9346f1316 -C extra-filename=-c6eda2b9346f1316 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
2236 | 2023-11-01T16:39:10.509Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-4793a33fef0d79c3/build-script-build` |
2237 | 2023-11-01T16:39:10.624Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4413c936186ca977 -C extra-filename=-4413c936186ca977 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern proc_macro --cap-lints allow -D warnings` |
2238 | 2023-11-01T16:39:10.998Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5e540ad4941d14f0 -C extra-filename=-5e540ad4941d14f0 --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-59a8c1a9f4cc401a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence` |
2239 | 2023-11-01T16:39:11.115Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-c6eda2b9346f1316/build-script-build` |
2240 | 2023-11-01T16:39:11.335Z | Compiling num_enum_derive v0.5.11 |
2241 | 2023-11-01T16:39:11.338Z | Running `/home/build/.rustup/toolchains/1.72.1-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=72c39f3150c51ec5 -C extra-filename=-72c39f3150c51ec5 --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-1fd3c9aa859e2a37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2242 | 2023-11-01T16:39:11.996Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2666dc1e27be8b4d -C extra-filename=-2666dc1e27be8b4d --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-9da73fdce886a303.so --cap-lints allow -D warnings` |
2243 | 2023-11-01T16:39:12.226Z | Running `/home/build/.rustup/toolchains/1.72.1-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=15f20dc26df54122 -C extra-filename=-15f20dc26df54122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2244 | 2023-11-01T16:39:12.631Z | Running `/home/build/.rustup/toolchains/1.72.1-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=45ca554d4d76a8fb -C extra-filename=-45ca554d4d76a8fb --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-4413c936186ca977.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings --cfg use_fallback` |
2245 | 2023-11-01T16:39:13.715Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0d5c3309b3d36f70 -C extra-filename=-0d5c3309b3d36f70 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
2246 | 2023-11-01T16:39:13.778Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4d864f5ef6f0cb90 -C extra-filename=-4d864f5ef6f0cb90 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
2247 | 2023-11-01T16:39:13.909Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fca2ca054f4fc8df -C extra-filename=-fca2ca054f4fc8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2248 | 2023-11-01T16:39:15.185Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d9ce96cf778302ef -C extra-filename=-d9ce96cf778302ef --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-55888b3cf4c7447b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-0d5c3309b3d36f70.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e4eb40cefe3739e2.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4d864f5ef6f0cb90.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-a227de3d2402746e.so --cap-lints allow -D warnings` |
2249 | 2023-11-01T16:39:15.502Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d3b97ee3b256b9db -C extra-filename=-d3b97ee3b256b9db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2250 | 2023-11-01T16:39:16.032Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2251 | 2023-11-01T16:39:16.036Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ddd769f882e45b6a -C extra-filename=-ddd769f882e45b6a --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2252 | 2023-11-01T16:39:16.096Z | Compiling base64ct v1.6.0 |
2253 | 2023-11-01T16:39:16.107Z | Running `/home/build/.rustup/toolchains/1.72.1-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=782b309d60146739 -C extra-filename=-782b309d60146739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2254 | 2023-11-01T16:39:16.579Z | Running `/home/build/.rustup/toolchains/1.72.1-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=83f35cd01d19a331 -C extra-filename=-83f35cd01d19a331 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2255 | 2023-11-01T16:39:16.690Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-ddd769f882e45b6a/build-script-build` |
2256 | 2023-11-01T16:39:16.733Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2257 | 2023-11-01T16:39:16.738Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9ec34ae820c9a363 -C extra-filename=-9ec34ae820c9a363 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2258 | 2023-11-01T16:39:17.128Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1f46b2dcc29359b1 -C extra-filename=-1f46b2dcc29359b1 --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-5e540ad4941d14f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-59a8c1a9f4cc401a.rmeta --cap-lints allow -D warnings` |
2259 | 2023-11-01T16:39:17.181Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1486aaee3f323cc1 -C extra-filename=-1486aaee3f323cc1 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2260 | 2023-11-01T16:39:17.310Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-9ec34ae820c9a363/build-script-build` |
2261 | 2023-11-01T16:39:17.359Z | Compiling foreign-types-macros v0.2.3 |
2262 | 2023-11-01T16:39:17.403Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d8079752ff45b0c7 -C extra-filename=-d8079752ff45b0c7 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2263 | 2023-11-01T16:39:17.504Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a79ff521aceff8c1 -C extra-filename=-a79ff521aceff8c1 --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-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings --cfg limb_width_64` |
2264 | 2023-11-01T16:39:17.964Z | Compiling is-terminal v0.4.9 |
2265 | 2023-11-01T16:39:17.969Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8a149ebee13979ce -C extra-filename=-8a149ebee13979ce --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-c42251dd345add73.rmeta --cap-lints allow -D warnings` |
2266 | 2023-11-01T16:39:18.183Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2267 | 2023-11-01T16:39:18.187Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e86f5de6f50d3ea8 -C extra-filename=-e86f5de6f50d3ea8 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-e86f5de6f50d3ea8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
2268 | 2023-11-01T16:39:18.751Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2269 | 2023-11-01T16:39:18.754Z | Running `/home/build/.rustup/toolchains/1.72.1-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=722aa1f1d4eeb716 -C extra-filename=-722aa1f1d4eeb716 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2270 | 2023-11-01T16:39:19.401Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-722aa1f1d4eeb716/build-script-build` |
2271 | 2023-11-01T16:39:19.451Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-e86f5de6f50d3ea8/build-script-build` |
2272 | 2023-11-01T16:39:19.566Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2273 | 2023-11-01T16:39:19.579Z | Running `/home/build/.rustup/toolchains/1.72.1-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=54ed3404f246e1d0 -C extra-filename=-54ed3404f246e1d0 --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2274 | 2023-11-01T16:39:19.841Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2275 | 2023-11-01T16:39:19.845Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8f0ba65df9808a27 -C extra-filename=-8f0ba65df9808a27 --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2276 | 2023-11-01T16:39:21.300Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3d4913af193ba8fa -C extra-filename=-3d4913af193ba8fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2277 | 2023-11-01T16:39:21.503Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b9e0b6ca8eb0c8cf -C extra-filename=-b9e0b6ca8eb0c8cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2278 | 2023-11-01T16:39:21.561Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2279 | 2023-11-01T16:39:21.586Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9594995f6893c70d -C extra-filename=-9594995f6893c70d --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2280 | 2023-11-01T16:39:21.764Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c4da83d5a55438d5 -C extra-filename=-c4da83d5a55438d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2281 | 2023-11-01T16:39:22.133Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9594995f6893c70d/build-script-build` |
2282 | 2023-11-01T16:39:22.184Z | Compiling zone_cfg_derive v0.2.0 |
2283 | 2023-11-01T16:39:22.190Z | Running `/home/build/.rustup/toolchains/1.72.1-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.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=9ea68d5abd5fc36e -C extra-filename=-9ea68d5abd5fc36e --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-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2284 | 2023-11-01T16:39:22.799Z | Compiling mockall_derive v0.11.4 |
2285 | 2023-11-01T16:39:22.849Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9dd23f9535a12e5d -C extra-filename=-9dd23f9535a12e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2286 | 2023-11-01T16:39:24.884Z | Compiling num-derive v0.4.0 |
2287 | 2023-11-01T16:39:24.887Z | Running `/home/build/.rustup/toolchains/1.72.1-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=348bdbd4a67f8b15 -C extra-filename=-348bdbd4a67f8b15 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2288 | 2023-11-01T16:39:24.936Z | Compiling xattr v1.0.1 |
2289 | 2023-11-01T16:39:24.962Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dc082b258e71080c -C extra-filename=-dc082b258e71080c --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
2290 | 2023-11-01T16:39:25.356Z | Compiling filetime v0.2.22 |
2291 | 2023-11-01T16:39:25.359Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ed8d2a4807be5a28 -C extra-filename=-ed8d2a4807be5a28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
2292 | 2023-11-01T16:39:25.896Z | Running `/home/build/.rustup/toolchains/1.72.1-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=952c4328c6f554fb -C extra-filename=-952c4328c6f554fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2293 | 2023-11-01T16:39:26.619Z | Running `/home/build/.rustup/toolchains/1.72.1-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=776cc17a9c34995e -C extra-filename=-776cc17a9c34995e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2294 | 2023-11-01T16:39:27.831Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ba2c5ad6cc3819c4 -C extra-filename=-ba2c5ad6cc3819c4 --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-952c4328c6f554fb.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2295 | 2023-11-01T16:39:28.074Z | Running `/home/build/.rustup/toolchains/1.72.1-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="default"' --cfg 'feature="std"' -C metadata=2c416f3ca71bac21 -C extra-filename=-2c416f3ca71bac21 --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-776cc17a9c34995e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings` |
2296 | 2023-11-01T16:39:29.248Z | Compiling tar v0.4.40 |
2297 | 2023-11-01T16:39:29.251Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8b8f69e5c87d2414 -C extra-filename=-8b8f69e5c87d2414 --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-ed8d2a4807be5a28.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-dc082b258e71080c.rmeta --cap-lints allow -D warnings` |
2298 | 2023-11-01T16:39:31.265Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1f5aded3f0934012 -C extra-filename=-1f5aded3f0934012 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --cap-lints allow -D warnings` |
2299 | 2023-11-01T16:39:32.015Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b6959ed5d9f01069 -C extra-filename=-b6959ed5d9f01069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2300 | 2023-11-01T16:39:32.511Z | Running `/home/build/.rustup/toolchains/1.72.1-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=97c08c0a1637e212 -C extra-filename=-97c08c0a1637e212 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2301 | 2023-11-01T16:39:33.081Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7707dd2a7f3f5fc1 -C extra-filename=-7707dd2a7f3f5fc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2302 | 2023-11-01T16:39:33.107Z | Running `/home/build/.rustup/toolchains/1.72.1-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="min_const_gen"' --cfg 'feature="rand_chacha"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=3ea74bcbc130599d -C extra-filename=-3ea74bcbc130599d --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-9cc2d99f4c1c58f7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings` |
2303 | 2023-11-01T16:39:33.464Z | Running `/home/build/.rustup/toolchains/1.72.1-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=135bf7ba8ab3ea34 -C extra-filename=-135bf7ba8ab3ea34 --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-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-cfb3bddea19c3a21.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --cap-lints allow -D warnings` |
2304 | 2023-11-01T16:39:33.573Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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=a169f199810ce08f -C extra-filename=-a169f199810ce08f --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-feeda8e1a2c81b9a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2305 | 2023-11-01T16:39:35.059Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2cab8e63723bf814 -C extra-filename=-2cab8e63723bf814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2306 | 2023-11-01T16:39:35.282Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8d06ce94a40ddfe1 -C extra-filename=-8d06ce94a40ddfe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2307 | 2023-11-01T16:39:35.493Z | Running `/home/build/.rustup/toolchains/1.72.1-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=91f0b1f081d73347 -C extra-filename=-91f0b1f081d73347 --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-8d06ce94a40ddfe1.rmeta --cap-lints allow -D warnings` |
2308 | 2023-11-01T16:39:35.817Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ab91cbb0541516ac -C extra-filename=-ab91cbb0541516ac --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-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings` |
2309 | 2023-11-01T16:39:36.134Z | Running `/home/build/.rustup/toolchains/1.72.1-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=16deb6d7e68daa91 -C extra-filename=-16deb6d7e68daa91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'` |
2310 | 2023-11-01T16:39:36.282Z | Running `/home/build/.rustup/toolchains/1.72.1-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=db8c7d8154906494 -C extra-filename=-db8c7d8154906494 --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-ab91cbb0541516ac.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-1f46b2dcc29359b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings` |
2311 | 2023-11-01T16:39:36.698Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5989520b66fa0dce -C extra-filename=-5989520b66fa0dce --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-839335292a7245f2.rmeta --cap-lints allow -D warnings` |
2312 | 2023-11-01T16:39:36.884Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b4bc10243c26e981 -C extra-filename=-b4bc10243c26e981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2313 | 2023-11-01T16:39:36.888Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c51a83c80e38f6e3 -C extra-filename=-c51a83c80e38f6e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2314 | 2023-11-01T16:39:37.060Z | Running `/home/build/.rustup/toolchains/1.72.1-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=93d7d8ec84a79151 -C extra-filename=-93d7d8ec84a79151 --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-195040b02b177146.rmeta --cap-lints allow -D warnings` |
2315 | 2023-11-01T16:39:37.101Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a8fc004cf30cfd85 -C extra-filename=-a8fc004cf30cfd85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2316 | 2023-11-01T16:39:37.457Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dd3c6ac25a9b82e9 -C extra-filename=-dd3c6ac25a9b82e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2317 | 2023-11-01T16:39:38.232Z | Running `/home/build/.rustup/toolchains/1.72.1-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=86c5147d695ab8b0 -C extra-filename=-86c5147d695ab8b0 --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-91f0b1f081d73347.rmeta --cap-lints allow -D warnings` |
2318 | 2023-11-01T16:39:38.317Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0687e8647cca9e82 -C extra-filename=-0687e8647cca9e82 --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-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-21f257bb376f42bc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic` |
2319 | 2023-11-01T16:39:39.613Z | Running `/home/build/.rustup/toolchains/1.72.1-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=538c134b846122d1 -C extra-filename=-538c134b846122d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-72a1983bdf5f8eeb.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-93d7d8ec84a79151.rmeta --cap-lints allow -D warnings` |
2320 | 2023-11-01T16:39:39.896Z | Running `/home/build/.rustup/toolchains/1.72.1-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=065c702e72289fd3 -C extra-filename=-065c702e72289fd3 --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-55888b3cf4c7447b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --cap-lints allow -D warnings` |
2321 | 2023-11-01T16:39:39.994Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1a959748c4116a85 -C extra-filename=-1a959748c4116a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2322 | 2023-11-01T16:39:40.371Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d603c8d4e5059e33 -C extra-filename=-d603c8d4e5059e33 --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-0f73e34081c966cd.rmeta --cap-lints allow -D warnings` |
2323 | 2023-11-01T16:39:40.471Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-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="alloc"' -C metadata=a708795783266417 -C extra-filename=-a708795783266417 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2324 | 2023-11-01T16:39:40.639Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8d764ac0566c5587 -C extra-filename=-8d764ac0566c5587 --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-1a959748c4116a85.rmeta --cap-lints allow -D warnings` |
2325 | 2023-11-01T16:39:40.951Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2ac28cbadba7faa0 -C extra-filename=-2ac28cbadba7faa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2326 | 2023-11-01T16:39:41.170Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ccb81907c4b78a17 -C extra-filename=-ccb81907c4b78a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2327 | 2023-11-01T16:39:41.313Z | Running `/home/build/.rustup/toolchains/1.72.1-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.67/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=4dbdfb813a4a048f -C extra-filename=-4dbdfb813a4a048f --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-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro` |
2328 | 2023-11-01T16:39:41.349Z | Running `/home/build/.rustup/toolchains/1.72.1-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=eb4a6eac9a61464f -C extra-filename=-eb4a6eac9a61464f --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-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings` |
2329 | 2023-11-01T16:39:41.765Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-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="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' -C metadata=6d6730805a801a5f -C extra-filename=-6d6730805a801a5f --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-16deb6d7e68daa91.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-a708795783266417.rmeta --cap-lints allow -D warnings` |
2330 | 2023-11-01T16:39:43.911Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d385be1db3fee74e -C extra-filename=-d385be1db3fee74e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2331 | 2023-11-01T16:39:43.947Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3a3880947b45af1e -C extra-filename=-3a3880947b45af1e --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-8d764ac0566c5587.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-eb4a6eac9a61464f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --cap-lints allow -D warnings` |
2332 | 2023-11-01T16:39:44.127Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=d3e47da13ea8dfbb -C extra-filename=-d3e47da13ea8dfbb --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-d385be1db3fee74e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6d6730805a801a5f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2333 | 2023-11-01T16:39:44.195Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9db298c3bfbb444c -C extra-filename=-9db298c3bfbb444c --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-4dbdfb813a4a048f.rmeta --cap-lints allow -D warnings` |
2334 | 2023-11-01T16:39:44.631Z | Running `/home/build/.rustup/toolchains/1.72.1-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=64edcd8daed94a95 -C extra-filename=-64edcd8daed94a95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd` |
2335 | 2023-11-01T16:39:44.634Z | Running `/home/build/.rustup/toolchains/1.72.1-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=45346198772e2c41 -C extra-filename=-45346198772e2c41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2336 | 2023-11-01T16:39:44.640Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f4cc2d93810d5310 -C extra-filename=-f4cc2d93810d5310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2337 | 2023-11-01T16:39:44.866Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a50ce7321bfdc712 -C extra-filename=-a50ce7321bfdc712 --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-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings` |
2338 | 2023-11-01T16:39:45.337Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a9c6a39ea2649f02 -C extra-filename=-a9c6a39ea2649f02 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
2339 | 2023-11-01T16:39:45.430Z | Running `/home/build/.rustup/toolchains/1.72.1-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=45f9b288087bf8e6 -C extra-filename=-45f9b288087bf8e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2340 | 2023-11-01T16:39:45.657Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8aa334b770300df0 -C extra-filename=-8aa334b770300df0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2341 | 2023-11-01T16:39:46.052Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f2b2df9d67b5ff74 -C extra-filename=-f2b2df9d67b5ff74 --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-45346198772e2c41.rmeta --cap-lints allow -D warnings --cfg has_std` |
2342 | 2023-11-01T16:39:46.136Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8b4af682f00f4f8e -C extra-filename=-8b4af682f00f4f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2343 | 2023-11-01T16:39:46.314Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6e30452003b40aeb -C extra-filename=-6e30452003b40aeb --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-8aa334b770300df0.rmeta --cap-lints allow -D warnings` |
2344 | 2023-11-01T16:39:46.469Z | Running `/home/build/.rustup/toolchains/1.72.1-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=03c8990544e304c9 -C extra-filename=-03c8990544e304c9 --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-195040b02b177146.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-839335292a7245f2.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -l static=ring-core -l static=ring-test` |
2345 | 2023-11-01T16:39:47.541Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a5ada7efac379163 -C extra-filename=-a5ada7efac379163 --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-55888b3cf4c7447b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings` |
2346 | 2023-11-01T16:39:47.611Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1ed2f179d916e5df -C extra-filename=-1ed2f179d916e5df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2347 | 2023-11-01T16:39:47.918Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e6d0e2dd74e16531 -C extra-filename=-e6d0e2dd74e16531 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
2348 | 2023-11-01T16:39:49.090Z | Running `/home/build/.rustup/toolchains/1.72.1-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=963e5de6824495e7 -C extra-filename=-963e5de6824495e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128` |
2349 | 2023-11-01T16:39:49.484Z | Running `/home/build/.rustup/toolchains/1.72.1-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=46a5cef56c574a55 -C extra-filename=-46a5cef56c574a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2350 | 2023-11-01T16:39:49.552Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a453485417867f18 -C extra-filename=-a453485417867f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2351 | 2023-11-01T16:39:49.662Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bc2886ea81b15c6f -C extra-filename=-bc2886ea81b15c6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2352 | 2023-11-01T16:39:49.852Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f9c066fd8aa13393 -C extra-filename=-f9c066fd8aa13393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2353 | 2023-11-01T16:39:50.086Z | Running `/home/build/.rustup/toolchains/1.72.1-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=845df6b103dfb623 -C extra-filename=-845df6b103dfb623 --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-03c8990544e304c9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
2354 | 2023-11-01T16:39:50.461Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d5d62e0e8a25aa97 -C extra-filename=-d5d62e0e8a25aa97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2355 | 2023-11-01T16:39:50.598Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a048596724bee275 -C extra-filename=-a048596724bee275 --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-bc2886ea81b15c6f.rmeta --cap-lints allow -D warnings` |
2356 | 2023-11-01T16:39:50.702Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fcd6b4cdffc1bb22 -C extra-filename=-fcd6b4cdffc1bb22 --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-d5d62e0e8a25aa97.rmeta --cap-lints allow -D warnings` |
2357 | 2023-11-01T16:39:50.706Z | Running `/home/build/.rustup/toolchains/1.72.1-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=24a8445f7ecce1c1 -C extra-filename=-24a8445f7ecce1c1 --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-55888b3cf4c7447b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f2b2df9d67b5ff74.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-b6959ed5d9f01069.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings` |
2358 | 2023-11-01T16:39:50.769Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6e9d1ad0d0031626 -C extra-filename=-6e9d1ad0d0031626 --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-55888b3cf4c7447b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings` |
2359 | 2023-11-01T16:39:51.144Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2796f4240060362d -C extra-filename=-2796f4240060362d --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-c51a83c80e38f6e3.rmeta --cap-lints allow -D warnings` |
2360 | 2023-11-01T16:39:51.430Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ff9478a143bb4b59 -C extra-filename=-ff9478a143bb4b59 --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-9cc2d99f4c1c58f7.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` |
2361 | 2023-11-01T16:39:51.758Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6fddaf6cd5a758ca -C extra-filename=-6fddaf6cd5a758ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2362 | 2023-11-01T16:39:52.098Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dc107dcf8621a51f -C extra-filename=-dc107dcf8621a51f --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-a50ce7321bfdc712.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-45f9b288087bf8e6.rmeta --cap-lints allow -D warnings` |
2363 | 2023-11-01T16:39:52.854Z | Running `/home/build/.rustup/toolchains/1.72.1-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=456145d791e7aded -C extra-filename=-456145d791e7aded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2364 | 2023-11-01T16:39:52.897Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cdb75033c22de3bd -C extra-filename=-cdb75033c22de3bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2365 | 2023-11-01T16:39:52.964Z | Running `/home/build/.rustup/toolchains/1.72.1-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=672f0617b36e2a5d -C extra-filename=-672f0617b36e2a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2366 | 2023-11-01T16:39:53.175Z | Running `/home/build/.rustup/toolchains/1.72.1-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=635924db43c48ac5 -C extra-filename=-635924db43c48ac5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2367 | 2023-11-01T16:39:53.384Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b1008f6b16506ac7 -C extra-filename=-b1008f6b16506ac7 --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-16deb6d7e68daa91.rmeta --cap-lints allow -D warnings` |
2368 | 2023-11-01T16:39:53.789Z | Running `/home/build/.rustup/toolchains/1.72.1-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=878eee0db71a2cfb -C extra-filename=-878eee0db71a2cfb --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-1486aaee3f323cc1.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a048596724bee275.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-d56300f5e0859093.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.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` |
2369 | 2023-11-01T16:39:54.440Z | Running `/home/build/.rustup/toolchains/1.72.1-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=31596f1cfd69171c -C extra-filename=-31596f1cfd69171c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings` |
2370 | 2023-11-01T16:39:55.471Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8643221b7cc69ba7 -C extra-filename=-8643221b7cc69ba7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2371 | 2023-11-01T16:39:56.033Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d20319421da82dff -C extra-filename=-d20319421da82dff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2372 | 2023-11-01T16:39:56.283Z | Running `/home/build/.rustup/toolchains/1.72.1-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=366993323cf4be7d -C extra-filename=-366993323cf4be7d --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-cdb75033c22de3bd.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-672f0617b36e2a5d.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-6fddaf6cd5a758ca.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --cap-lints allow -D warnings` |
2373 | 2023-11-01T16:39:56.947Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b2cde58c87913f77 -C extra-filename=-b2cde58c87913f77 --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-1486aaee3f323cc1.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a9c6a39ea2649f02.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
2374 | 2023-11-01T16:39:57.378Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a93e56d4d374eb2f -C extra-filename=-a93e56d4d374eb2f --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-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings` |
2375 | 2023-11-01T16:39:57.547Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5860cb338547d550 -C extra-filename=-5860cb338547d550 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2376 | 2023-11-01T16:39:59.226Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6a1860f3303f1bff -C extra-filename=-6a1860f3303f1bff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings` |
2377 | 2023-11-01T16:40:02.087Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6e083666603c4e01 -C extra-filename=-6e083666603c4e01 --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-a50ce7321bfdc712.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-dc107dcf8621a51f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-45f9b288087bf8e6.rmeta --cap-lints allow -D warnings` |
2378 | 2023-11-01T16:40:03.959Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f18ad2b4f7e42dbf -C extra-filename=-f18ad2b4f7e42dbf --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-55888b3cf4c7447b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-24a8445f7ecce1c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e9d1ad0d0031626.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e6d0e2dd74e16531.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-fcd6b4cdffc1bb22.rmeta --cap-lints allow -D warnings` |
2379 | 2023-11-01T16:40:05.096Z | Running `/home/build/.rustup/toolchains/1.72.1-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=68d529025d396605 -C extra-filename=-68d529025d396605 --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-d20319421da82dff.rmeta --cap-lints allow -D warnings` |
2380 | 2023-11-01T16:40:05.973Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d179d580a01d946c -C extra-filename=-d179d580a01d946c --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-aaf538cacb38ae69.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
2381 | 2023-11-01T16:40:06.231Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9161f70e0e78d07b -C extra-filename=-9161f70e0e78d07b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2382 | 2023-11-01T16:40:07.047Z | Compiling termtree v0.4.1 |
2383 | 2023-11-01T16:40:07.051Z | Running `/home/build/.rustup/toolchains/1.72.1-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=21deb15913796002 -C extra-filename=-21deb15913796002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2384 | 2023-11-01T16:40:07.238Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d0786d661f585050 -C extra-filename=-d0786d661f585050 --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-2666dc1e27be8b4d.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-9161f70e0e78d07b.rmeta --cap-lints allow -D warnings` |
2385 | 2023-11-01T16:40:07.381Z | Compiling predicates-tree v1.0.9 |
2386 | 2023-11-01T16:40:07.385Z | Running `/home/build/.rustup/toolchains/1.72.1-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=55465b5f381609dd -C extra-filename=-55465b5f381609dd --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-3739f879860131f9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-21deb15913796002.rmeta --cap-lints allow -D warnings` |
2387 | 2023-11-01T16:40:08.618Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fe26226a25f2fc59 -C extra-filename=-fe26226a25f2fc59 --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-d179d580a01d946c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
2388 | 2023-11-01T16:40:08.622Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2ce3aaa1b0d599aa -C extra-filename=-2ce3aaa1b0d599aa --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-68d529025d396605.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6e30452003b40aeb.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a93e56d4d374eb2f.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-5860cb338547d550.rmeta --cap-lints allow -D warnings` |
2389 | 2023-11-01T16:40:08.625Z | Running `/home/build/.rustup/toolchains/1.72.1-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=afe568b4e91ae0a4 -C extra-filename=-afe568b4e91ae0a4 --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-a453485417867f18.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --cap-lints allow -D warnings` |
2390 | 2023-11-01T16:40:08.650Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f2f0b2e51cda1c6f -C extra-filename=-f2f0b2e51cda1c6f --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-8d764ac0566c5587.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-83f35cd01d19a331.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2391 | 2023-11-01T16:40:08.944Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ec125181459068d2 -C extra-filename=-ec125181459068d2 --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-fca2ca054f4fc8df.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-76ae81a4f7636b9f.so --cap-lints allow -D warnings` |
2392 | 2023-11-01T16:40:09.115Z | Running `/home/build/.rustup/toolchains/1.72.1-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.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="serde"' -C metadata=2ba0b9ecd6c51a3f -C extra-filename=-2ba0b9ecd6c51a3f --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2393 | 2023-11-01T16:40:09.428Z | Running `/home/build/.rustup/toolchains/1.72.1-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.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="serde"' -C metadata=38cace45970d66dc -C extra-filename=-38cace45970d66dc --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2394 | 2023-11-01T16:40:09.572Z | Running `/home/build/.rustup/toolchains/1.72.1-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=971cda85375d22df -C extra-filename=-971cda85375d22df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2395 | 2023-11-01T16:40:09.905Z | Running `/home/build/.rustup/toolchains/1.72.1-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=85727a65f2ef0e54 -C extra-filename=-85727a65f2ef0e54 --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-2ce3aaa1b0d599aa.rmeta --cap-lints allow -D warnings` |
2396 | 2023-11-01T16:40:09.933Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7da73bc294f1e755 -C extra-filename=-7da73bc294f1e755 --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-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings` |
2397 | 2023-11-01T16:40:09.996Z | Running `/home/build/.rustup/toolchains/1.72.1-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=99d6081e5b4e0d62 -C extra-filename=-99d6081e5b4e0d62 --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-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests` |
2398 | 2023-11-01T16:40:10.377Z | Running `/home/build/.rustup/toolchains/1.72.1-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=042cda93981ab7e8 -C extra-filename=-042cda93981ab7e8 --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-2666dc1e27be8b4d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-ec125181459068d2.rmeta --cap-lints allow -D warnings` |
2399 | 2023-11-01T16:40:15.004Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6b8eb17b521a8c14 -C extra-filename=-6b8eb17b521a8c14 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
2400 | 2023-11-01T16:40:15.085Z | Running `/home/build/.rustup/toolchains/1.72.1-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=82177fbc2fe42e73 -C extra-filename=-82177fbc2fe42e73 --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-d0786d661f585050.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-407ee505ea788947.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings` |
2401 | 2023-11-01T16:40:15.234Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3910d49aa99207bd -C extra-filename=-3910d49aa99207bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2402 | 2023-11-01T16:40:15.243Z | Running `/home/build/.rustup/toolchains/1.72.1-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 panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' -C metadata=7e84c7b185bf3d8e -C extra-filename=-7e84c7b185bf3d8e --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-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings` |
2403 | 2023-11-01T16:40:15.250Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e8e0cb7bcc21358a -C extra-filename=-e8e0cb7bcc21358a --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-15f20dc26df54122.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --cap-lints allow -D warnings` |
2404 | 2023-11-01T16:40:15.261Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a3f2bbb1cb3be415 -C extra-filename=-a3f2bbb1cb3be415 --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-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2405 | 2023-11-01T16:40:15.270Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1506b044121151f3 -C extra-filename=-1506b044121151f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --cap-lints allow -D warnings` |
2406 | 2023-11-01T16:40:15.274Z | Compiling num_enum v0.5.11 |
2407 | 2023-11-01T16:40:15.279Z | Running `/home/build/.rustup/toolchains/1.72.1-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=687b96da4e15d9f6 -C extra-filename=-687b96da4e15d9f6 --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-72c39f3150c51ec5.so --cap-lints allow -D warnings` |
2408 | 2023-11-01T16:40:15.284Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2409 | 2023-11-01T16:40:15.288Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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=96e66a3044c565eb -C extra-filename=-96e66a3044c565eb --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-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings` |
2410 | 2023-11-01T16:40:15.291Z | Compiling base64 v0.13.1 |
2411 | 2023-11-01T16:40:15.296Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ad8c311fcc61d255 -C extra-filename=-ad8c311fcc61d255 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2412 | 2023-11-01T16:40:15.802Z | Compiling postcard-cobs v0.1.5-pre |
2413 | 2023-11-01T16:40:15.807Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3bf3a2f460e40603 -C extra-filename=-3bf3a2f460e40603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2414 | 2023-11-01T16:40:16.239Z | Compiling postcard v0.7.3 |
2415 | 2023-11-01T16:40:16.250Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b3898e15b57613ca -C extra-filename=-b3898e15b57613ca --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-3bf3a2f460e40603.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2416 | 2023-11-01T16:40:16.279Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2417 | 2023-11-01T16:40:16.283Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cb23ea4bc610a220 -C extra-filename=-cb23ea4bc610a220 --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-55888b3cf4c7447b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-d179d580a01d946c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-fe26226a25f2fc59.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
2418 | 2023-11-01T16:40:16.287Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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=fd0c3d07c4812ab5 -C extra-filename=-fd0c3d07c4812ab5 --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-96e66a3044c565eb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings` |
2419 | 2023-11-01T16:40:16.851Z | Running `/home/build/.rustup/toolchains/1.72.1-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=595a8fb7a1c95869 -C extra-filename=-595a8fb7a1c95869 --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-db8c7d8154906494.rmeta --cap-lints allow -D warnings` |
2420 | 2023-11-01T16:40:16.981Z | Compiling password-hash v0.5.0 |
2421 | 2023-11-01T16:40:16.986Z | Running `/home/build/.rustup/toolchains/1.72.1-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=742fb0a4a592bebb -C extra-filename=-742fb0a4a592bebb --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-782b309d60146739.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings` |
2422 | 2023-11-01T16:40:17.063Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fd7a8b888af6f4b2 -C extra-filename=-fd7a8b888af6f4b2 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2423 | 2023-11-01T16:40:17.251Z | Compiling smoltcp v0.8.2 |
2424 | 2023-11-01T16:40:17.255Z | Running `/home/build/.rustup/toolchains/1.72.1-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=08d295e1c64ae340 -C extra-filename=-08d295e1c64ae340 --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --cap-lints allow -D warnings` |
2425 | 2023-11-01T16:40:18.155Z | Compiling blake2 v0.10.6 |
2426 | 2023-11-01T16:40:18.159Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6854ed4e5f95c79f -C extra-filename=-6854ed4e5f95c79f --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-e77795124486928d.rmeta --cap-lints allow -D warnings` |
2427 | 2023-11-01T16:40:18.868Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7c6bfd074d875608 -C extra-filename=-7c6bfd074d875608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2428 | 2023-11-01T16:40:19.589Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2429 | 2023-11-01T16:40:19.592Z | Running `/home/build/.rustup/toolchains/1.72.1-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=25e000188ea8fb1c -C extra-filename=-25e000188ea8fb1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2430 | 2023-11-01T16:40:19.909Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d02e4f44237b5109 -C extra-filename=-d02e4f44237b5109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2431 | 2023-11-01T16:40:20.522Z | Compiling cfg-if v0.1.10 |
2432 | 2023-11-01T16:40:20.525Z | Running `/home/build/.rustup/toolchains/1.72.1-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=44d785dcfe5432ab -C extra-filename=-44d785dcfe5432ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2433 | 2023-11-01T16:40:20.579Z | Compiling foreign-types-shared v0.3.1 |
2434 | 2023-11-01T16:40:20.582Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5accb22857faf085 -C extra-filename=-5accb22857faf085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2435 | 2023-11-01T16:40:20.674Z | Compiling argon2 v0.5.2 |
2436 | 2023-11-01T16:40:20.683Z | Running `/home/build/.rustup/toolchains/1.72.1-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=844cd977baa4a72a -C extra-filename=-844cd977baa4a72a --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-782b309d60146739.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-6854ed4e5f95c79f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-742fb0a4a592bebb.rmeta --cap-lints allow -D warnings` |
2437 | 2023-11-01T16:40:20.785Z | Compiling foreign-types v0.5.0 |
2438 | 2023-11-01T16:40:20.791Z | Running `/home/build/.rustup/toolchains/1.72.1-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=95278da0f0883af2 -C extra-filename=-95278da0f0883af2 --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-d8079752ff45b0c7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-5accb22857faf085.rmeta --cap-lints allow -D warnings` |
2439 | 2023-11-01T16:40:20.821Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5fb0f80fbc938a42 -C extra-filename=-5fb0f80fbc938a42 --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-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8e0cb7bcc21358a.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --cap-lints allow -D warnings` |
2440 | 2023-11-01T16:40:20.962Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ebe19ba3b8a7e9d3 -C extra-filename=-ebe19ba3b8a7e9d3 --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-b1008f6b16506ac7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings` |
2441 | 2023-11-01T16:40:21.010Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6ac94346fa60aec6 -C extra-filename=-6ac94346fa60aec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi` |
2442 | 2023-11-01T16:40:21.171Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1393588997e7b71f -C extra-filename=-1393588997e7b71f --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` |
2443 | 2023-11-01T16:40:21.232Z | Compiling cstr-argument v0.1.2 |
2444 | 2023-11-01T16:40:21.235Z | Running `/home/build/.rustup/toolchains/1.72.1-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=39135e009da5126f -C extra-filename=-39135e009da5126f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings` |
2445 | 2023-11-01T16:40:21.372Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c3c28f089340dd8e -C extra-filename=-c3c28f089340dd8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2446 | 2023-11-01T16:40:21.514Z | Compiling pretty-hex v0.2.1 |
2447 | 2023-11-01T16:40:21.518Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9248b1a20cd2c87d -C extra-filename=-9248b1a20cd2c87d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2448 | 2023-11-01T16:40:21.630Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2449 | 2023-11-01T16:40:21.634Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6ae448c753b3ab8f -C extra-filename=-6ae448c753b3ab8f --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-39135e009da5126f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-95278da0f0883af2.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --cap-lints allow -D warnings` |
2450 | 2023-11-01T16:40:21.828Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2451 | 2023-11-01T16:40:21.833Z | Running `/home/build/.rustup/toolchains/1.72.1-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=229e4cf0e7605b05 -C extra-filename=-229e4cf0e7605b05 --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-951633e8fd59a40d.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-6ac94346fa60aec6.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-9248b1a20cd2c87d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings` |
2452 | 2023-11-01T16:40:21.860Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3e317e62e1aef1be -C extra-filename=-3e317e62e1aef1be --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-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings` |
2453 | 2023-11-01T16:40:22.416Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0a1a2393433c3997 -C extra-filename=-0a1a2393433c3997 --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-951633e8fd59a40d.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door` |
2454 | 2023-11-01T16:40:22.580Z | Compiling colored v2.0.4 |
2455 | 2023-11-01T16:40:22.623Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7dc6c274f08341bb -C extra-filename=-7dc6c274f08341bb --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-8a149ebee13979ce.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --cap-lints allow -D warnings` |
2456 | 2023-11-01T16:40:22.705Z | Running `/home/build/.rustup/toolchains/1.72.1-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=12e80841eef6dcef -C extra-filename=-12e80841eef6dcef --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-fca2ca054f4fc8df.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-042cda93981ab7e8.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-82177fbc2fe42e73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-6b8eb17b521a8c14.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard` |
2457 | 2023-11-01T16:40:23.828Z | Running `/home/build/.rustup/toolchains/1.72.1-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=36ae4547e3a6e6be -C extra-filename=-36ae4547e3a6e6be --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-82177fbc2fe42e73.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-b7746ab9a36216d6.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-12e80841eef6dcef.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-e0dd67ef94751ab7.so --cap-lints allow -D warnings` |
2458 | 2023-11-01T16:40:24.308Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2459 | 2023-11-01T16:40:24.312Z | Running `/home/build/.rustup/toolchains/1.72.1-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=01289afc0ab27377 -C extra-filename=-01289afc0ab27377 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-44d785dcfe5432ab.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-25e000188ea8fb1c.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-08d295e1c64ae340.rmeta --cap-lints allow -D warnings` |
2460 | 2023-11-01T16:40:25.477Z | Running `/home/build/.rustup/toolchains/1.72.1-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=80c6ba2741a8fc15 -C extra-filename=-80c6ba2741a8fc15 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
2461 | 2023-11-01T16:40:25.717Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e09bec773f40c56e -C extra-filename=-e09bec773f40c56e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2462 | 2023-11-01T16:40:26.617Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e04e721f6a74771a -C extra-filename=-e04e721f6a74771a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-7dc6c274f08341bb.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-229e4cf0e7605b05.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6ae448c753b3ab8f.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-1393588997e7b71f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-0a1a2393433c3997.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-24e984d97ec2f30f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings -l kstat` |
2463 | 2023-11-01T16:40:26.631Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c2f02dc85b70eccb -C extra-filename=-c2f02dc85b70eccb --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-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings` |
2464 | 2023-11-01T16:40:27.333Z | Running `/home/build/.rustup/toolchains/1.72.1-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=129ad58b2f858651 -C extra-filename=-129ad58b2f858651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-44d785dcfe5432ab.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-25e000188ea8fb1c.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-54ed3404f246e1d0.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-01289afc0ab27377.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-08d295e1c64ae340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm` |
2465 | 2023-11-01T16:40:27.691Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2466 | 2023-11-01T16:40:27.694Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c1ae5ae2e25876e6 -C extra-filename=-c1ae5ae2e25876e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-44d785dcfe5432ab.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-25e000188ea8fb1c.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-129ad58b2f858651.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-08d295e1c64ae340.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings` |
2467 | 2023-11-01T16:40:27.990Z | Running `/home/build/.rustup/toolchains/1.72.1-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=add7283db860befb -C extra-filename=-add7283db860befb --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-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --cap-lints allow -D warnings` |
2468 | 2023-11-01T16:40:28.099Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=66decd574235a33a -C extra-filename=-66decd574235a33a --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-e09bec773f40c56e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings` |
2469 | 2023-11-01T16:40:30.456Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f982b87747ade17f -C extra-filename=-f982b87747ade17f --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-db8c7d8154906494.rmeta --cap-lints allow -D warnings` |
2470 | 2023-11-01T16:40:30.718Z | Compiling predicates v2.1.5 |
2471 | 2023-11-01T16:40:30.762Z | Running `/home/build/.rustup/toolchains/1.72.1-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=db530a9a12a6721e -C extra-filename=-db530a9a12a6721e --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-f2facd3e22eefa6a.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-b6779de596c50593.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-c2cbf78c48f1f452.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings` |
2472 | 2023-11-01T16:40:30.908Z | Compiling downcast v0.11.0 |
2473 | 2023-11-01T16:40:30.913Z | Running `/home/build/.rustup/toolchains/1.72.1-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=30cd8cbd6ac21f60 -C extra-filename=-30cd8cbd6ac21f60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2474 | 2023-11-01T16:40:30.949Z | Compiling fragile v2.0.0 |
2475 | 2023-11-01T16:40:30.962Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fd5815f383f72aff -C extra-filename=-fd5815f383f72aff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2476 | 2023-11-01T16:40:31.298Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0b50cf77aa37dc11 -C extra-filename=-0b50cf77aa37dc11 --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-c51a83c80e38f6e3.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-595a8fb7a1c95869.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-f982b87747ade17f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c2f02dc85b70eccb.rmeta --cap-lints allow -D warnings` |
2477 | 2023-11-01T16:40:32.091Z | Compiling mockall v0.11.4 |
2478 | 2023-11-01T16:40:32.096Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7912624515dddc1c -C extra-filename=-7912624515dddc1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-30cd8cbd6ac21f60.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-fd5815f383f72aff.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-9dd23f9535a12e5d.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-db530a9a12a6721e.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-55465b5f381609dd.rmeta --cap-lints allow -D warnings` |
2479 | 2023-11-01T16:40:32.674Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2480 | 2023-11-01T16:40:32.677Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fc5191793ebac439 -C extra-filename=-fc5191793ebac439 --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-951633e8fd59a40d.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-e04e721f6a74771a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-129ad58b2f858651.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-b3898e15b57613ca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings` |
2481 | 2023-11-01T16:40:33.363Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/de16c42/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=0e56dafc5d92fd04 -C extra-filename=-0e56dafc5d92fd04 --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-66decd574235a33a.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-df4f076d8e68e3cc.so --cap-lints allow -D warnings` |
2482 | 2023-11-01T16:40:33.555Z | Running `/home/build/.rustup/toolchains/1.72.1-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=329c2d8829f295b4 -C extra-filename=-329c2d8829f295b4 --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-7c6bfd074d875608.rmeta --cap-lints allow -D warnings` |
2483 | 2023-11-01T16:40:33.589Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2484 | 2023-11-01T16:40:33.594Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=0be241183258e54b -C extra-filename=-0be241183258e54b --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-46a5cef56c574a55.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings` |
2485 | 2023-11-01T16:40:33.598Z | Running `/home/build/.rustup/toolchains/1.72.1-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=11c486de82996761 -C extra-filename=-11c486de82996761 --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings` |
2486 | 2023-11-01T16:40:33.892Z | Compiling zone v0.2.0 |
2487 | 2023-11-01T16:40:33.895Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=755e70298ed1b9bb -C extra-filename=-755e70298ed1b9bb --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-7530193c025b34c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9ea68d5abd5fc36e.so --cap-lints allow -D warnings` |
2488 | 2023-11-01T16:40:33.972Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ab783f3d51260a15 -C extra-filename=-ab783f3d51260a15 --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-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings` |
2489 | 2023-11-01T16:40:34.250Z | Compiling smf v0.2.2 |
2490 | 2023-11-01T16:40:34.254Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c1cb337141f0da16 -C extra-filename=-c1cb337141f0da16 --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-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings` |
2491 | 2023-11-01T16:40:34.274Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cf018927a3737292 -C extra-filename=-cf018927a3737292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2492 | 2023-11-01T16:40:34.399Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8b8556d46f061241 -C extra-filename=-8b8556d46f061241 --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-ab783f3d51260a15.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings` |
2493 | 2023-11-01T16:40:34.460Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=5f2bf28f6e7c3168 -C extra-filename=-5f2bf28f6e7c3168 --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-11c486de82996761.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-e09bec773f40c56e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-7e84c7b185bf3d8e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9db298c3bfbb444c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-0e56dafc5d92fd04.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-2ac28cbadba7faa0.rmeta --cap-lints allow -D warnings` |
2494 | 2023-11-01T16:40:34.509Z | Running `/home/build/.rustup/toolchains/1.72.1-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=24fa5f2f08ec0b15 -C extra-filename=-24fa5f2f08ec0b15 --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-329c2d8829f295b4.rmeta --cap-lints allow -D warnings` |
2495 | 2023-11-01T16:40:34.894Z | Running `/home/build/.rustup/toolchains/1.72.1-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=828c5280b551ebd8 -C extra-filename=-828c5280b551ebd8 --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-55888b3cf4c7447b.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-0b50cf77aa37dc11.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings` |
2496 | 2023-11-01T16:40:34.956Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=75211160473867cb -C extra-filename=-75211160473867cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --cap-lints allow -D warnings` |
2497 | 2023-11-01T16:40:35.311Z | Running `/home/build/.rustup/toolchains/1.72.1-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=46b5a067a728fb98 -C extra-filename=-46b5a067a728fb98 --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_i128` |
2498 | 2023-11-01T16:40:35.387Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f8a523b578f015f0 -C extra-filename=-f8a523b578f015f0 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
2499 | 2023-11-01T16:40:35.689Z | Compiling slog-dtrace v0.2.3 |
2500 | 2023-11-01T16:40:35.695Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b50647bca677c0bc -C extra-filename=-b50647bca677c0bc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
2501 | 2023-11-01T16:40:36.290Z | Running `/home/build/.rustup/toolchains/1.72.1-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=42a3f92a98646623 -C extra-filename=-42a3f92a98646623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2502 | 2023-11-01T16:40:36.361Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8adc0276e9b31203 -C extra-filename=-8adc0276e9b31203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2503 | 2023-11-01T16:40:36.462Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-b50647bca677c0bc/build-script-build` |
2504 | 2023-11-01T16:40:36.489Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5d6012c1e66f0dae -C extra-filename=-5d6012c1e66f0dae --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-9cc2d99f4c1c58f7.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8adc0276e9b31203.rmeta --cap-lints allow -D warnings` |
2505 | 2023-11-01T16:40:36.527Z | Running `/home/build/.rustup/toolchains/1.72.1-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=639c1ccfd93d6357 -C extra-filename=-639c1ccfd93d6357 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-f8a523b578f015f0.rmeta --cap-lints allow -D warnings` |
2506 | 2023-11-01T16:40:36.658Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f30a0c26ba49672c -C extra-filename=-f30a0c26ba49672c --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-1f46b2dcc29359b1.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b8556d46f061241.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings` |
2507 | 2023-11-01T16:40:36.722Z | Running `/home/build/.rustup/toolchains/1.72.1-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=19f829fd183c8f46 -C extra-filename=-19f829fd183c8f46 --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-fca2ca054f4fc8df.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-29f999934b2539c8.so --cap-lints allow -D warnings` |
2508 | 2023-11-01T16:40:36.810Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0773500468b2395d -C extra-filename=-0773500468b2395d --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-cde40b1e5460b78c.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-24fa5f2f08ec0b15.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-0b50cf77aa37dc11.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-828c5280b551ebd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4d864f5ef6f0cb90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-42a3f92a98646623.rmeta --cap-lints allow -D warnings` |
2509 | 2023-11-01T16:40:36.867Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e96518f20aad03dd -C extra-filename=-e96518f20aad03dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --cap-lints allow -D warnings` |
2510 | 2023-11-01T16:40:37.347Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2f7879f4b86b667f -C extra-filename=-2f7879f4b86b667f --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2511 | 2023-11-01T16:40:37.497Z | Running `/home/build/.rustup/toolchains/1.72.1-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=44fc1f1b664a737c -C extra-filename=-44fc1f1b664a737c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2512 | 2023-11-01T16:40:37.558Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f8355ec4ced16b28 -C extra-filename=-f8355ec4ced16b28 --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-639c1ccfd93d6357.rmeta --cap-lints allow -D warnings` |
2513 | 2023-11-01T16:40:37.839Z | Running `/home/build/.rustup/toolchains/1.72.1-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=37bce1a76b384cd2 -C extra-filename=-37bce1a76b384cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings` |
2514 | 2023-11-01T16:40:38.305Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dae9922e1d159d5a -C extra-filename=-dae9922e1d159d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings` |
2515 | 2023-11-01T16:40:38.439Z | Running `/home/build/.rustup/toolchains/1.72.1-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=339dffc7931754af -C extra-filename=-339dffc7931754af --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std` |
2516 | 2023-11-01T16:40:39.139Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cce3fa7d3348b524 -C extra-filename=-cce3fa7d3348b524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2517 | 2023-11-01T16:40:39.351Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ec03181a96ec9d00 -C extra-filename=-ec03181a96ec9d00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2518 | 2023-11-01T16:40:39.701Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f4a3d8e573f97e8a -C extra-filename=-f4a3d8e573f97e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2519 | 2023-11-01T16:40:41.011Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9ee4a968ff361346 -C extra-filename=-9ee4a968ff361346 --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-f4a3d8e573f97e8a.rmeta --cap-lints allow -D warnings` |
2520 | 2023-11-01T16:40:41.522Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ceb79fdff76abd9e -C extra-filename=-ceb79fdff76abd9e --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-37bce1a76b384cd2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-ec03181a96ec9d00.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e96518f20aad03dd.rmeta --cap-lints allow -D warnings --cfg integer128` |
2521 | 2023-11-01T16:40:41.852Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c4df40cfa9b9ecb1 -C extra-filename=-c4df40cfa9b9ecb1 --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-ccb81907c4b78a17.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-a9c6a39ea2649f02.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-339dffc7931754af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
2522 | 2023-11-01T16:40:43.537Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1ebd621134d8acbe -C extra-filename=-1ebd621134d8acbe --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-80c6ba2741a8fc15.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-f8355ec4ced16b28.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-e96518f20aad03dd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings` |
2523 | 2023-11-01T16:40:43.807Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3f89cd07508cd947 -C extra-filename=-3f89cd07508cd947 --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-c3c28f089340dd8e.rmeta --cap-lints allow -D warnings` |
2524 | 2023-11-01T16:40:44.519Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f1a3512a0c299d35 -C extra-filename=-f1a3512a0c299d35 --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-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings` |
2525 | 2023-11-01T16:40:45.087Z | Running `/home/build/.rustup/toolchains/1.72.1-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=111f14b607062773 -C extra-filename=-111f14b607062773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2526 | 2023-11-01T16:40:45.712Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4fe8c1482d70819b -C extra-filename=-4fe8c1482d70819b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2527 | 2023-11-01T16:40:45.920Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0f09ed5b1d719f1b -C extra-filename=-0f09ed5b1d719f1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2528 | 2023-11-01T16:40:46.152Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7532f2a07ea2c21b -C extra-filename=-7532f2a07ea2c21b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2529 | 2023-11-01T16:40:46.216Z | Running `/home/build/.rustup/toolchains/1.72.1-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=43f4e6202c9ec737 -C extra-filename=-43f4e6202c9ec737 --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-4fe8c1482d70819b.rmeta --cap-lints allow -D warnings` |
2530 | 2023-11-01T16:41:03.567Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d81063b8fe5c0a3a -C extra-filename=-d81063b8fe5c0a3a --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-cce3fa7d3348b524.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-9ee4a968ff361346.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-7532f2a07ea2c21b.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-0f09ed5b1d719f1b.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-f4a3d8e573f97e8a.rmeta --cap-lints allow -D warnings` |
2531 | 2023-11-01T16:41:05.642Z | Running `/home/build/.rustup/toolchains/1.72.1-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=999be47414310b46 -C extra-filename=-999be47414310b46 --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-c4df40cfa9b9ecb1.rmeta --cap-lints allow -D warnings` |
2532 | 2023-11-01T16:41:05.689Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fbaa5a57a4bb9a3b -C extra-filename=-fbaa5a57a4bb9a3b --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-5d6012c1e66f0dae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f1a3512a0c299d35.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings` |
2533 | 2023-11-01T16:41:05.710Z | Compiling camino-tempfile v1.0.2 |
2534 | 2023-11-01T16:41:05.744Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bf1f7eae8e3a98e9 -C extra-filename=-bf1f7eae8e3a98e9 --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-de857346a4753d4e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --cap-lints allow -D warnings` |
2535 | 2023-11-01T16:41:05.752Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a291790a3ed91561 -C extra-filename=-a291790a3ed91561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86` |
2536 | 2023-11-01T16:41:05.758Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c762373b81d0cfb2 -C extra-filename=-c762373b81d0cfb2 --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` |
2537 | 2023-11-01T16:41:05.766Z | Running `/home/build/.rustup/toolchains/1.72.1-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=66a0e4542fe6c5f9 -C extra-filename=-66a0e4542fe6c5f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2538 | 2023-11-01T16:41:05.771Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7923b4bfefb1ac88 -C extra-filename=-7923b4bfefb1ac88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2539 | 2023-11-01T16:41:05.794Z | Running `/home/build/.rustup/toolchains/1.72.1-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=88a9e4732edbdaa4 -C extra-filename=-88a9e4732edbdaa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2540 | 2023-11-01T16:41:05.803Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bf407bbd00dba7f9 -C extra-filename=-bf407bbd00dba7f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2541 | 2023-11-01T16:41:06.214Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3d58a262fc7773a5 -C extra-filename=-3d58a262fc7773a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2542 | 2023-11-01T16:41:06.224Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a7ba8aa03b86266b -C extra-filename=-a7ba8aa03b86266b --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-d81063b8fe5c0a3a.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-cce3fa7d3348b524.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-3d58a262fc7773a5.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-66a0e4542fe6c5f9.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-999be47414310b46.rmeta --cap-lints allow -D warnings` |
2543 | 2023-11-01T16:41:06.240Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5f64dc6819ef678e -C extra-filename=-5f64dc6819ef678e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-bf407bbd00dba7f9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b2cde58c87913f77.rmeta --cap-lints allow -D warnings` |
2544 | 2023-11-01T16:41:06.653Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c177e433b33898b6 -C extra-filename=-c177e433b33898b6 --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-7923b4bfefb1ac88.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings` |
2545 | 2023-11-01T16:41:06.658Z | Running `/home/build/.rustup/toolchains/1.72.1-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=620f8a0880f8aaa7 -C extra-filename=-620f8a0880f8aaa7 --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28` |
2546 | 2023-11-01T16:41:06.662Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bc6d8ba924edd9c6 -C extra-filename=-bc6d8ba924edd9c6 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
2547 | 2023-11-01T16:41:06.665Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c1734b397a334f2d -C extra-filename=-c1734b397a334f2d --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` |
2548 | 2023-11-01T16:41:06.670Z | Running `/home/build/.rustup/toolchains/1.72.1-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 --cfg 'feature="alloc"' --cfg 'feature="atomic"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6d24d4dfec88b70d -C extra-filename=-6d24d4dfec88b70d --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-88a9e4732edbdaa4.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-c762373b81d0cfb2.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-4fe8c1482d70819b.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-43f4e6202c9ec737.rmeta --cap-lints allow -D warnings` |
2549 | 2023-11-01T16:41:06.673Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2e1d16e1b4fcec6f -C extra-filename=-2e1d16e1b4fcec6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2550 | 2023-11-01T16:41:06.676Z | Compiling same-file v1.0.6 |
2551 | 2023-11-01T16:41:06.679Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1c7e7ef09a6abc64 -C extra-filename=-1c7e7ef09a6abc64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2552 | 2023-11-01T16:41:06.683Z | Running `/home/build/.rustup/toolchains/1.72.1-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=024b8926bc31d0c0 -C extra-filename=-024b8926bc31d0c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2553 | 2023-11-01T16:41:06.686Z | Compiling walkdir v2.4.0 |
2554 | 2023-11-01T16:41:06.689Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c8ce1e8f8421d516 -C extra-filename=-c8ce1e8f8421d516 --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-024b8926bc31d0c0.rmeta --cap-lints allow -D warnings` |
2555 | 2023-11-01T16:41:06.692Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c5f644c1b249bcae -C extra-filename=-c5f644c1b249bcae --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-1c7e7ef09a6abc64.rmeta --cap-lints allow -D warnings` |
2556 | 2023-11-01T16:41:06.703Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fdf8bee5624521f1 -C extra-filename=-fdf8bee5624521f1 --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-cde40b1e5460b78c.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-c177e433b33898b6.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings` |
2557 | 2023-11-01T16:41:06.707Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cf404384f32d9ee0 -C extra-filename=-cf404384f32d9ee0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-c1734b397a334f2d.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-8e94dfb586ed909a.rmeta --cap-lints allow -D warnings` |
2558 | 2023-11-01T16:41:06.711Z | Compiling pem v1.1.1 |
2559 | 2023-11-01T16:41:06.714Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f696754fa8dc0fb4 -C extra-filename=-f696754fa8dc0fb4 --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-ad8c311fcc61d255.rmeta --cap-lints allow -D warnings` |
2560 | 2023-11-01T16:41:06.717Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f84f30d040ff99da -C extra-filename=-f84f30d040ff99da --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-55888b3cf4c7447b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings` |
2561 | 2023-11-01T16:41:06.721Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2a4af4e6b1fca033 -C extra-filename=-2a4af4e6b1fca033 --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-ec366f050dc34d1e.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --cap-lints allow -D warnings` |
2562 | 2023-11-01T16:41:06.725Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4080cdfd12d50d60 -C extra-filename=-4080cdfd12d50d60 --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-4a82555b4114c13e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2563 | 2023-11-01T16:41:06.728Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9424837649549af3 -C extra-filename=-9424837649549af3 --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-a291790a3ed91561.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-6e30452003b40aeb.rmeta --cap-lints allow -D warnings` |
2564 | 2023-11-01T16:41:06.732Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5a3e2c7c6363a38c -C extra-filename=-5a3e2c7c6363a38c --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-db8c7d8154906494.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings` |
2565 | 2023-11-01T16:41:06.741Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9f060ddd993498d0 -C extra-filename=-9f060ddd993498d0 --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-fca2ca054f4fc8df.rmeta --cap-lints allow -D warnings` |
2566 | 2023-11-01T16:41:06.744Z | Running `/home/build/.rustup/toolchains/1.72.1-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=302c5d78f6495461 -C extra-filename=-302c5d78f6495461 --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-857464e7953ad886.rmeta --cap-lints allow -D warnings` |
2567 | 2023-11-01T16:41:06.747Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f5b4f755c0de68a9 -C extra-filename=-f5b4f755c0de68a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2568 | 2023-11-01T16:41:06.751Z | Running `/home/build/.rustup/toolchains/1.72.1-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=21ec75a685fdc4d7 -C extra-filename=-21ec75a685fdc4d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2569 | 2023-11-01T16:41:06.755Z | Running `/home/build/.rustup/toolchains/1.72.1-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=03a1466e1f5e93e4 -C extra-filename=-03a1466e1f5e93e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2570 | 2023-11-01T16:41:06.758Z | Compiling cancel-safe-futures v0.1.5 |
2571 | 2023-11-01T16:41:06.762Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3670afec490a1287 -C extra-filename=-3670afec490a1287 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-3670afec490a1287 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2572 | 2023-11-01T16:41:06.765Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2e3f0086e3a6d9df -C extra-filename=-2e3f0086e3a6d9df --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-9f060ddd993498d0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-21ec75a685fdc4d7.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics` |
2573 | 2023-11-01T16:41:06.768Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a0535d6c1bd1d30a -C extra-filename=-a0535d6c1bd1d30a --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-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-302c5d78f6495461.rmeta --cap-lints allow -D warnings` |
2574 | 2023-11-01T16:41:06.772Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-3670afec490a1287/build-script-build` |
2575 | 2023-11-01T16:41:06.777Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8e044772089bbb07 -C extra-filename=-8e044772089bbb07 --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-c3c28f089340dd8e.rmeta --cap-lints allow -D warnings` |
2576 | 2023-11-01T16:41:06.780Z | Running `/home/build/.rustup/toolchains/1.72.1-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=28e012a9a5d1528a -C extra-filename=-28e012a9a5d1528a --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings` |
2577 | 2023-11-01T16:41:06.784Z | Running `/home/build/.rustup/toolchains/1.72.1-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=888510a1dffd1cc6 -C extra-filename=-888510a1dffd1cc6 --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` |
2578 | 2023-11-01T16:41:06.787Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4fa0de64df2759dc -C extra-filename=-4fa0de64df2759dc --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-a7ba8aa03b86266b.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-56a40df49fab5657.so --cap-lints allow -D warnings` |
2579 | 2023-11-01T16:41:06.791Z | Running `/home/build/.rustup/toolchains/1.72.1-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=88eefee67aa2ca73 -C extra-filename=-88eefee67aa2ca73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2580 | 2023-11-01T16:41:06.795Z | Running `/home/build/.rustup/toolchains/1.72.1-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=481036e0ceb810d1 -C extra-filename=-481036e0ceb810d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2581 | 2023-11-01T16:41:06.798Z | Running `/home/build/.rustup/toolchains/1.72.1-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=86d15311e3a6f387 -C extra-filename=-86d15311e3a6f387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2582 | 2023-11-01T16:41:06.802Z | Running `/home/build/.rustup/toolchains/1.72.1-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=258c6c3c80c925b3 -C extra-filename=-258c6c3c80c925b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2583 | 2023-11-01T16:41:06.805Z | Running `/home/build/.rustup/toolchains/1.72.1-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=27ea47936f1bcbfe -C extra-filename=-27ea47936f1bcbfe --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-2e3f0086e3a6d9df.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings` |
2584 | 2023-11-01T16:41:06.808Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7375f3ef9ec50070 -C extra-filename=-7375f3ef9ec50070 --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-1486aaee3f323cc1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e0ead9d61c4251ce.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4a82555b4114c13e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-a0535d6c1bd1d30a.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2585 | 2023-11-01T16:41:06.813Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a7949414a045b912 -C extra-filename=-a7949414a045b912 --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry` |
2586 | 2023-11-01T16:41:06.816Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0b932e1a727800e8 -C extra-filename=-0b932e1a727800e8 --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-7c6bfd074d875608.rmeta --cap-lints allow -D warnings` |
2587 | 2023-11-01T16:41:06.821Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f160b03d3a6e70a0 -C extra-filename=-f160b03d3a6e70a0 --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-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-86d15311e3a6f387.rmeta --cap-lints allow -D warnings` |
2588 | 2023-11-01T16:41:06.825Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8b8f2d0fe5768a51 -C extra-filename=-8b8f2d0fe5768a51 --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-ecf3929afd1d063e.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2589 | 2023-11-01T16:41:06.828Z | Compiling headers-core v0.2.0 |
2590 | 2023-11-01T16:41:06.831Z | Running `/home/build/.rustup/toolchains/1.72.1-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=52f12acfd6f2db20 -C extra-filename=-52f12acfd6f2db20 --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-b5f2f8fd72808bca.rmeta --cap-lints allow -D warnings` |
2591 | 2023-11-01T16:41:06.835Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a7cec53620c7ef69 -C extra-filename=-a7cec53620c7ef69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2592 | 2023-11-01T16:41:06.838Z | Running `/home/build/.rustup/toolchains/1.72.1-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=db29cd89a6581661 -C extra-filename=-db29cd89a6581661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2593 | 2023-11-01T16:41:06.841Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1a2e9d48937a2707 -C extra-filename=-1a2e9d48937a2707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2594 | 2023-11-01T16:41:06.844Z | Running `/home/build/.rustup/toolchains/1.72.1-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=28d0743063766c5f -C extra-filename=-28d0743063766c5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2595 | 2023-11-01T16:41:06.848Z | Running `/home/build/.rustup/toolchains/1.72.1-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=597a87249761323b -C extra-filename=-597a87249761323b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2596 | 2023-11-01T16:41:06.851Z | Running `/home/build/.rustup/toolchains/1.72.1-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=15bd9290a6d70f2c -C extra-filename=-15bd9290a6d70f2c --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-a7cec53620c7ef69.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0b932e1a727800e8.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-597a87249761323b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2597 | 2023-11-01T16:41:06.854Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8a46cebc3dfd1f31 -C extra-filename=-8a46cebc3dfd1f31 --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-28d0743063766c5f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings` |
2598 | 2023-11-01T16:41:06.858Z | Running `/home/build/.rustup/toolchains/1.72.1-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=90494af026d44ec1 -C extra-filename=-90494af026d44ec1 --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-5989520b66fa0dce.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-db29cd89a6581661.rmeta --cap-lints allow -D warnings` |
2599 | 2023-11-01T16:41:06.861Z | Compiling headers v0.3.9 |
2600 | 2023-11-01T16:41:06.864Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e615e1d5b19650cb -C extra-filename=-e615e1d5b19650cb --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-c0a884fd652c2175.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-52f12acfd6f2db20.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --cap-lints allow -D warnings` |
2601 | 2023-11-01T16:41:06.872Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8c4b18693be4e9af -C extra-filename=-8c4b18693be4e9af --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-ccb81907c4b78a17.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8b8f2d0fe5768a51.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-65ecef9a90fe8152.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-27ea47936f1bcbfe.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings` |
2602 | 2023-11-01T16:41:06.877Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4bb0cf1e95664d04 -C extra-filename=-4bb0cf1e95664d04 --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-03a1466e1f5e93e4.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a7949414a045b912.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --cap-lints allow -D warnings` |
2603 | 2023-11-01T16:41:06.886Z | Running `/home/build/.rustup/toolchains/1.72.1-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=282eeb4c5573d511 -C extra-filename=-282eeb4c5573d511 --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-03a1466e1f5e93e4.rmeta --cap-lints allow -D warnings` |
2604 | 2023-11-01T16:41:06.894Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fb815a6dfe765808 -C extra-filename=-fb815a6dfe765808 --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-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings` |
2605 | 2023-11-01T16:41:06.900Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bf8ee3426d2f6eed -C extra-filename=-bf8ee3426d2f6eed --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-bb4f8be853504c8f.so --cap-lints allow -D warnings` |
2606 | 2023-11-01T16:41:06.905Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fecf14f1af0d3564 -C extra-filename=-fecf14f1af0d3564 --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-90494af026d44ec1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-88eefee67aa2ca73.rmeta --cap-lints allow -D warnings` |
2607 | 2023-11-01T16:41:06.908Z | Running `/home/build/.rustup/toolchains/1.72.1-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=194ed5a558afec6b -C extra-filename=-194ed5a558afec6b --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-cce3fa7d3348b524.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-258c6c3c80c925b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-28e012a9a5d1528a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-481036e0ceb810d1.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f5b4f755c0de68a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --cap-lints allow -D warnings` |
2608 | 2023-11-01T16:41:06.911Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bbd38ee5fb1879bb -C extra-filename=-bbd38ee5fb1879bb --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-15f20dc26df54122.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings` |
2609 | 2023-11-01T16:41:06.921Z | Compiling pem v3.0.2 |
2610 | 2023-11-01T16:41:06.925Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4ec5ea68cc0c72b7 -C extra-filename=-4ec5ea68cc0c72b7 --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-c0a884fd652c2175.rmeta --cap-lints allow -D warnings` |
2611 | 2023-11-01T16:41:06.928Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a131e608b4de3222 -C extra-filename=-a131e608b4de3222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2612 | 2023-11-01T16:41:06.931Z | Compiling rcgen v0.11.3 |
2613 | 2023-11-01T16:41:06.934Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1b1f4d64517d5a2e -C extra-filename=-1b1f4d64517d5a2e --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-4ec5ea68cc0c72b7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
2614 | 2023-11-01T16:41:06.940Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5e1d835b81178bae -C extra-filename=-5e1d835b81178bae --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-0a12ce2110a94ad2.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-46d91b9d71140d62.so --cap-lints allow -D warnings` |
2615 | 2023-11-01T16:41:06.943Z | Compiling atomicwrites v0.4.2 |
2616 | 2023-11-01T16:41:06.959Z | Running `/home/build/.rustup/toolchains/1.72.1-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=130c542f575ee06a -C extra-filename=-130c542f575ee06a --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-c42251dd345add73.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --cap-lints allow -D warnings` |
2617 | 2023-11-01T16:41:06.963Z | Compiling subprocess v0.2.9 |
2618 | 2023-11-01T16:41:06.966Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0a450447ae64a739 -C extra-filename=-0a450447ae64a739 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
2619 | 2023-11-01T16:41:06.970Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5f1458efc5b0cd65 -C extra-filename=-5f1458efc5b0cd65 --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-15f20dc26df54122.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-dae9922e1d159d5a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings` |
2620 | 2023-11-01T16:41:06.973Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6285dc69fecfe350 -C extra-filename=-6285dc69fecfe350 --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-fd7a8b888af6f4b2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2621 | 2023-11-01T16:41:06.978Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-display-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=391a1ef21204af5e -C extra-filename=-391a1ef21204af5e --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-195040b02b177146.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-43b4e839f2e01588.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --cap-lints allow -D warnings` |
2622 | 2023-11-01T16:41:06.982Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ba1bb0cfb667bb3b -C extra-filename=-ba1bb0cfb667bb3b --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2623 | 2023-11-01T16:41:06.985Z | Compiling toml v0.5.11 |
2624 | 2023-11-01T16:41:06.988Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b773202069bd6b7d -C extra-filename=-b773202069bd6b7d --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2625 | 2023-11-01T16:41:07.167Z | Compiling heck v0.3.3 |
2626 | 2023-11-01T16:41:07.170Z | Running `/home/build/.rustup/toolchains/1.72.1-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=76d857cc6d62b4f4 -C extra-filename=-76d857cc6d62b4f4 --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-c95636952c6f45c1.rmeta --cap-lints allow -D warnings` |
2627 | 2023-11-01T16:41:07.798Z | Compiling libefi-sys v0.1.0 |
2628 | 2023-11-01T16:41:07.802Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1158a15115eed9ac -C extra-filename=-1158a15115eed9ac --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2629 | 2023-11-01T16:41:08.376Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-1158a15115eed9ac/build-script-build` |
2630 | 2023-11-01T16:41:08.424Z | Compiling structopt-derive v0.4.18 |
2631 | 2023-11-01T16:41:08.428Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8c8d87e8293428df -C extra-filename=-8c8d87e8293428df --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-76d857cc6d62b4f4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2632 | 2023-11-01T16:41:08.865Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2633 | 2023-11-01T16:41:08.870Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bd3f580810e433ac -C extra-filename=-bd3f580810e433ac --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-bd3f580810e433ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --cap-lints allow -D warnings` |
2634 | 2023-11-01T16:41:08.918Z | Compiling der_derive v0.7.2 |
2635 | 2023-11-01T16:41:08.922Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6cd7ba7c65b5986e -C extra-filename=-6cd7ba7c65b5986e --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2636 | 2023-11-01T16:41:09.643Z | Compiling memoffset v0.7.1 |
2637 | 2023-11-01T16:41:09.673Z | Running `/home/build/.rustup/toolchains/1.72.1-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=706e9a1f01d73e8d -C extra-filename=-706e9a1f01d73e8d --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings` |
2638 | 2023-11-01T16:41:09.695Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-bd3f580810e433ac/build-script-build` |
2639 | 2023-11-01T16:41:09.922Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6c121f307f61587f -C extra-filename=-6c121f307f61587f --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
2640 | 2023-11-01T16:41:10.315Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-706e9a1f01d73e8d/build-script-build` |
2641 | 2023-11-01T16:41:10.500Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b05c14ecce3e035f -C extra-filename=-b05c14ecce3e035f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2642 | 2023-11-01T16:41:10.849Z | Compiling linked-hash-map v0.5.6 |
2643 | 2023-11-01T16:41:10.856Z | Running `/home/build/.rustup/toolchains/1.72.1-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=37a31e2cf77b50e7 -C extra-filename=-37a31e2cf77b50e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2644 | 2023-11-01T16:41:11.457Z | Compiling termcolor v1.2.0 |
2645 | 2023-11-01T16:41:11.460Z | Running `/home/build/.rustup/toolchains/1.72.1-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=efca1109d3d0dddb -C extra-filename=-efca1109d3d0dddb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2646 | 2023-11-01T16:41:11.619Z | Compiling lru-cache v0.1.2 |
2647 | 2023-11-01T16:41:11.622Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dd28c09b5feb1ada -C extra-filename=-dd28c09b5feb1ada --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-37a31e2cf77b50e7.rmeta --cap-lints allow -D warnings` |
2648 | 2023-11-01T16:41:11.950Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bafab24e5bc1bade -C extra-filename=-bafab24e5bc1bade --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-2cab8e63723bf814.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6c121f307f61587f.rmeta --cap-lints allow -D warnings` |
2649 | 2023-11-01T16:41:12.469Z | Running `/home/build/.rustup/toolchains/1.72.1-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=69aa9e5b537d08e0 -C extra-filename=-69aa9e5b537d08e0 --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-331e33b3e3eab9e4.rmeta --cap-lints allow -D warnings` |
2650 | 2023-11-01T16:41:12.936Z | Compiling num-rational v0.4.1 |
2651 | 2023-11-01T16:41:12.939Z | Running `/home/build/.rustup/toolchains/1.72.1-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=99162a4e56925e75 -C extra-filename=-99162a4e56925e75 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-301657b8e75fa34a.rlib --cap-lints allow -D warnings` |
2652 | 2023-11-01T16:41:13.027Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2d8269b93ec0e3ca -C extra-filename=-2d8269b93ec0e3ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2653 | 2023-11-01T16:41:13.070Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1bb0dda453c8a681 -C extra-filename=-1bb0dda453c8a681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2654 | 2023-11-01T16:41:13.171Z | Compiling maybe-uninit v2.0.0 |
2655 | 2023-11-01T16:41:13.179Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c54beb0e4cae16b8 -C extra-filename=-c54beb0e4cae16b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2656 | 2023-11-01T16:41:13.202Z | Compiling semver-parser v0.10.2 |
2657 | 2023-11-01T16:41:13.248Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c3b167bfdd493917 -C extra-filename=-c3b167bfdd493917 --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-9aa5a03f5d78a745.rmeta --cap-lints allow -D warnings` |
2658 | 2023-11-01T16:41:13.310Z | Compiling packed_struct v0.10.1 |
2659 | 2023-11-01T16:41:13.314Z | Running `/home/build/.rustup/toolchains/1.72.1-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=988272fc4dbc344d -C extra-filename=-988272fc4dbc344d --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2660 | 2023-11-01T16:41:13.429Z | Compiling ciborium-io v0.2.1 |
2661 | 2023-11-01T16:41:13.438Z | Running `/home/build/.rustup/toolchains/1.72.1-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=49ddd11f1d07ad2c -C extra-filename=-49ddd11f1d07ad2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2662 | 2023-11-01T16:41:13.540Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-99162a4e56925e75/build-script-build` |
2663 | 2023-11-01T16:41:13.639Z | Compiling home v0.5.5 |
2664 | 2023-11-01T16:41:13.642Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4ce862bb6a436aa0 -C extra-filename=-4ce862bb6a436aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2665 | 2023-11-01T16:41:13.671Z | Compiling half v1.8.2 |
2666 | 2023-11-01T16:41:13.676Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cd0aa1a25ac3b19f -C extra-filename=-cd0aa1a25ac3b19f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2667 | 2023-11-01T16:41:13.956Z | Compiling num-bigint-dig v0.8.4 |
2668 | 2023-11-01T16:41:13.960Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6a664c1333148890 -C extra-filename=-6a664c1333148890 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2669 | 2023-11-01T16:41:14.033Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-c54beb0e4cae16b8/build-script-build` |
2670 | 2023-11-01T16:41:14.093Z | Compiling packed_struct_codegen v0.10.1 |
2671 | 2023-11-01T16:41:14.100Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b8e29798ba6ba74c -C extra-filename=-b8e29798ba6ba74c --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2672 | 2023-11-01T16:41:14.132Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-988272fc4dbc344d/build-script-build` |
2673 | 2023-11-01T16:41:14.165Z | Running `/home/build/.rustup/toolchains/1.72.1-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=84f5a1062849ca51 -C extra-filename=-84f5a1062849ca51 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings` |
2674 | 2023-11-01T16:41:14.207Z | Compiling newline-converter v0.3.0 |
2675 | 2023-11-01T16:41:14.213Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3143150467f16572 -C extra-filename=-3143150467f16572 --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-c95636952c6f45c1.rmeta --cap-lints allow -D warnings` |
2676 | 2023-11-01T16:41:14.468Z | Compiling ciborium-ll v0.2.1 |
2677 | 2023-11-01T16:41:14.473Z | Running `/home/build/.rustup/toolchains/1.72.1-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=62611a479637c341 -C extra-filename=-62611a479637c341 --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-49ddd11f1d07ad2c.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-cd0aa1a25ac3b19f.rmeta --cap-lints allow -D warnings` |
2678 | 2023-11-01T16:41:14.590Z | Compiling semver v0.11.0 |
2679 | 2023-11-01T16:41:14.594Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1a616475a466995f -C extra-filename=-1a616475a466995f --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-c3b167bfdd493917.rmeta --cap-lints allow -D warnings` |
2680 | 2023-11-01T16:41:14.890Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-6a664c1333148890/build-script-build` |
2681 | 2023-11-01T16:41:14.930Z | Compiling expectorate v1.1.0 |
2682 | 2023-11-01T16:41:14.944Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f056325f4235f267 -C extra-filename=-f056325f4235f267 --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-a56f4533ffbea430.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-3143150467f16572.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings` |
2683 | 2023-11-01T16:41:15.180Z | Compiling toolchain_find v0.2.0 |
2684 | 2023-11-01T16:41:15.224Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4d0c671c91be0642 -C extra-filename=-4d0c671c91be0642 --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-4ce862bb6a436aa0.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-1a616475a466995f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings` |
2685 | 2023-11-01T16:41:15.272Z | Compiling ciborium v0.2.1 |
2686 | 2023-11-01T16:41:15.295Z | Running `/home/build/.rustup/toolchains/1.72.1-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=021505f18bc0cefc -C extra-filename=-021505f18bc0cefc --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-49ddd11f1d07ad2c.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-62611a479637c341.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2687 | 2023-11-01T16:41:15.306Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b3334cae29d15269 -C extra-filename=-b3334cae29d15269 --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-65f0a5b9aa27f6b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --cap-lints allow -D warnings` |
2688 | 2023-11-01T16:41:23.661Z | Compiling rustfmt-wrapper v0.2.0 |
2689 | 2023-11-01T16:41:24.182Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1e57ecf3a9cc839d -C extra-filename=-1e57ecf3a9cc839d --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-e5099f1082b7c4e8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b773202069bd6b7d.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-4d0c671c91be0642.rmeta --cap-lints allow -D warnings` |
2690 | 2023-11-01T16:41:24.263Z | Compiling doc-comment v0.3.3 |
2691 | 2023-11-01T16:41:24.289Z | Running `/home/build/.rustup/toolchains/1.72.1-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=62aaeeb6f8774758 -C extra-filename=-62aaeeb6f8774758 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2692 | 2023-11-01T16:41:24.323Z | Compiling signal-hook v0.3.17 |
2693 | 2023-11-01T16:41:24.359Z | Running `/home/build/.rustup/toolchains/1.72.1-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=459b558acf2c7476 -C extra-filename=-459b558acf2c7476 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2694 | 2023-11-01T16:41:24.383Z | Compiling arc-swap v1.6.0 |
2695 | 2023-11-01T16:41:24.403Z | Running `/home/build/.rustup/toolchains/1.72.1-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=22c2441a54e7708d -C extra-filename=-22c2441a54e7708d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2696 | 2023-11-01T16:41:24.455Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-459b558acf2c7476/build-script-build` |
2697 | 2023-11-01T16:41:24.558Z | Compiling hkdf v0.12.3 |
2698 | 2023-11-01T16:41:24.570Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e3a527b596ec5093 -C extra-filename=-e3a527b596ec5093 --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-8705e3995f03ef9c.rmeta --cap-lints allow -D warnings` |
2699 | 2023-11-01T16:41:24.602Z | Compiling keccak v0.1.4 |
2700 | 2023-11-01T16:41:24.624Z | Running `/home/build/.rustup/toolchains/1.72.1-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=92f50817b0eeb6f1 -C extra-filename=-92f50817b0eeb6f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2701 | 2023-11-01T16:41:24.683Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-62aaeeb6f8774758/build-script-build` |
2702 | 2023-11-01T16:41:24.709Z | Compiling secrecy v0.8.0 |
2703 | 2023-11-01T16:41:24.784Z | Running `/home/build/.rustup/toolchains/1.72.1-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=67af7ec5eec9fdb2 -C extra-filename=-67af7ec5eec9fdb2 --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-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings` |
2704 | 2023-11-01T16:41:24.852Z | Compiling textwrap v0.11.0 |
2705 | 2023-11-01T16:41:24.883Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e784a9d434f94fff -C extra-filename=-e784a9d434f94fff --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-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings` |
2706 | 2023-11-01T16:41:24.927Z | Compiling slog-scope v4.4.0 |
2707 | 2023-11-01T16:41:24.955Z | Running `/home/build/.rustup/toolchains/1.72.1-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=de0d690d6d568fe4 -C extra-filename=-de0d690d6d568fe4 --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-22c2441a54e7708d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --cap-lints allow -D warnings` |
2708 | 2023-11-01T16:41:25.034Z | Compiling sha3 v0.10.8 |
2709 | 2023-11-01T16:41:25.067Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b7323d080b792bf5 -C extra-filename=-b7323d080b792bf5 --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-e77795124486928d.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-92f50817b0eeb6f1.rmeta --cap-lints allow -D warnings` |
2710 | 2023-11-01T16:41:25.082Z | Compiling strsim v0.8.0 |
2711 | 2023-11-01T16:41:25.095Z | Running `/home/build/.rustup/toolchains/1.72.1-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=11d730e96297d9b6 -C extra-filename=-11d730e96297d9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2712 | 2023-11-01T16:41:25.174Z | Compiling slog-stdlog v4.1.1 |
2713 | 2023-11-01T16:41:25.201Z | Running `/home/build/.rustup/toolchains/1.72.1-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=89c316f37a1eb799 -C extra-filename=-89c316f37a1eb799 --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-7d9cf9ba132625c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-de0d690d6d568fe4.rmeta --cap-lints allow -D warnings` |
2714 | 2023-11-01T16:41:25.237Z | Compiling slog-envlogger v2.2.0 |
2715 | 2023-11-01T16:41:25.249Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7e6853dd44b23429 -C extra-filename=-7e6853dd44b23429 --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-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-de0d690d6d568fe4.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-89c316f37a1eb799.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --cap-lints allow -D warnings` |
2716 | 2023-11-01T16:41:25.284Z | Compiling vec_map v0.8.2 |
2717 | 2023-11-01T16:41:25.306Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d886a52cb93a87d2 -C extra-filename=-d886a52cb93a87d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2718 | 2023-11-01T16:41:25.322Z | Compiling convert_case v0.4.0 |
2719 | 2023-11-01T16:41:25.355Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a4b7e1716d59e482 -C extra-filename=-a4b7e1716d59e482 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2720 | 2023-11-01T16:41:25.391Z | Compiling ansi_term v0.12.1 |
2721 | 2023-11-01T16:41:25.431Z | Running `/home/build/.rustup/toolchains/1.72.1-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=29cca4599192134f -C extra-filename=-29cca4599192134f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2722 | 2023-11-01T16:41:25.453Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dc0a96c7beebf993 -C extra-filename=-dc0a96c7beebf993 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi` |
2723 | 2023-11-01T16:41:25.473Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2724 | 2023-11-01T16:41:25.482Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e2b5196bde17faa0 -C extra-filename=-e2b5196bde17faa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-687b96da4e15d9f6.rmeta --cap-lints allow -D warnings` |
2725 | 2023-11-01T16:41:25.527Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d0a44d511eaa248b -C extra-filename=-d0a44d511eaa248b --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-282eeb4c5573d511.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-69aa9e5b537d08e0.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-2d8269b93ec0e3ca.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-bafab24e5bc1bade.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-1bb0dda453c8a681.rmeta --cap-lints allow -D warnings` |
2726 | 2023-11-01T16:41:25.540Z | Compiling clap v2.34.0 |
2727 | 2023-11-01T16:41:25.547Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6faa7c64ae6a4ada -C extra-filename=-6faa7c64ae6a4ada --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-29cca4599192134f.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-11d730e96297d9b6.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-e784a9d434f94fff.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-d886a52cb93a87d2.rmeta --cap-lints allow -D warnings` |
2728 | 2023-11-01T16:41:25.588Z | Compiling resolv-conf v0.7.0 |
2729 | 2023-11-01T16:41:25.620Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0e6181258b538188 -C extra-filename=-0e6181258b538188 --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-825c89ee82a57d47.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-498dbea2568bdbaf.rmeta --cap-lints allow -D warnings` |
2730 | 2023-11-01T16:41:25.631Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2731 | 2023-11-01T16:41:25.639Z | Running `/home/build/.rustup/toolchains/1.72.1-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=94a15987d1f2ba80 -C extra-filename=-94a15987d1f2ba80 --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-951633e8fd59a40d.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-dc0a96c7beebf993.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings` |
2732 | 2023-11-01T16:41:25.666Z | Compiling derive_more v0.99.17 |
2733 | 2023-11-01T16:41:25.673Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e6b4ea7ed68fff08 -C extra-filename=-e6b4ea7ed68fff08 --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-a4b7e1716d59e482.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2734 | 2023-11-01T16:41:25.682Z | Compiling snafu-derive v0.7.5 |
2735 | 2023-11-01T16:41:25.692Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9c012307bcb8167a -C extra-filename=-9c012307bcb8167a --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2736 | 2023-11-01T16:41:25.706Z | Compiling trust-dns-resolver v0.22.0 |
2737 | 2023-11-01T16:41:25.741Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0761444a689f85dc -C extra-filename=-0761444a689f85dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-0e6181258b538188.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --cap-lints allow -D warnings` |
2738 | 2023-11-01T16:41:25.770Z | Compiling derive-where v1.2.5 |
2739 | 2023-11-01T16:41:25.793Z | Running `/home/build/.rustup/toolchains/1.72.1-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=afee5f4e0d082cdb -C extra-filename=-afee5f4e0d082cdb --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2740 | 2023-11-01T16:41:25.801Z | Compiling pem-rfc7468 v0.7.0 |
2741 | 2023-11-01T16:41:25.822Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1c510a5ccd5dd270 -C extra-filename=-1c510a5ccd5dd270 --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-782b309d60146739.rmeta --cap-lints allow -D warnings` |
2742 | 2023-11-01T16:41:26.710Z | Compiling structopt v0.3.26 |
2743 | 2023-11-01T16:41:26.715Z | Running `/home/build/.rustup/toolchains/1.72.1-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=64076dfdd5e67d7c -C extra-filename=-64076dfdd5e67d7c --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-6faa7c64ae6a4ada.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8c8d87e8293428df.so --cap-lints allow -D warnings` |
2744 | 2023-11-01T16:41:26.728Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b4b027f3adf62c18 -C extra-filename=-b4b027f3adf62c18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e2b5196bde17faa0.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-64076dfdd5e67d7c.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -l static=pci` |
2745 | 2023-11-01T16:41:27.376Z | Compiling fxhash v0.2.1 |
2746 | 2023-11-01T16:41:27.419Z | Running `/home/build/.rustup/toolchains/1.72.1-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=60db97d29420f39b -C extra-filename=-60db97d29420f39b --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-6fb8385a046b069a.rmeta --cap-lints allow -D warnings` |
2747 | 2023-11-01T16:41:27.871Z | Compiling parking_lot_core v0.8.6 |
2748 | 2023-11-01T16:41:27.876Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0e0fd8b046761d0f -C extra-filename=-0e0fd8b046761d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2749 | 2023-11-01T16:41:27.890Z | Compiling flagset v0.4.3 |
2750 | 2023-11-01T16:41:27.895Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6ee4b59674ba91f2 -C extra-filename=-6ee4b59674ba91f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2751 | 2023-11-01T16:41:28.088Z | Compiling der v0.7.8 |
2752 | 2023-11-01T16:41:28.104Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3a31948fe77ef9a9 -C extra-filename=-3a31948fe77ef9a9 --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-61bf72856c116b87.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6cd7ba7c65b5986e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-6ee4b59674ba91f2.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings` |
2753 | 2023-11-01T16:41:28.264Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-0e0fd8b046761d0f/build-script-build` |
2754 | 2023-11-01T16:41:28.359Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7a9ecdadd4d026f5 -C extra-filename=-7a9ecdadd4d026f5 --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-b2cde58c87913f77.rmeta --cap-lints allow -D warnings` |
2755 | 2023-11-01T16:41:28.525Z | Running `/home/build/.rustup/toolchains/1.72.1-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=81839d72bbae0dab -C extra-filename=-81839d72bbae0dab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2756 | 2023-11-01T16:41:28.713Z | Compiling libz-sys v1.1.12 |
2757 | 2023-11-01T16:41:28.764Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.12/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="libc"' -C metadata=bf8ac658aed3a66b -C extra-filename=-bf8ac658aed3a66b --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-bf8ac658aed3a66b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings` |
2758 | 2023-11-01T16:41:29.552Z | Compiling semver v0.1.20 |
2759 | 2023-11-01T16:41:29.576Z | Running `/home/build/.rustup/toolchains/1.72.1-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=014fbddaf6574435 -C extra-filename=-014fbddaf6574435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2760 | 2023-11-01T16:41:29.833Z | Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-bf8ac658aed3a66b/build-script-build` |
2761 | 2023-11-01T16:41:29.903Z | Compiling crc-catalog v2.2.0 |
2762 | 2023-11-01T16:41:29.911Z | Running `/home/build/.rustup/toolchains/1.72.1-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=92a61a3f45d34b2a -C extra-filename=-92a61a3f45d34b2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2763 | 2023-11-01T16:41:30.162Z | Compiling rustc_version v0.1.7 |
2764 | 2023-11-01T16:41:30.193Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3c68cd52b234a94f -C extra-filename=-3c68cd52b234a94f --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-014fbddaf6574435.rmeta --cap-lints allow -D warnings` |
2765 | 2023-11-01T16:41:30.610Z | Compiling crc v3.0.1 |
2766 | 2023-11-01T16:41:30.618Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c30b11e334d30cbb -C extra-filename=-c30b11e334d30cbb --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-92a61a3f45d34b2a.rmeta --cap-lints allow -D warnings` |
2767 | 2023-11-01T16:41:30.861Z | Compiling newtype_derive v0.1.6 |
2768 | 2023-11-01T16:41:30.864Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d48068054ac0ebfe -C extra-filename=-d48068054ac0ebfe --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-3c68cd52b234a94f.rlib --cap-lints allow -D warnings` |
2769 | 2023-11-01T16:41:31.142Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f6d5ae009ddb3c22 -C extra-filename=-f6d5ae009ddb3c22 --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` |
2770 | 2023-11-01T16:41:31.306Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d385259b62e559e8 -C extra-filename=-d385259b62e559e8 --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-b05c14ecce3e035f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings` |
2771 | 2023-11-01T16:41:31.495Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5960b803b9e1c8c7 -C extra-filename=-5960b803b9e1c8c7 --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` |
2772 | 2023-11-01T16:41:31.634Z | Running `/home/build/.rustup/toolchains/1.72.1-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=65ade815b1e74578 -C extra-filename=-65ade815b1e74578 --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-db8c7d8154906494.rmeta --cap-lints allow -D warnings` |
2773 | 2023-11-01T16:41:31.843Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2774 | 2023-11-01T16:41:31.899Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=2e176290cca0c6aa -C extra-filename=-2e176290cca0c6aa --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2775 | 2023-11-01T16:41:33.174Z | Compiling spki v0.7.2 |
2776 | 2023-11-01T16:41:33.179Z | Running `/home/build/.rustup/toolchains/1.72.1-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=47c592f0fe50e622 -C extra-filename=-47c592f0fe50e622 --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-3a31948fe77ef9a9.rmeta --cap-lints allow -D warnings` |
2777 | 2023-11-01T16:41:33.339Z | Compiling libgit2-sys v0.15.2+1.6.4 |
2778 | 2023-11-01T16:41:33.416Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.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=68dfb6bf16688b79 -C extra-filename=-68dfb6bf16688b79 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-68dfb6bf16688b79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings` |
2779 | 2023-11-01T16:41:33.714Z | Compiling pkcs8 v0.10.2 |
2780 | 2023-11-01T16:41:33.718Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bfa32c241a9984a3 -C extra-filename=-bfa32c241a9984a3 --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-3a31948fe77ef9a9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings` |
2781 | 2023-11-01T16:41:33.833Z | Compiling humantime v2.1.0 |
2782 | 2023-11-01T16:41:33.900Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f2067ebe1995322f -C extra-filename=-f2067ebe1995322f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2783 | 2023-11-01T16:41:34.263Z | Compiling nodrop v0.1.14 |
2784 | 2023-11-01T16:41:34.267Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1ba8e5a289006243 -C extra-filename=-1ba8e5a289006243 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2785 | 2023-11-01T16:41:34.297Z | Compiling pkcs1 v0.7.5 |
2786 | 2023-11-01T16:41:34.333Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ceb07c98e02c8eca -C extra-filename=-ceb07c98e02c8eca --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-3a31948fe77ef9a9.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-bfa32c241a9984a3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings` |
2787 | 2023-11-01T16:41:34.482Z | Compiling array-init v0.0.4 |
2788 | 2023-11-01T16:41:34.518Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b9e2e8ac6595d46c -C extra-filename=-b9e2e8ac6595d46c --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-1ba8e5a289006243.rmeta --cap-lints allow -D warnings` |
2789 | 2023-11-01T16:41:34.714Z | Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-68dfb6bf16688b79/build-script-build` |
2790 | 2023-11-01T16:41:34.796Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f977b920649865d3 -C extra-filename=-f977b920649865d3 --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-b05c14ecce3e035f.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-65ade815b1e74578.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-d385259b62e559e8.rmeta --cap-lints allow -D warnings` |
2791 | 2023-11-01T16:41:34.799Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d48068054ac0ebfe/build-script-build` |
2792 | 2023-11-01T16:41:34.949Z | Compiling smallvec v0.6.14 |
2793 | 2023-11-01T16:41:35.014Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bea6718cfa7ebd7c -C extra-filename=-bea6718cfa7ebd7c --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-f6d5ae009ddb3c22.rmeta --cap-lints allow -D warnings` |
2794 | 2023-11-01T16:41:35.742Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.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 --cfg 'feature="libc"' -C metadata=efc8aa8cbc70d1df -C extra-filename=-efc8aa8cbc70d1df --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l z` |
2795 | 2023-11-01T16:41:36.022Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e58cd96713663390 -C extra-filename=-e58cd96713663390 --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-40ca70e57e9b8103.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-b8e29798ba6ba74c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2796 | 2023-11-01T16:41:36.057Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1cff02c1fa68afed -C extra-filename=-1cff02c1fa68afed --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-6fb8385a046b069a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-40f40ed9b79fa7d8.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg has_i128` |
2797 | 2023-11-01T16:41:36.569Z | Compiling libsqlite3-sys v0.26.0 |
2798 | 2023-11-01T16:41:36.574Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.26.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=c723b1409432947a -C extra-filename=-c723b1409432947a --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-6d26e2d840f26489.rlib --cap-lints allow -D warnings` |
2799 | 2023-11-01T16:41:36.626Z | Compiling bitfield v0.14.0 |
2800 | 2023-11-01T16:41:36.630Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cb03a71ebc1664a4 -C extra-filename=-cb03a71ebc1664a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2801 | 2023-11-01T16:41:37.166Z | Compiling serde-hex v0.1.0 |
2802 | 2023-11-01T16:41:37.171Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d085a83248d8c62e -C extra-filename=-d085a83248d8c62e --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-b9e2e8ac6595d46c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-bea6718cfa7ebd7c.rmeta --cap-lints allow -D warnings` |
2803 | 2023-11-01T16:41:37.458Z | Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-c723b1409432947a/build-script-build` |
2804 | 2023-11-01T16:41:37.526Z | Compiling x509-cert v0.2.4 |
2805 | 2023-11-01T16:41:37.530Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e6cb9e5a8e37385f -C extra-filename=-e6cb9e5a8e37385f --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-61bf72856c116b87.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --cap-lints allow -D warnings` |
2806 | 2023-11-01T16:41:39.589Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2807 | 2023-11-01T16:41:39.592Z | Running `/home/build/.rustup/toolchains/1.72.1-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=03708cf1cfb59ef9 -C extra-filename=-03708cf1cfb59ef9 --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-6fb8385a046b069a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings` |
2808 | 2023-11-01T16:41:40.134Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4894ecebe3443985 -C extra-filename=-4894ecebe3443985 --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-bb0070c692d0fca2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt` |
2809 | 2023-11-01T16:41:41.065Z | Compiling rsa v0.9.2 |
2810 | 2023-11-01T16:41:41.069Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d065ff8fcf792326 -C extra-filename=-d065ff8fcf792326 --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-6fb8385a046b069a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-1cff02c1fa68afed.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-ceb07c98e02c8eca.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-bfa32c241a9984a3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-47c592f0fe50e622.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings` |
2811 | 2023-11-01T16:41:43.024Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2812 | 2023-11-01T16:41:43.027Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fbbc002088f82525 -C extra-filename=-fbbc002088f82525 --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-cb03a71ebc1664a4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e58cd96713663390.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2813 | 2023-11-01T16:41:43.399Z | Compiling env_logger v0.10.0 |
2814 | 2023-11-01T16:41:43.423Z | Running `/home/build/.rustup/toolchains/1.72.1-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=87fbac868d61a6bf -C extra-filename=-87fbac868d61a6bf --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-8a149ebee13979ce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings` |
2815 | 2023-11-01T16:41:47.670Z | Compiling ron v0.8.1 |
2816 | 2023-11-01T16:41:47.760Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fe38c23eea3cf6e7 -C extra-filename=-fe38c23eea3cf6e7 --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-c0a884fd652c2175.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings` |
2817 | 2023-11-01T16:41:47.775Z | Compiling vergen v8.2.4 |
2818 | 2023-11-01T16:41:47.795Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' -C metadata=54d05458c93ea298 -C extra-filename=-54d05458c93ea298 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --cap-lints allow -D warnings` |
2819 | 2023-11-01T16:41:47.809Z | Compiling num-complex v0.4.4 |
2820 | 2023-11-01T16:41:47.813Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b8d91e2cd7856583 -C extra-filename=-b8d91e2cd7856583 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings` |
2821 | 2023-11-01T16:41:47.827Z | Compiling utf-8 v0.7.6 |
2822 | 2023-11-01T16:41:48.280Z | Running `/home/build/.rustup/toolchains/1.72.1-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=12cba8d6e68e086e -C extra-filename=-12cba8d6e68e086e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2823 | 2023-11-01T16:41:48.303Z | Compiling glob v0.3.1 |
2824 | 2023-11-01T16:41:48.318Z | Running `/home/build/.rustup/toolchains/1.72.1-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=65b5fb261a2fbbb3 -C extra-filename=-65b5fb261a2fbbb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2825 | 2023-11-01T16:41:48.322Z | Compiling crc-any v2.4.3 |
2826 | 2023-11-01T16:41:48.351Z | Running `/home/build/.rustup/toolchains/1.72.1-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=06f93630ae438be3 -C extra-filename=-06f93630ae438be3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2827 | 2023-11-01T16:41:48.864Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2828 | 2023-11-01T16:41:48.868Z | Running `/home/build/.rustup/toolchains/1.72.1-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=42310e81bb794bab -C extra-filename=-42310e81bb794bab --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-fe38c23eea3cf6e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-03708cf1cfb59ef9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings` |
2829 | 2023-11-01T16:41:48.898Z | Compiling num v0.4.1 |
2830 | 2023-11-01T16:41:48.906Z | Running `/home/build/.rustup/toolchains/1.72.1-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=89fbc6e9413c9530 -C extra-filename=-89fbc6e9413c9530 --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-b8d91e2cd7856583.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-4894ecebe3443985.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --cap-lints allow -D warnings` |
2831 | 2023-11-01T16:41:49.126Z | Running `/work/oxidecomputer/omicron/target/debug/build/vergen-54d05458c93ea298/build-script-build` |
2832 | 2023-11-01T16:41:49.167Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b0e2eb2850d8a32b -C extra-filename=-b0e2eb2850d8a32b --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-951633e8fd59a40d.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-8ef5bea0a6216ba2.rmeta --cap-lints allow -D warnings` |
2833 | 2023-11-01T16:41:50.228Z | Compiling object v0.30.4 |
2834 | 2023-11-01T16:41:50.270Z | Running `/home/build/.rustup/toolchains/1.72.1-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=251725e0226df094 -C extra-filename=-251725e0226df094 --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-d98ad8c6574b550d.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f687f00cf405d2a2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --cap-lints allow -D warnings` |
2835 | 2023-11-01T16:41:50.761Z | Compiling path-slash v0.1.5 |
2836 | 2023-11-01T16:41:50.764Z | Running `/home/build/.rustup/toolchains/1.72.1-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=79dea6c74fb7cd7e -C extra-filename=-79dea6c74fb7cd7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2837 | 2023-11-01T16:41:51.054Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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=64cda330218a1d3c -C extra-filename=-64cda330218a1d3c --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-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings` |
2838 | 2023-11-01T16:41:51.111Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5f02a604adadca59 -C extra-filename=-5f02a604adadca59 --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-72c39f3150c51ec5.so --cap-lints allow -D warnings` |
2839 | 2023-11-01T16:41:51.387Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3b71573e35c95f5c -C extra-filename=-3b71573e35c95f5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2840 | 2023-11-01T16:41:51.880Z | Compiling buf-list v1.0.3 |
2841 | 2023-11-01T16:41:51.889Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dfc526e4e73cd794 -C extra-filename=-dfc526e4e73cd794 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2842 | 2023-11-01T16:41:51.927Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fa610dca3d04d1cf -C extra-filename=-fa610dca3d04d1cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2843 | 2023-11-01T16:41:52.508Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c79f8d0e42fe6d03 -C extra-filename=-c79f8d0e42fe6d03 --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-fa610dca3d04d1cf.rmeta --cap-lints allow -D warnings` |
2844 | 2023-11-01T16:41:52.546Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a90a9cc1275a2758 -C extra-filename=-a90a9cc1275a2758 --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-3b71573e35c95f5c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
2845 | 2023-11-01T16:41:52.835Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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=63dfa64be61f09ae -C extra-filename=-63dfa64be61f09ae --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-64cda330218a1d3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings` |
2846 | 2023-11-01T16:41:52.870Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dfc526e4e73cd794/build-script-build` |
2847 | 2023-11-01T16:41:52.995Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4971ee1235841292 -C extra-filename=-4971ee1235841292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2848 | 2023-11-01T16:41:53.157Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fa98c483917d1eda -C extra-filename=-fa98c483917d1eda --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --cap-lints allow -D warnings` |
2849 | 2023-11-01T16:41:53.420Z | Running `/home/build/.rustup/toolchains/1.72.1-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=034322322be9b506 -C extra-filename=-034322322be9b506 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2850 | 2023-11-01T16:41:53.530Z | Compiling linear-map v1.2.0 |
2851 | 2023-11-01T16:41:53.561Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0eb5e9b7e5ea9c91 -C extra-filename=-0eb5e9b7e5ea9c91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2852 | 2023-11-01T16:41:53.594Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b45e307c7e01fb87 -C extra-filename=-b45e307c7e01fb87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2853 | 2023-11-01T16:41:53.922Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2145d7c9e38b93d9 -C extra-filename=-2145d7c9e38b93d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2854 | 2023-11-01T16:41:54.145Z | Running `/home/build/.rustup/toolchains/1.72.1-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=72b1f8c39094f687 -C extra-filename=-72b1f8c39094f687 --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-d8079752ff45b0c7.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-2145d7c9e38b93d9.rmeta --cap-lints allow -D warnings` |
2855 | 2023-11-01T16:41:54.153Z | Running `/home/build/.rustup/toolchains/1.72.1-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=59a3b4dce867a01c -C extra-filename=-59a3b4dce867a01c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi` |
2856 | 2023-11-01T16:41:54.330Z | Running `/home/build/.rustup/toolchains/1.72.1-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=28b77d6c5659903f -C extra-filename=-28b77d6c5659903f --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` |
2857 | 2023-11-01T16:41:54.473Z | Compiling num_enum_derive v0.7.0 |
2858 | 2023-11-01T16:41:54.486Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=5ddafdfd999bec0a -C extra-filename=-5ddafdfd999bec0a --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-1fd3c9aa859e2a37.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2859 | 2023-11-01T16:41:54.681Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f28acc4b5045a03a -C extra-filename=-f28acc4b5045a03a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings` |
2860 | 2023-11-01T16:41:55.087Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2861 | 2023-11-01T16:41:55.106Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=fc36a7f490410689 -C extra-filename=-fc36a7f490410689 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2862 | 2023-11-01T16:41:57.165Z | Compiling platforms v3.0.2 |
2863 | 2023-11-01T16:41:57.170Z | Running `/home/build/.rustup/toolchains/1.72.1-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=243a3ebd6f4bb29d -C extra-filename=-243a3ebd6f4bb29d --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2864 | 2023-11-01T16:41:57.793Z | Running `/home/build/.rustup/toolchains/1.72.1-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=15b79a90ebc63eb0 -C extra-filename=-15b79a90ebc63eb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2865 | 2023-11-01T16:41:58.139Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c84c9c06d06d0504 -C extra-filename=-c84c9c06d06d0504 --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-9cc2d99f4c1c58f7.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-59a3b4dce867a01c.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-15b79a90ebc63eb0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings` |
2866 | 2023-11-01T16:41:58.735Z | Running `/work/oxidecomputer/omicron/target/debug/build/platforms-243a3ebd6f4bb29d/build-script-build` |
2867 | 2023-11-01T16:41:58.822Z | Running `/home/build/.rustup/toolchains/1.72.1-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=26b7ae1743aa5e57 -C extra-filename=-26b7ae1743aa5e57 --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-f28acc4b5045a03a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-72b1f8c39094f687.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --cap-lints allow -D warnings` |
2868 | 2023-11-01T16:41:59.301Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5a58f944707afe8a -C extra-filename=-5a58f944707afe8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-034322322be9b506.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b45e307c7e01fb87.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-fa98c483917d1eda.rmeta --cap-lints allow -D warnings` |
2869 | 2023-11-01T16:41:59.778Z | Running `/home/build/.rustup/toolchains/1.72.1-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=012adfc0ea7a0183 -C extra-filename=-012adfc0ea7a0183 --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-7a9ecdadd4d026f5.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --cap-lints allow -D warnings` |
2870 | 2023-11-01T16:42:00.298Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9d6785dfb436f286 -C extra-filename=-9d6785dfb436f286 --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-9cc2d99f4c1c58f7.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-8f0ba65df9808a27.so --cap-lints allow -D warnings -l door` |
2871 | 2023-11-01T16:42:00.595Z | Compiling unicase v2.7.0 |
2872 | 2023-11-01T16:42:00.598Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5660e863eee03aea -C extra-filename=-5660e863eee03aea --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
2873 | 2023-11-01T16:42:00.958Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4db1a36910de1acc -C extra-filename=-4db1a36910de1acc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2874 | 2023-11-01T16:42:01.200Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-5660e863eee03aea/build-script-build` |
2875 | 2023-11-01T16:42:01.328Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fe43b8fb552642f2 -C extra-filename=-fe43b8fb552642f2 --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-f5b4f755c0de68a9.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4db1a36910de1acc.rmeta --cap-lints allow -D warnings` |
2876 | 2023-11-01T16:42:01.501Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2b7173b94a2fe56c -C extra-filename=-2b7173b94a2fe56c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-034322322be9b506.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b45e307c7e01fb87.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-54ed3404f246e1d0.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-5a58f944707afe8a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-fa98c483917d1eda.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm` |
2877 | 2023-11-01T16:42:01.850Z | Running `/home/build/.rustup/toolchains/1.72.1-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=325288f11611527e -C extra-filename=-325288f11611527e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-034322322be9b506.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-b45e307c7e01fb87.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-2b7173b94a2fe56c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-fa98c483917d1eda.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings` |
2878 | 2023-11-01T16:42:02.235Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ab9da83b89a4395f -C extra-filename=-ab9da83b89a4395f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-012adfc0ea7a0183.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-c84c9c06d06d0504.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-26b7ae1743aa5e57.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-28b77d6c5659903f.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-9d6785dfb436f286.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-e6d0e2dd74e16531.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings -l kstat` |
2879 | 2023-11-01T16:42:02.701Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d61d69e171e8bb3d -C extra-filename=-d61d69e171e8bb3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2880 | 2023-11-01T16:42:03.081Z | Compiling tungstenite v0.18.0 |
2881 | 2023-11-01T16:42:03.086Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0a765675e89c2ac9 -C extra-filename=-0a765675e89c2ac9 --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-ad8c311fcc61d255.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings` |
2882 | 2023-11-01T16:42:03.625Z | Running `/home/build/.rustup/toolchains/1.72.1-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=478b8596a408e206 -C extra-filename=-478b8596a408e206 --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-258c6c3c80c925b3.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-28e012a9a5d1528a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-481036e0ceb810d1.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-f5b4f755c0de68a9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --cap-lints allow -D warnings` |
2883 | 2023-11-01T16:42:03.667Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
2884 | 2023-11-01T16:42:03.671Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8ccf5249499d3ec0 -C extra-filename=-8ccf5249499d3ec0 --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-58e6b367499d83fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings` |
2885 | 2023-11-01T16:42:05.007Z | Running `/home/build/.rustup/toolchains/1.72.1-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=907440c06a81dc34 -C extra-filename=-907440c06a81dc34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2886 | 2023-11-01T16:42:05.415Z | Running `/home/build/.rustup/toolchains/1.72.1-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=db1f23b519a2269f -C extra-filename=-db1f23b519a2269f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2887 | 2023-11-01T16:42:06.212Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d92280b546d84648 -C extra-filename=-d92280b546d84648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-907440c06a81dc34.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-db1f23b519a2269f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-9dd23f9535a12e5d.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-478b8596a408e206.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-fe43b8fb552642f2.rmeta --cap-lints allow -D warnings` |
2888 | 2023-11-01T16:42:06.453Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2889 | 2023-11-01T16:42:06.457Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7770b327e25863ff -C extra-filename=-7770b327e25863ff --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-6fb8385a046b069a.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-06f93630ae438be3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-3a31948fe77ef9a9.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-87fbac868d61a6bf.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-fbbc002088f82525.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-e58cd96713663390.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-1c510a5ccd5dd270.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d065ff8fcf792326.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-d085a83248d8c62e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings` |
2890 | 2023-11-01T16:42:06.775Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d672aac53d721c2c -C extra-filename=-d672aac53d721c2c --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-9cc2d99f4c1c58f7.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ab9da83b89a4395f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-2b7173b94a2fe56c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-325288f11611527e.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-a90a9cc1275a2758.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings` |
2891 | 2023-11-01T16:42:06.931Z | Compiling tokio-tungstenite v0.18.0 |
2892 | 2023-11-01T16:42:06.936Z | Running `/home/build/.rustup/toolchains/1.72.1-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=aac53c077f622ee3 -C extra-filename=-aac53c077f622ee3 --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-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-0a765675e89c2ac9.rmeta --cap-lints allow -D warnings` |
2893 | 2023-11-01T16:42:07.136Z | Compiling curve25519-dalek v4.1.0 |
2894 | 2023-11-01T16:42:07.143Z | Running `/home/build/.rustup/toolchains/1.72.1-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=246d6b6b3349c943 -C extra-filename=-246d6b6b3349c943 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-246d6b6b3349c943 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-d61d69e171e8bb3d.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rlib --cap-lints allow -D warnings` |
2895 | 2023-11-01T16:42:07.149Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=1262f596ffaf7b55 -C extra-filename=-1262f596ffaf7b55 --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-81839d72bbae0dab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-348bdbd4a67f8b15.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings` |
2896 | 2023-11-01T16:42:07.466Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=4f79f9f9d4624323 -C extra-filename=-4f79f9f9d4624323 --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-8e044772089bbb07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-9ea68d5abd5fc36e.so --cap-lints allow -D warnings` |
2897 | 2023-11-01T16:42:07.751Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8c2788b0ba3be2ad -C extra-filename=-8c2788b0ba3be2ad --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-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings` |
2898 | 2023-11-01T16:42:07.980Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2899 | 2023-11-01T16:42:08.016Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/upstairs/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C metadata=29b9819a43c954ef -C extra-filename=-29b9819a43c954ef --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-29b9819a43c954ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
2900 | 2023-11-01T16:42:08.170Z | Compiling erased-serde v0.3.30 |
2901 | 2023-11-01T16:42:08.178Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/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=756664f0c03d3cdf -C extra-filename=-756664f0c03d3cdf --out-dir /work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2902 | 2023-11-01T16:42:08.505Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-246d6b6b3349c943/build-script-build` |
2903 | 2023-11-01T16:42:08.591Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-29b9819a43c954ef/build-script-build` |
2904 | 2023-11-01T16:42:08.688Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e401af0c6cf682f8 -C extra-filename=-e401af0c6cf682f8 --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` |
2905 | 2023-11-01T16:42:08.722Z | Running `/home/build/.rustup/toolchains/1.72.1-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=192b1d55db9c452e -C extra-filename=-192b1d55db9c452e --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-ba2c5ad6cc3819c4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --cap-lints allow -D warnings` |
2906 | 2023-11-01T16:42:08.751Z | Compiling thiserror-impl-no-std v2.0.2 |
2907 | 2023-11-01T16:42:08.754Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d14d8d3bb8f6e0dd -C extra-filename=-d14d8d3bb8f6e0dd --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2908 | 2023-11-01T16:42:09.365Z | Running `/work/oxidecomputer/omicron/target/debug/build/erased-serde-756664f0c03d3cdf/build-script-build` |
2909 | 2023-11-01T16:42:09.374Z | Compiling bitstruct_derive v0.1.0 |
2910 | 2023-11-01T16:42:09.381Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=22247aae87f3dc94 -C extra-filename=-22247aae87f3dc94 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2911 | 2023-11-01T16:42:09.425Z | Compiling curve25519-dalek-derive v0.1.0 |
2912 | 2023-11-01T16:42:09.430Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bca008ad4ed5c094 -C extra-filename=-bca008ad4ed5c094 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2913 | 2023-11-01T16:42:09.680Z | Compiling async-recursion v1.0.5 |
2914 | 2023-11-01T16:42:09.685Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-recursion-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C metadata=8a8229ee5ddbd344 -C extra-filename=-8a8229ee5ddbd344 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
2915 | 2023-11-01T16:42:09.709Z | Compiling salty v0.2.0 |
2916 | 2023-11-01T16:42:09.712Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9ae382556f3636d3 -C extra-filename=-9ae382556f3636d3 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2917 | 2023-11-01T16:42:10.028Z | Compiling rayon-core v1.12.0 |
2918 | 2023-11-01T16:42:10.031Z | Running `/home/build/.rustup/toolchains/1.72.1-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=664ab3c90fcac9c1 -C extra-filename=-664ab3c90fcac9c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-664ab3c90fcac9c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2919 | 2023-11-01T16:42:10.589Z | Compiling diff v0.1.13 |
2920 | 2023-11-01T16:42:10.595Z | Running `/home/build/.rustup/toolchains/1.72.1-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=35284c3a0f9039eb -C extra-filename=-35284c3a0f9039eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2921 | 2023-11-01T16:42:10.618Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-664ab3c90fcac9c1/build-script-build` |
2922 | 2023-11-01T16:42:10.672Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-9ae382556f3636d3/build-script-build` |
2923 | 2023-11-01T16:42:10.721Z | Compiling mime_guess v2.0.4 |
2924 | 2023-11-01T16:42:10.724Z | Running `/home/build/.rustup/toolchains/1.72.1-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=53198ae6adcf68cc -C extra-filename=-53198ae6adcf68cc --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e401af0c6cf682f8.rlib --cap-lints allow -D warnings` |
2925 | 2023-11-01T16:42:11.539Z | Compiling snafu v0.7.5 |
2926 | 2023-11-01T16:42:11.572Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d8a2d906efefc81b -C extra-filename=-d8a2d906efefc81b --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-4971ee1235841292.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-9c012307bcb8167a.so --cap-lints allow -D warnings` |
2927 | 2023-11-01T16:42:11.576Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dfa6010dca091989 -C extra-filename=-dfa6010dca091989 --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-5d6012c1e66f0dae.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a131e608b4de3222.rmeta --cap-lints allow -D warnings` |
2928 | 2023-11-01T16:42:11.796Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2929 | 2023-11-01T16:42:11.875Z | Running `/home/build/.rustup/toolchains/1.72.1-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=618bd4cd81967613 -C extra-filename=-618bd4cd81967613 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
2930 | 2023-11-01T16:42:12.025Z | Compiling nibble_vec v0.1.0 |
2931 | 2023-11-01T16:42:12.028Z | Running `/home/build/.rustup/toolchains/1.72.1-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=161bda984f3f2680 -C extra-filename=-161bda984f3f2680 --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-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings` |
2932 | 2023-11-01T16:42:12.375Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2933 | 2023-11-01T16:42:12.383Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dce3652116b3f2af -C extra-filename=-dce3652116b3f2af --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-dce3652116b3f2af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
2934 | 2023-11-01T16:42:12.836Z | Compiling endian-type v0.1.2 |
2935 | 2023-11-01T16:42:12.840Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5b0a6da5367b4964 -C extra-filename=-5b0a6da5367b4964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2936 | 2023-11-01T16:42:12.893Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f3e95c4670a50523 -C extra-filename=-f3e95c4670a50523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2937 | 2023-11-01T16:42:12.941Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-53198ae6adcf68cc/build-script-build` |
2938 | 2023-11-01T16:42:13.010Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-dce3652116b3f2af/build-script-build` |
2939 | 2023-11-01T16:42:13.021Z | Compiling radix_trie v0.2.1 |
2940 | 2023-11-01T16:42:13.030Z | Running `/home/build/.rustup/toolchains/1.72.1-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=41050860800a3b0c -C extra-filename=-41050860800a3b0c --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-5b0a6da5367b4964.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-161bda984f3f2680.rmeta --cap-lints allow -D warnings` |
2941 | 2023-11-01T16:42:13.057Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d8e6d0dbea8df651 -C extra-filename=-d8e6d0dbea8df651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-dfa6010dca091989.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings` |
2942 | 2023-11-01T16:42:13.147Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6083e93d7133e772 -C extra-filename=-6083e93d7133e772 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a878bd455251f7ad.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings` |
2943 | 2023-11-01T16:42:13.545Z | Compiling universal-hash v0.5.1 |
2944 | 2023-11-01T16:42:13.548Z | Running `/home/build/.rustup/toolchains/1.72.1-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=205c0e7732ee3d30 -C extra-filename=-205c0e7732ee3d30 --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-ebb22ac2993ca735.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings` |
2945 | 2023-11-01T16:42:13.895Z | Compiling opaque-debug v0.3.0 |
2946 | 2023-11-01T16:42:13.900Z | Running `/home/build/.rustup/toolchains/1.72.1-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=08d04c054cbb43c5 -C extra-filename=-08d04c054cbb43c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2947 | 2023-11-01T16:42:13.933Z | Compiling parking_lot v0.11.2 |
2948 | 2023-11-01T16:42:13.941Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2eab053f8a115a9f -C extra-filename=-2eab053f8a115a9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2949 | 2023-11-01T16:42:14.354Z | Running `/home/build/.rustup/toolchains/1.72.1-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=655c81af2d61b6d8 -C extra-filename=-655c81af2d61b6d8 --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-a878bd455251f7ad.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4e1c5de4b4146de7.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-6083e93d7133e772.rmeta --cap-lints allow -D warnings` |
2950 | 2023-11-01T16:42:14.361Z | Compiling trust-dns-client v0.22.0 |
2951 | 2023-11-01T16:42:14.371Z | Running `/home/build/.rustup/toolchains/1.72.1-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=413978468d86a1fd -C extra-filename=-413978468d86a1fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-41050860800a3b0c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --cap-lints allow -D warnings` |
2952 | 2023-11-01T16:42:14.383Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8e8fb50c11f76811 -C extra-filename=-8e8fb50c11f76811 --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-999a16c5ebd06ca3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds` |
2953 | 2023-11-01T16:42:14.386Z | Compiling aead v0.5.2 |
2954 | 2023-11-01T16:42:14.389Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d3707516895c0a4f -C extra-filename=-d3707516895c0a4f --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-ebb22ac2993ca735.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --cap-lints allow -D warnings` |
2955 | 2023-11-01T16:42:14.948Z | Compiling sled v0.34.7 |
2956 | 2023-11-01T16:42:14.951Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a7961f0d7fe7c07f -C extra-filename=-a7961f0d7fe7c07f --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-d98ad8c6574b550d.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-60db97d29420f39b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-655c81af2d61b6d8.rmeta --cap-lints allow -D warnings` |
2957 | 2023-11-01T16:42:15.273Z | Compiling crunchy v0.2.2 |
2958 | 2023-11-01T16:42:15.277Z | Running `/home/build/.rustup/toolchains/1.72.1-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=81793beb4edef3bf -C extra-filename=-81793beb4edef3bf --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2959 | 2023-11-01T16:42:15.554Z | Compiling pretty-hex v0.3.0 |
2960 | 2023-11-01T16:42:15.557Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5774af50a8e48f6f -C extra-filename=-5774af50a8e48f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2961 | 2023-11-01T16:42:15.599Z | Compiling crossbeam-deque v0.8.3 |
2962 | 2023-11-01T16:42:15.633Z | Running `/home/build/.rustup/toolchains/1.72.1-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=182535058f6f1764 -C extra-filename=-182535058f6f1764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings` |
2963 | 2023-11-01T16:42:15.814Z | Compiling path-dedot v3.1.0 |
2964 | 2023-11-01T16:42:15.844Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5e49cd9031193b58 -C extra-filename=-5e49cd9031193b58 --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-dffc32915439d36d.rmeta --cap-lints allow -D warnings` |
2965 | 2023-11-01T16:42:15.881Z | Compiling tiny-keccak v2.0.2 |
2966 | 2023-11-01T16:42:15.884Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e6ceac7b0a8950e7 -C extra-filename=-e6ceac7b0a8950e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2967 | 2023-11-01T16:42:16.107Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-81793beb4edef3bf/build-script-build` |
2968 | 2023-11-01T16:42:16.564Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e5573dc88bf3cfb2 -C extra-filename=-e5573dc88bf3cfb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2969 | 2023-11-01T16:42:16.568Z | Compiling path-absolutize v3.1.0 |
2970 | 2023-11-01T16:42:16.571Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3fb2f87d8093ad1d -C extra-filename=-3fb2f87d8093ad1d --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-5e49cd9031193b58.rmeta --cap-lints allow -D warnings` |
2971 | 2023-11-01T16:42:16.574Z | Compiling clang-sys v1.6.1 |
2972 | 2023-11-01T16:42:16.577Z | Running `/home/build/.rustup/toolchains/1.72.1-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=480d13ab3875bfb4 -C extra-filename=-480d13ab3875bfb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --cap-lints allow -D warnings` |
2973 | 2023-11-01T16:42:16.580Z | Compiling olpc-cjson v0.1.3 |
2974 | 2023-11-01T16:42:16.583Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b5cebf012c076b89 -C extra-filename=-b5cebf012c076b89 --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-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --cap-lints allow -D warnings` |
2975 | 2023-11-01T16:42:16.586Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-e6ceac7b0a8950e7/build-script-build` |
2976 | 2023-11-01T16:42:16.590Z | Compiling darling_core v0.14.4 |
2977 | 2023-11-01T16:42:16.593Z | Running `/home/build/.rustup/toolchains/1.72.1-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=16dba1245cf01adf -C extra-filename=-16dba1245cf01adf --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-1a818be490fdad0e.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b929479011854e32.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-1c46220253478178.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings` |
2978 | 2023-11-01T16:42:16.596Z | Compiling globset v0.4.13 |
2979 | 2023-11-01T16:42:16.599Z | Running `/home/build/.rustup/toolchains/1.72.1-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=aed2a6f1583a36fc -C extra-filename=-aed2a6f1583a36fc --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-626d69baada25e63.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61b870e7f18a47cd.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --cap-lints allow -D warnings` |
2980 | 2023-11-01T16:42:16.907Z | Compiling trust-dns-server v0.22.1 |
2981 | 2023-11-01T16:42:16.910Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8ee59001044cb413 -C extra-filename=-8ee59001044cb413 --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-cde40b1e5460b78c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e21e6b9f61d1503a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b773202069bd6b7d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --cap-lints allow -D warnings` |
2982 | 2023-11-01T16:42:17.451Z | Compiling toml_edit v0.20.0 |
2983 | 2023-11-01T16:42:17.458Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-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="serde"' -C metadata=f0732f66c54e26cf -C extra-filename=-f0732f66c54e26cf --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-db744c94c8df920e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-016aea2942a95061.rmeta --cap-lints allow -D warnings` |
2984 | 2023-11-01T16:42:19.542Z | Compiling serde_plain v1.0.2 |
2985 | 2023-11-01T16:42:19.553Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f1085f22688e3556 -C extra-filename=-f1085f22688e3556 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
2986 | 2023-11-01T16:42:20.025Z | Compiling const_format_proc_macros v0.2.31 |
2987 | 2023-11-01T16:42:20.040Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format_proc_macros-0.2.31/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=deea3516802ae4d1 -C extra-filename=-deea3516802ae4d1 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rlib --extern proc_macro --cap-lints allow -D warnings` |
2988 | 2023-11-01T16:42:21.395Z | Compiling display-error-chain v0.2.0 |
2989 | 2023-11-01T16:42:21.428Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1dfce92cb519156b -C extra-filename=-1dfce92cb519156b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2990 | 2023-11-01T16:42:21.440Z | Compiling prettyplease v0.2.12 |
2991 | 2023-11-01T16:42:21.452Z | Running `/home/build/.rustup/toolchains/1.72.1-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=edd62c5b61d7a904 -C extra-filename=-edd62c5b61d7a904 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2992 | 2023-11-01T16:42:21.457Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-edd62c5b61d7a904/build-script-build` |
2993 | 2023-11-01T16:42:21.464Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-480d13ab3875bfb4/build-script-build` |
2994 | 2023-11-01T16:42:21.468Z | Running `/home/build/.rustup/toolchains/1.72.1-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=24fc0c13d8ea062a -C extra-filename=-24fc0c13d8ea062a --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-e5573dc88bf3cfb2.rmeta --cap-lints allow -D warnings` |
2995 | 2023-11-01T16:42:22.268Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ee7eeea747f112d2 -C extra-filename=-ee7eeea747f112d2 --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-182535058f6f1764.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings` |
2996 | 2023-11-01T16:42:22.562Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b22b6623aaea9916 -C extra-filename=-b22b6623aaea9916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign` |
2997 | 2023-11-01T16:42:22.756Z | Compiling toml v0.8.0 |
2998 | 2023-11-01T16:42:22.759Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=58dc6fbc49c86966 -C extra-filename=-58dc6fbc49c86966 --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-e5099f1082b7c4e8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-3c82b7b6f5cfc630.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f0732f66c54e26cf.rmeta --cap-lints allow -D warnings` |
2999 | 2023-11-01T16:42:23.709Z | Compiling ascii-canvas v3.0.0 |
3000 | 2023-11-01T16:42:23.712Z | Running `/home/build/.rustup/toolchains/1.72.1-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=adcd1153b79fff89 -C extra-filename=-adcd1153b79fff89 --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-7dc16e433b13a265.rmeta --cap-lints allow -D warnings` |
3001 | 2023-11-01T16:42:24.616Z | Compiling ena v0.14.2 |
3002 | 2023-11-01T16:42:24.626Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c005b6dd4a038b72 -C extra-filename=-c005b6dd4a038b72 --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-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings` |
3003 | 2023-11-01T16:42:25.341Z | Compiling ref-cast v1.0.20 |
3004 | 2023-11-01T16:42:25.351Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1314aa3041c7f6f0 -C extra-filename=-1314aa3041c7f6f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3005 | 2023-11-01T16:42:25.480Z | Compiling signature v1.6.4 |
3006 | 2023-11-01T16:42:25.493Z | Running `/home/build/.rustup/toolchains/1.72.1-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=743d5c04f7c47f30 -C extra-filename=-743d5c04f7c47f30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3007 | 2023-11-01T16:42:25.749Z | Compiling minimal-lexical v0.2.1 |
3008 | 2023-11-01T16:42:25.781Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c72a17640cf2b285 -C extra-filename=-c72a17640cf2b285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3009 | 2023-11-01T16:42:25.825Z | Compiling ed25519 v1.5.3 |
3010 | 2023-11-01T16:42:25.828Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c84c632d2b22eb2c -C extra-filename=-c84c632d2b22eb2c --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-743d5c04f7c47f30.rmeta --cap-lints allow -D warnings` |
3011 | 2023-11-01T16:42:25.859Z | Compiling darling_macro v0.14.4 |
3012 | 2023-11-01T16:42:25.900Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2c2a2bfd23d31414 -C extra-filename=-2c2a2bfd23d31414 --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-16dba1245cf01adf.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
3013 | 2023-11-01T16:42:26.163Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-1314aa3041c7f6f0/build-script-build` |
3014 | 2023-11-01T16:42:26.278Z | Compiling lalrpop v0.19.12 |
3015 | 2023-11-01T16:42:26.308Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e47124d3708c550d -C extra-filename=-e47124d3708c550d --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-adcd1153b79fff89.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-35284c3a0f9039eb.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-c005b6dd4a038b72.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8a149ebee13979ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-c7a0169767136a1f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-24fc0c13d8ea062a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rmeta --cap-lints allow -D warnings` |
3016 | 2023-11-01T16:42:26.400Z | Compiling rayon v1.8.0 |
3017 | 2023-11-01T16:42:26.406Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4a2d475cc77cdac3 -C extra-filename=-4a2d475cc77cdac3 --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-7299ccd4570522b5.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ee7eeea747f112d2.rmeta --cap-lints allow -D warnings` |
3018 | 2023-11-01T16:42:27.063Z | Compiling nom v7.1.3 |
3019 | 2023-11-01T16:42:27.066Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4cb85d8dca904c1f -C extra-filename=-4cb85d8dca904c1f --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-2b9cc4e8f0305d0f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-c72a17640cf2b285.rmeta --cap-lints allow -D warnings` |
3020 | 2023-11-01T16:42:27.837Z | Compiling darling v0.14.4 |
3021 | 2023-11-01T16:42:27.841Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c4fbf278c07c2fbd -C extra-filename=-c4fbf278c07c2fbd --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-16dba1245cf01adf.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2c2a2bfd23d31414.so --cap-lints allow -D warnings` |
3022 | 2023-11-01T16:42:28.044Z | Compiling steno v0.4.0 |
3023 | 2023-11-01T16:42:28.047Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c80f03b6ec900ffd -C extra-filename=-c80f03b6ec900ffd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings` |
3024 | 2023-11-01T16:42:29.744Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=996595cb5b1ab112 -C extra-filename=-996595cb5b1ab112 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3` |
3025 | 2023-11-01T16:42:31.096Z | Compiling ref-cast-impl v1.0.20 |
3026 | 2023-11-01T16:42:31.100Z | Running `/home/build/.rustup/toolchains/1.72.1-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=77b357fb476e9a92 -C extra-filename=-77b357fb476e9a92 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
3027 | 2023-11-01T16:42:31.999Z | Compiling ff v0.13.0 |
3028 | 2023-11-01T16:42:32.003Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7fab083578f7825f -C extra-filename=-7fab083578f7825f --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-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings` |
3029 | 2023-11-01T16:42:32.396Z | Compiling hashlink v0.8.3 |
3030 | 2023-11-01T16:42:32.399Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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=9e0da533b2963197 -C extra-filename=-9e0da533b2963197 --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-2c1bab4f653c68c5.rmeta --cap-lints allow -D warnings` |
3031 | 2023-11-01T16:42:33.346Z | Compiling libloading v0.7.4 |
3032 | 2023-11-01T16:42:33.349Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9742a3963a0bf92a -C extra-filename=-9742a3963a0bf92a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --cap-lints allow -D warnings` |
3033 | 2023-11-01T16:42:33.521Z | Compiling bindgen v0.65.1 |
3034 | 2023-11-01T16:42:33.525Z | Compiling fallible-streaming-iterator v0.1.9 |
3035 | 2023-11-01T16:42:33.528Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8e9a9d91025a79f6 -C extra-filename=-8e9a9d91025a79f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3036 | 2023-11-01T16:42:33.554Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95753947b29da90c -C extra-filename=-95753947b29da90c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3037 | 2023-11-01T16:42:33.935Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c19978dda7be8b57 -C extra-filename=-c19978dda7be8b57 --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-65b5fb261a2fbbb3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-9742a3963a0bf92a.rmeta --cap-lints allow -D warnings` |
3038 | 2023-11-01T16:42:34.023Z | Compiling rusqlite v0.29.0 |
3039 | 2023-11-01T16:42:34.027Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4261ab6c3ca24398 -C extra-filename=-4261ab6c3ca24398 --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-be38ad5d671379f5.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-9b2ba017a2617756.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-95753947b29da90c.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-9e0da533b2963197.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-996595cb5b1ab112.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-9c6b3c03d28d4365.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64` |
3040 | 2023-11-01T16:42:34.721Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-8e9a9d91025a79f6/build-script-build` |
3041 | 2023-11-01T16:42:34.770Z | Compiling cexpr v0.6.0 |
3042 | 2023-11-01T16:42:34.774Z | Running `/home/build/.rustup/toolchains/1.72.1-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=79f41717ff4f74ed -C extra-filename=-79f41717ff4f74ed --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-4cb85d8dca904c1f.rmeta --cap-lints allow -D warnings` |
3043 | 2023-11-01T16:42:34.842Z | Compiling group v0.13.0 |
3044 | 2023-11-01T16:42:34.884Z | Running `/home/build/.rustup/toolchains/1.72.1-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=51531d13880b0a50 -C extra-filename=-51531d13880b0a50 --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-7fab083578f7825f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --cap-lints allow -D warnings` |
3045 | 2023-11-01T16:42:35.129Z | Compiling derive_builder_core v0.12.0 |
3046 | 2023-11-01T16:42:35.542Z | Running `/home/build/.rustup/toolchains/1.72.1-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=767e84ac7dff46ef -C extra-filename=-767e84ac7dff46ef --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-c4fbf278c07c2fbd.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --cap-lints allow -D warnings` |
3047 | 2023-11-01T16:42:36.767Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9c2d598689e639cb -C extra-filename=-9c2d598689e639cb --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-c84c632d2b22eb2c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg tweetnacl` |
3048 | 2023-11-01T16:42:37.378Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0ce058812d36bd5f -C extra-filename=-0ce058812d36bd5f --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-577a284e9bcc389a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --cap-lints allow -D warnings` |
3049 | 2023-11-01T16:42:38.983Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3050 | 2023-11-01T16:42:38.989Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a0cf72f3d8ed10a6 -C extra-filename=-a0cf72f3d8ed10a6 --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-618bd4cd81967613.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3051 | 2023-11-01T16:42:39.058Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3052 | 2023-11-01T16:42:39.088Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5b7a4b0b63897147 -C extra-filename=-5b7a4b0b63897147 --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-237bfdbc957aefc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5960b803b9e1c8c7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings` |
3053 | 2023-11-01T16:42:39.783Z | Compiling nix v0.26.2 |
3054 | 2023-11-01T16:42:39.786Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.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="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=45003a76cfc2b032 -C extra-filename=-45003a76cfc2b032 --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-237bfdbc957aefc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-5960b803b9e1c8c7.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-258679e4375c153a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings` |
3055 | 2023-11-01T16:42:40.552Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3056 | 2023-11-01T16:42:40.557Z | Running `/home/build/.rustup/toolchains/1.72.1-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=93217daea07257ac -C extra-filename=-93217daea07257ac --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-6fb8385a046b069a.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-c30b11e334d30cbb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --cap-lints allow -D warnings` |
3057 | 2023-11-01T16:42:41.126Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5865b6cb774c6986 -C extra-filename=-5865b6cb774c6986 --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-b05c14ecce3e035f.rmeta --cap-lints allow -D warnings` |
3058 | 2023-11-01T16:42:41.801Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3059 | 2023-11-01T16:42:41.804Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=b6267b2cc7f0943e -C extra-filename=-b6267b2cc7f0943e --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-844cd977baa4a72a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings` |
3060 | 2023-11-01T16:42:42.455Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3061 | 2023-11-01T16:42:42.458Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ed49286a1418352b -C extra-filename=-ed49286a1418352b --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-c0a884fd652c2175.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings` |
3062 | 2023-11-01T16:42:42.508Z | Compiling twox-hash v1.6.3 |
3063 | 2023-11-01T16:42:42.511Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.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="rand"' --cfg 'feature="std"' -C metadata=6817a26b5d6556c3 -C extra-filename=-6817a26b5d6556c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --cap-lints allow -D warnings` |
3064 | 2023-11-01T16:42:43.283Z | Compiling serde-big-array v0.5.1 |
3065 | 2023-11-01T16:42:43.286Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ccfc6ca4b2c21f8e -C extra-filename=-ccfc6ca4b2c21f8e --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3066 | 2023-11-01T16:42:43.609Z | Compiling serde-big-array v0.4.1 |
3067 | 2023-11-01T16:42:43.613Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8b56d544f832800c -C extra-filename=-8b56d544f832800c --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3068 | 2023-11-01T16:42:43.676Z | Compiling which v4.4.0 |
3069 | 2023-11-01T16:42:43.681Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b8045d4d00486d0e -C extra-filename=-b8045d4d00486d0e --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-7299ccd4570522b5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
3070 | 2023-11-01T16:42:43.802Z | Compiling crypto-bigint v0.5.2 |
3071 | 2023-11-01T16:42:43.807Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d886109ceb24fd6a -C extra-filename=-d886109ceb24fd6a --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-f8fea248a8ef80ee.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings` |
3072 | 2023-11-01T16:42:43.899Z | Compiling libxml v0.3.3 |
3073 | 2023-11-01T16:42:43.903Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c8f1cad937b0fb79 -C extra-filename=-c8f1cad937b0fb79 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings` |
3074 | 2023-11-01T16:42:44.206Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6bf44a99034eeb15 -C extra-filename=-6bf44a99034eeb15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3075 | 2023-11-01T16:42:44.583Z | Compiling peeking_take_while v0.1.2 |
3076 | 2023-11-01T16:42:44.587Z | Running `/home/build/.rustup/toolchains/1.72.1-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=889799dbe0f97a5e -C extra-filename=-889799dbe0f97a5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3077 | 2023-11-01T16:42:44.637Z | Compiling lazycell v1.3.0 |
3078 | 2023-11-01T16:42:44.643Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c8a36ca3f3b829c0 -C extra-filename=-c8a36ca3f3b829c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3079 | 2023-11-01T16:42:44.824Z | Compiling rustc-hash v1.1.0 |
3080 | 2023-11-01T16:42:44.828Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0bf74e04dbe24b22 -C extra-filename=-0bf74e04dbe24b22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3081 | 2023-11-01T16:42:44.924Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5bc34c0e4622925f -C extra-filename=-5bc34c0e4622925f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3082 | 2023-11-01T16:42:45.095Z | Compiling shlex v1.1.0 |
3083 | 2023-11-01T16:42:45.098Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f8e3de65cd240eea -C extra-filename=-f8e3de65cd240eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3084 | 2023-11-01T16:42:45.302Z | Compiling base16ct v0.2.0 |
3085 | 2023-11-01T16:42:45.305Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a3d38e95769eacbc -C extra-filename=-a3d38e95769eacbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3086 | 2023-11-01T16:42:45.308Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b6be15072b128065 -C extra-filename=-b6be15072b128065 --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-c4da83d5a55438d5.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-6cd7ba7c65b5986e.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-5bc34c0e4622925f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings` |
3087 | 2023-11-01T16:42:45.552Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7b262f576b7648f1 -C extra-filename=-7b262f576b7648f1 --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-237bfdbc957aefc2.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-79f41717ff4f74ed.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-c19978dda7be8b57.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-c8a36ca3f3b829c0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-889799dbe0f97a5e.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-0ce058812d36bd5f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-0bf74e04dbe24b22.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-f8e3de65cd240eea.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-b8045d4d00486d0e.rmeta --cap-lints allow -D warnings` |
3088 | 2023-11-01T16:42:45.789Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2a586b9d58994d74 -C extra-filename=-2a586b9d58994d74 --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-6bf44a99034eeb15.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --cap-lints allow -D warnings` |
3089 | 2023-11-01T16:42:46.586Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c8f1cad937b0fb79/build-script-build` |
3090 | 2023-11-01T16:42:46.653Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3091 | 2023-11-01T16:42:46.658Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7ca22ee69850df1e -C extra-filename=-7ca22ee69850df1e --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-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a0cf72f3d8ed10a6.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9c2d598689e639cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-8b56d544f832800c.rmeta --cap-lints allow -D warnings` |
3092 | 2023-11-01T16:42:48.888Z | Compiling elliptic-curve v0.13.5 |
3093 | 2023-11-01T16:42:48.891Z | Running `/home/build/.rustup/toolchains/1.72.1-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=77199af8fcc73ae0 -C extra-filename=-77199af8fcc73ae0 --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-a3d38e95769eacbc.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-d886109ceb24fd6a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-7fab083578f7825f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-51531d13880b0a50.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings` |
3094 | 2023-11-01T16:42:49.225Z | Compiling derive_builder_macro v0.12.0 |
3095 | 2023-11-01T16:42:49.229Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1bdc7893cd75a7f2 -C extra-filename=-1bdc7893cd75a7f2 --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-767e84ac7dff46ef.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
3096 | 2023-11-01T16:42:50.200Z | Compiling polyval v0.6.1 |
3097 | 2023-11-01T16:42:50.204Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-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=79df717f35c2481f -C extra-filename=-79df717f35c2481f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-205c0e7732ee3d30.rmeta --cap-lints allow -D warnings` |
3098 | 2023-11-01T16:42:50.207Z | Compiling poly1305 v0.8.0 |
3099 | 2023-11-01T16:42:50.210Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3795598711fe8fc0 -C extra-filename=-3795598711fe8fc0 --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-9833e47a7666dcf6.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-08d04c054cbb43c5.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-205c0e7732ee3d30.rmeta --cap-lints allow -D warnings` |
3100 | 2023-11-01T16:42:50.515Z | Compiling thiserror-no-std v2.0.2 |
3101 | 2023-11-01T16:42:50.519Z | Running `/home/build/.rustup/toolchains/1.72.1-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=243dd2b9592a411f -C extra-filename=-243dd2b9592a411f --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-d14d8d3bb8f6e0dd.so --cap-lints allow -D warnings` |
3102 | 2023-11-01T16:42:50.718Z | Running `/home/build/.rustup/toolchains/1.72.1-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=487007e19983bc20 -C extra-filename=-487007e19983bc20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bca008ad4ed5c094.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
3103 | 2023-11-01T16:42:50.863Z | Compiling num_enum v0.7.0 |
3104 | 2023-11-01T16:42:50.866Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a3badb27cc5ccab4 -C extra-filename=-a3badb27cc5ccab4 --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-5ddafdfd999bec0a.so --cap-lints allow -D warnings` |
3105 | 2023-11-01T16:42:50.958Z | Compiling signal-hook-tokio v0.3.1 |
3106 | 2023-11-01T16:42:50.962Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c54798b1f61c5ac0 -C extra-filename=-c54798b1f61c5ac0 --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-2e4b787c2de71c9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings` |
3107 | 2023-11-01T16:42:51.129Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1632f88a70563dfe -C extra-filename=-1632f88a70563dfe --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` |
3108 | 2023-11-01T16:42:51.181Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f2a031c83219c682 -C extra-filename=-f2a031c83219c682 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings` |
3109 | 2023-11-01T16:42:51.296Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fe9ea705024fc6b8 -C extra-filename=-fe9ea705024fc6b8 --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-fca2ca054f4fc8df.rmeta --cap-lints allow -D warnings` |
3110 | 2023-11-01T16:42:51.329Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3111 | 2023-11-01T16:42:51.332Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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=29070728fa7d7b28 -C extra-filename=-29070728fa7d7b28 --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-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3112 | 2023-11-01T16:42:51.637Z | Compiling ctr v0.9.2 |
3113 | 2023-11-01T16:42:51.641Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-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 -C metadata=e9935c5493083a33 -C extra-filename=-e9935c5493083a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --cap-lints allow -D warnings` |
3114 | 2023-11-01T16:42:51.989Z | Compiling aes v0.8.3 |
3115 | 2023-11-01T16:42:52.003Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=9684f4a49305eaa4 -C extra-filename=-9684f4a49305eaa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings` |
3116 | 2023-11-01T16:42:52.199Z | Compiling chacha20 v0.9.1 |
3117 | 2023-11-01T16:42:52.203Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2b6c8347c6eba81d -C extra-filename=-2b6c8347c6eba81d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-9833e47a7666dcf6.rmeta --cap-lints allow -D warnings` |
3118 | 2023-11-01T16:42:52.233Z | Compiling bincode v1.3.3 |
3119 | 2023-11-01T16:42:52.236Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3a3a8afe028596ac -C extra-filename=-3a3a8afe028596ac --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3120 | 2023-11-01T16:42:52.975Z | Compiling strum_macros v0.24.3 |
3121 | 2023-11-01T16:42:52.978Z | Running `/home/build/.rustup/toolchains/1.72.1-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=aca75bfbc73798bb -C extra-filename=-aca75bfbc73798bb --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-58e6b367499d83fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-e337c297b7344c42.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
3122 | 2023-11-01T16:42:53.012Z | Compiling indoc v1.0.9 |
3123 | 2023-11-01T16:42:53.015Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e5f78bf05c67c191 -C extra-filename=-e5f78bf05c67c191 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
3124 | 2023-11-01T16:42:55.310Z | Compiling corncobs v0.1.3 |
3125 | 2023-11-01T16:42:55.314Z | Running `/home/build/.rustup/toolchains/1.72.1-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=310abc95d0d61536 -C extra-filename=-310abc95d0d61536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3126 | 2023-11-01T16:42:55.322Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5ea056c3aa76d4a5 -C extra-filename=-5ea056c3aa76d4a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3127 | 2023-11-01T16:42:55.325Z | Compiling portable-atomic v1.4.3 |
3128 | 2023-11-01T16:42:55.329Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5a049cd3c83a0f96 -C extra-filename=-5a049cd3c83a0f96 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3129 | 2023-11-01T16:42:55.333Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3130 | 2023-11-01T16:42:55.338Z | Running `/home/build/.rustup/toolchains/1.72.1-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=33bfc34e2feab3da -C extra-filename=-33bfc34e2feab3da --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-310abc95d0d61536.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-a0cf72f3d8ed10a6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-9c2d598689e639cb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-7ca22ee69850df1e.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-85963be74ba39079.rmeta --cap-lints allow -D warnings` |
3131 | 2023-11-01T16:42:55.356Z | Compiling vsss-rs v3.3.1 |
3132 | 2023-11-01T16:42:55.360Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d5d25d46cb43563c -C extra-filename=-d5d25d46cb43563c --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-487007e19983bc20.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-77199af8fcc73ae0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b7752064d206ef48.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-243dd2b9592a411f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings` |
3133 | 2023-11-01T16:42:55.669Z | Compiling aes-gcm-siv v0.11.1 |
3134 | 2023-11-01T16:42:55.674Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-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 --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=6e8b3614361ee1b9 -C extra-filename=-6e8b3614361ee1b9 --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-d3707516895c0a4f.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-9684f4a49305eaa4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e9935c5493083a33.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-79df717f35c2481f.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings` |
3135 | 2023-11-01T16:42:56.157Z | Compiling chacha20poly1305 v0.10.1 |
3136 | 2023-11-01T16:42:56.570Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c9cba8be14d9ea19 -C extra-filename=-c9cba8be14d9ea19 --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-d3707516895c0a4f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-2b6c8347c6eba81d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-3795598711fe8fc0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --cap-lints allow -D warnings` |
3137 | 2023-11-01T16:42:56.574Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-5a049cd3c83a0f96/build-script-build` |
3138 | 2023-11-01T16:42:56.577Z | Running `/home/build/.rustup/toolchains/1.72.1-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=26fb0bbab8bb10c9 -C extra-filename=-26fb0bbab8bb10c9 --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-b6be15072b128065.rmeta --cap-lints allow -D warnings` |
3139 | 2023-11-01T16:42:56.580Z | Running `/home/build/.rustup/toolchains/1.72.1-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=40730eb2051ebcd9 -C extra-filename=-40730eb2051ebcd9 --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-aaf538cacb38ae69.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-2a586b9d58994d74.rmeta --cap-lints allow -D warnings` |
3140 | 2023-11-01T16:42:57.380Z | Compiling env_logger v0.9.3 |
3141 | 2023-11-01T16:42:57.386Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=5ef6d3c842a7f7b6 -C extra-filename=-5ef6d3c842a7f7b6 --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-318a6ebbcda68aba.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings` |
3142 | 2023-11-01T16:42:57.397Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bcb96a3c72f7f21f -C extra-filename=-bcb96a3c72f7f21f --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-46b5a067a728fb98.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt` |
3143 | 2023-11-01T16:42:57.408Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b339ba617a1f505a -C extra-filename=-b339ba617a1f505a --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-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings` |
3144 | 2023-11-01T16:42:59.107Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3145 | 2023-11-01T16:42:59.111Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7ca502ce3c5bd1f2 -C extra-filename=-7ca502ce3c5bd1f2 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
3146 | 2023-11-01T16:42:59.341Z | Compiling cookie v0.16.2 |
3147 | 2023-11-01T16:42:59.344Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d273d01d10104002 -C extra-filename=-d273d01d10104002 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
3148 | 2023-11-01T16:42:59.394Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3149 | 2023-11-01T16:42:59.397Z | Running `/home/build/.rustup/toolchains/1.72.1-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=469ce7f48e43fe8f -C extra-filename=-469ce7f48e43fe8f --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-fa824d592d428e82.rlib --cap-lints allow -D warnings` |
3150 | 2023-11-01T16:42:59.653Z | Compiling assert_matches v1.5.0 |
3151 | 2023-11-01T16:42:59.656Z | Running `/home/build/.rustup/toolchains/1.72.1-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=de9d8e932b97828e -C extra-filename=-de9d8e932b97828e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3152 | 2023-11-01T16:42:59.735Z | Compiling ringbuffer v0.15.0 |
3153 | 2023-11-01T16:42:59.785Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=12adbac498b5722e -C extra-filename=-12adbac498b5722e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3154 | 2023-11-01T16:42:59.820Z | Compiling ascii v1.1.0 |
3155 | 2023-11-01T16:42:59.825Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=33de564c997ac6dd -C extra-filename=-33de564c997ac6dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3156 | 2023-11-01T16:42:59.995Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-d273d01d10104002/build-script-build` |
3157 | 2023-11-01T16:42:59.999Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-469ce7f48e43fe8f/build-script-build` |
3158 | 2023-11-01T16:43:00.075Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3159 | 2023-11-01T16:43:00.080Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7d16738dcf693ae8 -C extra-filename=-7d16738dcf693ae8 --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-951633e8fd59a40d.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-7ca502ce3c5bd1f2.rmeta --cap-lints allow -D warnings` |
3160 | 2023-11-01T16:43:00.154Z | Running `/home/build/.rustup/toolchains/1.72.1-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=da6f485cf295e7f0 -C extra-filename=-da6f485cf295e7f0 --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-b339ba617a1f505a.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-bcb96a3c72f7f21f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --cap-lints allow -D warnings` |
3161 | 2023-11-01T16:43:00.303Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5bd486eb393b6aee -C extra-filename=-5bd486eb393b6aee --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-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-2a586b9d58994d74.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-40730eb2051ebcd9.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --cap-lints allow -D warnings` |
3162 | 2023-11-01T16:43:00.471Z | Compiling bitstruct v0.1.1 |
3163 | 2023-11-01T16:43:00.474Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=b6d8f5240dbd67ce -C extra-filename=-b6d8f5240dbd67ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-22247aae87f3dc94.so --cap-lints allow -D warnings` |
3164 | 2023-11-01T16:43:00.680Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3165 | 2023-11-01T16:43:00.690Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e7094a66105ef2e2 -C extra-filename=-e7094a66105ef2e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-33de564c997ac6dd.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-5ef6d3c842a7f7b6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings` |
3166 | 2023-11-01T16:43:00.737Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5030ec565d15b283 -C extra-filename=-5030ec565d15b283 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3167 | 2023-11-01T16:43:00.925Z | Compiling tungstenite v0.20.1 |
3168 | 2023-11-01T16:43:00.928Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3da399baead4d071 -C extra-filename=-3da399baead4d071 --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-6fb8385a046b069a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-20277456fa976614.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-12cba8d6e68e086e.rmeta --cap-lints allow -D warnings` |
3169 | 2023-11-01T16:43:01.544Z | Running `/home/build/.rustup/toolchains/1.72.1-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=635a40907a48adea -C extra-filename=-635a40907a48adea --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-595a8fb7a1c95869.rmeta --cap-lints allow -D warnings` |
3170 | 2023-11-01T16:43:02.021Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1978e9e59a278b19 -C extra-filename=-1978e9e59a278b19 --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-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings` |
3171 | 2023-11-01T16:43:02.919Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3172 | 2023-11-01T16:43:02.925Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=034a68bbd7338261 -C extra-filename=-034a68bbd7338261 --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-951633e8fd59a40d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --cap-lints allow -D warnings` |
3173 | 2023-11-01T16:43:03.382Z | Compiling serde_arrays v0.1.0 |
3174 | 2023-11-01T16:43:03.385Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8b552d56cedba39 -C extra-filename=-a8b552d56cedba39 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3175 | 2023-11-01T16:43:03.415Z | Compiling bcs v0.1.6 |
3176 | 2023-11-01T16:43:03.418Z | Running `/home/build/.rustup/toolchains/1.72.1-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=475d8cc36192ded0 -C extra-filename=-475d8cc36192ded0 --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-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings` |
3177 | 2023-11-01T16:43:03.666Z | Compiling impl-trait-for-tuples v0.2.2 |
3178 | 2023-11-01T16:43:03.670Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f771e6df21d51c33 -C extra-filename=-f771e6df21d51c33 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
3179 | 2023-11-01T16:43:03.746Z | Compiling oso-derive v0.27.0 |
3180 | 2023-11-01T16:43:03.789Z | Running `/home/build/.rustup/toolchains/1.72.1-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=66796419f57a71a9 -C extra-filename=-66796419f57a71a9 --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-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
3181 | 2023-11-01T16:43:04.202Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0296cd2fae0ad0b4 -C extra-filename=-0296cd2fae0ad0b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3182 | 2023-11-01T16:43:04.734Z | Compiling highway v1.1.0 |
3183 | 2023-11-01T16:43:04.738Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d11b806d9919b2bb -C extra-filename=-d11b806d9919b2bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3184 | 2023-11-01T16:43:04.975Z | Running `/home/build/.rustup/toolchains/1.72.1-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=83befede202ef0c2 -C extra-filename=-83befede202ef0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3185 | 2023-11-01T16:43:05.191Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c272a97674c5a297 -C extra-filename=-c272a97674c5a297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3186 | 2023-11-01T16:43:05.241Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f097453d2a412ae3 -C extra-filename=-f097453d2a412ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3187 | 2023-11-01T16:43:05.644Z | Running `/home/build/.rustup/toolchains/1.72.1-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=25ff51be749310b5 -C extra-filename=-25ff51be749310b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3188 | 2023-11-01T16:43:05.727Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ef7c5c2e3e3647fe -C extra-filename=-ef7c5c2e3e3647fe --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-0296cd2fae0ad0b4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f097453d2a412ae3.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-1978e9e59a278b19.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-c272a97674c5a297.rmeta --cap-lints allow -D warnings` |
3189 | 2023-11-01T16:43:05.930Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4648eea5d7821deb -C extra-filename=-4648eea5d7821deb --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-83befede202ef0c2.rmeta --cap-lints allow -D warnings` |
3190 | 2023-11-01T16:43:06.030Z | Compiling tokio-tungstenite v0.20.1 |
3191 | 2023-11-01T16:43:06.033Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ea6c1e668f253a43 -C extra-filename=-ea6c1e668f253a43 --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-bb3989e3a9425633.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3da399baead4d071.rmeta --cap-lints allow -D warnings` |
3192 | 2023-11-01T16:43:06.265Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ebeb2b4731027f20 -C extra-filename=-ebeb2b4731027f20 --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-b6be15072b128065.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings` |
3193 | 2023-11-01T16:43:06.478Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d31030bb383ffa08 -C extra-filename=-d31030bb383ffa08 --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` |
3194 | 2023-11-01T16:43:06.577Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fa9898c45566403b -C extra-filename=-fa9898c45566403b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3195 | 2023-11-01T16:43:06.605Z | Running `/home/build/.rustup/toolchains/1.72.1-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=629ad6c3c790c5ec -C extra-filename=-629ad6c3c790c5ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3196 | 2023-11-01T16:43:06.783Z | Running `/home/build/.rustup/toolchains/1.72.1-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=860207ec66e217de -C extra-filename=-860207ec66e217de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3197 | 2023-11-01T16:43:06.825Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6489927f48f1fbad -C extra-filename=-6489927f48f1fbad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3198 | 2023-11-01T16:43:06.893Z | Running `/home/build/.rustup/toolchains/1.72.1-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=085ba021a890856b -C extra-filename=-085ba021a890856b --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-629ad6c3c790c5ec.rmeta --cap-lints allow -D warnings` |
3199 | 2023-11-01T16:43:07.308Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7352dea8c952daae -C extra-filename=-7352dea8c952daae --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-b6be15072b128065.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ebeb2b4731027f20.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings` |
3200 | 2023-11-01T16:43:07.968Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0888038ecf7f11cd -C extra-filename=-0888038ecf7f11cd --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-fa9898c45566403b.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-6489927f48f1fbad.rmeta --cap-lints allow -D warnings` |
3201 | 2023-11-01T16:43:08.469Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2d82f5393582eb26 -C extra-filename=-2d82f5393582eb26 --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-db8c7d8154906494.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-860207ec66e217de.rmeta --cap-lints allow -D warnings` |
3202 | 2023-11-01T16:43:08.723Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7f026e4154934830 -C extra-filename=-7f026e4154934830 --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-d31030bb383ffa08.rmeta --cap-lints allow -D warnings` |
3203 | 2023-11-01T16:43:08.917Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3dcd79f611d2156d -C extra-filename=-3dcd79f611d2156d --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-00ced72cf6a670b3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e401af0c6cf682f8.rmeta --cap-lints allow -D warnings` |
3204 | 2023-11-01T16:43:09.154Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c4cb72337d2665fb -C extra-filename=-c4cb72337d2665fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5f02a604adadca59.rmeta --cap-lints allow -D warnings` |
3205 | 2023-11-01T16:43:09.500Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6f2e6ae445675155 -C extra-filename=-6f2e6ae445675155 --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-6d24d4dfec88b70d.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-b8e29798ba6ba74c.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3206 | 2023-11-01T16:43:10.149Z | Running `/home/build/.rustup/toolchains/1.72.1-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=20b19b01470f452a -C extra-filename=-20b19b01470f452a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3207 | 2023-11-01T16:43:10.184Z | Running `/home/build/.rustup/toolchains/1.72.1-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=824ea3e19821c7c0 -C extra-filename=-824ea3e19821c7c0 --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-fca2ca054f4fc8df.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-d2e140eae73b2ead.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg has_i128` |
3208 | 2023-11-01T16:43:10.326Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4c79134007c27d1e -C extra-filename=-4c79134007c27d1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi` |
3209 | 2023-11-01T16:43:10.817Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7c9235f547ae9641 -C extra-filename=-7c9235f547ae9641 --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-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings` |
3210 | 2023-11-01T16:43:11.306Z | Running `/home/build/.rustup/toolchains/1.72.1-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=469cbe4f254c4942 -C extra-filename=-469cbe4f254c4942 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
3211 | 2023-11-01T16:43:11.377Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2b8c0e2c04e3d8a8 -C extra-filename=-2b8c0e2c04e3d8a8 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
3212 | 2023-11-01T16:43:20.696Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9b1666aa4877b426 -C extra-filename=-9b1666aa4877b426 --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-ef7c5c2e3e3647fe.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-8c8d87e8293428df.so --cap-lints allow -D warnings` |
3213 | 2023-11-01T16:43:20.860Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4148e46d4812e207 -C extra-filename=-4148e46d4812e207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3214 | 2023-11-01T16:43:20.944Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a7cbe2ba0e7566be -C extra-filename=-a7cbe2ba0e7566be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c4cb72337d2665fb.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-9b1666aa4877b426.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -l static=pci` |
3215 | 2023-11-01T16:43:20.984Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c79c2fd55f4220f8 -C extra-filename=-c79c2fd55f4220f8 --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-469cbe4f254c4942.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-2b8c0e2c04e3d8a8.rmeta --cap-lints allow -D warnings` |
3216 | 2023-11-01T16:43:21.011Z | Running `/home/build/.rustup/toolchains/1.72.1-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=85e2b735f756f5c8 -C extra-filename=-85e2b735f756f5c8 --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-9cc2d99f4c1c58f7.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-4c79134007c27d1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings` |
3217 | 2023-11-01T16:43:21.059Z | Running `/home/build/.rustup/toolchains/1.72.1-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=12b87fb20abdd900 -C extra-filename=-12b87fb20abdd900 --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-20b19b01470f452a.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-9c012307bcb8167a.so --cap-lints allow -D warnings` |
3218 | 2023-11-01T16:43:21.083Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0b05717d967501ed -C extra-filename=-0b05717d967501ed --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-fca2ca054f4fc8df.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-824ea3e19821c7c0.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-7352dea8c952daae.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-ebeb2b4731027f20.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a3e2c7c6363a38c.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings` |
3219 | 2023-11-01T16:43:21.100Z | Running `/home/build/.rustup/toolchains/1.72.1-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=201e3d8032bf814d -C extra-filename=-201e3d8032bf814d --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-085ba021a890856b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-7f026e4154934830.rmeta --cap-lints allow -D warnings` |
3220 | 2023-11-01T16:43:21.120Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1098ed5d63713655 -C extra-filename=-1098ed5d63713655 --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-4148e46d4812e207.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6f2e6ae445675155.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3221 | 2023-11-01T16:43:21.131Z | Running `/home/build/.rustup/toolchains/1.72.1-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=232a3860334462ef -C extra-filename=-232a3860334462ef --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-fa9898c45566403b.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0888038ecf7f11cd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3222 | 2023-11-01T16:43:21.582Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4c4105ada6dff5fb -C extra-filename=-4c4105ada6dff5fb --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-fca2ca054f4fc8df.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings` |
3223 | 2023-11-01T16:43:22.524Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e05dca8dd4827f7d -C extra-filename=-e05dca8dd4827f7d --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-c4da83d5a55438d5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-26fb0bbab8bb10c9.rmeta --cap-lints allow -D warnings` |
3224 | 2023-11-01T16:43:22.569Z | Compiling const_format v0.2.31 |
3225 | 2023-11-01T16:43:22.600Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.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="default"' -C metadata=23286d2a23822630 -C extra-filename=-23286d2a23822630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-deea3516802ae4d1.so --cap-lints allow -D warnings` |
3226 | 2023-11-01T16:43:23.682Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4cb10a4d83419aab -C extra-filename=-4cb10a4d83419aab --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-7a9ecdadd4d026f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2eab053f8a115a9f.rmeta --cap-lints allow -D warnings` |
3227 | 2023-11-01T16:43:24.724Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0f7168c1b51f6d6d -C extra-filename=-0f7168c1b51f6d6d --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-f3e95c4670a50523.rmeta --cap-lints allow -D warnings` |
3228 | 2023-11-01T16:43:25.662Z | Running `/home/build/.rustup/toolchains/1.72.1-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=03a5ab950ca73182 -C extra-filename=-03a5ab950ca73182 --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-bc6d8ba924edd9c6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --cap-lints allow -D warnings` |
3229 | 2023-11-01T16:43:25.755Z | Compiling ron v0.7.1 |
3230 | 2023-11-01T16:43:25.767Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=118ac254ebefcc62 -C extra-filename=-118ac254ebefcc62 --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-ad8c311fcc61d255.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3231 | 2023-11-01T16:43:25.973Z | Running `/home/build/.rustup/toolchains/1.72.1-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=59e34651557de442 -C extra-filename=-59e34651557de442 --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-c51a83c80e38f6e3.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings` |
3232 | 2023-11-01T16:43:26.395Z | Compiling http-range v0.1.5 |
3233 | 2023-11-01T16:43:26.417Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b4033984b397087d -C extra-filename=-b4033984b397087d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3234 | 2023-11-01T16:43:27.116Z | Running `/home/build/.rustup/toolchains/1.72.1-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=47fdc8f0fb957603 -C extra-filename=-47fdc8f0fb957603 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3235 | 2023-11-01T16:43:27.970Z | Compiling bit_field v0.10.2 |
3236 | 2023-11-01T16:43:27.999Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_field /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e951acd70516eeb8 -C extra-filename=-e951acd70516eeb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3237 | 2023-11-01T16:43:28.445Z | Compiling hyper-staticfile v0.9.5 |
3238 | 2023-11-01T16:43:28.448Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fa5fc02d37082992 -C extra-filename=-fa5fc02d37082992 --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-bb3989e3a9425633.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-b4033984b397087d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-88a461b76c14f00c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings` |
3239 | 2023-11-01T16:43:30.189Z | Running `/home/build/.rustup/toolchains/1.72.1-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=52a561baae0bb6f6 -C extra-filename=-52a561baae0bb6f6 --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-59e34651557de442.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4c4105ada6dff5fb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings` |
3240 | 2023-11-01T16:43:30.303Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2013f0869bd43665 -C extra-filename=-2013f0869bd43665 --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` |
3241 | 2023-11-01T16:43:30.585Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d3a9aa076020a553 -C extra-filename=-d3a9aa076020a553 --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-a291790a3ed91561.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-f2b2df9d67b5ff74.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --cap-lints allow -D warnings` |
3242 | 2023-11-01T16:43:30.617Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d8bcca35f33998a5 -C extra-filename=-d8bcca35f33998a5 --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-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings` |
3243 | 2023-11-01T16:43:30.981Z | Compiling number_prefix v0.4.0 |
3244 | 2023-11-01T16:43:31.012Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dab6b6d0bbf65977 -C extra-filename=-dab6b6d0bbf65977 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3245 | 2023-11-01T16:43:31.385Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2e817dd5db488c99 -C extra-filename=-2e817dd5db488c99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3246 | 2023-11-01T16:43:31.458Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a2d4a35d2b10c304 -C extra-filename=-a2d4a35d2b10c304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3247 | 2023-11-01T16:43:31.738Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6e0b9f7bf94a5b1d -C extra-filename=-6e0b9f7bf94a5b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign` |
3248 | 2023-11-01T16:43:31.817Z | Running `/home/build/.rustup/toolchains/1.72.1-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=429516902662dad4 -C extra-filename=-429516902662dad4 --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-a2d4a35d2b10c304.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-d8bcca35f33998a5.rmeta --cap-lints allow -D warnings` |
3249 | 2023-11-01T16:43:31.942Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c4a0a1a78bdcbb21 -C extra-filename=-c4a0a1a78bdcbb21 --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-c51a83c80e38f6e3.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings` |
3250 | 2023-11-01T16:43:32.599Z | Compiling indicatif v0.17.7 |
3251 | 2023-11-01T16:43:33.016Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c570c02e115a34e9 -C extra-filename=-c570c02e115a34e9 --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-a56f4533ffbea430.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-dab6b6d0bbf65977.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-2013f0869bd43665.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings` |
3252 | 2023-11-01T16:43:33.047Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8a0c26fcf9de43f1 -C extra-filename=-8a0c26fcf9de43f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-dae9922e1d159d5a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings` |
3253 | 2023-11-01T16:43:33.378Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a2eccb2d3eed244a -C extra-filename=-a2eccb2d3eed244a --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-1f46b2dcc29359b1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings` |
3254 | 2023-11-01T16:43:33.444Z | Compiling bytesize v1.3.0 |
3255 | 2023-11-01T16:43:33.447Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2f523a89f6109928 -C extra-filename=-2f523a89f6109928 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3256 | 2023-11-01T16:43:33.703Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f2981edbf10f3b51 -C extra-filename=-f2981edbf10f3b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3257 | 2023-11-01T16:43:33.872Z | Compiling fs-err v2.9.0 |
3258 | 2023-11-01T16:43:33.875Z | Running `/home/build/.rustup/toolchains/1.72.1-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=08b016a9188ac00e -C extra-filename=-08b016a9188ac00e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3259 | 2023-11-01T16:43:34.208Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8c689b929b87d6a5 -C extra-filename=-8c689b929b87d6a5 --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-dae9922e1d159d5a.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-0f73e34081c966cd.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-8a0c26fcf9de43f1.rmeta --cap-lints allow -D warnings` |
3260 | 2023-11-01T16:43:34.245Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c10f4f7c2b3a4873 -C extra-filename=-c10f4f7c2b3a4873 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-429516902662dad4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings` |
3261 | 2023-11-01T16:43:34.918Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bf20d5166841d334 -C extra-filename=-bf20d5166841d334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings` |
3262 | 2023-11-01T16:43:35.854Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c7b40e82f63f4ae7 -C extra-filename=-c7b40e82f63f4ae7 --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-77b357fb476e9a92.so --cap-lints allow -D warnings` |
3263 | 2023-11-01T16:43:36.093Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5aaa5f4569b36052 -C extra-filename=-5aaa5f4569b36052 --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-9cc2d99f4c1c58f7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e4eb40cefe3739e2.rmeta --cap-lints allow -D warnings` |
3264 | 2023-11-01T16:43:36.572Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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=60d23ba0a73afbf6 -C extra-filename=-60d23ba0a73afbf6 --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-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3265 | 2023-11-01T16:43:37.181Z | Running `/home/build/.rustup/toolchains/1.72.1-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=353a8d86b72c529d -C extra-filename=-353a8d86b72c529d --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3266 | 2023-11-01T16:43:38.186Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b8544d18c4be0732 -C extra-filename=-b8544d18c4be0732 --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-a291790a3ed91561.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fe9ea705024fc6b8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-8c689b929b87d6a5.rmeta --cap-lints allow -D warnings` |
3267 | 2023-11-01T16:43:39.160Z | Running `/home/build/.rustup/toolchains/1.72.1-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=92f0c10576f3f118 -C extra-filename=-92f0c10576f3f118 --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-f3e95c4670a50523.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings` |
3268 | 2023-11-01T16:43:42.688Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dd11a10a1101a3ea -C extra-filename=-dd11a10a1101a3ea --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-fca2ca054f4fc8df.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-47fdc8f0fb957603.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-b6be15072b128065.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-4cb10a4d83419aab.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-1098ed5d63713655.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-6f2e6ae445675155.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5865b6cb774c6986.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0b05717d967501ed.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-201e3d8032bf814d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings` |
3269 | 2023-11-01T16:43:43.542Z | Running `/home/build/.rustup/toolchains/1.72.1-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=15e39771a9c6078e -C extra-filename=-15e39771a9c6078e --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-cde40b1e5460b78c.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-97219a9e84668e1a.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e8e0cb7bcc21358a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-353a8d86b72c529d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --cap-lints allow -D warnings` |
3270 | 2023-11-01T16:43:46.896Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' -C metadata=0becf946976ec01a -C extra-filename=-0becf946976ec01a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l sqlite3` |
3271 | 2023-11-01T16:43:47.799Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-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="serde"' -C metadata=f2cbb1d88a1b00a7 -C extra-filename=-f2cbb1d88a1b00a7 --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-d3e47da13ea8dfbb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-971cda85375d22df.rmeta --cap-lints allow -D warnings` |
3272 | 2023-11-01T16:43:47.987Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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=9e063f120b964bc6 -C extra-filename=-9e063f120b964bc6 --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-6d6730805a801a5f.rmeta --cap-lints allow -D warnings` |
3273 | 2023-11-01T16:43:48.264Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2530f9c9097bed88 -C extra-filename=-2530f9c9097bed88 --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-1f46b2dcc29359b1.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --cap-lints allow -D warnings` |
3274 | 2023-11-01T16:43:48.871Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9c10051ded0b99a8 -C extra-filename=-9c10051ded0b99a8 --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-195040b02b177146.rmeta --cap-lints allow -D warnings` |
3275 | 2023-11-01T16:43:49.089Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1d69b3eff17dd817 -C extra-filename=-1d69b3eff17dd817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3276 | 2023-11-01T16:43:49.705Z | Compiling indoc v2.0.3 |
3277 | 2023-11-01T16:43:49.708Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9d669547cbb4bc59 -C extra-filename=-9d669547cbb4bc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
3278 | 2023-11-01T16:43:49.726Z | Running `/home/build/.rustup/toolchains/1.72.1-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=afead1a050d43242 -C extra-filename=-afead1a050d43242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3279 | 2023-11-01T16:43:49.838Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c408cf99aead0c10 -C extra-filename=-c408cf99aead0c10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3280 | 2023-11-01T16:43:50.275Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88b92fb0d37ef97a -C extra-filename=-88b92fb0d37ef97a --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-1486aaee3f323cc1.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-d02e4f44237b5109.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-c408cf99aead0c10.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-9e063f120b964bc6.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-0becf946976ec01a.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-ae111ecf99ff78ac.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64` |
3281 | 2023-11-01T16:43:51.004Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e461df278a866dbe -C extra-filename=-e461df278a866dbe --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-1d69b3eff17dd817.rmeta --cap-lints allow -D warnings` |
3282 | 2023-11-01T16:43:52.318Z | Running `/home/build/.rustup/toolchains/1.72.1-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=253d564943998a84 -C extra-filename=-253d564943998a84 --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-9c10051ded0b99a8.rmeta --cap-lints allow -D warnings` |
3283 | 2023-11-01T16:43:52.617Z | Running `/home/build/.rustup/toolchains/1.72.1-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=15cfa47a55451c6b -C extra-filename=-15cfa47a55451c6b --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-135bf7ba8ab3ea34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-92f0c10576f3f118.rmeta --cap-lints allow -D warnings` |
3284 | 2023-11-01T16:43:53.496Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-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="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=5bd6b937bf77c27f -C extra-filename=-5bd6b937bf77c27f --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-0a12ce2110a94ad2.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-38cace45970d66dc.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f2cbb1d88a1b00a7.rmeta --cap-lints allow -D warnings` |
3285 | 2023-11-01T16:43:54.217Z | Running `/home/build/.rustup/toolchains/1.72.1-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=41c0db507e620aa5 -C extra-filename=-41c0db507e620aa5 --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-fca2ca054f4fc8df.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-64edcd8daed94a95.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5ea056c3aa76d4a5.rmeta --cap-lints allow -D warnings` |
3286 | 2023-11-01T16:43:54.852Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.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="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=dd8804495b048268 -C extra-filename=-dd8804495b048268 --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-ccb81907c4b78a17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1632f88a70563dfe.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings` |
3287 | 2023-11-01T16:43:55.803Z | Compiling derive_builder v0.12.0 |
3288 | 2023-11-01T16:43:55.815Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a86bb21bef4e2893 -C extra-filename=-a86bb21bef4e2893 --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-1bdc7893cd75a7f2.so --cap-lints allow -D warnings` |
3289 | 2023-11-01T16:43:56.114Z | Running `/home/build/.rustup/toolchains/1.72.1-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=037e14aae176bcf5 -C extra-filename=-037e14aae176bcf5 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2` |
3290 | 2023-11-01T16:43:56.168Z | Compiling signal-hook-mio v0.2.3 |
3291 | 2023-11-01T16:43:56.197Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bd337f8aab207f03 -C extra-filename=-bd337f8aab207f03 --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-951633e8fd59a40d.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --cap-lints allow -D warnings` |
3292 | 2023-11-01T16:43:56.467Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=41710fe1af901699 -C extra-filename=-41710fe1af901699 --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-f977b920649865d3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings` |
3293 | 2023-11-01T16:43:57.132Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2ad13cb61433983f -C extra-filename=-2ad13cb61433983f --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-a50ce7321bfdc712.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f160b03d3a6e70a0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --cap-lints allow -D warnings` |
3294 | 2023-11-01T16:43:57.825Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-1.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="rand"' --cfg 'feature="std"' -C metadata=e6cc28ed4ccb075d -C extra-filename=-e6cc28ed4ccb075d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings` |
3295 | 2023-11-01T16:43:59.117Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4998e2272a1f4663 -C extra-filename=-4998e2272a1f4663 --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-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --cap-lints allow -D warnings` |
3296 | 2023-11-01T16:43:59.696Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ea5475becae0c580 -C extra-filename=-ea5475becae0c580 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3297 | 2023-11-01T16:44:00.023Z | Compiling bb8 v0.8.1 |
3298 | 2023-11-01T16:44:00.060Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4f2adfca6954c3ae -C extra-filename=-4f2adfca6954c3ae --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-cde40b1e5460b78c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings` |
3299 | 2023-11-01T16:44:00.240Z | Compiling quick-xml v0.23.1 |
3300 | 2023-11-01T16:44:00.287Z | Running `/home/build/.rustup/toolchains/1.72.1-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=44ec87ca34713b1f -C extra-filename=-44ec87ca34713b1f --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-2b9cc4e8f0305d0f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3301 | 2023-11-01T16:44:00.390Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f4ebc946f4654d04 -C extra-filename=-f4ebc946f4654d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3302 | 2023-11-01T16:44:00.687Z | Compiling maplit v1.0.2 |
3303 | 2023-11-01T16:44:00.690Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f8a186bb5dc45b01 -C extra-filename=-f8a186bb5dc45b01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3304 | 2023-11-01T16:44:00.887Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3305 | 2023-11-01T16:44:00.894Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f231f1db6094f1f8 -C extra-filename=-f231f1db6094f1f8 --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-cde40b1e5460b78c.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
3306 | 2023-11-01T16:44:00.975Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1a2ea9aafc5290c1 -C extra-filename=-1a2ea9aafc5290c1 --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-135bf7ba8ab3ea34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-41c0db507e620aa5.rmeta --cap-lints allow -D warnings` |
3307 | 2023-11-01T16:44:01.890Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polyval-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6cd295f68df0a210 -C extra-filename=-6cd295f68df0a210 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a2eccb2d3eed244a.rmeta --cap-lints allow -D warnings` |
3308 | 2023-11-01T16:44:01.928Z | Running `/home/build/.rustup/toolchains/1.72.1-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=43335d8015ff33ac -C extra-filename=-43335d8015ff33ac --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-273444a7f6b14b30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
3309 | 2023-11-01T16:44:02.073Z | Running `/home/build/.rustup/toolchains/1.72.1-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=393079a73f8b3c53 -C extra-filename=-393079a73f8b3c53 --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-0876d83c46113eb5.rmeta --cap-lints allow -D warnings` |
3310 | 2023-11-01T16:44:02.593Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dceb58c874d39a40 -C extra-filename=-dceb58c874d39a40 --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` |
3311 | 2023-11-01T16:44:02.634Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_enum-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"' --cfg 'feature="std"' -C metadata=3601e16433f2ad36 -C extra-filename=-3601e16433f2ad36 --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-5ddafdfd999bec0a.so --cap-lints allow -D warnings` |
3312 | 2023-11-01T16:44:02.919Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ctr-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 -C metadata=798465d34a8a3dd4 -C extra-filename=-798465d34a8a3dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --cap-lints allow -D warnings` |
3313 | 2023-11-01T16:44:03.279Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-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 opt-level=3 -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on -C metadata=1229d3e022f0a4a0 -C extra-filename=-1229d3e022f0a4a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings` |
3314 | 2023-11-01T16:44:03.516Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bincode /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bincode-1.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=80e950208a1c11dd -C extra-filename=-80e950208a1c11dd --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3315 | 2023-11-01T16:44:04.079Z | Running `/home/build/.rustup/toolchains/1.72.1-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=84f920f39e21a911 -C extra-filename=-84f920f39e21a911 --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-456145d791e7aded.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-dceb58c874d39a40.rmeta --cap-lints allow -D warnings` |
3316 | 2023-11-01T16:44:04.157Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' -C metadata=c6f38d4739b942c6 -C extra-filename=-c6f38d4739b942c6 --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-80c6ba2741a8fc15.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2eab053f8a115a9f.rmeta --cap-lints allow -D warnings` |
3317 | 2023-11-01T16:44:04.770Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4de9434733180e27 -C extra-filename=-4de9434733180e27 --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-065c702e72289fd3.rmeta --cap-lints allow -D warnings` |
3318 | 2023-11-01T16:44:05.051Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm_siv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aes-gcm-siv-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aes"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' -C metadata=42861dbc0a9d741b -C extra-filename=-42861dbc0a9d741b --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-2530f9c9097bed88.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-1229d3e022f0a4a0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-798465d34a8a3dd4.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-6cd295f68df0a210.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings` |
3319 | 2023-11-01T16:44:05.226Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9711c68301b49949 -C extra-filename=-9711c68301b49949 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
3320 | 2023-11-01T16:44:05.470Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ringbuffer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ringbuffer-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=506308780fdbe2f1 -C extra-filename=-506308780fdbe2f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3321 | 2023-11-01T16:44:05.520Z | Compiling smawk v0.3.1 |
3322 | 2023-11-01T16:44:05.523Z | Running `/home/build/.rustup/toolchains/1.72.1-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=acb42fb44e18d6a3 -C extra-filename=-acb42fb44e18d6a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3323 | 2023-11-01T16:44:05.869Z | Compiling owo-colors v3.5.0 |
3324 | 2023-11-01T16:44:05.875Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7925e2f5a7b97d4e -C extra-filename=-7925e2f5a7b97d4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3325 | 2023-11-01T16:44:05.903Z | Compiling unicode-linebreak v0.1.5 |
3326 | 2023-11-01T16:44:05.907Z | Running `/home/build/.rustup/toolchains/1.72.1-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=be7062087950db72 -C extra-filename=-be7062087950db72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3327 | 2023-11-01T16:44:06.318Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ee7665d458dd6e37 -C extra-filename=-ee7665d458dd6e37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3328 | 2023-11-01T16:44:06.439Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c25b98141567a59f -C extra-filename=-c25b98141567a59f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3329 | 2023-11-01T16:44:06.858Z | Compiling textwrap v0.16.0 |
3330 | 2023-11-01T16:44:06.917Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b726358839b3ee11 -C extra-filename=-b726358839b3ee11 --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-acb42fb44e18d6a3.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-be7062087950db72.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings` |
3331 | 2023-11-01T16:44:06.926Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/viona-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=588b8227574195be -C extra-filename=-588b8227574195be --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-9cc2d99f4c1c58f7.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-9711c68301b49949.rmeta --cap-lints allow -D warnings` |
3332 | 2023-11-01T16:44:07.330Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=44a60e4fc0beb3e6 -C extra-filename=-44a60e4fc0beb3e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-c25b98141567a59f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c6f38d4739b942c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings` |
3333 | 2023-11-01T16:44:07.499Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9d55635047bea2e8 -C extra-filename=-9d55635047bea2e8 --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-c51a83c80e38f6e3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-4de9434733180e27.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --cap-lints allow -D warnings` |
3334 | 2023-11-01T16:44:08.242Z | Compiling crossterm v0.27.0 |
3335 | 2023-11-01T16:44:08.247Z | Running `/home/build/.rustup/toolchains/1.72.1-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="windows"' -C metadata=dff6c1b8806c4e6e -C extra-filename=-dff6c1b8806c4e6e --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-be38ad5d671379f5.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-bd337f8aab207f03.rmeta --cap-lints allow -D warnings` |
3336 | 2023-11-01T16:44:09.183Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a06a5efbe71c3fa2 -C extra-filename=-a06a5efbe71c3fa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-22247aae87f3dc94.so --cap-lints allow -D warnings` |
3337 | 2023-11-01T16:44:09.445Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=9d2e0359d709204c -C extra-filename=-9d2e0359d709204c --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3338 | 2023-11-01T16:44:09.950Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3da2617207199aec -C extra-filename=-3da2617207199aec --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-9cc2d99f4c1c58f7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --cap-lints allow -D warnings` |
3339 | 2023-11-01T16:44:10.397Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1b9907668a6fe141 -C extra-filename=-1b9907668a6fe141 --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-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings` |
3340 | 2023-11-01T16:44:10.789Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cd3475961d0f5837 -C extra-filename=-cd3475961d0f5837 --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-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --cap-lints allow -D warnings` |
3341 | 2023-11-01T16:44:11.057Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=47be508dcfcfa82e -C extra-filename=-47be508dcfcfa82e --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3342 | 2023-11-01T16:44:11.122Z | Compiling serial_test_derive v0.10.0 |
3343 | 2023-11-01T16:44:11.160Z | Running `/home/build/.rustup/toolchains/1.72.1-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=207f8c6a6e7536b7 -C extra-filename=-207f8c6a6e7536b7 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
3344 | 2023-11-01T16:44:11.328Z | Compiling dashmap v5.5.1 |
3345 | 2023-11-01T16:44:11.332Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e5a0800ef168f5c4 -C extra-filename=-e5a0800ef168f5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-4e1c5de4b4146de7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-90a1c1a80b5a9681.rmeta --cap-lints allow -D warnings` |
3346 | 2023-11-01T16:44:12.047Z | Compiling cassowary v0.3.0 |
3347 | 2023-11-01T16:44:12.054Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0a0002b5d6cfe6d9 -C extra-filename=-0a0002b5d6cfe6d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3348 | 2023-11-01T16:44:12.097Z | Compiling yansi v0.5.1 |
3349 | 2023-11-01T16:44:12.101Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c23cf56f768e2020 -C extra-filename=-c23cf56f768e2020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3350 | 2023-11-01T16:44:12.734Z | Running `/home/build/.rustup/toolchains/1.72.1-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=208aa0cb3b50b315 -C extra-filename=-208aa0cb3b50b315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3351 | 2023-11-01T16:44:13.039Z | Compiling ratatui v0.23.0 |
3352 | 2023-11-01T16:44:13.043Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b86238e65158f13b -C extra-filename=-b86238e65158f13b --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-be38ad5d671379f5.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-0a0002b5d6cfe6d9.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9d669547cbb4bc59.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings` |
3353 | 2023-11-01T16:44:13.261Z | Compiling serial_test v0.10.0 |
3354 | 2023-11-01T16:44:13.264Z | Running `/home/build/.rustup/toolchains/1.72.1-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=78843ef44f37ce13 -C extra-filename=-78843ef44f37ce13 --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-e5a0800ef168f5c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern serial_test_derive=/work/oxidecomputer/omicron/target/debug/deps/libserial_test_derive-207f8c6a6e7536b7.so --cap-lints allow -D warnings` |
3355 | 2023-11-01T16:44:14.117Z | Compiling pretty_assertions v1.4.0 |
3356 | 2023-11-01T16:44:14.126Z | Running `/home/build/.rustup/toolchains/1.72.1-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=707e7169a1568639 -C extra-filename=-707e7169a1568639 --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-35284c3a0f9039eb.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-c23cf56f768e2020.rmeta --cap-lints allow -D warnings` |
3357 | 2023-11-01T16:44:14.191Z | Running `/home/build/.rustup/toolchains/1.72.1-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=81f078e594d10e74 -C extra-filename=-81f078e594d10e74 --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-1b9907668a6fe141.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --cap-lints allow -D warnings` |
3358 | 2023-11-01T16:44:14.485Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4c1a3c91ec8ce985 -C extra-filename=-4c1a3c91ec8ce985 --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-1bdc7893cd75a7f2.so --cap-lints allow -D warnings` |
3359 | 2023-11-01T16:44:14.488Z | Running `/home/build/.rustup/toolchains/1.72.1-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=57db7baa340f5f88 -C extra-filename=-57db7baa340f5f88 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2` |
3360 | 2023-11-01T16:44:14.717Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a157337a24dcb7f3 -C extra-filename=-a157337a24dcb7f3 --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-77b357fb476e9a92.so --cap-lints allow -D warnings` |
3361 | 2023-11-01T16:44:14.751Z | Running `/home/build/.rustup/toolchains/1.72.1-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=96a357733ff3263a -C extra-filename=-96a357733ff3263a --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-55888b3cf4c7447b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds` |
3362 | 2023-11-01T16:44:14.830Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d51e5e9ea59c9da3 -C extra-filename=-d51e5e9ea59c9da3 --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-cde40b1e5460b78c.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings` |
3363 | 2023-11-01T16:44:14.943Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0b1fe84c897a597e -C extra-filename=-0b1fe84c897a597e --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-5e540ad4941d14f0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings` |
3364 | 2023-11-01T16:44:15.670Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d8c0734948a4c9ea -C extra-filename=-d8c0734948a4c9ea --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-0c37760ceb6b7eb9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3365 | 2023-11-01T16:44:15.787Z | Compiling rtoolbox v0.0.1 |
3366 | 2023-11-01T16:44:15.820Z | Running `/home/build/.rustup/toolchains/1.72.1-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=963ede6b9824d536 -C extra-filename=-963ede6b9824d536 --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
3367 | 2023-11-01T16:44:16.523Z | Running `/home/build/.rustup/toolchains/1.72.1-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=817a6c1181774b8a -C extra-filename=-817a6c1181774b8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3368 | 2023-11-01T16:44:16.702Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a4058fc57a76491e -C extra-filename=-a4058fc57a76491e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3369 | 2023-11-01T16:44:16.723Z | Compiling rpassword v7.2.0 |
3370 | 2023-11-01T16:44:16.727Z | Running `/home/build/.rustup/toolchains/1.72.1-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=45237e3bc34c8af6 -C extra-filename=-45237e3bc34c8af6 --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-951633e8fd59a40d.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-963ede6b9824d536.rmeta --cap-lints allow -D warnings` |
3371 | 2023-11-01T16:44:17.111Z | Running `/home/build/.rustup/toolchains/1.72.1-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=91d66c4daefd4c2a -C extra-filename=-91d66c4daefd4c2a --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-cde40b1e5460b78c.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
3372 | 2023-11-01T16:44:17.248Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ac1bcd5149d5dd64 -C extra-filename=-ac1bcd5149d5dd64 --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-b4bc10243c26e981.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-f2981edbf10f3b51.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a2eccb2d3eed244a.rmeta --cap-lints allow -D warnings` |
3373 | 2023-11-01T16:44:18.114Z | Compiling tui-tree-widget v0.13.0 |
3374 | 2023-11-01T16:44:18.121Z | Running `/home/build/.rustup/toolchains/1.72.1-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=59b5b1ca22c78e27 -C extra-filename=-59b5b1ca22c78e27 --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-b86238e65158f13b.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings` |
3375 | 2023-11-01T16:44:19.250Z | Running `/home/build/.rustup/toolchains/1.72.1-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=236ab3d6ec837c0a -C extra-filename=-236ab3d6ec837c0a --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-a4058fc57a76491e.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-0b1fe84c897a597e.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-1b9907668a6fe141.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-81f078e594d10e74.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings` |
3376 | 2023-11-01T16:44:19.316Z | Running `/home/build/.rustup/toolchains/1.72.1-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=25f417326751a96a -C extra-filename=-25f417326751a96a --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-fca2ca054f4fc8df.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4648eea5d7821deb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --cap-lints allow -D warnings` |
3377 | 2023-11-01T16:44:20.281Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4473b1c84cc4d592 -C extra-filename=-4473b1c84cc4d592 --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-7375f3ef9ec50070.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
3378 | 2023-11-01T16:44:20.290Z | Running `/home/build/.rustup/toolchains/1.72.1-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=12dae31d0c990ec6 -C extra-filename=-12dae31d0c990ec6 --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-366993323cf4be7d.rmeta --cap-lints allow -D warnings` |
3379 | 2023-11-01T16:44:20.701Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b3359f439b6b3cec -C extra-filename=-b3359f439b6b3cec --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-ccb81907c4b78a17.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-1632f88a70563dfe.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-b9e0b6ca8eb0c8cf.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --cap-lints allow -D warnings` |
3380 | 2023-11-01T16:44:20.706Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b19f184d6cb312bc -C extra-filename=-b19f184d6cb312bc --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-d14d8d3bb8f6e0dd.so --cap-lints allow -D warnings` |
3381 | 2023-11-01T16:44:20.709Z | Running `/home/build/.rustup/toolchains/1.72.1-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=59c793c95dada8bf -C extra-filename=-59c793c95dada8bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-bca008ad4ed5c094.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
3382 | 2023-11-01T16:44:20.714Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a22429a614318932 -C extra-filename=-a22429a614318932 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-b4bc10243c26e981.rmeta --cap-lints allow -D warnings` |
3383 | 2023-11-01T16:44:21.314Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4cdc7610c6773be9 -C extra-filename=-4cdc7610c6773be9 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3384 | 2023-11-01T16:44:21.723Z | Compiling fatfs v0.3.6 |
3385 | 2023-11-01T16:44:21.752Z | Running `/home/build/.rustup/toolchains/1.72.1-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=164cdabbd0ca18b4 -C extra-filename=-164cdabbd0ca18b4 --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-237bfdbc957aefc2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --cap-lints allow -D warnings` |
3386 | 2023-11-01T16:44:21.897Z | Compiling rand v0.4.6 |
3387 | 2023-11-01T16:44:21.902Z | Running `/home/build/.rustup/toolchains/1.72.1-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=41ca1d14ff3619fd -C extra-filename=-41ca1d14ff3619fd --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
3388 | 2023-11-01T16:44:21.999Z | Running `/home/build/.rustup/toolchains/1.72.1-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=290744af26d14171 -C extra-filename=-290744af26d14171 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3389 | 2023-11-01T16:44:22.277Z | Compiling remove_dir_all v0.5.3 |
3390 | 2023-11-01T16:44:22.307Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b9c0a3784f5453c5 -C extra-filename=-b9c0a3784f5453c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3391 | 2023-11-01T16:44:22.461Z | Compiling plotters-backend v0.3.5 |
3392 | 2023-11-01T16:44:22.465Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2bfbe0e88581e03f -C extra-filename=-2bfbe0e88581e03f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3393 | 2023-11-01T16:44:22.977Z | Compiling shell-words v1.1.0 |
3394 | 2023-11-01T16:44:22.982Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d1f7b310295782f5 -C extra-filename=-d1f7b310295782f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3395 | 2023-11-01T16:44:23.478Z | Compiling plotters-svg v0.3.5 |
3396 | 2023-11-01T16:44:23.528Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e3b49f7a528dafa4 -C extra-filename=-e3b49f7a528dafa4 --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-2bfbe0e88581e03f.rmeta --cap-lints allow -D warnings` |
3397 | 2023-11-01T16:44:23.550Z | Running `/home/build/.rustup/toolchains/1.72.1-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=213992525ccee0bb -C extra-filename=-213992525ccee0bb --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-290744af26d14171.rmeta --cap-lints allow -D warnings` |
3398 | 2023-11-01T16:44:24.139Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3a07ea09a0a14a56 -C extra-filename=-3a07ea09a0a14a56 --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-59c793c95dada8bf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-236ab3d6ec837c0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-331e33b3e3eab9e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-b19f184d6cb312bc.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings` |
3399 | 2023-11-01T16:44:24.231Z | Compiling tempdir v0.3.7 |
3400 | 2023-11-01T16:44:24.235Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9be29461d58e3318 -C extra-filename=-9be29461d58e3318 --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-41ca1d14ff3619fd.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-b9c0a3784f5453c5.rmeta --cap-lints allow -D warnings` |
3401 | 2023-11-01T16:44:24.968Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8fcf8e4df4be0e37 -C extra-filename=-8fcf8e4df4be0e37 --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-2530f9c9097bed88.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-a22429a614318932.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-ac1bcd5149d5dd64.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings` |
3402 | 2023-11-01T16:44:24.989Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5d51ea0c4f1cc83f -C extra-filename=-5d51ea0c4f1cc83f --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-15f20dc26df54122.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings` |
3403 | 2023-11-01T16:44:25.263Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.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="default"' -C metadata=d61a7d73c89ead88 -C extra-filename=-d61a7d73c89ead88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-deea3516802ae4d1.so --cap-lints allow -D warnings` |
3404 | 2023-11-01T16:44:25.356Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d33fa3901706b9ff -C extra-filename=-d33fa3901706b9ff --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-f3e95c4670a50523.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3405 | 2023-11-01T16:44:26.361Z | Compiling assert_cmd v2.0.12 |
3406 | 2023-11-01T16:44:26.367Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2498884576e8ad17 -C extra-filename=-2498884576e8ad17 --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-0d512a45c2a75978.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61b870e7f18a47cd.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-4971ee1235841292.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-3739f879860131f9.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-55465b5f381609dd.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-6cab423074342a3b.rmeta --cap-lints allow -D warnings` |
3407 | 2023-11-01T16:44:27.328Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_field /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bit_field-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=37facc953fec2bbb -C extra-filename=-37facc953fec2bbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3408 | 2023-11-01T16:44:27.785Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1184999ebe9f7735 -C extra-filename=-1184999ebe9f7735 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3409 | 2023-11-01T16:44:28.394Z | Compiling cast v0.3.0 |
3410 | 2023-11-01T16:44:28.397Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0aa8666d9b98ea4b -C extra-filename=-0aa8666d9b98ea4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3411 | 2023-11-01T16:44:28.804Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0a1c3427c38d2194 -C extra-filename=-0a1c3427c38d2194 --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-135bf7ba8ab3ea34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1184999ebe9f7735.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-f9c066fd8aa13393.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --cap-lints allow -D warnings` |
3412 | 2023-11-01T16:44:29.064Z | Compiling criterion-plot v0.5.0 |
3413 | 2023-11-01T16:44:29.067Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c25d7400b23901a8 -C extra-filename=-c25d7400b23901a8 --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-0aa8666d9b98ea4b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --cap-lints allow -D warnings` |
3414 | 2023-11-01T16:44:29.354Z | Compiling plotters v0.3.5 |
3415 | 2023-11-01T16:44:29.359Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5eefb25297fa42d3 -C extra-filename=-5eefb25297fa42d3 --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-50180e8112bf05bb.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-2bfbe0e88581e03f.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-e3b49f7a528dafa4.rmeta --cap-lints allow -D warnings` |
3416 | 2023-11-01T16:44:30.070Z | Running `/home/build/.rustup/toolchains/1.72.1-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=28268b30f2f7089c -C extra-filename=-28268b30f2f7089c --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-213992525ccee0bb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --cap-lints allow -D warnings --cfg tweetnacl` |
3417 | 2023-11-01T16:44:30.367Z | Running `/home/build/.rustup/toolchains/1.72.1-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=86315dd94fbec1b4 -C extra-filename=-86315dd94fbec1b4 --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-618bd4cd81967613.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3418 | 2023-11-01T16:44:30.907Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d320d173a3e00542 -C extra-filename=-d320d173a3e00542 --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-c51a83c80e38f6e3.rmeta --cap-lints allow -D warnings` |
3419 | 2023-11-01T16:44:31.154Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2b8c4ebcdfb543e2 -C extra-filename=-2b8c4ebcdfb543e2 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3420 | 2023-11-01T16:44:31.872Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b335b3ce59aca036 -C extra-filename=-b335b3ce59aca036 --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-0a12ce2110a94ad2.rmeta --cap-lints allow -D warnings` |
3421 | 2023-11-01T16:44:32.189Z | Compiling tinytemplate v1.2.1 |
3422 | 2023-11-01T16:44:32.196Z | Running `/home/build/.rustup/toolchains/1.72.1-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=05d30e2188aad39d -C extra-filename=-05d30e2188aad39d --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-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings` |
3423 | 2023-11-01T16:44:32.231Z | Compiling vte_generate_state_changes v0.1.1 |
3424 | 2023-11-01T16:44:32.234Z | Running `/home/build/.rustup/toolchains/1.72.1-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=72bac1b0bd13aac4 -C extra-filename=-72bac1b0bd13aac4 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern proc_macro --cap-lints allow -D warnings` |
3425 | 2023-11-01T16:44:32.697Z | Compiling anes v0.1.6 |
3426 | 2023-11-01T16:44:32.700Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5d729d8995cc01cf -C extra-filename=-5d729d8995cc01cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3427 | 2023-11-01T16:44:33.385Z | Compiling oorandom v11.1.3 |
3428 | 2023-11-01T16:44:33.388Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c8d29dcb852799e1 -C extra-filename=-c8d29dcb852799e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3429 | 2023-11-01T16:44:33.613Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fadeb72e52d23892 -C extra-filename=-fadeb72e52d23892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3430 | 2023-11-01T16:44:33.727Z | Running `/home/build/.rustup/toolchains/1.72.1-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=41e3a14352e8a3ae -C extra-filename=-41e3a14352e8a3ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3431 | 2023-11-01T16:44:33.791Z | Compiling criterion v0.5.1 |
3432 | 2023-11-01T16:44:33.795Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3133ab9b876662c7 -C extra-filename=-3133ab9b876662c7 --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-5d729d8995cc01cf.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-0aa8666d9b98ea4b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-c25d7400b23901a8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-8a149ebee13979ce.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-c8d29dcb852799e1.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-5eefb25297fa42d3.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-05d30e2188aad39d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings` |
3433 | 2023-11-01T16:44:34.192Z | Compiling vte v0.11.1 |
3434 | 2023-11-01T16:44:34.195Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3091ab040793ac49 -C extra-filename=-3091ab040793ac49 --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-bc77fe51f95b120d.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-72bac1b0bd13aac4.so --cap-lints allow -D warnings` |
3435 | 2023-11-01T16:44:34.514Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5b4386251651bdaa -C extra-filename=-5b4386251651bdaa --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-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-86315dd94fbec1b4.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-28268b30f2f7089c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-b335b3ce59aca036.rmeta --cap-lints allow -D warnings` |
3436 | 2023-11-01T16:44:34.726Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b6a9e060cc098cb0 -C extra-filename=-b6a9e060cc098cb0 --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-d320d173a3e00542.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4bb0cf1e95664d04.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3437 | 2023-11-01T16:44:35.015Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d84f235069490dac -C extra-filename=-d84f235069490dac --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-b2cde58c87913f77.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --cap-lints allow -D warnings` |
3438 | 2023-11-01T16:44:35.361Z | Running `/home/build/.rustup/toolchains/1.72.1-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=18f2756b78a7ea38 -C extra-filename=-18f2756b78a7ea38 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
3439 | 2023-11-01T16:44:35.603Z | Compiling threadpool v1.8.1 |
3440 | 2023-11-01T16:44:35.638Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9c7feb017b392e1a -C extra-filename=-9c7feb017b392e1a --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-5352e39305fe0a4c.rmeta --cap-lints allow -D warnings` |
3441 | 2023-11-01T16:44:36.642Z | Running `/home/build/.rustup/toolchains/1.72.1-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=27a769f31e6973b2 -C extra-filename=-27a769f31e6973b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3442 | 2023-11-01T16:44:37.047Z | Running `/home/build/.rustup/toolchains/1.72.1-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=008380a2e50ac4e0 -C extra-filename=-008380a2e50ac4e0 --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-27a769f31e6973b2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-86315dd94fbec1b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-28268b30f2f7089c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-5b4386251651bdaa.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-91f0b1f081d73347.rmeta --cap-lints allow -D warnings` |
3443 | 2023-11-01T16:44:37.150Z | Compiling strip-ansi-escapes v0.2.0 |
3444 | 2023-11-01T16:44:37.179Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5c088b81944ae184 -C extra-filename=-5c088b81944ae184 --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-3091ab040793ac49.rmeta --cap-lints allow -D warnings` |
3445 | 2023-11-01T16:44:37.182Z | Compiling libtest-mimic v0.6.1 |
3446 | 2023-11-01T16:44:37.185Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f914793a2e00a2b7 -C extra-filename=-f914793a2e00a2b7 --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-258f77005d15f95f.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-9c7feb017b392e1a.rmeta --cap-lints allow -D warnings` |
3447 | 2023-11-01T16:44:37.755Z | Compiling crossterm v0.26.1 |
3448 | 2023-11-01T16:44:37.759Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="serde"' -C metadata=6487f90e79231618 -C extra-filename=-6487f90e79231618 --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-237bfdbc957aefc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-79070e5cf7ada956.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-bd337f8aab207f03.rmeta --cap-lints allow -D warnings` |
3449 | 2023-11-01T16:44:37.921Z | Running `/home/build/.rustup/toolchains/1.72.1-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=63b568f30ca888be -C extra-filename=-63b568f30ca888be --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-9cc2d99f4c1c58f7.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --cap-lints allow -D warnings` |
3450 | 2023-11-01T16:44:38.191Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0541d4f2b7110ecc -C extra-filename=-0541d4f2b7110ecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings` |
3451 | 2023-11-01T16:44:38.570Z | Running `/home/build/.rustup/toolchains/1.72.1-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=01cb437184e12f0a -C extra-filename=-01cb437184e12f0a --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-ccb81907c4b78a17.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --cap-lints allow -D warnings` |
3452 | 2023-11-01T16:44:38.648Z | Compiling rstest_macros v0.18.2 |
3453 | 2023-11-01T16:44:38.671Z | Running `/home/build/.rustup/toolchains/1.72.1-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=150b06867dc27592 -C extra-filename=-150b06867dc27592 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-150b06867dc27592 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rlib --cap-lints allow -D warnings` |
3454 | 2023-11-01T16:44:38.802Z | Compiling fd-lock v3.0.13 |
3455 | 2023-11-01T16:44:38.805Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f40788c4fa4585ab -C extra-filename=-f40788c4fa4585ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --cap-lints allow -D warnings` |
3456 | 2023-11-01T16:44:39.201Z | Compiling nanorand v0.7.0 |
3457 | 2023-11-01T16:44:39.208Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ab4e82a83485c248 -C extra-filename=-ab4e82a83485c248 --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-75d25cd6bbf5ada0.rmeta --cap-lints allow -D warnings` |
3458 | 2023-11-01T16:44:39.559Z | Running `/home/build/.rustup/toolchains/1.72.1-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=52aa3280b80b056c -C extra-filename=-52aa3280b80b056c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3459 | 2023-11-01T16:44:40.215Z | Compiling nu-ansi-term v0.49.0 |
3460 | 2023-11-01T16:44:40.224Z | Running `/home/build/.rustup/toolchains/1.72.1-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=943ffaf447238679 -C extra-filename=-943ffaf447238679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3461 | 2023-11-01T16:44:40.552Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d5e6635a7a320513 -C extra-filename=-d5e6635a7a320513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3462 | 2023-11-01T16:44:40.868Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d2888d1226a49068 -C extra-filename=-d2888d1226a49068 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3463 | 2023-11-01T16:44:40.929Z | Running `/home/build/.rustup/toolchains/1.72.1-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=481fdddc9b7e9c9b -C extra-filename=-481fdddc9b7e9c9b --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-d5e6635a7a320513.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-52aa3280b80b056c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings` |
3464 | 2023-11-01T16:44:41.047Z | Compiling flume v0.11.0 |
3465 | 2023-11-01T16:44:41.056Z | Running `/home/build/.rustup/toolchains/1.72.1-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=21cc87868e0e96d3 -C extra-filename=-21cc87868e0e96d3 --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-2e4b787c2de71c9f.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-ab4e82a83485c248.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --cap-lints allow -D warnings` |
3466 | 2023-11-01T16:44:41.524Z | Compiling reedline v0.23.0 |
3467 | 2023-11-01T16:44:41.528Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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 -C metadata=b254769a148d5883 -C extra-filename=-b254769a148d5883 --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-65f0a5b9aa27f6b0.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-6487f90e79231618.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-f40788c4fa4585ab.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-943ffaf447238679.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-5c088b81944ae184.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-bb4f8be853504c8f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-c95636952c6f45c1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings` |
3468 | 2023-11-01T16:44:41.750Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-150b06867dc27592/build-script-build` |
3469 | 2023-11-01T16:44:41.901Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e91744045e3f062f -C extra-filename=-e91744045e3f062f --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-0541d4f2b7110ecc.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --cap-lints allow -D warnings` |
3470 | 2023-11-01T16:44:42.296Z | Running `/home/build/.rustup/toolchains/1.72.1-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="windows"' -C metadata=55002714d77a523f -C extra-filename=-55002714d77a523f --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-1486aaee3f323cc1.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-857464e7953ad886.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-63b568f30ca888be.rmeta --cap-lints allow -D warnings` |
3471 | 2023-11-01T16:44:43.068Z | Compiling datatest-stable v0.2.3 |
3472 | 2023-11-01T16:44:43.112Z | Running `/home/build/.rustup/toolchains/1.72.1-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=90e47ce7457113b7 -C extra-filename=-90e47ce7457113b7 --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-de857346a4753d4e.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-f914793a2e00a2b7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings` |
3473 | 2023-11-01T16:44:43.156Z | Compiling tabled_derive v0.6.0 |
3474 | 2023-11-01T16:44:43.200Z | Running `/home/build/.rustup/toolchains/1.72.1-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=74bad78102441b32 -C extra-filename=-74bad78102441b32 --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-58e6b367499d83fa.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-45ca554d4d76a8fb.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern proc_macro --cap-lints allow -D warnings` |
3475 | 2023-11-01T16:44:44.150Z | Compiling httptest v0.15.4 |
3476 | 2023-11-01T16:44:44.154Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c62c26bb3bc42781 -C extra-filename=-c62c26bb3bc42781 --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-1025f05eee8b8d3f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings` |
3477 | 2023-11-01T16:44:44.901Z | Compiling similar-asserts v1.5.0 |
3478 | 2023-11-01T16:44:44.910Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2a433a9ee5892e60 -C extra-filename=-2a433a9ee5892e60 --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-a56f4533ffbea430.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --cap-lints allow -D warnings` |
3479 | 2023-11-01T16:44:46.952Z | Compiling pin-project-internal v1.1.3 |
3480 | 2023-11-01T16:44:46.957Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3e36103cc2bc9a77 -C extra-filename=-3e36103cc2bc9a77 --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-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro --cap-lints allow -D warnings` |
3481 | 2023-11-01T16:44:47.308Z | Compiling topological-sort v0.2.2 |
3482 | 2023-11-01T16:44:47.315Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e08aeceaa1b02ae6 -C extra-filename=-e08aeceaa1b02ae6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3483 | 2023-11-01T16:44:47.656Z | Compiling trybuild v1.0.85 |
3484 | 2023-11-01T16:44:47.659Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e77aeb76380e11ca -C extra-filename=-e77aeb76380e11ca --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3485 | 2023-11-01T16:44:47.687Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5e7949f6123a5cbe -C extra-filename=-5e7949f6123a5cbe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3486 | 2023-11-01T16:44:48.397Z | Compiling relative-path v1.9.0 |
3487 | 2023-11-01T16:44:48.400Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1be47cff0f678725 -C extra-filename=-1be47cff0f678725 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3488 | 2023-11-01T16:44:49.582Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2b9a190a72053674 -C extra-filename=-2b9a190a72053674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-1be47cff0f678725.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-da60536db468fe1f.rlib --extern proc_macro --cap-lints allow -D warnings` |
3489 | 2023-11-01T16:44:49.890Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5eb86af7beb0e008 -C extra-filename=-5eb86af7beb0e008 --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-1486aaee3f323cc1.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-5e7949f6123a5cbe.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-55002714d77a523f.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-9d669547cbb4bc59.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-88eefee67aa2ca73.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings` |
3490 | 2023-11-01T16:44:52.057Z | Compiling pin-project v1.1.3 |
3491 | 2023-11-01T16:44:52.062Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4b2d2859635b69dc -C extra-filename=-4b2d2859635b69dc --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-3e36103cc2bc9a77.so --cap-lints allow -D warnings` |
3492 | 2023-11-01T16:44:52.285Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-e77aeb76380e11ca/build-script-build` |
3493 | 2023-11-01T16:44:52.337Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fb8e76c7d19409a2 -C extra-filename=-fb8e76c7d19409a2 --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-c3c28f089340dd8e.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-e91744045e3f062f.rmeta --cap-lints allow -D warnings` |
3494 | 2023-11-01T16:44:52.373Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7c77ef2ed3be1237 -C extra-filename=-7c77ef2ed3be1237 --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` |
3495 | 2023-11-01T16:44:54.845Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6b4a745a28e172d6 -C extra-filename=-6b4a745a28e172d6 --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-feeda8e1a2c81b9a.rmeta --cap-lints allow -D warnings` |
3496 | 2023-11-01T16:44:55.856Z | Running `/home/build/.rustup/toolchains/1.72.1-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=82997b65ee5c5f86 -C extra-filename=-82997b65ee5c5f86 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings` |
3497 | 2023-11-01T16:44:56.241Z | Compiling basic-toml v0.1.4 |
3498 | 2023-11-01T16:44:56.249Z | Running `/home/build/.rustup/toolchains/1.72.1-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=99515663ed541b23 -C extra-filename=-99515663ed541b23 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3499 | 2023-11-01T16:44:56.557Z | Compiling bytecount v0.6.3 |
3500 | 2023-11-01T16:44:56.561Z | Running `/home/build/.rustup/toolchains/1.72.1-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=75b58b271104b853 -C extra-filename=-75b58b271104b853 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3501 | 2023-11-01T16:44:56.930Z | Running `/home/build/.rustup/toolchains/1.72.1-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=aedebd05f35610f3 -C extra-filename=-aedebd05f35610f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3502 | 2023-11-01T16:44:57.343Z | Compiling arrayvec v0.7.4 |
3503 | 2023-11-01T16:44:57.347Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ea85dd53b2025760 -C extra-filename=-ea85dd53b2025760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3504 | 2023-11-01T16:44:58.061Z | Compiling constant_time_eq v0.2.6 |
3505 | 2023-11-01T16:44:58.065Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e7a64daff896d6c7 -C extra-filename=-e7a64daff896d6c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3506 | 2023-11-01T16:44:58.369Z | Compiling crossbeam-queue v0.3.8 |
3507 | 2023-11-01T16:44:58.373Z | Running `/home/build/.rustup/toolchains/1.72.1-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=70887a1b9fd3893e -C extra-filename=-70887a1b9fd3893e --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3508 | 2023-11-01T16:44:58.856Z | Compiling futures-timer v3.0.2 |
3509 | 2023-11-01T16:44:58.891Z | Running `/home/build/.rustup/toolchains/1.72.1-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=097f41d678ee69d6 -C extra-filename=-097f41d678ee69d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3510 | 2023-11-01T16:44:59.025Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3f24138187704c45 -C extra-filename=-3f24138187704c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3511 | 2023-11-01T16:44:59.245Z | Compiling arrayref v0.3.7 |
3512 | 2023-11-01T16:44:59.248Z | Running `/home/build/.rustup/toolchains/1.72.1-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=caebc7ce1092465c -C extra-filename=-caebc7ce1092465c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3513 | 2023-11-01T16:44:59.355Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-70887a1b9fd3893e/build-script-build` |
3514 | 2023-11-01T16:44:59.406Z | Compiling blake2b_simd v1.0.1 |
3515 | 2023-11-01T16:44:59.435Z | Running `/home/build/.rustup/toolchains/1.72.1-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=64f17577c4cfd599 -C extra-filename=-64f17577c4cfd599 --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-caebc7ce1092465c.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-ea85dd53b2025760.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-e7a64daff896d6c7.rmeta --cap-lints allow -D warnings` |
3516 | 2023-11-01T16:44:59.439Z | Compiling papergrid v0.10.0 |
3517 | 2023-11-01T16:44:59.466Z | Running `/home/build/.rustup/toolchains/1.72.1-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=52ca095ec7ac3659 -C extra-filename=-52ca095ec7ac3659 --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-3f24138187704c45.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-2cab8e63723bf814.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings` |
3518 | 2023-11-01T16:44:59.871Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7b576408f3790d3c -C extra-filename=-7b576408f3790d3c --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-fb815a6dfe765808.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-aedebd05f35610f3.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-7c77ef2ed3be1237.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-fb8e76c7d19409a2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings` |
3519 | 2023-11-01T16:45:00.459Z | Running `/home/build/.rustup/toolchains/1.72.1-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=639bd16172f9cd41 -C extra-filename=-639bd16172f9cd41 --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-99515663ed541b23.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-efca1109d3d0dddb.rmeta --cap-lints allow -D warnings` |
3520 | 2023-11-01T16:45:00.684Z | Running `/home/build/.rustup/toolchains/1.72.1-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=377786b439a9f836 -C extra-filename=-377786b439a9f836 --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-75b58b271104b853.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-1a818be490fdad0e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings` |
3521 | 2023-11-01T16:45:03.432Z | Running `/home/build/.rustup/toolchains/1.72.1-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=35faf7145bb9417c -C extra-filename=-35faf7145bb9417c --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-9cc2d99f4c1c58f7.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-82997b65ee5c5f86.rmeta --cap-lints allow -D warnings` |
3522 | 2023-11-01T16:45:03.954Z | Running `/home/build/.rustup/toolchains/1.72.1-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=aaa50ed2fad21659 -C extra-filename=-aaa50ed2fad21659 --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-15f20dc26df54122.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-6b4a745a28e172d6.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --cap-lints allow -D warnings` |
3523 | 2023-11-01T16:45:04.386Z | Compiling rstest v0.18.2 |
3524 | 2023-11-01T16:45:04.390Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cf127ee9e54dc488 -C extra-filename=-cf127ee9e54dc488 --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-520a82150b2d2200.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-097f41d678ee69d6.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-2b9a190a72053674.so --cap-lints allow -D warnings` |
3525 | 2023-11-01T16:45:04.786Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c75947462ce33d85 -C extra-filename=-c75947462ce33d85 --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-5eb86af7beb0e008.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings` |
3526 | 2023-11-01T16:45:04.868Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3527 | 2023-11-01T16:45:04.879Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a6fae4f53c221546 -C extra-filename=-a6fae4f53c221546 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-a6fae4f53c221546 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-7b262f576b7648f1.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-b2bde0cde8c99b7a.rlib --cap-lints allow -D warnings` |
3528 | 2023-11-01T16:45:05.128Z | Compiling partial-io v0.5.4 |
3529 | 2023-11-01T16:45:05.155Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ba66dfe46f120b6c -C extra-filename=-ba66dfe46f120b6c --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-520a82150b2d2200.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-4b2d2859635b69dc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings` |
3530 | 2023-11-01T16:45:05.853Z | Compiling approx v0.5.1 |
3531 | 2023-11-01T16:45:05.857Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e34ace3cae01a413 -C extra-filename=-e34ace3cae01a413 --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-50180e8112bf05bb.rmeta --cap-lints allow -D warnings` |
3532 | 2023-11-01T16:45:05.913Z | Running `/home/build/.rustup/toolchains/1.72.1-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=47edb859bf961370 -C extra-filename=-47edb859bf961370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3533 | 2023-11-01T16:45:06.173Z | Compiling hex-literal v0.4.1 |
3534 | 2023-11-01T16:45:06.188Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7d5b0c521a1c8140 -C extra-filename=-7d5b0c521a1c8140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3535 | 2023-11-01T16:45:06.299Z | Compiling constant_time_eq v0.3.0 |
3536 | 2023-11-01T16:45:06.304Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d45c0155e6eb61ff -C extra-filename=-d45c0155e6eb61ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3537 | 2023-11-01T16:45:06.428Z | Running `/home/build/.rustup/toolchains/1.72.1-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=21661c039cf92114 -C extra-filename=-21661c039cf92114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3538 | 2023-11-01T16:45:06.461Z | Compiling tabled v0.14.0 |
3539 | 2023-11-01T16:45:06.471Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e2e12fbcfa9b7f2f -C extra-filename=-e2e12fbcfa9b7f2f --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-377786b439a9f836.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-74bad78102441b32.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --cap-lints allow -D warnings` |
3540 | 2023-11-01T16:45:06.605Z | Compiling rust-argon2 v1.0.1 |
3541 | 2023-11-01T16:45:06.609Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8c6be73626d78fb3 -C extra-filename=-8c6be73626d78fb3 --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-c0a884fd652c2175.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-64f17577c4cfd599.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-d45c0155e6eb61ff.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings` |
3542 | 2023-11-01T16:45:08.141Z | Running `/home/build/.rustup/toolchains/1.72.1-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=62fd123e37519506 -C extra-filename=-62fd123e37519506 --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-52ca095ec7ac3659.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-74bad78102441b32.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --cap-lints allow -D warnings` |
3543 | 2023-11-01T16:45:08.174Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-a6fae4f53c221546/build-script-bindings` |
3544 | 2023-11-01T16:45:10.521Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cbb052bec35e9d6d -C extra-filename=-cbb052bec35e9d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings` |
3545 | 2023-11-01T16:45:10.588Z | Compiling cargo-platform v0.1.3 |
3546 | 2023-11-01T16:45:10.596Z | Running `/home/build/.rustup/toolchains/1.72.1-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=769acf7e05beaf92 -C extra-filename=-769acf7e05beaf92 --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-e5099f1082b7c4e8.rmeta --cap-lints allow -D warnings` |
3547 | 2023-11-01T16:45:10.953Z | Compiling crossbeam v0.8.2 |
3548 | 2023-11-01T16:45:10.956Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ef760d58fdfdcb12 -C extra-filename=-ef760d58fdfdcb12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-41e0aa6bbf5cc8a2.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-182535058f6f1764.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-cbb052bec35e9d6d.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --cap-lints allow -D warnings` |
3549 | 2023-11-01T16:45:11.182Z | Compiling cargo_metadata v0.18.0 |
3550 | 2023-11-01T16:45:11.186Z | Running `/home/build/.rustup/toolchains/1.72.1-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=93c5ae2472de9a4e -C extra-filename=-93c5ae2472de9a4e --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-de857346a4753d4e.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-769acf7e05beaf92.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --cap-lints allow -D warnings` |
3551 | 2023-11-01T16:45:11.636Z | Compiling cargo_toml v0.16.3 |
3552 | 2023-11-01T16:45:11.648Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.16.3/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=f969b62eba45db5d -C extra-filename=-f969b62eba45db5d --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-e5099f1082b7c4e8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --cap-lints allow -D warnings` |
3553 | 2023-11-01T16:45:12.208Z | Compiling termios v0.3.3 |
3554 | 2023-11-01T16:45:12.212Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fdc62c05801c4a0e -C extra-filename=-fdc62c05801c4a0e --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings` |
3555 | 2023-11-01T16:45:12.554Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d385f67da7e44b36 -C extra-filename=-d385f67da7e44b36 --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-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-365a12f94f76d134.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-a86bb21bef4e2893.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-037e14aae176bcf5.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-44ec87ca34713b1f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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` |
3556 | 2023-11-01T16:45:12.611Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b4b77bab84f4406c -C extra-filename=-b4b77bab84f4406c --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-c51a83c80e38f6e3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-44fc1f1b664a737c.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4c1a3c91ec8ce985.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-57db7baa340f5f88.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d8c0734948a4c9ea.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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` |
3557 | 2023-11-01T16:45:27.115Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3558 | 2023-11-01T16:45:27.118Z | Running `/home/build/.rustup/toolchains/1.72.1-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=00932c7c04e0eba2 -C extra-filename=-00932c7c04e0eba2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-93c5ae2472de9a4e.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-f969b62eba45db5d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib -D warnings` |
3559 | 2023-11-01T16:45:29.857Z | Running `/home/build/.rustup/toolchains/1.72.1-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=36614a4a156f942e -C extra-filename=-36614a4a156f942e --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-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -l static=bz2` |
3560 | 2023-11-01T16:45:30.023Z | Running `/home/build/.rustup/toolchains/1.72.1-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=17017a5779801a73 -C extra-filename=-17017a5779801a73 --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-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -l static=bz2` |
3561 | 2023-11-01T16:45:30.126Z | Compiling bzip2 v0.4.4 |
3562 | 2023-11-01T16:45:30.129Z | Running `/home/build/.rustup/toolchains/1.72.1-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=06d45e6406d56195 -C extra-filename=-06d45e6406d56195 --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-36614a4a156f942e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3563 | 2023-11-01T16:45:30.270Z | Running `/home/build/.rustup/toolchains/1.72.1-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=95ea3de0e6dc0fd7 -C extra-filename=-95ea3de0e6dc0fd7 --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-17017a5779801a73.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3564 | 2023-11-01T16:45:30.304Z | Compiling polar-core v0.27.0 |
3565 | 2023-11-01T16:45:30.329Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e075d40c647d4514 -C extra-filename=-e075d40c647d4514 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-e075d40c647d4514 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-e47124d3708c550d.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --cap-lints allow -D warnings` |
3566 | 2023-11-01T16:45:30.778Z | Compiling zip v0.6.6 |
3567 | 2023-11-01T16:45:30.782Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e431b9bb1b0fed71 -C extra-filename=-e431b9bb1b0fed71 --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-6fb8385a046b069a.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-06d45e6406d56195.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-d98ad8c6574b550d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3568 | 2023-11-01T16:45:30.916Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1f1788e52dc9cdd4 -C extra-filename=-1f1788e52dc9cdd4 --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-fca2ca054f4fc8df.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-95ea3de0e6dc0fd7.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-a291790a3ed91561.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3569 | 2023-11-01T16:45:32.212Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3570 | 2023-11-01T16:45:32.236Z | Running `/home/build/.rustup/toolchains/1.72.1-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=621874363df8df27 -C extra-filename=-621874363df8df27 --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-fbbc002088f82525.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-7770b327e25863ff.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-251725e0226df094.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-79dea6c74fb7cd7e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d065ff8fcf792326.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-03708cf1cfb59ef9.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-42310e81bb794bab.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e6cb9e5a8e37385f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d76c43b5ea14da97.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3571 | 2023-11-01T16:45:32.277Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b3af6d0e0bda5821 -C extra-filename=-b3af6d0e0bda5821 --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-1098ed5d63713655.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-dd11a10a1101a3ea.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d3a9aa076020a553.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2e817dd5db488c99.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-0b05717d967501ed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4c4105ada6dff5fb.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-52a561baae0bb6f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e05dca8dd4827f7d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-19f829fd183c8f46.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3572 | 2023-11-01T16:45:32.376Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-e075d40c647d4514/build-script-build` |
3573 | 2023-11-01T16:45:33.463Z | Running `/home/build/.rustup/toolchains/1.72.1-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=66648581ba76637c -C extra-filename=-66648581ba76637c --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-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-60db97d29420f39b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0685d639d431f21a.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-dd28c09b5feb1ada.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-5b7a4b0b63897147.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-ccfc6ca4b2c21f8e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-6ce94efbc4534b0f.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-93217daea07257ac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3574 | 2023-11-01T16:45:33.803Z | Running `/home/build/.rustup/toolchains/1.72.1-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=56357e494166dcb3 -C extra-filename=-56357e494166dcb3 --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-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fe9ea705024fc6b8.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-8b8f2d0fe5768a51.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b3af6d0e0bda5821.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-c79f8d0e42fe6d03.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b3359f439b6b3cec.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-4cdc7610c6773be9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4d864f5ef6f0cb90.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-15bd9290a6d70f2c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-25f417326751a96a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3575 | 2023-11-01T16:45:35.828Z | Running `/home/build/.rustup/toolchains/1.72.1-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=790faa53c5390184 -C extra-filename=-790faa53c5390184 --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-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings` |
3576 | 2023-11-01T16:45:36.170Z | Running `/home/build/.rustup/toolchains/1.72.1-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=11fa3b3cc122321d -C extra-filename=-11fa3b3cc122321d --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-e5f78bf05c67c191.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-aca75bfbc73798bb.so --cap-lints allow -D warnings` |
3577 | 2023-11-01T16:45:37.318Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3180cc9a707df9e7/build-script-build` |
3578 | 2023-11-01T16:45:37.326Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a2dc4d68dd501e42 -C extra-filename=-a2dc4d68dd501e42 --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-75d25cd6bbf5ada0.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1122729ae9a01812.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
3579 | 2023-11-01T16:45:37.386Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ec09b25b5f5cdd03 -C extra-filename=-ec09b25b5f5cdd03 --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-feeda8e1a2c81b9a.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1ed2f179d916e5df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -l static=ring_core_0_17_5_ -l static=ring_core_0_17_5_test` |
3580 | 2023-11-01T16:45:41.318Z | Compiling rustls-webpki v0.101.7 |
3581 | 2023-11-01T16:45:41.324Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3fbb7d87390632ae -C extra-filename=-3fbb7d87390632ae --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-a2dc4d68dd501e42.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1122729ae9a01812.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out` |
3582 | 2023-11-01T16:45:41.810Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8f6274dd5d981423 -C extra-filename=-8f6274dd5d981423 --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-ec09b25b5f5cdd03.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-1ed2f179d916e5df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out` |
3583 | 2023-11-01T16:45:43.125Z | Running `/home/build/.rustup/toolchains/1.72.1-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=97758babae601491 -C extra-filename=-97758babae601491 --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-7d9cf9ba132625c1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-a2dc4d68dd501e42.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-3fbb7d87390632ae.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-3d23c6a2c002c5c3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3584 | 2023-11-01T16:45:43.292Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a0b3b5439b6ec56f -C extra-filename=-a0b3b5439b6ec56f --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-aaf538cacb38ae69.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ec09b25b5f5cdd03.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8f6274dd5d981423.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-845df6b103dfb623.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3585 | 2023-11-01T16:45:49.607Z | Compiling tokio-rustls v0.24.1 |
3586 | 2023-11-01T16:45:49.610Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0eabbfc450d049f9 -C extra-filename=-0eabbfc450d049f9 --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-97758babae601491.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3587 | 2023-11-01T16:45:49.708Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6bf1e926804fe7ce -C extra-filename=-6bf1e926804fe7ce --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-a0b3b5439b6ec56f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3588 | 2023-11-01T16:45:50.208Z | Compiling hyper-rustls v0.24.2 |
3589 | 2023-11-01T16:45:50.211Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6a367927f45a7531 -C extra-filename=-6a367927f45a7531 --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-bb3989e3a9425633.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-2d5262ec9f2f1337.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3590 | 2023-11-01T16:45:50.272Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/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=b5d3f46b57b4c945 -C extra-filename=-b5d3f46b57b4c945 --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-f161070c4a4a0796.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f9b644842415243e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-bdee90b95eb7999e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-825c89ee82a57d47.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ccae555fe7980b94.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-8efde83da752c28a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d0a55b9fae8929cb.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-1cb90a5867f95b58.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-50b942fef25a4b5f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3591 | 2023-11-01T16:45:50.427Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7738fc6805987963 -C extra-filename=-7738fc6805987963 --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-135bf7ba8ab3ea34.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-afe568b4e91ae0a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3592 | 2023-11-01T16:45:51.167Z | Compiling reqwest v0.11.20 |
3593 | 2023-11-01T16:45:51.172Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__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=c19c04ac554f960b -C extra-filename=-c19c04ac554f960b --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-c0a884fd652c2175.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a697e39c09bbc7d0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-bd3d276a4d362763.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-dcf542e5ad3b008a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3594 | 2023-11-01T16:45:51.307Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__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=5971d950b8db3b19 -C extra-filename=-5971d950b8db3b19 --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-c0a884fd652c2175.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-146e8c3028ef8e1d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-2604dcbfd85aabe0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-138567e5bd7d7a97.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-a697e39c09bbc7d0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-35134d9c336f9f34.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-00ced72cf6a670b3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-bd3d276a4d362763.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-2335542551612e97.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-25b4a7d7e66359d2.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-f8ddbbf870aaffb5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-dcf542e5ad3b008a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3595 | 2023-11-01T16:45:51.713Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.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="__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=87994350ea06ae1a -C extra-filename=-87994350ea06ae1a --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-c51a83c80e38f6e3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-6a1860f3303f1bff.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-24a8445f7ecce1c1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-6e9d1ad0d0031626.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7738fc6805987963.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-cb23ea4bc610a220.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-8643221b7cc69ba7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-456145d791e7aded.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-d179d580a01d946c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-4b290f080638b941.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-fe26226a25f2fc59.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-635924db43c48ac5.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-3910d49aa99207bd.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3596 | 2023-11-01T16:45:57.191Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
3597 | 2023-11-01T16:45:57.196Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=d18a7434c8a87610 -C extra-filename=-d18a7434c8a87610 --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-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3598 | 2023-11-01T16:45:57.892Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
3599 | 2023-11-01T16:45:57.896Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=38f429c074f6002c -C extra-filename=-38f429c074f6002c --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-d18a7434c8a87610.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-d562c9b25280b25b.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-549e6fb886845ebb.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3600 | 2023-11-01T16:45:58.437Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=8941563805680825 -C extra-filename=-8941563805680825 --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-55888b3cf4c7447b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3601 | 2023-11-01T16:45:58.443Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/fa728d0/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=5ee607476039effd -C extra-filename=-5ee607476039effd --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-2a4af4e6b1fca033.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-f9b644842415243e.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-8d764ac0566c5587.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-5d6012c1e66f0dae.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-f84f30d040ff99da.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-7e84c7b185bf3d8e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4dbdfb813a4a048f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4080cdfd12d50d60.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-75211160473867cb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fbaa5a57a4bb9a3b.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f1a3512a0c299d35.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c8ce1e8f8421d516.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3602 | 2023-11-01T16:45:59.057Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=ca2d640c3efba059 -C extra-filename=-ca2d640c3efba059 --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-8941563805680825.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-5f2bf28f6e7c3168.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-549e6fb886845ebb.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3603 | 2023-11-01T16:45:59.403Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=47bc47f1d7b9922a -C extra-filename=-47bc47f1d7b9922a --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-999a16c5ebd06ca3.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3604 | 2023-11-01T16:46:00.135Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/5c941c0/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=6fd79df88f6519b5 -C extra-filename=-6fd79df88f6519b5 --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-47bc47f1d7b9922a.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e7388fbf0d416b00.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-549e6fb886845ebb.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3605 | 2023-11-01T16:46:00.513Z | Compiling omicron-zone-package v0.8.3 |
3606 | 2023-11-01T16:46:00.518Z | Running `/home/build/.rustup/toolchains/1.72.1-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=85d313eb2b3ae2e7 -C extra-filename=-85d313eb2b3ae2e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3607 | 2023-11-01T16:46:07.684Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3608 | 2023-11-01T16:46:07.715Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=bfc820fda52ed62f -C extra-filename=-bfc820fda52ed62f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2e176290cca0c6aa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3609 | 2023-11-01T16:46:07.762Z | Compiling tough v0.12.5 |
3610 | 2023-11-01T16:46:08.211Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=a81303f4524f1d53 -C extra-filename=-a81303f4524f1d53 --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-65f0a5b9aa27f6b0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-0ddc113e7e9f4a26.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-aed2a6f1583a36fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-b5cebf012c076b89.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-3fb2f87d8093ad1d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-f1085f22688e3556.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-52284948578e7ef4.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3611 | 2023-11-01T16:46:11.395Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3612 | 2023-11-01T16:46:11.434Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=29c19adb4f126a0f -C extra-filename=-29c19adb4f126a0f --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-65f0a5b9aa27f6b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3613 | 2023-11-01T16:46:12.253Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3614 | 2023-11-01T16:46:12.260Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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"' --cfg 'feature="futures"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' --cfg 'feature="tokio-tungstenite"' -C metadata=4a65a770a50579ee -C extra-filename=-4a65a770a50579ee --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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-29070728fa7d7b28.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea6c1e668f253a43.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3615 | 2023-11-01T16:46:13.846Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3616 | 2023-11-01T16:46:13.851Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=7f6847416d7a586c -C extra-filename=-7f6847416d7a586c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3617 | 2023-11-01T16:46:16.629Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=8eb137e487e40ed3 -C extra-filename=-8eb137e487e40ed3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-2e176290cca0c6aa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3618 | 2023-11-01T16:46:17.510Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
3619 | 2023-11-01T16:46:17.520Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f90674d72c33b487 -C extra-filename=-f90674d72c33b487 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f90674d72c33b487 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rlib --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61b870e7f18a47cd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-b8e3951e079cc622.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-31eb26792b8366e7.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rlib --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rlib --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0edce8661e867924.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f64e1d551bbc190b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-3f56d02e742d9deb.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc7cc70d6080404.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-9d8f12589899f678.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-176cd009761495ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3620 | 2023-11-01T16:46:17.744Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3621 | 2023-11-01T16:46:17.748Z | Running `/home/build/.rustup/toolchains/1.72.1-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=52931fd6b0aa7aef -C extra-filename=-52931fd6b0aa7aef --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-52931fd6b0aa7aef -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-85d313eb2b3ae2e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6fd79df88f6519b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3622 | 2023-11-01T16:46:18.096Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f90674d72c33b487/build-script-build` |
3623 | 2023-11-01T16:46:18.147Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fe1298402e7c1f8b -C extra-filename=-fe1298402e7c1f8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61b870e7f18a47cd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-31eb26792b8366e7.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-0edce8661e867924.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-f64e1d551bbc190b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-5970364a53ce4ff6.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-c19c04ac554f960b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-816d38c905102e21.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-5dc7cc70d6080404.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-176cd009761495ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3624 | 2023-11-01T16:46:18.349Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
3625 | 2023-11-01T16:46:18.352Z | Running `/home/build/.rustup/toolchains/1.72.1-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=30e224a2dea97db5 -C extra-filename=-30e224a2dea97db5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3626 | 2023-11-01T16:46:20.009Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f34a2fe6c2866d8b -C extra-filename=-f34a2fe6c2866d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-3a44b29fad009a22.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-3e6e8d9c6d807e80.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-237bfdbc957aefc2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-1025f05eee8b8d3f.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61b870e7f18a47cd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-96267f481ddbc204.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-c6be6dff7f7fce3e.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-61bf72856c116b87.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-de56a88f97067490.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-cb42a0ce36ac2cc8.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-ebb22ac2993ca735.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-e77795124486928d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-ded8f3b170e32147.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-821b8cd695f8ec6d.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d612af58a2e9deb0.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-9c6769608002a48c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-f8fea248a8ef80ee.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-75d25cd6bbf5ada0.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-bb614e6fdd6f35be.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2c1bab4f653c68c5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-37cda74f035f52e6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-7530193c025b34c1.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-3504c7d3cd08c24f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-6cd4ef04d9bd039a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-2b9cc4e8f0305d0f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-9113e4b91d4e10f7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-301897f021cab42e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-ebfc153c90fbfd3e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dc658704b8aece8d.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-3adf9bc5ea2a15e8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-3f53e4c5b0627271.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-50a40f9a5cebd39f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-c42251dd345add73.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-7a7e48972e0bd978.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-3c63ccdf774b3e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-b00a5544072d924c.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-b588f94c7a2631d8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-5aae046eb05ace35.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-f88a0545b115dad3.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-c4eb9ff68796655c.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-a79322ee08f170c2.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ac138eb008fbc34d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-c6904b6ef60fe30d.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3627 | 2023-11-01T16:46:20.145Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3628 | 2023-11-01T16:46:20.176Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1cd6daaa85eac4eb -C extra-filename=-1cd6daaa85eac4eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3629 | 2023-11-01T16:46:27.471Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3630 | 2023-11-01T16:46:27.474Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0be2d70ba9405363 -C extra-filename=-0be2d70ba9405363 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-844cd977baa4a72a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3631 | 2023-11-01T16:46:28.334Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0d9f588bc4fd3167 -C extra-filename=-0d9f588bc4fd3167 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-282eeb4c5573d511.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-03a1466e1f5e93e4.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-ccb81907c4b78a17.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-90494af026d44ec1.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-f160b03d3a6e70a0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-f30a0c26ba49672c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-a7ba8aa03b86266b.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-fb815a6dfe765808.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-c4da83d5a55438d5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-cf404384f32d9ee0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-31596f1cfd69171c.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-1f46b2dcc29359b1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-db8c7d8154906494.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-1f5aded3f0934012.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-7707dd2a7f3f5fc1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-3d4913af193ba8fa.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-97c08c0a1637e212.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-135bf7ba8ab3ea34.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-5e540ad4941d14f0.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-feeda8e1a2c81b9a.rmeta --extern hashbrown_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b1008f6b16506ac7.rmeta --extern hashbrown_582f2526e08bb6a0=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-6d6730805a801a5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-7738fc6805987963.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-8b8556d46f061241.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-8e044772089bbb07.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-1a2e9d48937a2707.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-111f14b607062773.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-0c37760ceb6b7eb9.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-478723dc69368376.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-a7949414a045b912.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-620f8a0880f8aaa7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-7e84c7b185bf3d8e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-828c5280b551ebd8.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-776cc17a9c34995e.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-194ed5a558afec6b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-dc107dcf8621a51f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-45f9b288087bf8e6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-b2cde58c87913f77.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a3e2c7c6363a38c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fecf14f1af0d3564.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d603c8d4e5059e33.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-15bd9290a6d70f2c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-d3b97ee3b256b9db.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-99d6081e5b4e0d62.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-7da73bc294f1e755.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-366993323cf4be7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-2ba0b9ecd6c51a3f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-dd3c6ac25a9b82e9.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-86c5147d695ab8b0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4bb0cf1e95664d04.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3632 | 2023-11-01T16:46:28.529Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b8567c6c859ef059 -C extra-filename=-b8567c6c859ef059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-5f1458efc5b0cd65.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-d0a44d511eaa248b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3633 | 2023-11-01T16:46:29.862Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3634 | 2023-11-01T16:46:29.895Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0c35618ad16de286 -C extra-filename=-0c35618ad16de286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3635 | 2023-11-01T16:46:32.254Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3636 | 2023-11-01T16:46:33.189Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f84fc0d60e080dbf -C extra-filename=-f84fc0d60e080dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3637 | 2023-11-01T16:46:33.981Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3638 | 2023-11-01T16:46:33.984Z | Running `/home/build/.rustup/toolchains/1.72.1-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=69701584a10762cd -C extra-filename=-69701584a10762cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3639 | 2023-11-01T16:46:33.986Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3640 | 2023-11-01T16:46:33.995Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d1ae00fd19553018 -C extra-filename=-d1ae00fd19553018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3641 | 2023-11-01T16:46:35.477Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3642 | 2023-11-01T16:46:35.481Z | Running `/home/build/.rustup/toolchains/1.72.1-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=661cea99659bba60 -C extra-filename=-661cea99659bba60 --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-661cea99659bba60 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-85d313eb2b3ae2e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6fd79df88f6519b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3643 | 2023-11-01T16:46:35.712Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3644 | 2023-11-01T16:46:35.715Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4a101b59b280bbf6 -C extra-filename=-4a101b59b280bbf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3645 | 2023-11-01T16:46:43.734Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
3646 | 2023-11-01T16:46:43.737Z | Running `/home/build/.rustup/toolchains/1.72.1-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"' -C metadata=a56be42cb556fba8 -C extra-filename=-a56be42cb556fba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0be241183258e54b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7912624515dddc1c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3647 | 2023-11-01T16:46:43.938Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3648 | 2023-11-01T16:46:44.082Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f8e054558d09c96d -C extra-filename=-f8e054558d09c96d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-130c542f575ee06a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3649 | 2023-11-01T16:46:46.776Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3650 | 2023-11-01T16:46:46.779Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e1224ed8aff8cb0c -C extra-filename=-e1224ed8aff8cb0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3651 | 2023-11-01T16:46:49.001Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3652 | 2023-11-01T16:46:49.045Z | Running `/home/build/.rustup/toolchains/1.72.1-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=df725a933f657f80 -C extra-filename=-df725a933f657f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3653 | 2023-11-01T16:46:49.210Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-52931fd6b0aa7aef/build-script-build` |
3654 | 2023-11-01T16:46:50.151Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3655 | 2023-11-01T16:46:50.154Z | Running `/home/build/.rustup/toolchains/1.72.1-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=54f549616f8b2a70 -C extra-filename=-54f549616f8b2a70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0c35618ad16de286.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3656 | 2023-11-01T16:46:50.747Z | Running `/home/build/.rustup/toolchains/1.72.1-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"' -C metadata=12a3432ea615f4a3 -C extra-filename=-12a3432ea615f4a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-63dfa64be61f09ae.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-1262f596ffaf7b55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-d92280b546d84648.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d672aac53d721c2c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-325288f11611527e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3657 | 2023-11-01T16:46:53.597Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fd98a4b29f9cca19 -C extra-filename=-fd98a4b29f9cca19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f977b920649865d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3658 | 2023-11-01T16:46:54.527Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3659 | 2023-11-01T16:46:54.533Z | Running `/home/build/.rustup/toolchains/1.72.1-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=525190b878751be1 -C extra-filename=-525190b878751be1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3660 | 2023-11-01T16:47:01.709Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5b021a02894d9462 -C extra-filename=-5b021a02894d9462 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3661 | 2023-11-01T16:47:01.910Z | Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-661cea99659bba60/build-script-build` |
3662 | 2023-11-01T16:47:02.200Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3663 | 2023-11-01T16:47:02.237Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a9da6c986808fe7d -C extra-filename=-a9da6c986808fe7d --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-a9da6c986808fe7d -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3664 | 2023-11-01T16:47:03.129Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-a9da6c986808fe7d/build-script-build` |
3665 | 2023-11-01T16:47:03.149Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3666 | 2023-11-01T16:47:03.165Z | Running `/home/build/.rustup/toolchains/1.72.1-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=db2121ccbccb495f -C extra-filename=-db2121ccbccb495f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3667 | 2023-11-01T16:47:04.534Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3668 | 2023-11-01T16:47:04.538Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0470a3a1d000597e -C extra-filename=-0470a3a1d000597e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3669 | 2023-11-01T16:47:04.670Z | Running `/home/build/.rustup/toolchains/1.72.1-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=18b69575225a2eb4 -C extra-filename=-18b69575225a2eb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3670 | 2023-11-01T16:47:05.784Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a8017250569972d6 -C extra-filename=-a8017250569972d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3671 | 2023-11-01T16:47:18.912Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3672 | 2023-11-01T16:47:18.943Z | Running `/home/build/.rustup/toolchains/1.72.1-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=36ead63c356b9e83 -C extra-filename=-36ead63c356b9e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e2b5196bde17faa0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-df725a933f657f80.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-94a15987d1f2ba80.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3673 | 2023-11-01T16:47:21.824Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3674 | 2023-11-01T16:47:22.665Z | Running `/home/build/.rustup/toolchains/1.72.1-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=146da711f3926b78 -C extra-filename=-146da711f3926b78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3675 | 2023-11-01T16:47:42.527Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5bbe626a823a20a7 -C extra-filename=-5bbe626a823a20a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3676 | 2023-11-01T16:47:42.779Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3677 | 2023-11-01T16:47:42.835Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b42928b69f9adbc9 -C extra-filename=-b42928b69f9adbc9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b42928b69f9adbc9 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3678 | 2023-11-01T16:47:42.883Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3679 | 2023-11-01T16:47:42.955Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c6fb58fc4ff08ba0 -C extra-filename=-c6fb58fc4ff08ba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3680 | 2023-11-01T16:47:43.036Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-b42928b69f9adbc9/build-script-build` |
3681 | 2023-11-01T16:47:43.077Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3682 | 2023-11-01T16:47:43.132Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b5ec86332d981b03 -C extra-filename=-b5ec86332d981b03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3683 | 2023-11-01T16:47:43.162Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3684 | 2023-11-01T16:47:43.211Z | Running `/home/build/.rustup/toolchains/1.72.1-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=35d4d40e29815584 -C extra-filename=-35d4d40e29815584 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3685 | 2023-11-01T16:47:43.222Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3686 | 2023-11-01T16:47:43.231Z | Running `/home/build/.rustup/toolchains/1.72.1-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=010b1bfacf2ffb08 -C extra-filename=-010b1bfacf2ffb08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3687 | 2023-11-01T16:47:43.271Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3688 | 2023-11-01T16:47:43.286Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=4625db0573d34e3f -C extra-filename=-4625db0573d34e3f --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-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-50180e8112bf05bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fc36a7f490410689.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3689 | 2023-11-01T16:47:43.301Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3690 | 2023-11-01T16:47:43.307Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=fd6d9b4987fbbaeb -C extra-filename=-fd6d9b4987fbbaeb --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-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-b6267b2cc7f0943e.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3691 | 2023-11-01T16:47:43.315Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3692 | 2023-11-01T16:47:43.325Z | Running `/home/build/.rustup/toolchains/1.72.1-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=52060c90a93c9811 -C extra-filename=-52060c90a93c9811 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-66648581ba76637c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-db2121ccbccb495f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3693 | 2023-11-01T16:47:45.175Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3694 | 2023-11-01T16:47:45.182Z | Running `/home/build/.rustup/toolchains/1.72.1-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=62bf0d19b19bcd3e -C extra-filename=-62bf0d19b19bcd3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3695 | 2023-11-01T16:47:46.869Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4e7f274b13b20b8a -C extra-filename=-4e7f274b13b20b8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3696 | 2023-11-01T16:47:47.859Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3697 | 2023-11-01T16:47:47.863Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2aea1d7998efd89f -C extra-filename=-2aea1d7998efd89f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3698 | 2023-11-01T16:47:48.238Z | Running `/home/build/.rustup/toolchains/1.72.1-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=12b0c69b594538d3 -C extra-filename=-12b0c69b594538d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3699 | 2023-11-01T16:47:54.439Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3700 | 2023-11-01T16:47:54.445Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=7351f68ebbeb9fa9 -C extra-filename=-7351f68ebbeb9fa9 --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-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-fd6d9b4987fbbaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4625db0573d34e3f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3701 | 2023-11-01T16:47:59.422Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3702 | 2023-11-01T16:47:59.426Z | Running `/home/build/.rustup/toolchains/1.72.1-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=11a8a14662b21a05 -C extra-filename=-11a8a14662b21a05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-52060c90a93c9811.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3703 | 2023-11-01T16:47:59.526Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b9ed9c97fd995ef5 -C extra-filename=-b9ed9c97fd995ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-da6f485cf295e7f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0c35618ad16de286.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3704 | 2023-11-01T16:48:07.271Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3705 | 2023-11-01T16:48:07.274Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b667def126ce082b -C extra-filename=-b667def126ce082b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b667def126ce082b -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3706 | 2023-11-01T16:48:07.729Z | Running `/home/build/.rustup/toolchains/1.72.1-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=62fa57e00f0d47c5 -C extra-filename=-62fa57e00f0d47c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3707 | 2023-11-01T16:48:07.884Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3708 | 2023-11-01T16:48:07.887Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ba181d2b6776d0cb -C extra-filename=-ba181d2b6776d0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3709 | 2023-11-01T16:48:08.126Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-b667def126ce082b/build-script-build` |
3710 | 2023-11-01T16:48:08.139Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3711 | 2023-11-01T16:48:08.144Z | Running `/home/build/.rustup/toolchains/1.72.1-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=678e834eff484d6d -C extra-filename=-678e834eff484d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3712 | 2023-11-01T16:48:10.431Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4813307c030645a6 -C extra-filename=-4813307c030645a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c9235f547ae9641.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3713 | 2023-11-01T16:48:10.916Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3714 | 2023-11-01T16:48:10.928Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5dc10422885f7600 -C extra-filename=-5dc10422885f7600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3715 | 2023-11-01T16:48:12.143Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3716 | 2023-11-01T16:48:12.155Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=475f12cf3f8b54ea -C extra-filename=-475f12cf3f8b54ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-29c19adb4f126a0f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3717 | 2023-11-01T16:48:15.349Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e3ff3b9c4dbc506a -C extra-filename=-e3ff3b9c4dbc506a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-c4cb72337d2665fb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-12a3432ea615f4a3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4813307c030645a6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-85e2b735f756f5c8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18b69575225a2eb4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a7cbe2ba0e7566be.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3718 | 2023-11-01T16:48:17.559Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3719 | 2023-11-01T16:48:17.591Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6d1b5d6214d37d4f -C extra-filename=-6d1b5d6214d37d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3720 | 2023-11-01T16:48:18.458Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3721 | 2023-11-01T16:48:18.513Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2c50e99c8eb37aff -C extra-filename=-2c50e99c8eb37aff --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2c50e99c8eb37aff -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-85d313eb2b3ae2e7.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-6fd79df88f6519b5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-687f97da0b5dadb1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3722 | 2023-11-01T16:48:21.468Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3723 | 2023-11-01T16:48:21.471Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2f78a5a28bf7b0c2 -C extra-filename=-2f78a5a28bf7b0c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-52060c90a93c9811.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-11a8a14662b21a05.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3724 | 2023-11-01T16:48:22.540Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3725 | 2023-11-01T16:48:22.549Z | Running `/home/build/.rustup/toolchains/1.72.1-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=efb1e800bcfbff29 -C extra-filename=-efb1e800bcfbff29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3726 | 2023-11-01T16:48:23.372Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3727 | 2023-11-01T16:48:23.376Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d02416e22d1d0237 -C extra-filename=-d02416e22d1d0237 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-678e834eff484d6d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3728 | 2023-11-01T16:48:26.387Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5854a5207cf358ef -C extra-filename=-5854a5207cf358ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3729 | 2023-11-01T16:48:28.687Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5cc7a9cc72086710 -C extra-filename=-5cc7a9cc72086710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3730 | 2023-11-01T16:48:30.265Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3731 | 2023-11-01T16:48:30.269Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c70f4a6b542d167c -C extra-filename=-c70f4a6b542d167c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3732 | 2023-11-01T16:48:34.041Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4d5d4c0b59413741 -C extra-filename=-4d5d4c0b59413741 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-efb1e800bcfbff29.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-62bf0d19b19bcd3e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3733 | 2023-11-01T16:48:38.413Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3734 | 2023-11-01T16:48:38.417Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9df5ca2139e92607 -C extra-filename=-9df5ca2139e92607 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6d1b5d6214d37d4f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3735 | 2023-11-01T16:48:44.064Z | Running `/home/build/.rustup/toolchains/1.72.1-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=467765cb412f1479 -C extra-filename=-467765cb412f1479 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3736 | 2023-11-01T16:48:44.924Z | Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2c50e99c8eb37aff/build-script-build` |
3737 | 2023-11-01T16:48:45.270Z | Running `/home/build/.rustup/toolchains/1.72.1-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=53f60916449a6b7e -C extra-filename=-53f60916449a6b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3738 | 2023-11-01T16:48:46.198Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3739 | 2023-11-01T16:48:46.201Z | Running `/home/build/.rustup/toolchains/1.72.1-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=413447752ded754f -C extra-filename=-413447752ded754f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-413447752ded754f -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3740 | 2023-11-01T16:48:46.865Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-413447752ded754f/build-script-build` |
3741 | 2023-11-01T16:48:46.871Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0f59e9a0adc8745f -C extra-filename=-0f59e9a0adc8745f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f4ebc946f4654d04.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-a048596724bee275.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3742 | 2023-11-01T16:48:48.561Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=24c00929cf9034bd -C extra-filename=-24c00929cf9034bd --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-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-bbe9fdba6b5a3076.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-fc36a7f490410689.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3743 | 2023-11-01T16:48:50.321Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=deeca8f64fbb5d14 -C extra-filename=-deeca8f64fbb5d14 --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-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-41710fe1af901699.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3744 | 2023-11-01T16:48:55.324Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=d71ebcd528285c2b -C extra-filename=-d71ebcd528285c2b --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-ba2c5ad6cc3819c4.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-a8fc004cf30cfd85.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-2ad13cb61433983f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-aaf538cacb38ae69.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-4998e2272a1f4663.rmeta --extern path_absolutize=/work/oxidecomputer/omicron/target/debug/deps/libpath_absolutize-253d564943998a84.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-ea5475becae0c580.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-8b4af682f00f4f8e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-e461df278a866dbe.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3745 | 2023-11-01T16:48:55.627Z | Compiling oso v0.27.0 |
3746 | 2023-11-01T16:48:55.630Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ab430343f63715b3 -C extra-filename=-ab430343f63715b3 --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-f771e6df21d51c33.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-f8a186bb5dc45b01.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-66796419f57a71a9.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-790faa53c5390184.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --cap-lints allow -D warnings` |
3747 | 2023-11-01T16:48:55.682Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3748 | 2023-11-01T16:48:55.689Z | Running `/home/build/.rustup/toolchains/1.72.1-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=eea186614ac58db1 -C extra-filename=-eea186614ac58db1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3749 | 2023-11-01T16:48:56.309Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6648399783d07cee -C extra-filename=-6648399783d07cee --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3750 | 2023-11-01T16:49:00.478Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/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"' --cfg 'feature="futures"' --cfg 'feature="generated"' --cfg 'feature="generated-migration"' --cfg 'feature="progenitor"' --cfg 'feature="tokio"' --cfg 'feature="tokio-tungstenite"' -C metadata=08a47b06e32d07d4 -C extra-filename=-08a47b06e32d07d4 --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-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-60d23ba0a73afbf6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a2ea9aafc5290c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3751 | 2023-11-01T16:49:07.346Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=acdb435f26ae8560 -C extra-filename=-acdb435f26ae8560 --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-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-deeca8f64fbb5d14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-24c00929cf9034bd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3752 | 2023-11-01T16:49:07.651Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0573ebf2ee77e073 -C extra-filename=-0573ebf2ee77e073 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18b69575225a2eb4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3753 | 2023-11-01T16:49:07.752Z | Running `/home/build/.rustup/toolchains/1.72.1-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=229d0e7d0964a348 -C extra-filename=-229d0e7d0964a348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-ee7665d458dd6e37.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8a46cebc3dfd1f31.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3754 | 2023-11-01T16:49:08.085Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=77049235969cb012 -C extra-filename=-77049235969cb012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3755 | 2023-11-01T16:49:10.660Z | Running `/home/build/.rustup/toolchains/1.72.1-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=13560374ec52d88a -C extra-filename=-13560374ec52d88a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3756 | 2023-11-01T16:49:11.753Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0340bdbcbd92049d -C extra-filename=-0340bdbcbd92049d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e3ff3b9c4dbc506a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3757 | 2023-11-01T16:49:14.082Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e96648a6c82ff4d8 -C extra-filename=-e96648a6c82ff4d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e3ff3b9c4dbc506a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3758 | 2023-11-01T16:49:15.428Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2843d8d9e64f86a1 -C extra-filename=-2843d8d9e64f86a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-cd3475961d0f5837.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-208aa0cb3b50b315.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3759 | 2023-11-01T16:49:15.507Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3760 | 2023-11-01T16:49:15.551Z | Running `/home/build/.rustup/toolchains/1.72.1-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"' -C metadata=281a265335963195 -C extra-filename=-281a265335963195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3761 | 2023-11-01T16:49:18.584Z | Running `/home/build/.rustup/toolchains/1.72.1-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=733d131a24c3d0d4 -C extra-filename=-733d131a24c3d0d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3762 | 2023-11-01T16:49:18.780Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a114bc36eb296714 -C extra-filename=-a114bc36eb296714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-12a3432ea615f4a3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3763 | 2023-11-01T16:49:18.908Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=0b41b548abc0c1c5 -C extra-filename=-0b41b548abc0c1c5 --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-ba2c5ad6cc3819c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3764 | 2023-11-01T16:49:19.304Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3765 | 2023-11-01T16:49:19.309Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=8826e6dae06cf00a -C extra-filename=-8826e6dae06cf00a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3766 | 2023-11-01T16:49:21.243Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5e700e66bc660cda -C extra-filename=-5e700e66bc660cda --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-733d131a24c3d0d4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5854a5207cf358ef.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0f59e9a0adc8745f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5cc7a9cc72086710.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3767 | 2023-11-01T16:49:21.517Z | Running `/home/build/.rustup/toolchains/1.72.1-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=928ba0551903fb7c -C extra-filename=-928ba0551903fb7c --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-f771e6df21d51c33.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-817a6c1181774b8a.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-66796419f57a71a9.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-11fa3b3cc122321d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --cap-lints allow -D warnings` |
3768 | 2023-11-01T16:49:21.899Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 /home/build/.cargo/git/checkouts/omicron-d039c41f152bda83/3dcc8d2/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=cd5626567f89b1a1 -C extra-filename=-cd5626567f89b1a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-0b41b548abc0c1c5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3769 | 2023-11-01T16:49:22.808Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3770 | 2023-11-01T16:49:22.817Z | Running `/home/build/.rustup/toolchains/1.72.1-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=982a9957b5a7fc49 -C extra-filename=-982a9957b5a7fc49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3771 | 2023-11-01T16:49:23.548Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7dd4712cbac0c354 -C extra-filename=-7dd4712cbac0c354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3772 | 2023-11-01T16:49:24.179Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3773 | 2023-11-01T16:49:24.185Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e22d1e51ef53e49a -C extra-filename=-e22d1e51ef53e49a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6d1b5d6214d37d4f.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9df5ca2139e92607.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3774 | 2023-11-01T16:49:26.156Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f184cfd4e4c35e45 -C extra-filename=-f184cfd4e4c35e45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-56357e494166dcb3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-12a3432ea615f4a3.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-7dd4712cbac0c354.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5d51ea0c4f1cc83f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3775 | 2023-11-01T16:49:26.741Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3776 | 2023-11-01T16:49:26.788Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8d137855b8c7f22d -C extra-filename=-8d137855b8c7f22d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3777 | 2023-11-01T16:49:31.493Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1c135fe7e740279d -C extra-filename=-1c135fe7e740279d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-8fcf8e4df4be0e37.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-635a40907a48adea.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-7c9235f547ae9641.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e3ff3b9c4dbc506a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-3a07ea09a0a14a56.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3778 | 2023-11-01T16:49:32.001Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3779 | 2023-11-01T16:49:32.035Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1238142a184d86cc -C extra-filename=-1238142a184d86cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3780 | 2023-11-01T16:49:36.828Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3781 | 2023-11-01T16:49:37.151Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fc9e954cce59ff84 -C extra-filename=-fc9e954cce59ff84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3782 | 2023-11-01T16:49:39.019Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6b75716c20b7f49f -C extra-filename=-6b75716c20b7f49f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3783 | 2023-11-01T16:50:00.062Z | Running `/home/build/.rustup/toolchains/1.72.1-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=45cad632a46c8708 -C extra-filename=-45cad632a46c8708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2b8c4ebcdfb543e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-41e3a14352e8a3ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b3af6d0e0bda5821.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4080cdfd12d50d60.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-3a3880947b45af1e.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-1f1788e52dc9cdd4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3784 | 2023-11-01T16:50:02.014Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b94198bd575b707d -C extra-filename=-b94198bd575b707d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5854a5207cf358ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3785 | 2023-11-01T16:50:02.249Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3786 | 2023-11-01T16:50:02.652Z | Running `/home/build/.rustup/toolchains/1.72.1-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=13e7c6d8cb91ad3d -C extra-filename=-13e7c6d8cb91ad3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3787 | 2023-11-01T16:50:02.751Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3788 | 2023-11-01T16:50:02.880Z | Running `/home/build/.rustup/toolchains/1.72.1-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=22854e785e50db69 -C extra-filename=-22854e785e50db69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-982a9957b5a7fc49.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-db2121ccbccb495f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3789 | 2023-11-01T16:50:08.804Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dd91b6071207f815 -C extra-filename=-dd91b6071207f815 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18b69575225a2eb4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5854a5207cf358ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6648399783d07cee.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2843d8d9e64f86a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3790 | 2023-11-01T16:50:12.214Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a63e36e99bb7de22 -C extra-filename=-a63e36e99bb7de22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e3ff3b9c4dbc506a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3791 | 2023-11-01T16:50:12.448Z | Running `/home/build/.rustup/toolchains/1.72.1-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"' -C metadata=c60c1cfacbff9cad -C extra-filename=-c60c1cfacbff9cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3792 | 2023-11-01T16:50:15.369Z | Running `/home/build/.rustup/toolchains/1.72.1-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=596ce7464e16feec -C extra-filename=-596ce7464e16feec --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-d84f235069490dac.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-469cbe4f254c4942.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-0f7168c1b51f6d6d.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b6a9e060cc098cb0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-6e083666603c4e01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-18f2756b78a7ea38.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3793 | 2023-11-01T16:50:16.689Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=4f4368e0c32745aa -C extra-filename=-4f4368e0c32745aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3794 | 2023-11-01T16:50:17.089Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3ebb31bf135cc306 -C extra-filename=-3ebb31bf135cc306 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f184cfd4e4c35e45.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-008380a2e50ac4e0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3795 | 2023-11-01T16:50:20.236Z | Running `/home/build/.rustup/toolchains/1.72.1-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=80e7dbee8530ca0f -C extra-filename=-80e7dbee8530ca0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a114bc36eb296714.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3796 | 2023-11-01T16:50:20.343Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bd1c8f26b529d699 -C extra-filename=-bd1c8f26b529d699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-bb3989e3a9425633.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3797 | 2023-11-01T16:50:24.495Z | Running `/home/build/.rustup/toolchains/1.72.1-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=90fcb2b295ee9a65 -C extra-filename=-90fcb2b295ee9a65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f184cfd4e4c35e45.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-596ce7464e16feec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-3ebb31bf135cc306.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3798 | 2023-11-01T16:50:27.461Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3799 | 2023-11-01T16:50:27.488Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9d7c258bc358d7e0 -C extra-filename=-9d7c258bc358d7e0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-9d7c258bc358d7e0 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3800 | 2023-11-01T16:50:28.069Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3801 | 2023-11-01T16:50:28.075Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b2e1e054dcce0359 -C extra-filename=-b2e1e054dcce0359 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-b2e1e054dcce0359 -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-69701584a10762cd.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3802 | 2023-11-01T16:50:28.683Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-b2e1e054dcce0359/build-script-build` |
3803 | 2023-11-01T16:50:28.768Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-9d7c258bc358d7e0/build-script-build` |
3804 | 2023-11-01T16:50:28.782Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3805 | 2023-11-01T16:50:28.816Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4448a59d394e8b18 -C extra-filename=-4448a59d394e8b18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bd1c8f26b529d699.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3806 | 2023-11-01T16:50:30.822Z | Running `/home/build/.rustup/toolchains/1.72.1-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=00ebed277f735395 -C extra-filename=-00ebed277f735395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ba181d2b6776d0cb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-43335d8015ff33ac.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4d5d4c0b59413741.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-efb1e800bcfbff29.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3807 | 2023-11-01T16:50:31.245Z | Running `/home/build/.rustup/toolchains/1.72.1-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=05ff9ba51fdb118d -C extra-filename=-05ff9ba51fdb118d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-fb815a6dfe765808.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45cad632a46c8708.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3808 | 2023-11-01T16:50:40.124Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6e5d494dd9dc5445 -C extra-filename=-6e5d494dd9dc5445 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a114bc36eb296714.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-ebe19ba3b8a7e9d3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6b75716c20b7f49f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3809 | 2023-11-01T16:50:40.151Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3810 | 2023-11-01T16:50:40.170Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c92801b7ce7ca521 -C extra-filename=-c92801b7ce7ca521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b5ec86332d981b03.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-1238142a184d86cc.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-62bf0d19b19bcd3e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6d1b5d6214d37d4f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3811 | 2023-11-01T16:50:42.516Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3812 | 2023-11-01T16:50:42.535Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d0b5f1c81eeccfca -C extra-filename=-d0b5f1c81eeccfca --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e22d1e51ef53e49a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3813 | 2023-11-01T16:50:50.485Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c76188496770cc4f -C extra-filename=-c76188496770cc4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-55002714d77a523f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b576408f3790d3c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21661c039cf92114.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5eb86af7beb0e008.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-35faf7145bb9417c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c75947462ce33d85.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6b75716c20b7f49f.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6e5d494dd9dc5445.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3814 | 2023-11-01T16:50:56.297Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6040717a95c38593 -C extra-filename=-6040717a95c38593 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0340bdbcbd92049d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e96648a6c82ff4d8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f4ebc946f4654d04.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-aaa50ed2fad21659.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b3af6d0e0bda5821.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-12a3432ea615f4a3.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-80e7dbee8530ca0f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a114bc36eb296714.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0f59e9a0adc8745f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e3ff3b9c4dbc506a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45cad632a46c8708.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6b75716c20b7f49f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3815 | 2023-11-01T16:51:02.449Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b8c4ca8aa17d5d12 -C extra-filename=-b8c4ca8aa17d5d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3816 | 2023-11-01T16:51:03.158Z | Running `/home/build/.rustup/toolchains/1.72.1-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=16f533b70e5fd865 -C extra-filename=-16f533b70e5fd865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-80e7dbee8530ca0f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a114bc36eb296714.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3817 | 2023-11-01T16:51:06.977Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bc3a56f08312410f -C extra-filename=-bc3a56f08312410f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e22d1e51ef53e49a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d0b5f1c81eeccfca.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3818 | 2023-11-01T16:51:10.307Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e0f841ede8749d80 -C extra-filename=-e0f841ede8749d80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e22d1e51ef53e49a.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-d0b5f1c81eeccfca.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3819 | 2023-11-01T16:51:13.619Z | Running `/home/build/.rustup/toolchains/1.72.1-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=59857329c194c1a1 -C extra-filename=-59857329c194c1a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-1238142a184d86cc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3820 | 2023-11-01T16:51:17.576Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e01ab0dca040dc1e -C extra-filename=-e01ab0dca040dc1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-91d66c4daefd4c2a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ba181d2b6776d0cb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4473b1c84cc4d592.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5e700e66bc660cda.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-733d131a24c3d0d4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5854a5207cf358ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5cc7a9cc72086710.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3821 | 2023-11-01T16:51:24.773Z | Running `/home/build/.rustup/toolchains/1.72.1-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=acf2da38ed514bb9 -C extra-filename=-acf2da38ed514bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d02416e22d1d0237.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-678e834eff484d6d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3822 | 2023-11-01T16:51:41.544Z | Running `/home/build/.rustup/toolchains/1.72.1-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=59d6ec77942ce484 -C extra-filename=-59d6ec77942ce484 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13560374ec52d88a.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4d5d4c0b59413741.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-00ebed277f735395.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-efb1e800bcfbff29.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-eea186614ac58db1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-678e834eff484d6d.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-281a265335963195.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3823 | 2023-11-01T16:51:42.693Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0d3472eb79c6fca1 -C extra-filename=-0d3472eb79c6fca1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e22d1e51ef53e49a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6d1b5d6214d37d4f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9df5ca2139e92607.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3824 | 2023-11-01T16:51:45.118Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4c7179b6587290dd -C extra-filename=-4c7179b6587290dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-96a357733ff3263a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-55002714d77a523f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-d3e47da13ea8dfbb.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-7b576408f3790d3c.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-21661c039cf92114.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-5eb86af7beb0e008.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-35faf7145bb9417c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-47edb859bf961370.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-3e317e62e1aef1be.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-c75947462ce33d85.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-f4cc2d93810d5310.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-c76188496770cc4f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6b75716c20b7f49f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6e5d494dd9dc5445.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3825 | 2023-11-01T16:51:47.617Z | Running `/home/build/.rustup/toolchains/1.72.1-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=11dfd3927884f947 -C extra-filename=-11dfd3927884f947 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18b69575225a2eb4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5854a5207cf358ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6648399783d07cee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-dd91b6071207f815.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2843d8d9e64f86a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3826 | 2023-11-01T16:51:58.291Z | Running `/home/build/.rustup/toolchains/1.72.1-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=de25fc2f64a059eb -C extra-filename=-de25fc2f64a059eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18b69575225a2eb4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5854a5207cf358ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6648399783d07cee.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-dd91b6071207f815.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2843d8d9e64f86a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3827 | 2023-11-01T16:51:58.385Z | Running `/home/build/.rustup/toolchains/1.72.1-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=eb98eed1ce1a644c -C extra-filename=-eb98eed1ce1a644c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-fb815a6dfe765808.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-05ff9ba51fdb118d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45cad632a46c8708.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3828 | 2023-11-01T16:51:58.417Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f013741f05f8497e -C extra-filename=-f013741f05f8497e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8d137855b8c7f22d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3829 | 2023-11-01T16:52:03.725Z | Running `/home/build/.rustup/toolchains/1.72.1-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=787a0c93813b6e26 -C extra-filename=-787a0c93813b6e26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8d137855b8c7f22d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3830 | 2023-11-01T16:52:07.002Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ae1bdaac7e9714ce -C extra-filename=-ae1bdaac7e9714ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0340bdbcbd92049d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e96648a6c82ff4d8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-2e1d16e1b4fcec6f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-f4ebc946f4654d04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-c3c28f089340dd8e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-aaa50ed2fad21659.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-b3af6d0e0bda5821.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-12a3432ea615f4a3.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-80e7dbee8530ca0f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-a114bc36eb296714.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-0f59e9a0adc8745f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-1506b044121151f3.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e3ff3b9c4dbc506a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-12b87fb20abdd900.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-45cad632a46c8708.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-229d0e7d0964a348.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6b75716c20b7f49f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-6040717a95c38593.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3831 | 2023-11-01T16:52:11.980Z | Running `/home/build/.rustup/toolchains/1.72.1-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=14f3821971b387ee -C extra-filename=-14f3821971b387ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b5ec86332d981b03.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-22854e785e50db69.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-982a9957b5a7fc49.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-1238142a184d86cc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-62bf0d19b19bcd3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8d137855b8c7f22d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6d1b5d6214d37d4f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c92801b7ce7ca521.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9df5ca2139e92607.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3832 | 2023-11-01T16:52:12.608Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8a5ba4b8d8acfcf5 -C extra-filename=-8a5ba4b8d8acfcf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b5ec86332d981b03.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-22854e785e50db69.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-982a9957b5a7fc49.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-1238142a184d86cc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-62bf0d19b19bcd3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8d137855b8c7f22d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6d1b5d6214d37d4f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-c92801b7ce7ca521.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9df5ca2139e92607.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3833 | 2023-11-01T16:52:16.925Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d87c653338256e73 -C extra-filename=-d87c653338256e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4f4368e0c32745aa.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a63e36e99bb7de22.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5e700e66bc660cda.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e01ab0dca040dc1e.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-733d131a24c3d0d4.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b94198bd575b707d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5854a5207cf358ef.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6648399783d07cee.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2843d8d9e64f86a1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c60c1cfacbff9cad.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0573ebf2ee77e073.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5cc7a9cc72086710.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3834 | 2023-11-01T16:52:21.400Z | Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
3835 | 2023-11-01T16:52:21.409Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bc41d09f73530d79 -C extra-filename=-bc41d09f73530d79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-ef760d58fdfdcb12.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-4448a59d394e8b18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3836 | 2023-11-01T16:52:23.932Z | Running `/home/build/.rustup/toolchains/1.72.1-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=143d3486874aa5ce -C extra-filename=-143d3486874aa5ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-4448a59d394e8b18.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bd1c8f26b529d699.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3837 | 2023-11-01T16:52:25.480Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a38a4a4ca7ea9efa -C extra-filename=-a38a4a4ca7ea9efa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e22d1e51ef53e49a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6d1b5d6214d37d4f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9df5ca2139e92607.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3838 | 2023-11-01T16:52:28.354Z | Running `/home/build/.rustup/toolchains/1.72.1-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=631a3ee78b5bc9c7 -C extra-filename=-631a3ee78b5bc9c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-b254769a148d5883.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-e22d1e51ef53e49a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3839 | 2023-11-01T16:52:28.979Z | Running `/home/build/.rustup/toolchains/1.72.1-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=097613b04b3cb3bb -C extra-filename=-097613b04b3cb3bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-bd1c8f26b529d699.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-4a2d475cc77cdac3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-e08aeceaa1b02ae6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-c5f644c1b249bcae.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3840 | 2023-11-01T16:52:29.048Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3e7e55bec9ef75e4 -C extra-filename=-3e7e55bec9ef75e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-22854e785e50db69.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-982a9957b5a7fc49.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-db2121ccbccb495f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-ba66dfe46f120b6c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3841 | 2023-11-01T16:52:32.503Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1bf87b0391290f3f -C extra-filename=-1bf87b0391290f3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b5ec86332d981b03.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-21cc87868e0e96d3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-22854e785e50db69.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-982a9957b5a7fc49.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-1238142a184d86cc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-62bf0d19b19bcd3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-d8a2d906efefc81b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8d137855b8c7f22d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6d1b5d6214d37d4f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9df5ca2139e92607.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3842 | 2023-11-01T16:52:32.667Z | Running `/home/build/.rustup/toolchains/1.72.1-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=7492f876f190ba4c -C extra-filename=-7492f876f190ba4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-66648581ba76637c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-db2121ccbccb495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-52060c90a93c9811.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-11a8a14662b21a05.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3843 | 2023-11-01T16:52:38.802Z | Running `/home/build/.rustup/toolchains/1.72.1-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=894e0230bc42da52 -C extra-filename=-894e0230bc42da52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-232a3860334462ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-56357e494166dcb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-12a3432ea615f4a3.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-7dd4712cbac0c354.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-f184cfd4e4c35e45.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-6285dc69fecfe350.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5d51ea0c4f1cc83f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-bbd38ee5fb1879bb.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3844 | 2023-11-01T16:52:39.244Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cfa0a21532d9c2e6 -C extra-filename=-cfa0a21532d9c2e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-1238142a184d86cc.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3845 | 2023-11-01T16:52:39.938Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d37d7263b54b213f -C extra-filename=-d37d7263b54b213f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-91d66c4daefd4c2a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-7375f3ef9ec50070.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-90fcb2b295ee9a65.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-25ff51be749310b5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18b69575225a2eb4.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5e700e66bc660cda.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e01ab0dca040dc1e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5854a5207cf358ef.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6648399783d07cee.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5cc7a9cc72086710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-62fd123e37519506.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-481fdddc9b7e9c9b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3846 | 2023-11-01T16:52:48.826Z | Running `/home/build/.rustup/toolchains/1.72.1-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=55cf39fffadb0120 -C extra-filename=-55cf39fffadb0120 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-7d5b0c521a1c8140.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-982a9957b5a7fc49.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-db2121ccbccb495f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-ba66dfe46f120b6c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3847 | 2023-11-01T16:53:05.065Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e0208f8fa78506ff -C extra-filename=-e0208f8fa78506ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-8d137855b8c7f22d.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3848 | 2023-11-01T16:53:08.045Z | Running `/home/build/.rustup/toolchains/1.72.1-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=dad0e7f4fe057070 -C extra-filename=-dad0e7f4fe057070 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d02416e22d1d0237.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-678e834eff484d6d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3849 | 2023-11-01T16:53:11.495Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b65d10ce441aa962 -C extra-filename=-b65d10ce441aa962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d02416e22d1d0237.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-678e834eff484d6d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3850 | 2023-11-01T16:53:15.100Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6c80871638bd9c6e -C extra-filename=-6c80871638bd9c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-dff6c1b8806c4e6e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-b86238e65158f13b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-45237e3bc34c8af6.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-d1f7b310295782f5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7554649587e1441a.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-59b5b1ca22c78e27.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-b5773f86976bf9c1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6d1b5d6214d37d4f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-9df5ca2139e92607.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3851 | 2023-11-01T16:53:31.385Z | Running `/home/build/.rustup/toolchains/1.72.1-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=55e065c37f3d8033 -C extra-filename=-55e065c37f3d8033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3852 | 2023-11-01T16:53:40.183Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9706604d99a348b1 -C extra-filename=-9706604d99a348b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3853 | 2023-11-01T16:53:48.767Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2854cd2b99174bd7 -C extra-filename=-2854cd2b99174bd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3854 | 2023-11-01T16:53:50.049Z | Running `/home/build/.rustup/toolchains/1.72.1-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=77aa4fcf98afe40b -C extra-filename=-77aa4fcf98afe40b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3855 | 2023-11-01T16:53:51.457Z | Running `/home/build/.rustup/toolchains/1.72.1-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=98885d9e890bd286 -C extra-filename=-98885d9e890bd286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3856 | 2023-11-01T16:53:53.048Z | Running `/home/build/.rustup/toolchains/1.72.1-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=30adaf0c5f5aeb00 -C extra-filename=-30adaf0c5f5aeb00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3857 | 2023-11-01T16:54:05.550Z | Running `/home/build/.rustup/toolchains/1.72.1-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=715a2776a2577e40 -C extra-filename=-715a2776a2577e40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-afead1a050d43242.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-b8544d18c4be0732.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-5bd486eb393b6aee.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-c10f4f7c2b3a4873.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-15e39771a9c6078e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3858 | 2023-11-01T16:54:09.416Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8f5eaa9664fafbaa -C extra-filename=-8f5eaa9664fafbaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-2498884576e8ad17.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-a56f4533ffbea430.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-90e47ce7457113b7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-d1e98c5379e5888d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c70f4a6b542d167c.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3859 | 2023-11-01T16:54:13.277Z | Running `/home/build/.rustup/toolchains/1.72.1-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=15cd918691b3cc57 -C extra-filename=-15cd918691b3cc57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3860 | 2023-11-01T16:54:13.653Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a086eb712a87ac3e -C extra-filename=-a086eb712a87ac3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-66648581ba76637c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-db2121ccbccb495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-11a8a14662b21a05.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3861 | 2023-11-01T16:54:18.889Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e4b0826fbe5efd3f -C extra-filename=-e4b0826fbe5efd3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-52060c90a93c9811.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3862 | 2023-11-01T16:54:20.387Z | Running `/home/build/.rustup/toolchains/1.72.1-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=220405b05eb8d790 -C extra-filename=-220405b05eb8d790 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-52060c90a93c9811.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-11a8a14662b21a05.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3863 | 2023-11-01T16:54:24.258Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c854b63231672f6e -C extra-filename=-c854b63231672f6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-66648581ba76637c.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-db2121ccbccb495f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-52060c90a93c9811.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-11a8a14662b21a05.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3864 | 2023-11-01T16:54:25.443Z | Running `/home/build/.rustup/toolchains/1.72.1-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=55639f7d4eb96b20 -C extra-filename=-55639f7d4eb96b20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-52060c90a93c9811.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-11a8a14662b21a05.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-33bfc34e2feab3da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3865 | 2023-11-01T16:54:27.090Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e9abecedf9b0fceb -C extra-filename=-e9abecedf9b0fceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-678e834eff484d6d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3866 | 2023-11-01T16:54:28.038Z | Running `/home/build/.rustup/toolchains/1.72.1-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=65f0d1211bd472cc -C extra-filename=-65f0d1211bd472cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-678e834eff484d6d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3867 | 2023-11-01T16:54:28.298Z | Running `/home/build/.rustup/toolchains/1.72.1-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=03617d6329da8419 -C extra-filename=-03617d6329da8419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4e7f274b13b20b8a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3868 | 2023-11-01T16:54:28.743Z | Running `/home/build/.rustup/toolchains/1.72.1-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=54b8dada14658e78 -C extra-filename=-54b8dada14658e78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4e7f274b13b20b8a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3869 | 2023-11-01T16:54:32.106Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3cb4fd1eb4ac441f -C extra-filename=-3cb4fd1eb4ac441f --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-efb1e800bcfbff29.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-62bf0d19b19bcd3e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3870 | 2023-11-01T16:54:32.836Z | Running `/home/build/.rustup/toolchains/1.72.1-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=093598597af12022 -C extra-filename=-093598597af12022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-6d1b5d6214d37d4f.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3871 | 2023-11-01T16:54:34.795Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e850cb885c6b7f94 -C extra-filename=-e850cb885c6b7f94 --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3872 | 2023-11-01T16:54:43.799Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b6d101363cfc532c -C extra-filename=-b6d101363cfc532c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3873 | 2023-11-01T16:54:49.530Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4b214bc4270d92db -C extra-filename=-4b214bc4270d92db --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-e2b5196bde17faa0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-df725a933f657f80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-94a15987d1f2ba80.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3874 | 2023-11-01T16:54:52.909Z | Running `/home/build/.rustup/toolchains/1.72.1-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=360810deb637462b -C extra-filename=-360810deb637462b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-c9cba8be14d9ea19.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-d5d25d46cb43563c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3875 | 2023-11-01T16:54:55.436Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2437c20545ee2fe6 -C extra-filename=-2437c20545ee2fe6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3876 | 2023-11-01T16:55:02.453Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b890856acfca1a2c -C extra-filename=-b890856acfca1a2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out` |
3877 | 2023-11-01T16:55:07.337Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2293cccb02a9d919 -C extra-filename=-2293cccb02a9d919 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-146da711f3926b78.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3878 | 2023-11-01T16:55:11.938Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2b430b0b94ba835a -C extra-filename=-2b430b0b94ba835a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3879 | 2023-11-01T16:55:12.439Z | Running `/home/build/.rustup/toolchains/1.72.1-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=8a8c91f5d1dd5728 -C extra-filename=-8a8c91f5d1dd5728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3880 | 2023-11-01T16:55:15.214Z | Running `/home/build/.rustup/toolchains/1.72.1-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=97b484a8eda7abcb -C extra-filename=-97b484a8eda7abcb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3881 | 2023-11-01T16:55:16.026Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3ce1f8a6a153dae9 -C extra-filename=-3ce1f8a6a153dae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3882 | 2023-11-01T16:55:16.711Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2cb6d9d079cbe2fd -C extra-filename=-2cb6d9d079cbe2fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3883 | 2023-11-01T16:55:18.493Z | Running `/home/build/.rustup/toolchains/1.72.1-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=3728aa8a2bde86a2 -C extra-filename=-3728aa8a2bde86a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3884 | 2023-11-01T16:55:18.821Z | Running `/home/build/.rustup/toolchains/1.72.1-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=68a9be37c3ab1621 -C extra-filename=-68a9be37c3ab1621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3885 | 2023-11-01T16:55:19.717Z | Running `/home/build/.rustup/toolchains/1.72.1-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=60049a75db48fd3b -C extra-filename=-60049a75db48fd3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0c35618ad16de286.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-cf127ee9e54dc488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-639bd16172f9cd41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3886 | 2023-11-01T16:55:20.004Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a51543f8c9200de7 -C extra-filename=-a51543f8c9200de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-475d8cc36192ded0.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-d11b806d9919b2bb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3887 | 2023-11-01T16:55:21.317Z | Running `/home/build/.rustup/toolchains/1.72.1-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"' -C metadata=727ddbaa02c60ac6 -C extra-filename=-727ddbaa02c60ac6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3888 | 2023-11-01T16:55:21.825Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3889 | 2023-11-01T16:55:21.828Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fdf8d46cfea6250e -C extra-filename=-fdf8d46cfea6250e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3890 | 2023-11-01T16:55:25.369Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ba16803c01ff2b7e -C extra-filename=-ba16803c01ff2b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3891 | 2023-11-01T16:55:37.995Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a65064963f329cc6 -C extra-filename=-a65064963f329cc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-5774af50a8e48f6f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a7961f0d7fe7c07f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-7e6853dd44b23429.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-9be29461d58e3318.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-413978468d86a1fd.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-8ee59001044cb413.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3892 | 2023-11-01T16:55:45.007Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3893 | 2023-11-01T16:55:45.012Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5bc0d6aafffc9c21 -C extra-filename=-5bc0d6aafffc9c21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3894 | 2023-11-01T16:55:47.360Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3895 | 2023-11-01T16:55:47.384Z | Running `/home/build/.rustup/toolchains/1.72.1-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=79e215eb1ad672fd -C extra-filename=-79e215eb1ad672fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-fdc62c05801c4a0e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3896 | 2023-11-01T16:55:56.059Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a87473fe65b3d693 -C extra-filename=-a87473fe65b3d693 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3897 | 2023-11-01T16:56:08.144Z | Running `/home/build/.rustup/toolchains/1.72.1-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=1e1bda429da71836 -C extra-filename=-1e1bda429da71836 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3898 | 2023-11-01T16:56:21.843Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6a1eeddbbc8b4685 -C extra-filename=-6a1eeddbbc8b4685 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-e3a527b596ec5093.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-67af7ec5eec9fdb2.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3899 | 2023-11-01T16:56:22.353Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c47ef45ac8286bea -C extra-filename=-c47ef45ac8286bea --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-e34ace3cae01a413.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-89fbc6e9413c9530.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-0c35618ad16de286.so --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-cf127ee9e54dc488.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-639bd16172f9cd41.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3900 | 2023-11-01T16:56:22.409Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6cbd6e8dcad44127 -C extra-filename=-6cbd6e8dcad44127 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-2f523a89f6109928.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-08b016a9188ac00e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-1a03d81885b79d46.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fe1dc465c7097af7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e431b9bb1b0fed71.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3901 | 2023-11-01T16:56:23.208Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f0d51a7ec7177d04 -C extra-filename=-f0d51a7ec7177d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3902 | 2023-11-01T16:56:25.990Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b3b2b7b2767e22b1 -C extra-filename=-b3b2b7b2767e22b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-021505f18bc0cefc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3903 | 2023-11-01T16:56:35.143Z | Running `/home/build/.rustup/toolchains/1.72.1-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"' -C metadata=7eab715e72936e80 -C extra-filename=-7eab715e72936e80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-0be241183258e54b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-7912624515dddc1c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c1ae5ae2e25876e6.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3904 | 2023-11-01T16:56:39.345Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f653286bda04bd70 -C extra-filename=-f653286bda04bd70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3905 | 2023-11-01T16:56:45.419Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f7a91e8b24983091 -C extra-filename=-f7a91e8b24983091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-1dfce92cb519156b.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-7361b1a016d3615a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3906 | 2023-11-01T16:56:45.840Z | Running `/home/build/.rustup/toolchains/1.72.1-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=34e7cbccfbc1729a -C extra-filename=-34e7cbccfbc1729a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-130c542f575ee06a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-ed8d2a4807be5a28.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3907 | 2023-11-01T16:57:07.988Z | Running `/home/build/.rustup/toolchains/1.72.1-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=52ce2f571537992d -C extra-filename=-52ce2f571537992d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3908 | 2023-11-01T16:57:08.615Z | Running `/home/build/.rustup/toolchains/1.72.1-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=a5ec9d7194331eae -C extra-filename=-a5ec9d7194331eae --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-8e8fb50c11f76811.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f2abfcb6c70cf6ba.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-afee5f4e0d082cdb.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-7299ccd4570522b5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-db744c94c8df920e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-c570c02e115a34e9.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-0eb5e9b7e5ea9c91.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-7925e2f5a7b97d4e.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-ab2e52a17e5fa09a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-4a101b59b280bbf6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3909 | 2023-11-01T16:57:08.802Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f15c3674b8dce310 -C extra-filename=-f15c3674b8dce310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3910 | 2023-11-01T16:57:18.665Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0bb62c58cabcebf8 -C extra-filename=-0bb62c58cabcebf8 --out-dir /work/oxidecomputer/omicron/target/debug/examples -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3911 | 2023-11-01T16:57:22.709Z | Running `/home/build/.rustup/toolchains/1.72.1-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=cededdd67066609d -C extra-filename=-cededdd67066609d --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3912 | 2023-11-01T16:57:22.868Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b226b7f2968d2c15 -C extra-filename=-b226b7f2968d2c15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-30e224a2dea97db5.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-096baf33883e90fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4ebf3aa24377495c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-65ff712cdc192fd3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-f94fa546cf161404.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib` |
3913 | 2023-11-01T16:57:25.203Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d1d2dbd5054cdded -C extra-filename=-d1d2dbd5054cdded --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-c688f5001495eed8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3914 | 2023-11-01T16:57:26.848Z | Running `/home/build/.rustup/toolchains/1.72.1-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=869f1aee2e310773 -C extra-filename=-869f1aee2e310773 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-844cd977baa4a72a.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8c6be73626d78fb3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3915 | 2023-11-01T16:57:28.566Z | Running `/home/build/.rustup/toolchains/1.72.1-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=51634d6e995b8fb0 -C extra-filename=-51634d6e995b8fb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3916 | 2023-11-01T16:57:29.262Z | Running `/home/build/.rustup/toolchains/1.72.1-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=81ada06f66ab6ae8 -C extra-filename=-81ada06f66ab6ae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3917 | 2023-11-01T16:57:31.459Z | Running `/home/build/.rustup/toolchains/1.72.1-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=60d221ac57be04b1 -C extra-filename=-60d221ac57be04b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3918 | 2023-11-01T16:57:32.941Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3919 | 2023-11-01T16:57:32.969Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ddd2465f9ebefa26 -C extra-filename=-ddd2465f9ebefa26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-621874363df8df27.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3920 | 2023-11-01T16:57:33.311Z | Running `/home/build/.rustup/toolchains/1.72.1-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=702d242b77410689 -C extra-filename=-702d242b77410689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3921 | 2023-11-01T16:57:34.102Z | Running `/home/build/.rustup/toolchains/1.72.1-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=5237d5ab4ac1f411 -C extra-filename=-5237d5ab4ac1f411 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3922 | 2023-11-01T16:57:35.769Z | Running `/home/build/.rustup/toolchains/1.72.1-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=538c387f7b3d2025 -C extra-filename=-538c387f7b3d2025 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-58e6b367499d83fa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-fe1298402e7c1f8b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-577a284e9bcc389a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-8512bc6ae7bced04.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-1e57ecf3a9cc839d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c8099370d93784b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-b33ad495b446e2a7.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib` |
3923 | 2023-11-01T16:57:54.007Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.15.2+1.6.4/lib.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=cf190df5c5a767f6 -C extra-filename=-cf190df5c5a767f6 --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-951633e8fd59a40d.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-efc8aa8cbc70d1df.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored` |
3924 | 2023-11-01T16:57:54.969Z | Compiling git2 v0.17.2 |
3925 | 2023-11-01T16:57:54.972Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.17.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C metadata=a74210296b8089c3 -C extra-filename=-a74210296b8089c3 --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-237bfdbc957aefc2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-cf190df5c5a767f6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-7d9cf9ba132625c1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-4ddeb6fc7fa00215.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64` |
3926 | 2023-11-01T16:58:07.368Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' -C metadata=54c5ada4c385cec6 -C extra-filename=-54c5ada4c385cec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-a74210296b8089c3.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-ff4f2380a2041af8.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-0876d83c46113eb5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64 --cfg stable --cfg msrv` |
3927 | 2023-11-01T16:58:09.560Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3928 | 2023-11-01T16:58:09.563Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/common/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=04c8a3568aaf17a3 -C extra-filename=-04c8a3568aaf17a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-04c8a3568aaf17a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-54c5ada4c385cec6.rlib --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build -L native=/usr/lib/amd64` |
3929 | 2023-11-01T16:58:11.098Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-04c8a3568aaf17a3/build-script-build` |
3930 | 2023-11-01T16:58:11.273Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=3b38371b2326c1f2 -C extra-filename=-3b38371b2326c1f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-45003a76cfc2b032.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-4261ab6c3ca24398.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-41e0e36fed47255d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d0a55b9fae8929cb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-6817a26b5d6556c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3931 | 2023-11-01T16:58:11.276Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/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=e0842a3ae094a9f2 -C extra-filename=-e0842a3ae094a9f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-dd8804495b048268.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-88b92fb0d37ef97a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-2796f4240060362d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fbaa5a57a4bb9a3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bd6b937bf77c27f.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-e6cc28ed4ccb075d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3932 | 2023-11-01T16:58:13.008Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3933 | 2023-11-01T16:58:13.011Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbcaf33c00dd38b7 -C extra-filename=-dbcaf33c00dd38b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3b38371b2326c1f2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-a3badb27cc5ccab4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3934 | 2023-11-01T16:58:13.432Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_protocol --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4eabd75040b28c07 -C extra-filename=-4eabd75040b28c07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e0842a3ae094a9f2.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-3601e16433f2ad36.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out` |
3935 | 2023-11-01T16:58:17.192Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6a2e840793422e8e -C extra-filename=-6a2e840793422e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-6e8b3614361ee1b9.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8a8229ee5ddbd344.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-3b38371b2326c1f2.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-dbcaf33c00dd38b7.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-46a5cef56c574a55.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-2e4b787c2de71c9f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4625db0573d34e3f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7351f68ebbeb9fa9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-03bf0b56351116c5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-12adbac498b5722e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-0eabbfc450d049f9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-58dc6fbc49c86966.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-8aea0bd7d0a4ba50.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3936 | 2023-11-01T16:58:20.203Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/da534e7/upstairs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3c9859b71439abb5 -C extra-filename=-3c9859b71439abb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes_gcm_siv=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm_siv-42861dbc0a9d741b.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-8a8229ee5ddbd344.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-e0842a3ae094a9f2.rmeta --extern crucible_protocol=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_protocol-4eabd75040b28c07.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-81839d72bbae0dab.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-15f20dc26df54122.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-24c00929cf9034bd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-acdb435f26ae8560.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-2c416f3ca71bac21.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern ringbuffer=/work/oxidecomputer/omicron/target/debug/deps/libringbuffer-506308780fdbe2f1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-6bf1e926804fe7ce.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bd6b937bf77c27f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-538c134b846122d1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3937 | 2023-11-01T16:58:35.883Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3938 | 2023-11-01T16:58:35.887Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crucible"' --cfg 'feature="crucible-client-types"' --cfg 'feature="crucible-full"' --cfg 'feature="nexus-client"' --cfg 'feature="oximeter"' -C metadata=70b69766bd603452 -C extra-filename=-70b69766bd603452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-fd0c3d07c4812ab5.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-be38ad5d671379f5.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-b6d8f5240dbd67ce.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-6fb8385a046b069a.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-6a2e840793422e8e.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-034a68bbd7338261.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-fd6d9b4987fbbaeb.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4625db0573d34e3f.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-29070728fa7d7b28.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-e7094a66105ef2e2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-a8b552d56cedba39.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-7d16738dcf693ae8.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3939 | 2023-11-01T16:58:56.030Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3940 | 2023-11-01T16:58:56.034Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c9cb644fe866feec -C extra-filename=-c9cb644fe866feec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-70b69766bd603452.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3941 | 2023-11-01T16:58:56.826Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3942 | 2023-11-01T16:58:56.829Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=adb7efed71689ab4 -C extra-filename=-adb7efed71689ab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-c9cb644fe866feec.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3943 | 2023-11-01T16:58:58.192Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3944 | 2023-11-01T16:58:58.196Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/bin/propolis-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mock-only"' -C metadata=9d61313c21e68d8b -C extra-filename=-9d61313c21e68d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-318a6ebbcda68aba.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-e951acd70516eeb8.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-40ca70e57e9b8103.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-23286d2a23822630.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-5030ec565d15b283.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-475f12cf3f8b54ea.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-fd6d9b4987fbbaeb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-bfc820fda52ed62f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-4625db0573d34e3f.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-7351f68ebbeb9fa9.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-70b69766bd603452.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-adb7efed71689ab4.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-e7094a66105ef2e2.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-118ac254ebefcc62.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-d0a55b9fae8929cb.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ea6c1e668f253a43.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-eebe6f93b7495c72.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
3945 | 2023-11-01T16:59:11.745Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3946 | 2023-11-01T16:59:11.866Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bcbfb2d5c9b9cb08 -C extra-filename=-bcbfb2d5c9b9cb08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4e7f274b13b20b8a.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b5ec86332d981b03.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-df725a933f657f80.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3947 | 2023-11-01T16:59:12.016Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="crucible"' --cfg 'feature="crucible-client-types"' --cfg 'feature="crucible-full"' --cfg 'feature="nexus-client"' --cfg 'feature="oximeter"' -C metadata=540a8b9fda355ed5 -C extra-filename=-540a8b9fda355ed5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-63dfa64be61f09ae.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-1486aaee3f323cc1.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-a06a5efbe71c3fa2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-fca2ca054f4fc8df.rmeta --extern crucible=/work/oxidecomputer/omicron/target/debug/deps/libcrucible-3c9859b71439abb5.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-3da2617207199aec.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-deeca8f64fbb5d14.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-24c00929cf9034bd.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-60d23ba0a73afbf6.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-44a60e4fc0beb3e6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-47be508dcfcfa82e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-588b8227574195be.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3948 | 2023-11-01T16:59:26.346Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d04c5f6cf9989056 -C extra-filename=-d04c5f6cf9989056 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-540a8b9fda355ed5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3949 | 2023-11-01T16:59:27.159Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3dec2de410024b07 -C extra-filename=-3dec2de410024b07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-d04c5f6cf9989056.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64` |
3950 | 2023-11-01T16:59:28.482Z | Running `/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/4019eb1/bin/propolis-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mock-only"' -C metadata=cc52291479cbcae3 -C extra-filename=-cc52291479cbcae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-80c6ba2741a8fc15.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bit_field=/work/oxidecomputer/omicron/target/debug/deps/libbit_field-37facc953fec2bbb.rmeta --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-6d24d4dfec88b70d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-d61a7d73c89ead88.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-9d2e0359d709204c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-cd5626567f89b1a1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-deeca8f64fbb5d14.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-8eb137e487e40ed3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-24c00929cf9034bd.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-acdb435f26ae8560.rmeta --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-540a8b9fda355ed5.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-3dec2de410024b07.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-44a60e4fc0beb3e6.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-d33fa3901706b9ff.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-aeb4063bf79bcef0.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-fbaa5a57a4bb9a3b.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-bf8ee3426d2f6eed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a2ea9aafc5290c1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-a5ada7efac379163.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64` |
3951 | 2023-11-01T16:59:37.012Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c1c4f3077486a819 -C extra-filename=-c1c4f3077486a819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rmeta --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1c135fe7e740279d.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0340bdbcbd92049d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e96648a6c82ff4d8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0a1c3427c38d2194.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-12a3432ea615f4a3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4813307c030645a6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18b69575225a2eb4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d672aac53d721c2c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0573ebf2ee77e073.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rmeta --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-cc52291479cbcae3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5cc7a9cc72086710.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e3ff3b9c4dbc506a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a7cbe2ba0e7566be.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3952 | 2023-11-01T16:59:40.006Z | Running `/home/build/.rustup/toolchains/1.72.1-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=ddc10e1b980fd30c -C extra-filename=-ddc10e1b980fd30c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4e7f274b13b20b8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b5ec86332d981b03.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-df725a933f657f80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3953 | 2023-11-01T17:00:00.274Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3954 | 2023-11-01T17:00:00.278Z | Running `/home/build/.rustup/toolchains/1.72.1-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=11509bcca7baa8f3 -C extra-filename=-11509bcca7baa8f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-00ebed277f735395.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-eea186614ac58db1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-d02416e22d1d0237.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-46aebd9158e6f817.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3955 | 2023-11-01T17:00:31.547Z | Running `/home/build/.rustup/toolchains/1.72.1-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=2e394afb0728e92c -C extra-filename=-2e394afb0728e92c --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e01ab0dca040dc1e.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b94198bd575b707d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5854a5207cf358ef.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c1c4f3077486a819.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-596ce7464e16feec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6648399783d07cee.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-dd91b6071207f815.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0573ebf2ee77e073.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-fdf8bee5624521f1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3956 | 2023-11-01T17:01:27.628Z | Running `/home/build/.rustup/toolchains/1.72.1-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=10eea6990339d4ee -C extra-filename=-10eea6990339d4ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4e7f274b13b20b8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b5ec86332d981b03.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-df725a933f657f80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3957 | 2023-11-01T17:01:27.706Z | Running `/home/build/.rustup/toolchains/1.72.1-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=fe266ff40a8ba12e -C extra-filename=-fe266ff40a8ba12e --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-ba181d2b6776d0cb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c6fb58fc4ff08ba0.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-43335d8015ff33ac.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4d5d4c0b59413741.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-efb1e800bcfbff29.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-11509bcca7baa8f3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3958 | 2023-11-01T17:01:28.401Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b23d3cae55b678ce -C extra-filename=-b23d3cae55b678ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4e7f274b13b20b8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b5ec86332d981b03.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-df725a933f657f80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3959 | 2023-11-01T17:01:29.352Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b44498519083e246 -C extra-filename=-b44498519083e246 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13560374ec52d88a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4d5d4c0b59413741.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-00ebed277f735395.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-efb1e800bcfbff29.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-eea186614ac58db1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-11509bcca7baa8f3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-678e834eff484d6d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-281a265335963195.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3960 | 2023-11-01T17:01:33.147Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b1c78f8474b7aa81 -C extra-filename=-b1c78f8474b7aa81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4e7f274b13b20b8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b5ec86332d981b03.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-df725a933f657f80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3961 | 2023-11-01T17:01:51.608Z | Running `/home/build/.rustup/toolchains/1.72.1-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=c974665dcb1a4c1a -C extra-filename=-c974665dcb1a4c1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1c135fe7e740279d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0340bdbcbd92049d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e96648a6c82ff4d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-12a3432ea615f4a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4813307c030645a6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18b69575225a2eb4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c1c4f3077486a819.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d672aac53d721c2c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0573ebf2ee77e073.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-cc52291479cbcae3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5cc7a9cc72086710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e3ff3b9c4dbc506a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a7cbe2ba0e7566be.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3962 | 2023-11-01T17:01:51.768Z | Running `/home/build/.rustup/toolchains/1.72.1-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=d5f3339f4f286160 -C extra-filename=-d5f3339f4f286160 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1c135fe7e740279d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0340bdbcbd92049d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e96648a6c82ff4d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-12a3432ea615f4a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4813307c030645a6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18b69575225a2eb4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c1c4f3077486a819.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d672aac53d721c2c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0573ebf2ee77e073.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-cc52291479cbcae3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5cc7a9cc72086710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e3ff3b9c4dbc506a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a7cbe2ba0e7566be.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3963 | 2023-11-01T17:01:52.212Z | Running `/home/build/.rustup/toolchains/1.72.1-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=4424534b85ef87b9 -C extra-filename=-4424534b85ef87b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-3a3a8afe028596ac.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-4e7f274b13b20b8a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-b5ec86332d981b03.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-999a16c5ebd06ca3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-cb012b6dc451b338.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-ed49286a1418352b.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-5bbe626a823a20a7.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-2b539087163b61f2.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-65b5fb261a2fbbb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-fa5fc02d37082992.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-a56be42cb556fba8.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-df725a933f657f80.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-fc5191793ebac439.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-58aac9722dc74e91.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-38f429c074f6002c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-9d61313c21e68d8b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serial_test=/work/oxidecomputer/omicron/target/debug/deps/libserial_test-78843ef44f37ce13.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-b7323d080b792bf5.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-36ead63c356b9e83.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c1cb337141f0da16.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-44ced2ee8af48a54.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-8b8f69e5c87d2414.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b4b027f3adf62c18.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-aac53c077f622ee3.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-be0cb31ca6c36c77.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-755e70298ed1b9bb.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3964 | 2023-11-01T17:02:03.123Z | Running `/home/build/.rustup/toolchains/1.72.1-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=004e559d8d966743 -C extra-filename=-004e559d8d966743 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-eea186614ac58db1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-11509bcca7baa8f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-59d6ec77942ce484.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3965 | 2023-11-01T17:02:11.252Z | Running `/home/build/.rustup/toolchains/1.72.1-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=e1b666cf4f327e2a -C extra-filename=-e1b666cf4f327e2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4d5d4c0b59413741.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-00ebed277f735395.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-11509bcca7baa8f3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-59d6ec77942ce484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2e12fbcfa9b7f2f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3966 | 2023-11-01T17:02:12.811Z | Running `/home/build/.rustup/toolchains/1.72.1-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=79f5a3eec99d45c2 -C extra-filename=-79f5a3eec99d45c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13560374ec52d88a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4d5d4c0b59413741.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-00ebed277f735395.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-efb1e800bcfbff29.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-eea186614ac58db1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-11509bcca7baa8f3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-59d6ec77942ce484.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-678e834eff484d6d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-281a265335963195.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3967 | 2023-11-01T17:02:14.398Z | Running `/home/build/.rustup/toolchains/1.72.1-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=488f2985854dd817 -C extra-filename=-488f2985854dd817 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13560374ec52d88a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4d5d4c0b59413741.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-00ebed277f735395.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-efb1e800bcfbff29.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-eea186614ac58db1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-11509bcca7baa8f3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-59d6ec77942ce484.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-678e834eff484d6d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-281a265335963195.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3968 | 2023-11-01T17:02:17.150Z | Running `/home/build/.rustup/toolchains/1.72.1-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=bb5a9d9b88f685e4 -C extra-filename=-bb5a9d9b88f685e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-f2067ebe1995322f.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-e1224ed8aff8cb0c.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4d5d4c0b59413741.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-00ebed277f735395.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-11509bcca7baa8f3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-59d6ec77942ce484.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-e2e12fbcfa9b7f2f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-b726358839b3ee11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3969 | 2023-11-01T17:02:19.884Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0645e68330533cb7 -C extra-filename=-0645e68330533cb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bincode=/work/oxidecomputer/omicron/target/debug/deps/libbincode-80e950208a1c11dd.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-1c135fe7e740279d.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-0340bdbcbd92049d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-55888b3cf4c7447b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-03a5ab950ca73182.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-3c0e7eb12fc38c46.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c4a0a1a78bdcbb21.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-e96648a6c82ff4d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-e6b4ea7ed68fff08.so --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-467765cb412f1479.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-9424837649549af3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-fadeb72e52d23892.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0a1c3427c38d2194.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-12a3432ea615f4a3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3f89cd07508cd947.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4813307c030645a6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-18b69575225a2eb4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c1c4f3077486a819.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-d672aac53d721c2c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0573ebf2ee77e073.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-1a959748c4116a85.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-ca2d640c3efba059.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern propolis_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server-cc52291479cbcae3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-2d82f5393582eb26.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5cc7a9cc72086710.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-e3ff3b9c4dbc506a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-8c2788b0ba3be2ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-cf018927a3737292.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-c79c2fd55f4220f8.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-a7cbe2ba0e7566be.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-15cfa47a55451c6b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-0ba4f66e2a3ffdcf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-4f79f9f9d4624323.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3970 | 2023-11-01T17:02:31.738Z | Running `/home/build/.rustup/toolchains/1.72.1-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=6330d58e731e914b -C extra-filename=-6330d58e731e914b --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-8c4b18693be4e9af.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-90fcb2b295ee9a65.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-9cc2d99f4c1c58f7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b94198bd575b707d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-2e394afb0728e92c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d87c653338256e73.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-c1c4f3077486a819.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-596ce7464e16feec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-b6a9e060cc098cb0.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-5aaa5f4569b36052.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-5d51ea0c4f1cc83f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3971 | 2023-11-01T17:02:31.953Z | Running `/home/build/.rustup/toolchains/1.72.1-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=f020faad36dec897 -C extra-filename=-f020faad36dec897 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-de9d8e932b97828e.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-f231f1db6094f1f8.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c0a884fd652c2175.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-4f2adfca6954c3ae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-84f5a1062849ca51.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-65f0a5b9aa27f6b0.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-393079a73f8b3c53.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-3133ab9b876662c7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-7f6847416d7a586c.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-8826e6dae06cf00a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-273444a7f6b14b30.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-0470a3a1d000597e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f84fc0d60e080dbf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-a8017250569972d6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-164cdabbd0ca18b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d1ae00fd19553018.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-e615e1d5b19650cb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fa48ed58b25dfdb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-b5f2f8fd72808bca.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-c62c26bb3bc42781.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-3c7ef234742d4d7f.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6a367927f45a7531.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-525190b878751be1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-330c871f3d192e5f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-3c99362b4aacff3c.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-31315c5ec54d9eb8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-1ad0b7378139616a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13560374ec52d88a.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-3dcd79f611d2156d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-b22b6623aaea9916.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4d5d4c0b59413741.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-00ebed277f735395.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-efb1e800bcfbff29.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-eea186614ac58db1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-11509bcca7baa8f3.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-13e7c6d8cb91ad3d.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-010b1bfacf2ffb08.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-bb0070c692d0fca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-59d6ec77942ce484.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-0be2d70ba9405363.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-dffc32915439d36d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8ccf5249499d3ec0.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-af907919575e41a1.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-41c6f4d0ac14140f.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-646fb759dadfad9e.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-ab430343f63715b3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-54f549616f8b2a70.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-5dc10422885f7600.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-678e834eff484d6d.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-281a265335963195.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2aea1d7998efd89f.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-8c1780e13885d002.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-f696754fa8dc0fb4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-886f8d4dae3c1a25.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-707e7169a1568639.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-d18a7434c8a87610.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4a65a770a50579ee.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-832475e8c6b10412.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-c7b40e82f63f4ae7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-4ecfbf899a12e38f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-5971d950b8db3b19.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-72a8fc23c420a699.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-97758babae601491.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-d385f67da7e44b36.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-42370874ccbb2736.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-61772b8e80787c9c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e5099f1082b7c4e8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-e18c481408ad2194.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-fb7604a1a33787a3.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-f37542964a946a64.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-2a433a9ee5892e60.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-35d4d40e29815584.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-c980b89733709780.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-92bfa0559792adb6.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-b3334cae29d15269.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-5836e2a5244b09b9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-c80f03b6ec900ffd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-17bd510c94228d39.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-b6d31a377a413cb1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-7dc16e433b13a265.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-5da9f46e1a667f5e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a81303f4524f1d53.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-0761444a689f85dc.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-f610ebabab3e9f05.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d93f9957b2560cc0.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-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3972 | 2023-11-01T17:02:40.666Z | Running `/home/build/.rustup/toolchains/1.72.1-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=b998a8f07dfe3257 -C extra-filename=-b998a8f07dfe3257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4f4368e0c32745aa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a63e36e99bb7de22.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5e700e66bc660cda.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e01ab0dca040dc1e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-733d131a24c3d0d4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b94198bd575b707d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5854a5207cf358ef.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d87c653338256e73.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6648399783d07cee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2843d8d9e64f86a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c60c1cfacbff9cad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0573ebf2ee77e073.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5cc7a9cc72086710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3973 | 2023-11-01T17:02:59.723Z | Running `/home/build/.rustup/toolchains/1.72.1-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=0f3bb3aeaa4756cb -C extra-filename=-0f3bb3aeaa4756cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85727a65f2ef0e54.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d2888d1226a49068.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-cde40b1e5460b78c.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-c51a83c80e38f6e3.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-d51e5e9ea59c9da3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-bc6d8ba924edd9c6.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-f2a031c83219c682.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ba2c5ad6cc3819c4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4fa0de64df2759dc.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-12dae31d0c990ec6.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-77049235969cb012.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-4f4368e0c32745aa.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-5b021a02894d9462.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53f60916449a6b7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-5ee607476039effd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-01cb437184e12f0a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5fb0f80fbc938a42.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-62fa57e00f0d47c5.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-9d55635047bea2e8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-fd7a8b888af6f4b2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-065c702e72289fd3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-f18ad2b4f7e42dbf.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-12b0c69b594538d3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-a3f2bbb1cb3be415.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-5989520b66fa0dce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-ba1bb0cfb667bb3b.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-a63e36e99bb7de22.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-84f920f39e21a911.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-6e0b9f7bf94a5b1d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-5e700e66bc660cda.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-e01ab0dca040dc1e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-733d131a24c3d0d4.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b94198bd575b707d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-5854a5207cf358ef.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-46b5a067a728fb98.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-b8567c6c859ef059.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d87c653338256e73.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-fd98a4b29f9cca19.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-0d9f588bc4fd3167.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-195040b02b177146.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-878eee0db71a2cfb.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-a453485417867f18.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-ff9478a143bb4b59.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-928ba0551903fb7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-b9ed9c97fd995ef5.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-6648399783d07cee.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-2843d8d9e64f86a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-c60c1cfacbff9cad.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-0573ebf2ee77e073.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-391a1ef21204af5e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-25659d6272c5f3e6.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-888510a1dffd1cc6.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-8941563805680825.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-08a47b06e32d07d4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-3ea74bcbc130599d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-a157337a24dcb7f3.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-87994350ea06ae1a.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-03c8990544e304c9.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a0b3b5439b6ec56f.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-b4b77bab84f4406c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-0687e8647cca9e82.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-2f7879f4b86b667f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-0a12ce2110a94ad2.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-a79ff521aceff8c1.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-f2f0b2e51cda1c6f.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5e1d835b81178bae.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-5cc7a9cc72086710.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-963e5de6824495e7.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-ceb79fdff76abd9e.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-192b1d55db9c452e.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-1ebd621134d8acbe.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-bf20d5166841d334.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5f64dc6819ef678e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-2666dc1e27be8b4d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-d9ce96cf778302ef.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0773500468b2395d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-add7283db860befb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-d71ebcd528285c2b.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-d8e6d0dbea8df651.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-36ae4547e3a6e6be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-a169f199810ce08f.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/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-4e554edf952aff8e/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3974 | 2023-11-01T17:03:06.997Z | Running `/home/build/.rustup/toolchains/1.72.1-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=9af3e9a3c8d2ca80 -C extra-filename=-9af3e9a3c8d2ca80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -C incremental=/work/oxidecomputer/omicron/target/debug/incremental -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-c2bfe975986fcee0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-de857346a4753d4e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-bf1f7eae8e3a98e9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-258f77005d15f95f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b5d3f46b57b4c945.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f056325f4235f267.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-520a82150b2d2200.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-3822c7e6330eccda.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-2f78a5a28bf7b0c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-951633e8fd59a40d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-eea186614ac58db1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-11509bcca7baa8f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-1cd6daaa85eac4eb.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-59d6ec77942ce484.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-bcbfb2d5c9b9cb08.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-f8e054558d09c96d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f34a2fe6c2866d8b.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-deefcc0d6652aa7a.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-fc9e954cce59ff84.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-36095fb9666f8367.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-1b1f4d64517d5a2e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-b0e2eb2850d8a32b.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-c54798b1f61c5ac0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-0a450447ae64a739.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-718688c80c44a9e1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-474e427290744ca9.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-712f4fe4409e1f22.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out -L native=/usr/lib/amd64` |
3975 | 2023-11-01T17:16:07.001Z | Finished test [unoptimized + debuginfo] target(s) in 40m 19s |
3976 | 2023-11-01T17:16:07.408Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-5237d5ab4ac1f411` |
3977 | 2023-11-01T17:16:07.415Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-360810deb637462b` |
3978 | 2023-11-01T17:16:07.418Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-54b8dada14658e78` |
3979 | 2023-11-01T17:16:07.421Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-03617d6329da8419` |
3980 | 2023-11-01T17:16:07.423Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-2437c20545ee2fe6` |
3981 | 2023-11-01T17:16:07.426Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-ddd2465f9ebefa26` |
3982 | 2023-11-01T17:16:07.429Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-5bc0d6aafffc9c21` |
3983 | 2023-11-01T17:16:07.432Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-538c387f7b3d2025` |
3984 | 2023-11-01T17:16:07.435Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-b890856acfca1a2c` |
3985 | 2023-11-01T17:16:07.441Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-a65064963f329cc6` |
3986 | 2023-11-01T17:16:07.443Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-68a9be37c3ab1621` |
3987 | 2023-11-01T17:16:07.446Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-3728aa8a2bde86a2` |
3988 | 2023-11-01T17:16:07.448Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-97b484a8eda7abcb` |
3989 | 2023-11-01T17:16:07.451Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-3ce1f8a6a153dae9` |
3990 | 2023-11-01T17:16:07.454Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-98885d9e890bd286` |
3991 | 2023-11-01T17:16:07.456Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-55e065c37f3d8033` |
3992 | 2023-11-01T17:16:07.459Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-30adaf0c5f5aeb00` |
3993 | 2023-11-01T17:16:07.462Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-51634d6e995b8fb0` |
3994 | 2023-11-01T17:16:07.465Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-ba16803c01ff2b7e` |
3995 | 2023-11-01T17:16:07.468Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-79e215eb1ad672fd` |
3996 | 2023-11-01T17:16:07.470Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-81ada06f66ab6ae8` |
3997 | 2023-11-01T17:16:07.473Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-220405b05eb8d790` |
3998 | 2023-11-01T17:16:07.476Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-7eab715e72936e80` |
3999 | 2023-11-01T17:16:07.478Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-55cf39fffadb0120` |
4000 | 2023-11-01T17:16:07.481Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-3e7e55bec9ef75e4` |
4001 | 2023-11-01T17:16:07.484Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-b6d101363cfc532c` |
4002 | 2023-11-01T17:16:07.487Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-2293cccb02a9d919` |
4003 | 2023-11-01T17:16:07.489Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-cfa0a21532d9c2e6` |
4004 | 2023-11-01T17:16:07.501Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-59857329c194c1a1` |
4005 | 2023-11-01T17:16:07.504Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-2b430b0b94ba835a` |
4006 | 2023-11-01T17:16:07.507Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-2cb6d9d079cbe2fd` |
4007 | 2023-11-01T17:16:07.509Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-fdf8d46cfea6250e` |
4008 | 2023-11-01T17:16:07.512Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-b3b2b7b2767e22b1` |
4009 | 2023-11-01T17:16:07.515Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-6a1eeddbbc8b4685` |
4010 | 2023-11-01T17:16:07.517Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-15cd918691b3cc57` |
4011 | 2023-11-01T17:16:07.520Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-f15c3674b8dce310` |
4012 | 2023-11-01T17:16:07.523Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-3cb4fd1eb4ac441f` |
4013 | 2023-11-01T17:16:07.525Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-fe266ff40a8ba12e` |
4014 | 2023-11-01T17:16:07.528Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-f0d51a7ec7177d04` |
4015 | 2023-11-01T17:16:07.530Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-a87473fe65b3d693` |
4016 | 2023-11-01T17:16:07.533Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-f7a91e8b24983091` |
4017 | 2023-11-01T17:16:07.536Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-b226b7f2968d2c15` |
4018 | 2023-11-01T17:16:07.539Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-bc41d09f73530d79` |
4019 | 2023-11-01T17:16:07.541Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-004e559d8d966743` |
4020 | 2023-11-01T17:16:07.544Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-9af3e9a3c8d2ca80` |
4021 | 2023-11-01T17:16:07.547Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-a086eb712a87ac3e` |
4022 | 2023-11-01T17:16:07.550Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-c854b63231672f6e` |
4023 | 2023-11-01T17:16:07.552Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-7492f876f190ba4c` |
4024 | 2023-11-01T17:16:07.555Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-b44498519083e246` |
4025 | 2023-11-01T17:16:07.558Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-488f2985854dd817` |
4026 | 2023-11-01T17:16:07.561Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-79f5a3eec99d45c2` |
4027 | 2023-11-01T17:16:07.564Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-f020faad36dec897` |
4028 | 2023-11-01T17:16:07.566Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-bb5a9d9b88f685e4` |
4029 | 2023-11-01T17:16:07.569Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-e1b666cf4f327e2a` |
4030 | 2023-11-01T17:16:07.572Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-097613b04b3cb3bb` |
4031 | 2023-11-01T17:16:07.574Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-143d3486874aa5ce` |
4032 | 2023-11-01T17:16:07.578Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-869f1aee2e310773` |
4033 | 2023-11-01T17:16:07.580Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-60d221ac57be04b1` |
4034 | 2023-11-01T17:16:07.583Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-ddc10e1b980fd30c` |
4035 | 2023-11-01T17:16:07.586Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-b1c78f8474b7aa81` |
4036 | 2023-11-01T17:16:07.589Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-10eea6990339d4ee` |
4037 | 2023-11-01T17:16:07.591Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-b23d3cae55b678ce` |
4038 | 2023-11-01T17:16:07.594Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-4424534b85ef87b9` |
4039 | 2023-11-01T17:16:07.596Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-34e7cbccfbc1729a` |
4040 | 2023-11-01T17:16:07.599Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-d1d2dbd5054cdded` |
4041 | 2023-11-01T17:16:07.602Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-c47ef45ac8286bea` |
4042 | 2023-11-01T17:16:07.605Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-60049a75db48fd3b` |
4043 | 2023-11-01T17:16:07.608Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-cededdd67066609d` |
4044 | 2023-11-01T17:16:07.612Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-e9abecedf9b0fceb` |
4045 | 2023-11-01T17:16:07.614Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-dad0e7f4fe057070` |
4046 | 2023-11-01T17:16:07.617Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-b65d10ce441aa962` |
4047 | 2023-11-01T17:16:07.620Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-acf2da38ed514bb9` |
4048 | 2023-11-01T17:16:07.623Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-a51543f8c9200de7` |
4049 | 2023-11-01T17:16:07.627Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-65f0d1211bd472cc` |
4050 | 2023-11-01T17:16:07.629Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-727ddbaa02c60ac6` |
4051 | 2023-11-01T17:16:07.632Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-702d242b77410689` |
4052 | 2023-11-01T17:16:07.635Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-8a8c91f5d1dd5728` |
4053 | 2023-11-01T17:16:07.638Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-1e1bda429da71836` |
4054 | 2023-11-01T17:16:07.640Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-4b214bc4270d92db` |
4055 | 2023-11-01T17:16:07.644Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-e4b0826fbe5efd3f` |
4056 | 2023-11-01T17:16:07.646Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-55639f7d4eb96b20` |
4057 | 2023-11-01T17:16:07.649Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-8f5eaa9664fafbaa` |
4058 | 2023-11-01T17:16:07.652Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-e0208f8fa78506ff` |
4059 | 2023-11-01T17:16:07.654Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-f013741f05f8497e` |
4060 | 2023-11-01T17:16:07.657Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-787a0c93813b6e26` |
4061 | 2023-11-01T17:16:07.660Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-6cbd6e8dcad44127` |
4062 | 2023-11-01T17:16:07.663Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-f653286bda04bd70` |
4063 | 2023-11-01T17:16:07.666Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-6c80871638bd9c6e` |
4064 | 2023-11-01T17:16:07.671Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-a38a4a4ca7ea9efa` |
4065 | 2023-11-01T17:16:07.680Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-0d3472eb79c6fca1` |
4066 | 2023-11-01T17:16:07.683Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-52ce2f571537992d` |
4067 | 2023-11-01T17:16:07.686Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-631a3ee78b5bc9c7` |
4068 | 2023-11-01T17:16:07.689Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-bc3a56f08312410f` |
4069 | 2023-11-01T17:16:07.692Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-e0f841ede8749d80` |
4070 | 2023-11-01T17:16:07.695Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-1bf87b0391290f3f` |
4071 | 2023-11-01T17:16:07.699Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-8a5ba4b8d8acfcf5` |
4072 | 2023-11-01T17:16:07.701Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-14f3821971b387ee` |
4073 | 2023-11-01T17:16:07.705Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-093598597af12022` |
4074 | 2023-11-01T17:16:07.708Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/xtask-00932c7c04e0eba2` |
4075 | 2023-11-01T17:16:08.005Z | |
4076 | 2023-11-01T17:16:08.008Z | real 40:20.142663665 |
4077 | 2023-11-01T17:16:08.010Z | user 3:51:33.485707739 |
4078 | 2023-11-01T17:16:08.013Z | sys 27:41.721435273 |
4079 | 2023-11-01T17:16:08.016Z | trap 10.928861511 |
4080 | 2023-11-01T17:16:08.019Z | tflt 7.936278075 |
4081 | 2023-11-01T17:16:08.021Z | dflt 36.498630672 |
4082 | 2023-11-01T17:16:08.024Z | kflt 0.036100105 |
4083 | 2023-11-01T17:16:08.026Z | lock 7:35:11.560176219 |
4084 | 2023-11-01T17:16:08.029Z | slp 14:26:01.015275399 |
4085 | 2023-11-01T17:16:08.032Z | lat 7:47.048293843 |
4086 | 2023-11-01T17:16:08.034Z | stop 12:18.977043406 |
4087 | 2023-11-01T17:16:09.999Z | |
4088 | 2023-11-01T17:16:10.004Z | ##### ###### #### ##### |
4089 | 2023-11-01T17:16:10.007Z | # # # # |
4090 | 2023-11-01T17:16:10.010Z | # ##### #### # |
4091 | 2023-11-01T17:16:10.013Z | # # # # |
4092 | 2023-11-01T17:16:10.016Z | # # # # # |
4093 | 2023-11-01T17:16:10.018Z | # ###### #### # |
4094 | 2023-11-01T17:16:10.021Z | |
4095 | 2023-11-01T17:16:11.004Z | Downloading crates ... |
4096 | 2023-11-01T17:16:11.952Z | Downloaded android-tzdata v0.1.1 |
4097 | 2023-11-01T17:16:11.967Z | Downloaded windows-targets v0.42.2 |
4098 | 2023-11-01T17:16:11.986Z | Downloaded rdrand v0.4.0 |
4099 | 2023-11-01T17:16:12.007Z | Downloaded iana-time-zone-haiku v0.1.2 |
4100 | 2023-11-01T17:16:12.014Z | Downloaded security-framework-sys v2.9.1 |
4101 | 2023-11-01T17:16:12.028Z | Downloaded errno-dragonfly v0.1.2 |
4102 | 2023-11-01T17:16:12.052Z | Downloaded rand_hc v0.2.0 |
4103 | 2023-11-01T17:16:12.089Z | Downloaded russh-cryptovec v0.7.0 |
4104 | 2023-11-01T17:16:12.113Z | Downloaded rand_core v0.3.1 |
4105 | 2023-11-01T17:16:12.124Z | Downloaded wasi v0.9.0+wasi-snapshot-preview1 |
4106 | 2023-11-01T17:16:12.138Z | Downloaded schannel v0.1.22 |
4107 | 2023-11-01T17:16:12.149Z | Downloaded redox_users v0.4.3 |
4108 | 2023-11-01T17:16:12.170Z | Downloaded android_system_properties v0.1.5 |
4109 | 2023-11-01T17:16:12.184Z | Downloaded dirs-sys v0.4.1 |
4110 | 2023-11-01T17:16:12.199Z | Downloaded redox_syscall v0.3.5 |
4111 | 2023-11-01T17:16:12.211Z | Downloaded md5 v0.7.0 |
4112 | 2023-11-01T17:16:12.217Z | Downloaded option-ext v0.2.0 |
4113 | 2023-11-01T17:16:12.223Z | Downloaded critical-section v1.1.2 |
4114 | 2023-11-01T17:16:12.232Z | Downloaded ghash v0.5.0 |
4115 | 2023-11-01T17:16:12.240Z | Downloaded rand v0.7.3 |
4116 | 2023-11-01T17:16:12.249Z | Downloaded fs2 v0.4.3 |
4117 | 2023-11-01T17:16:12.252Z | Downloaded wasm-bindgen-shared v0.2.87 |
4118 | 2023-11-01T17:16:12.256Z | Downloaded dirs v5.0.1 |
4119 | 2023-11-01T17:16:12.259Z | Downloaded hermit-abi v0.1.19 |
4120 | 2023-11-01T17:16:12.263Z | Downloaded wasm-bindgen-futures v0.4.37 |
4121 | 2023-11-01T17:16:12.265Z | Downloaded atomic-polyfill v0.1.11 |
4122 | 2023-11-01T17:16:12.268Z | Downloaded windows-targets v0.48.5 |
4123 | 2023-11-01T17:16:12.271Z | Downloaded fuchsia-cprng v0.1.1 |
4124 | 2023-11-01T17:16:12.274Z | Downloaded anstyle-wincon v2.1.0 |
4125 | 2023-11-01T17:16:12.277Z | Downloaded rand_core v0.4.2 |
4126 | 2023-11-01T17:16:12.280Z | Downloaded redox_syscall v0.2.16 |
4127 | 2023-11-01T17:16:12.283Z | Downloaded pbkdf2 v0.11.0 |
4128 | 2023-11-01T17:16:12.286Z | Downloaded cbc v0.1.2 |
4129 | 2023-11-01T17:16:12.289Z | Downloaded blowfish v0.9.1 |
4130 | 2023-11-01T17:16:12.292Z | Downloaded security-framework v2.9.2 |
4131 | 2023-11-01T17:16:12.294Z | Downloaded core-foundation-sys v0.8.4 |
4132 | 2023-11-01T17:16:12.321Z | Downloaded wasm-bindgen-macro-support v0.2.87 |
4133 | 2023-11-01T17:16:12.324Z | Downloaded winapi-util v0.1.5 |
4134 | 2023-11-01T17:16:12.327Z | Downloaded bcrypt-pbkdf v0.10.0 |
4135 | 2023-11-01T17:16:12.330Z | Downloaded wasi v0.11.0+wasi-snapshot-preview1 |
4136 | 2023-11-01T17:16:12.333Z | Downloaded ed25519 v2.2.2 |
4137 | 2023-11-01T17:16:12.336Z | Downloaded hermit-abi v0.3.2 |
4138 | 2023-11-01T17:16:12.339Z | Downloaded crossterm_winapi v0.9.1 |
4139 | 2023-11-01T17:16:12.341Z | Downloaded russh-keys v0.38.0 |
4140 | 2023-11-01T17:16:12.345Z | Downloaded ipconfig v0.3.2 |
4141 | 2023-11-01T17:16:12.348Z | Downloaded wasm-bindgen-backend v0.2.87 |
4142 | 2023-11-01T17:16:12.352Z | Downloaded pbkdf2 v0.12.2 |
4143 | 2023-11-01T17:16:12.355Z | Downloaded core-foundation v0.9.3 |
4144 | 2023-11-01T17:16:12.358Z | Downloaded password-hash v0.4.2 |
4145 | 2023-11-01T17:16:12.360Z | Downloaded wasm-bindgen-macro v0.2.87 |
4146 | 2023-11-01T17:16:12.369Z | Downloaded wasm-streams v0.3.0 |
4147 | 2023-11-01T17:16:12.378Z | Downloaded winreg v0.50.0 |
4148 | 2023-11-01T17:16:12.786Z | Downloaded getrandom v0.1.16 |
4149 | 2023-11-01T17:16:12.789Z | Downloaded encode_unicode v0.3.6 |
4150 | 2023-11-01T17:16:12.792Z | Downloaded rand_core v0.5.1 |
4151 | 2023-11-01T17:16:12.795Z | Downloaded rand_chacha v0.2.2 |
4152 | 2023-11-01T17:16:12.798Z | Downloaded bumpalo v3.13.0 |
4153 | 2023-11-01T17:16:12.801Z | Downloaded js-sys v0.3.64 |
4154 | 2023-11-01T17:16:12.803Z | Downloaded widestring v1.0.2 |
4155 | 2023-11-01T17:16:12.806Z | Downloaded ed25519-dalek v2.0.0 |
4156 | 2023-11-01T17:16:12.809Z | Downloaded russh v0.38.0 |
4157 | 2023-11-01T17:16:12.812Z | Downloaded aes-gcm v0.10.3 |
4158 | 2023-11-01T17:16:12.814Z | Downloaded wasm-bindgen v0.2.87 |
4159 | 2023-11-01T17:16:12.817Z | Downloaded windows_aarch64_gnullvm v0.42.2 |
4160 | 2023-11-01T17:16:12.820Z | Downloaded windows_aarch64_gnullvm v0.48.5 |
4161 | 2023-11-01T17:16:12.823Z | Downloaded windows_x86_64_gnullvm v0.42.2 |
4162 | 2023-11-01T17:16:12.825Z | Downloaded windows_x86_64_gnullvm v0.48.5 |
4163 | 2023-11-01T17:16:12.828Z | Downloaded fiat-crypto v0.2.1 |
4164 | 2023-11-01T17:16:12.919Z | Downloaded windows_aarch64_msvc v0.42.2 |
4165 | 2023-11-01T17:16:12.943Z | Downloaded windows_x86_64_gnu v0.42.2 |
4166 | 2023-11-01T17:16:12.997Z | Downloaded windows_i686_msvc v0.42.2 |
4167 | 2023-11-01T17:16:13.021Z | Downloaded windows_x86_64_msvc v0.42.2 |
4168 | 2023-11-01T17:16:13.044Z | Downloaded web-sys v0.3.64 |
4169 | 2023-11-01T17:16:13.280Z | Downloaded windows_x86_64_gnu v0.48.5 |
4170 | 2023-11-01T17:16:13.316Z | Downloaded windows_aarch64_msvc v0.48.5 |
4171 | 2023-11-01T17:16:13.346Z | Downloaded windows_x86_64_msvc v0.48.5 |
4172 | 2023-11-01T17:16:13.367Z | Downloaded windows_i686_gnu v0.48.5 |
4173 | 2023-11-01T17:16:13.405Z | Downloaded windows_i686_msvc v0.48.5 |
4174 | 2023-11-01T17:16:13.432Z | Downloaded windows_i686_gnu v0.42.2 |
4175 | 2023-11-01T17:16:13.510Z | Downloaded linux-raw-sys v0.3.8 |
4176 | 2023-11-01T17:16:13.623Z | Downloaded winapi v0.3.9 |
4177 | 2023-11-01T17:16:13.711Z | Downloaded linux-raw-sys v0.4.5 |
4178 | 2023-11-01T17:16:14.256Z | Downloaded windows-sys v0.45.0 |
4179 | 2023-11-01T17:16:14.451Z | Downloaded windows-sys v0.48.0 |
4180 | 2023-11-01T17:16:14.733Z | Downloaded winapi-i686-pc-windows-gnu v0.4.0 |
4181 | 2023-11-01T17:16:15.068Z | Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 |
4182 | 2023-11-01T17:16:16.074Z | Downloaded windows v0.48.0 |
4183 | 2023-11-01T17:16:17.210Z | info: experimental features enabled: setup-scripts |
4184 | 2023-11-01T17:16:19.002Z | Finished test [unoptimized + debuginfo] target(s) in 1.77s |
4185 | 2023-11-01T17:16:20.571Z | Starting 892 tests across 99 binaries (2 skipped) |
4186 | 2023-11-01T17:16:20.578Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed |
4187 | 2023-11-01T17:16:21.771Z | Compiling unicode-ident v1.0.12 |
4188 | 2023-11-01T17:16:21.775Z | Compiling cfg-if v1.0.0 |
4189 | 2023-11-01T17:16:21.778Z | Compiling once_cell v1.18.0 |
4190 | 2023-11-01T17:16:21.803Z | Compiling libc v0.2.149 |
4191 | 2023-11-01T17:16:21.814Z | Compiling serde_json v1.0.108 |
4192 | 2023-11-01T17:16:21.818Z | Compiling getrandom v0.2.10 |
4193 | 2023-11-01T17:16:21.823Z | Compiling memchr v2.6.3 |
4194 | 2023-11-01T17:16:21.832Z | Compiling generic-array v0.14.7 |
4195 | 2023-11-01T17:16:21.857Z | Compiling itoa v1.0.9 |
4196 | 2023-11-01T17:16:22.081Z | Compiling scopeguard v1.2.0 |
4197 | 2023-11-01T17:16:22.225Z | Compiling proc-macro2 v1.0.67 |
4198 | 2023-11-01T17:16:22.301Z | Compiling log v0.4.20 |
4199 | 2023-11-01T17:16:22.304Z | Compiling lock_api v0.4.10 |
4200 | 2023-11-01T17:16:22.608Z | Compiling ryu v1.0.15 |
4201 | 2023-11-01T17:16:22.621Z | Compiling libm v0.2.7 |
4202 | 2023-11-01T17:16:22.633Z | Compiling heck v0.4.1 |
4203 | 2023-11-01T17:16:23.060Z | Compiling smallvec v1.11.0 |
4204 | 2023-11-01T17:16:23.089Z | Compiling byteorder v1.5.0 |
4205 | 2023-11-01T17:16:23.190Z | Compiling ahash v0.8.3 |
4206 | 2023-11-01T17:16:23.335Z | Compiling pin-project-lite v0.2.13 |
4207 | 2023-11-01T17:16:23.541Z | Compiling quote v1.0.33 |
4208 | 2023-11-01T17:16:23.778Z | Compiling rand_core v0.6.4 |
4209 | 2023-11-01T17:16:23.880Z | Compiling fnv v1.0.7 |
4210 | 2023-11-01T17:16:23.941Z | Compiling jobserver v0.1.26 |
4211 | 2023-11-01T17:16:24.505Z | Compiling syn v2.0.32 |
4212 | 2023-11-01T17:16:24.517Z | Compiling cc v1.0.83 |
4213 | 2023-11-01T17:16:24.651Z | Compiling syn v1.0.109 |
4214 | 2023-11-01T17:16:24.700Z | Compiling num-traits v0.2.16 |
4215 | 2023-11-01T17:16:24.720Z | Compiling parking_lot_core v0.9.8 |
4216 | 2023-11-01T17:16:25.019Z | Compiling typenum v1.16.0 |
4217 | 2023-11-01T17:16:25.129Z | Compiling iana-time-zone v0.1.57 |
4218 | 2023-11-01T17:16:25.464Z | Compiling parking_lot v0.12.1 |
4219 | 2023-11-01T17:16:25.738Z | Compiling futures-core v0.3.29 |
4220 | 2023-11-01T17:16:25.763Z | Compiling ucd-trie v0.1.6 |
4221 | 2023-11-01T17:16:26.143Z | Compiling num_cpus v1.16.0 |
4222 | 2023-11-01T17:16:26.399Z | Compiling signal-hook-registry v1.4.1 |
4223 | 2023-11-01T17:16:27.074Z | Compiling mio v0.8.8 |
4224 | 2023-11-01T17:16:27.083Z | Compiling socket2 v0.5.4 |
4225 | 2023-11-01T17:16:27.536Z | Compiling futures-sink v0.3.29 |
4226 | 2023-11-01T17:16:27.563Z | Compiling spin v0.5.2 |
4227 | 2023-11-01T17:16:27.790Z | Compiling dyn-clone v1.0.13 |
4228 | 2023-11-01T17:16:27.957Z | Compiling tinyvec_macros v0.1.1 |
4229 | 2023-11-01T17:16:28.107Z | Compiling tinyvec v1.6.0 |
4230 | 2023-11-01T17:16:28.121Z | Compiling futures-channel v0.3.29 |
4231 | 2023-11-01T17:16:28.384Z | Compiling slab v0.4.9 |
4232 | 2023-11-01T17:16:28.547Z | Compiling futures-task v0.3.29 |
4233 | 2023-11-01T17:16:28.618Z | Compiling futures-io v0.3.29 |
4234 | 2023-11-01T17:16:28.801Z | Compiling time-core v0.1.1 |
4235 | 2023-11-01T17:16:28.863Z | Compiling allocator-api2 v0.2.16 |
4236 | 2023-11-01T17:16:29.042Z | Compiling pin-utils v0.1.0 |
4237 | 2023-11-01T17:16:29.075Z | Compiling hashbrown v0.13.2 |
4238 | 2023-11-01T17:16:29.091Z | Compiling time-macros v0.2.13 |
4239 | 2023-11-01T17:16:29.200Z | Compiling spin v0.9.8 |
4240 | 2023-11-01T17:16:29.413Z | Compiling ring v0.17.5 |
4241 | 2023-11-01T17:16:29.812Z | Compiling ring v0.16.20 |
4242 | 2023-11-01T17:16:30.231Z | Compiling openssl-sys v0.9.93 |
4243 | 2023-11-01T17:16:30.824Z | Compiling unicode-normalization v0.1.22 |
4244 | 2023-11-01T17:16:30.977Z | Compiling hashbrown v0.14.0 |
4245 | 2023-11-01T17:16:31.431Z | Compiling tracing-core v0.1.31 |
4246 | 2023-11-01T17:16:31.956Z | Compiling openssl v0.10.57 |
4247 | 2023-11-01T17:16:31.990Z | Compiling native-tls v0.2.11 |
4248 | 2023-11-01T17:16:32.024Z | Compiling unicode-bidi v0.3.13 |
4249 | 2023-11-01T17:16:32.746Z | Compiling equivalent v1.0.1 |
4250 | 2023-11-01T17:16:32.933Z | Compiling aho-corasick v1.0.4 |
4251 | 2023-11-01T17:16:33.138Z | Compiling regex-syntax v0.8.2 |
4252 | 2023-11-01T17:16:33.704Z | Compiling ppv-lite86 v0.2.17 |
4253 | 2023-11-01T17:16:34.287Z | Compiling const-oid v0.9.5 |
4254 | 2023-11-01T17:16:34.454Z | Compiling subtle v2.5.0 |
4255 | 2023-11-01T17:16:34.957Z | Compiling rand_chacha v0.3.1 |
4256 | 2023-11-01T17:16:35.038Z | Compiling bzip2-sys v0.1.11+1.0.8 |
4257 | 2023-11-01T17:16:35.230Z | Compiling strsim v0.10.0 |
4258 | 2023-11-01T17:16:36.341Z | Compiling base64 v0.21.5 |
4259 | 2023-11-01T17:16:36.666Z | Compiling rand v0.8.5 |
4260 | 2023-11-01T17:16:37.234Z | Compiling serde_derive_internals v0.26.0 |
4261 | 2023-11-01T17:16:37.476Z | Compiling synstructure v0.12.6 |
4262 | 2023-11-01T17:16:37.602Z | Compiling thread-id v4.2.0 |
4263 | 2023-11-01T17:16:37.794Z | Compiling num-bigint v0.4.4 |
4264 | 2023-11-01T17:16:38.626Z | Compiling openssl-probe v0.1.5 |
4265 | 2023-11-01T17:16:38.950Z | Compiling untrusted v0.7.1 |
4266 | 2023-11-01T17:16:39.109Z | Compiling percent-encoding v2.3.0 |
4267 | 2023-11-01T17:16:39.291Z | Compiling hashbrown v0.12.3 |
4268 | 2023-11-01T17:16:39.694Z | Compiling regex-automata v0.4.3 |
4269 | 2023-11-01T17:16:39.845Z | Compiling untrusted v0.9.0 |
4270 | 2023-11-01T17:16:40.113Z | Compiling bitflags v1.3.2 |
4271 | 2023-11-01T17:16:40.154Z | Compiling foreign-types-shared v0.1.1 |
4272 | 2023-11-01T17:16:40.345Z | Compiling foreign-types v0.3.2 |
4273 | 2023-11-01T17:16:41.302Z | Compiling indexmap v1.9.3 |
4274 | 2023-11-01T17:16:43.502Z | Compiling backtrace v0.3.69 |
4275 | 2023-11-01T17:16:44.257Z | Compiling errno v0.3.2 |
4276 | 2023-11-01T17:16:44.303Z | Compiling unicode-width v0.1.11 |
4277 | 2023-11-01T17:16:44.582Z | Compiling adler v1.0.2 |
4278 | 2023-11-01T17:16:44.586Z | Compiling try-lock v0.2.4 |
4279 | 2023-11-01T17:16:44.836Z | Compiling siphasher v0.3.11 |
4280 | 2023-11-01T17:16:44.942Z | Compiling miniz_oxide v0.7.1 |
4281 | 2023-11-01T17:16:45.492Z | Compiling want v0.3.1 |
4282 | 2023-11-01T17:16:45.747Z | Compiling sct v0.7.0 |
4283 | 2023-11-01T17:16:46.289Z | Compiling form_urlencoded v1.2.0 |
4284 | 2023-11-01T17:16:46.664Z | Compiling io-lifetimes v1.0.11 |
4285 | 2023-11-01T17:16:46.705Z | Compiling lazy_static v1.4.0 |
4286 | 2023-11-01T17:16:46.812Z | Compiling httparse v1.8.0 |
4287 | 2023-11-01T17:16:46.918Z | Compiling regex v1.10.2 |
4288 | 2023-11-01T17:16:46.953Z | Compiling socket2 v0.4.9 |
4289 | 2023-11-01T17:16:47.548Z | Compiling utf8parse v0.2.1 |
4290 | 2023-11-01T17:16:49.037Z | Compiling anstyle v1.0.2 |
4291 | 2023-11-01T17:16:49.042Z | Compiling serde_derive v1.0.188 |
4292 | 2023-11-01T17:16:49.046Z | Compiling zeroize_derive v1.4.2 |
4293 | 2023-11-01T17:16:49.051Z | Compiling thiserror-impl v1.0.49 |
4294 | 2023-11-01T17:16:49.059Z | Compiling tokio-macros v2.1.0 |
4295 | 2023-11-01T17:16:49.067Z | Compiling futures-macro v0.3.29 |
4296 | 2023-11-01T17:16:49.071Z | Compiling tracing-attributes v0.1.26 |
4297 | 2023-11-01T17:16:49.076Z | Compiling schemars_derive v0.8.13 |
4298 | 2023-11-01T17:16:50.638Z | Compiling zeroize v1.6.0 |
4299 | 2023-11-01T17:16:52.080Z | Compiling openssl-macros v0.1.1 |
4300 | 2023-11-01T17:16:53.336Z | Compiling thiserror v1.0.49 |
4301 | 2023-11-01T17:16:53.489Z | Compiling zerocopy-derive v0.2.0 |
4302 | 2023-11-01T17:16:53.581Z | Compiling pest v2.7.2 |
4303 | 2023-11-01T17:16:53.690Z | Compiling crypto-common v0.1.6 |
4304 | 2023-11-01T17:16:54.047Z | Compiling futures-util v0.3.29 |
4305 | 2023-11-01T17:16:54.601Z | Compiling block-buffer v0.10.4 |
4306 | 2023-11-01T17:16:54.640Z | Compiling tracing v0.1.37 |
4307 | 2023-11-01T17:16:55.006Z | Compiling digest v0.10.7 |
4308 | 2023-11-01T17:16:55.733Z | Compiling async-trait v0.1.74 |
4309 | 2023-11-01T17:16:55.795Z | Compiling hubpack_derive v0.1.1 |
4310 | 2023-11-01T17:16:56.642Z | Compiling zerocopy-derive v0.6.4 |
4311 | 2023-11-01T17:16:56.751Z | Compiling zerocopy v0.3.0 |
4312 | 2023-11-01T17:16:57.502Z | Compiling cpufeatures v0.2.9 |
4313 | 2023-11-01T17:16:57.674Z | Compiling httpdate v1.0.3 |
4314 | 2023-11-01T17:16:58.178Z | Compiling pest_meta v2.7.2 |
4315 | 2023-11-01T17:16:58.407Z | Compiling dof v0.1.5 |
4316 | 2023-11-01T17:16:58.670Z | Compiling tower-service v0.3.2 |
4317 | 2023-11-01T17:16:58.890Z | Compiling sha2 v0.10.8 |
4318 | 2023-11-01T17:16:59.812Z | Compiling md-5 v0.10.5 |
4319 | 2023-11-01T17:17:00.160Z | Compiling hmac v0.12.1 |
4320 | 2023-11-01T17:17:00.205Z | Compiling strum_macros v0.25.2 |
4321 | 2023-11-01T17:17:00.255Z | Compiling anstyle-parse v0.2.1 |
4322 | 2023-11-01T17:17:00.342Z | Compiling rustix v0.37.23 |
4323 | 2023-11-01T17:17:00.532Z | Compiling pest_generator v2.7.2 |
4324 | 2023-11-01T17:17:01.401Z | Compiling diesel_table_macro_syntax v0.1.0 |
4325 | 2023-11-01T17:17:01.780Z | Compiling serde v1.0.188 |
4326 | 2023-11-01T17:17:02.871Z | Compiling rustls-pemfile v1.0.3 |
4327 | 2023-11-01T17:17:03.427Z | Compiling stringprep v0.1.3 |
4328 | 2023-11-01T17:17:03.865Z | Compiling idna v0.4.0 |
4329 | 2023-11-01T17:17:05.012Z | Compiling regress v0.7.1 |
4330 | 2023-11-01T17:17:05.198Z | Compiling num-integer v0.1.45 |
4331 | 2023-11-01T17:17:05.904Z | Compiling pest_derive v2.7.2 |
4332 | 2023-11-01T17:17:06.473Z | Compiling hash32 v0.2.1 |
4333 | 2023-11-01T17:17:06.609Z | Compiling either v1.9.0 |
4334 | 2023-11-01T17:17:07.003Z | Compiling gimli v0.28.0 |
4335 | 2023-11-01T17:17:07.133Z | Compiling stable_deref_trait v1.2.0 |
4336 | 2023-11-01T17:17:07.168Z | Compiling fallible-iterator v0.2.0 |
4337 | 2023-11-01T17:17:07.300Z | Compiling anstyle-query v1.0.0 |
4338 | 2023-11-01T17:17:07.438Z | Compiling colorchoice v1.0.0 |
4339 | 2023-11-01T17:17:07.497Z | Compiling dtrace-parser v0.1.14 |
4340 | 2023-11-01T17:17:07.687Z | Compiling anstream v0.5.0 |
4341 | 2023-11-01T17:17:08.000Z | Compiling time v0.3.27 |
4342 | 2023-11-01T17:17:08.399Z | Compiling url v2.4.1 |
4343 | 2023-11-01T17:17:08.790Z | Compiling rustls-native-certs v0.6.3 |
4344 | 2023-11-01T17:17:09.416Z | Compiling terminal_size v0.2.6 |
4345 | 2023-11-01T17:17:09.731Z | Compiling diesel_derives v2.1.1 |
4346 | 2023-11-01T17:17:10.551Z | Compiling block-padding v0.3.3 |
4347 | 2023-11-01T17:17:10.959Z | Compiling enum-as-inner v0.5.1 |
4348 | 2023-11-01T17:17:11.453Z | Compiling serde_repr v0.1.16 |
4349 | 2023-11-01T17:17:12.840Z | Compiling bytes v1.5.0 |
4350 | 2023-11-01T17:17:13.450Z | Compiling uuid v1.4.1 |
4351 | 2023-11-01T17:17:13.921Z | Compiling chrono v0.4.31 |
4352 | 2023-11-01T17:17:14.910Z | Compiling tokio v1.33.0 |
4353 | 2023-11-01T17:17:15.557Z | Compiling http v0.2.9 |
4354 | 2023-11-01T17:17:17.831Z | Compiling semver v1.0.20 |
4355 | 2023-11-01T17:17:19.076Z | Compiling schemars v0.8.13 |
4356 | 2023-11-01T17:17:19.909Z | Compiling rustc_version v0.4.0 |
4357 | 2023-11-01T17:17:20.010Z | Compiling indexmap v2.0.0 |
4358 | 2023-11-01T17:17:20.375Z | Compiling bitflags v2.4.0 |
4359 | 2023-11-01T17:17:20.986Z | Compiling heapless v0.7.16 |
4360 | 2023-11-01T17:17:21.902Z | Compiling usdt-impl v0.3.5 |
4361 | 2023-11-01T17:17:22.222Z | Compiling serde_tokenstream v0.1.7 |
4362 | 2023-11-01T17:17:23.078Z | Compiling http-body v0.4.5 |
4363 | 2023-11-01T17:17:23.798Z | Compiling serde_tokenstream v0.2.0 |
4364 | 2023-11-01T17:17:24.605Z | Compiling usdt-attr-macro v0.3.5 |
4365 | 2023-11-01T17:17:24.643Z | Compiling usdt-macro v0.3.5 |
4366 | 2023-11-01T17:17:25.093Z | Compiling openapiv3 v1.0.3 |
4367 | 2023-11-01T17:17:28.833Z | Compiling tokio-util v0.7.10 |
4368 | 2023-11-01T17:17:31.397Z | Compiling h2 v0.3.21 |
4369 | 2023-11-01T17:17:32.695Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
4370 | 2023-11-01T17:17:36.105Z | Compiling tokio-native-tls v0.3.1 |
4371 | 2023-11-01T17:17:36.652Z | Compiling addr2line v0.21.0 |
4372 | 2023-11-01T17:17:37.374Z | Compiling postgres-protocol v0.6.6 |
4373 | 2023-11-01T17:17:37.744Z | Compiling toml_datetime v0.6.3 |
4374 | 2023-11-01T17:17:38.469Z | Compiling serde_spanned v0.6.3 |
4375 | 2023-11-01T17:17:38.862Z | Compiling clap_derive v4.4.2 |
4376 | 2023-11-01T17:17:39.131Z | Compiling phf_shared v0.11.2 |
4377 | 2023-11-01T17:17:39.511Z | Compiling crc32fast v1.3.2 |
4378 | 2023-11-01T17:17:39.554Z | Compiling scheduled-thread-pool v0.2.7 |
4379 | 2023-11-01T17:17:39.786Z | Compiling object v0.32.1 |
4380 | 2023-11-01T17:17:40.089Z | Compiling winnow v0.5.15 |
4381 | 2023-11-01T17:17:40.358Z | Compiling clap_lex v0.5.1 |
4382 | 2023-11-01T17:17:41.116Z | Compiling num_threads v0.1.6 |
4383 | 2023-11-01T17:17:41.352Z | Compiling managed v0.8.0 |
4384 | 2023-11-01T17:17:42.118Z | Compiling bit-vec v0.6.3 |
4385 | 2023-11-01T17:17:42.807Z | Compiling matches v0.1.10 |
4386 | 2023-11-01T17:17:42.971Z | Compiling rustc-demangle v0.1.23 |
4387 | 2023-11-01T17:17:44.505Z | Compiling hyper v0.14.27 |
4388 | 2023-11-01T17:17:47.291Z | Compiling regex-automata v0.1.10 |
4389 | 2023-11-01T17:17:48.139Z | Compiling tap v1.0.1 |
4390 | 2023-11-01T17:17:48.461Z | Compiling deranged v0.3.8 |
4391 | 2023-11-01T17:17:49.370Z | Compiling ipnet v2.8.0 |
4392 | 2023-11-01T17:17:50.035Z | Compiling wyz v0.5.1 |
4393 | 2023-11-01T17:17:50.973Z | Compiling bstr v0.2.17 |
4394 | 2023-11-01T17:17:51.269Z | Compiling toml_edit v0.19.15 |
4395 | 2023-11-01T17:17:52.904Z | Compiling idna v0.2.3 |
4396 | 2023-11-01T17:17:53.481Z | Compiling smoltcp v0.9.1 |
4397 | 2023-11-01T17:17:55.571Z | Compiling clap_builder v4.4.2 |
4398 | 2023-11-01T17:17:57.021Z | Compiling r2d2 v0.8.10 |
4399 | 2023-11-01T17:17:57.025Z | Compiling flate2 v1.0.28 |
4400 | 2023-11-01T17:17:57.173Z | Compiling hyper-tls v0.5.0 |
4401 | 2023-11-01T17:17:57.448Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
4402 | 2023-11-01T17:17:57.786Z | Compiling phf v0.11.2 |
4403 | 2023-11-01T17:17:58.173Z | Compiling postgres-types v0.2.6 |
4404 | 2023-11-01T17:17:58.309Z | Compiling ipnetwork v0.20.0 |
4405 | 2023-11-01T17:17:59.696Z | Compiling serde_urlencoded v0.7.1 |
4406 | 2023-11-01T17:18:00.495Z | Compiling hubpack v0.1.2 |
4407 | 2023-11-01T17:18:00.624Z | Compiling inout v0.1.3 |
4408 | 2023-11-01T17:18:00.636Z | Compiling itertools v0.11.0 |
4409 | 2023-11-01T17:18:01.259Z | Compiling futures-executor v0.3.29 |
4410 | 2023-11-01T17:18:01.404Z | Compiling zerocopy v0.6.4 |
4411 | 2023-11-01T17:18:02.170Z | Compiling memoffset v0.9.0 |
4412 | 2023-11-01T17:18:02.366Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
4413 | 2023-11-01T17:18:02.950Z | Compiling radium v0.7.0 |
4414 | 2023-11-01T17:18:02.962Z | Compiling phf_shared v0.10.0 |
4415 | 2023-11-01T17:18:03.512Z | Compiling crossbeam-utils v0.8.16 |
4416 | 2023-11-01T17:18:03.620Z | Compiling float-cmp v0.9.0 |
4417 | 2023-11-01T17:18:03.698Z | Compiling encoding_rs v0.8.33 |
4418 | 2023-11-01T17:18:03.726Z | Compiling precomputed-hash v0.1.1 |
4419 | 2023-11-01T17:18:03.922Z | Compiling regex-automata v0.3.8 |
4420 | 2023-11-01T17:18:04.010Z | Compiling unicode-segmentation v1.10.1 |
4421 | 2023-11-01T17:18:05.229Z | Compiling fixedbitset v0.4.2 |
4422 | 2023-11-01T17:18:05.518Z | Compiling static_assertions v1.1.0 |
4423 | 2023-11-01T17:18:05.630Z | Compiling predicates-core v1.0.6 |
4424 | 2023-11-01T17:18:05.696Z | Compiling difflib v0.4.0 |
4425 | 2023-11-01T17:18:05.813Z | Compiling mime v0.3.17 |
4426 | 2023-11-01T17:18:05.891Z | Compiling webpki-roots v0.25.2 |
4427 | 2023-11-01T17:18:06.173Z | Compiling whoami v1.4.1 |
4428 | 2023-11-01T17:18:06.213Z | Compiling normalize-line-endings v0.3.0 |
4429 | 2023-11-01T17:18:06.441Z | Compiling new_debug_unreachable v1.0.4 |
4430 | 2023-11-01T17:18:06.607Z | Compiling data-encoding v2.4.0 |
4431 | 2023-11-01T17:18:06.802Z | Compiling funty v2.0.0 |
4432 | 2023-11-01T17:18:07.086Z | Compiling bstr v1.6.0 |
4433 | 2023-11-01T17:18:07.302Z | Compiling tokio-postgres v0.7.10 |
4434 | 2023-11-01T17:18:07.983Z | Compiling trust-dns-proto v0.22.0 |
4435 | 2023-11-01T17:18:08.032Z | Compiling string_cache v0.8.7 |
4436 | 2023-11-01T17:18:08.762Z | Compiling predicates v3.0.4 |
4437 | 2023-11-01T17:18:09.735Z | Compiling bitvec v1.0.1 |
4438 | 2023-11-01T17:18:10.070Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
4439 | 2023-11-01T17:18:10.156Z | Compiling petgraph v0.6.4 |
4440 | 2023-11-01T17:18:10.552Z | Compiling yasna v0.5.2 |
4441 | 2023-11-01T17:18:11.474Z | Compiling similar v2.2.1 |
4442 | 2023-11-01T17:18:26.189Z | Compiling crossbeam-epoch v0.9.15 |
4443 | 2023-11-01T17:18:26.204Z | Compiling diesel v2.1.3 |
4444 | 2023-11-01T17:18:26.236Z | Compiling clap v4.4.3 |
4445 | 2023-11-01T17:18:26.262Z | Compiling futures v0.3.29 |
4446 | 2023-11-01T17:18:26.278Z | Compiling cipher v0.4.4 |
4447 | 2023-11-01T17:18:26.297Z | Compiling toml v0.7.8 |
4448 | 2023-11-01T17:18:26.307Z | Compiling anyhow v1.0.75 |
4449 | 2023-11-01T17:18:26.324Z | Compiling bit-set v0.5.3 |
4450 | 2023-11-01T17:18:26.360Z | Compiling tokio-stream v0.1.14 |
4451 | 2023-11-01T17:18:26.791Z | Compiling usdt v0.3.5 |
4452 | 2023-11-01T17:18:26.835Z | Compiling rustix v0.38.9 |
4453 | 2023-11-01T17:18:26.846Z | Compiling hex v0.4.3 |
4454 | 2023-11-01T17:18:26.864Z | Compiling num-iter v0.1.43 |
4455 | 2023-11-01T17:18:26.873Z | Compiling itertools v0.10.5 |
4456 | 2023-11-01T17:18:26.893Z | Compiling signature v2.1.0 |
4457 | 2023-11-01T17:18:26.919Z | Compiling console v0.15.7 |
4458 | 2023-11-01T17:18:26.948Z | Compiling slog v2.7.0 |
4459 | 2023-11-01T17:18:26.985Z | Compiling lalrpop-util v0.19.12 |
4460 | 2023-11-01T17:18:27.015Z | Compiling darling_core v0.20.3 |
4461 | 2023-11-01T17:18:27.026Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
4462 | 2023-11-01T17:18:28.434Z | Compiling structmeta-derive v0.1.6 |
4463 | 2023-11-01T17:18:29.284Z | Compiling getopts v0.2.21 |
4464 | 2023-11-01T17:18:29.811Z | Compiling darling_macro v0.20.3 |
4465 | 2023-11-01T17:18:30.785Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
4466 | 2023-11-01T17:18:31.631Z | Compiling darling v0.20.3 |
4467 | 2023-11-01T17:18:32.817Z | Compiling serde_yaml v0.9.25 |
4468 | 2023-11-01T17:18:33.231Z | Compiling structmeta v0.1.6 |
4469 | 2023-11-01T17:18:36.487Z | Compiling camino v1.1.6 |
4470 | 2023-11-01T17:18:37.655Z | Compiling slog-json v2.6.1 |
4471 | 2023-11-01T17:18:39.034Z | Compiling sha1 v0.10.5 |
4472 | 2023-11-01T17:18:39.365Z | Compiling async-stream-impl v0.3.5 |
4473 | 2023-11-01T17:18:39.523Z | Compiling tempfile v3.8.0 |
4474 | 2023-11-01T17:18:39.616Z | Compiling parse-display-derive v0.7.0 |
4475 | 2023-11-01T17:18:41.721Z | Compiling async-stream v0.3.5 |
4476 | 2023-11-01T17:18:42.285Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
4477 | 2023-11-01T17:18:46.791Z | Compiling slog-term v2.9.0 |
4478 | 2023-11-01T17:18:48.741Z | Compiling slog-bunyan v2.4.0 |
4479 | 2023-11-01T17:18:50.321Z | Compiling multer v2.1.0 |
4480 | 2023-11-01T17:18:50.564Z | Compiling serde_with_macros v2.3.3 |
4481 | 2023-11-01T17:18:52.329Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
4482 | 2023-11-01T17:18:53.823Z | Compiling serde_path_to_error v0.1.14 |
4483 | 2023-11-01T17:18:55.739Z | Compiling backoff v0.4.0 |
4484 | 2023-11-01T17:18:55.924Z | Compiling serde_with v2.3.3 |
4485 | 2023-11-01T17:18:56.287Z | Compiling parse-display v0.7.0 |
4486 | 2023-11-01T17:18:56.328Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
4487 | 2023-11-01T17:18:56.379Z | Compiling headers-core v0.2.0 |
4488 | 2023-11-01T17:18:56.573Z | Compiling macaddr v1.0.1 |
4489 | 2023-11-01T17:18:56.631Z | Compiling strum v0.25.0 |
4490 | 2023-11-01T17:18:56.652Z | Compiling rcgen v0.11.3 |
4491 | 2023-11-01T17:18:56.930Z | Compiling headers v0.3.9 |
4492 | 2023-11-01T17:18:57.415Z | Compiling camino-tempfile v1.0.2 |
4493 | 2023-11-01T17:18:58.140Z | Compiling atomicwrites v0.4.2 |
4494 | 2023-11-01T17:19:01.774Z | Compiling bzip2 v0.4.4 |
4495 | 2023-11-01T17:19:02.449Z | Compiling zip v0.6.6 |
4496 | 2023-11-01T17:19:04.779Z | Compiling rustls v0.21.8 |
4497 | 2023-11-01T17:19:09.665Z | Compiling rustls-webpki v0.101.7 |
4498 | 2023-11-01T17:19:14.673Z | Compiling tokio-rustls v0.24.1 |
4499 | 2023-11-01T17:19:14.679Z | Compiling hyper-rustls v0.24.2 |
4500 | 2023-11-01T17:19:15.005Z | Compiling reqwest v0.11.20 |
4501 | 2023-11-01T17:19:15.511Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
4502 | 2023-11-01T17:19:19.517Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
4503 | 2023-11-01T17:19:20.022Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
4504 | 2023-11-01T17:19:27.245Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4505 | 2023-11-01T17:19:27.809Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4506 | 2023-11-01T17:19:41.228Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
4507 | 2023-11-01T17:19:52.556Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
4508 | 2023-11-01T17:19:55.408Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4509 | 2023-11-01T17:20:05.416Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 44s |
4510 | 2023-11-01T17:20:05.468Z | Running `target/debug/crdb-seed` |
4511 | 2023-11-01T17:20:05.510Z | Nov 01 17:20:05.511 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp8mnjxR |
4512 | 2023-11-01T17:20:05.513Z | Nov 01 17:20:05.511 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpWHOtPm,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp8mnjxR/listen-url |
4513 | 2023-11-01T17:20:05.517Z | Nov 01 17:20:05.513 INFO cockroach environment: BUILDOMAT_JOB_ID=01HE5VMK5R23550B4MMS9V8XJR BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=clickhouse-schema-updater GITHUB_REF=refs/heads/clickhouse-schema-updater GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=e7213592a4241d7cf71d6b7269398ffe8845c305 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-73f44f7f2703292f/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-5495af41434671b7/out:/work/oxidecomputer/omicron/target/debug/build/ring-d5da8041c384a28b/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out:/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out:/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envNyVW2b NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-4e554edf952aff8e/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-620730d494c5e2b4/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-9a5207eba4153586/out:/work/oxidecomputer/omicron/target/debug/build/ring-c211d5d00c4c9cb1/out:/work/oxidecomputer/omicron/target/debug/build/tofino-07050b6a5db31350/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=87aaaabe-8dfc-422a-874d-671741eafe51 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.72.1-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 |
4514 | 2023-11-01T17:20:06.985Z | Nov 01 17:20:06.986 INFO cockroach pid: 5940 |
4515 | 2023-11-01T17:20:06.988Z | Nov 01 17:20:06.986 INFO cockroach listen URL: postgresql://root@[::1]:46951/omicron?sslmode=disable |
4516 | 2023-11-01T17:20:06.992Z | Nov 01 17:20:06.986 INFO cockroach: populating |
4517 | 2023-11-01T17:20:08.907Z | Nov 01 17:20:08.889 INFO cockroach: populated |
4518 | 2023-11-01T17:20:11.644Z | Nov 01 17:20:11.644 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/735a0302a1d88dec4b3612ee547dbee011bbf2c4fdaca89ea77959adecc64495.tar` |
4519 | 2023-11-01T17:20:11.650Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed |
4520 | 2023-11-01T17:20:11.735Z | PASS [ 0.045s] authz-macros::proc-macro/authz-macros test_authz_dump |
4521 | 2023-11-01T17:20:11.738Z | PASS [ 0.039s] bootstore schemes::tests::hello_roundtrip |
4522 | 2023-11-01T17:20:11.741Z | PASS [ 0.032s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
4523 | 2023-11-01T17:20:11.744Z | PASS [ 0.037s] bootstore schemes::v0::share_pkg::tests::create_packages |
4524 | 2023-11-01T17:20:11.747Z | PASS [ 0.041s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
4525 | 2023-11-01T17:20:11.751Z | PASS [ 0.033s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
4526 | 2023-11-01T17:20:11.766Z | PASS [ 0.033s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
4527 | 2023-11-01T17:20:11.772Z | PASS [ 0.047s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_for_enums |
4528 | 2023-11-01T17:20:11.778Z | PASS [ 0.039s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_fails_without_table_name |
4529 | 2023-11-01T17:20:11.784Z | PASS [ 0.029s] db-macros::proc-macro/db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
4530 | 2023-11-01T17:20:11.793Z | PASS [ 0.119s] bootstore schemes::v0::peer::tests::network_config |
4531 | 2023-11-01T17:20:11.993Z | PASS [ 0.222s] dns-server storage::test::test_update_in_progress |
4532 | 2023-11-01T17:20:12.011Z | PASS [ 0.251s] dns-server storage::test::test_update_basic |
4533 | 2023-11-01T17:20:12.019Z | PASS [ 0.247s] dns-server storage::test::test_update_interrupted |
4534 | 2023-11-01T17:20:12.343Z | PASS [ 0.563s] dns-server::basic_test a_crud |
4535 | 2023-11-01T17:20:12.372Z | PASS [ 0.579s] dns-server::basic_test aaaa_crud |
4536 | 2023-11-01T17:20:12.420Z | PASS [ 0.425s] dns-server::basic_test empty_record |
4537 | 2023-11-01T17:20:12.430Z | PASS [ 0.393s] dns-server::basic_test name_contains_zone |
4538 | 2023-11-01T17:20:12.440Z | PASS [ 0.430s] dns-server::basic_test multi_record_crud |
4539 | 2023-11-01T17:20:12.645Z | PASS [ 0.204s] dns-server::openapi_test test_dns_server_openapi |
4540 | 2023-11-01T17:20:12.684Z | PASS [ 0.041s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
4541 | 2023-11-01T17:20:12.704Z | PASS [ 0.021s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
4542 | 2023-11-01T17:20:12.762Z | PASS [ 0.054s] illumos-utils destructor::test::test_delayed_delete |
4543 | 2023-11-01T17:20:12.802Z | PASS [ 0.429s] dns-server::basic_test servfail |
4544 | 2023-11-01T17:20:12.809Z | PASS [ 0.467s] dns-server::basic_test nxdomain |
4545 | 2023-11-01T17:20:12.832Z | PASS [ 1.163s] bootstore schemes::v0::peer::tests::basic_3_nodes |
4546 | 2023-11-01T17:20:12.839Z | PASS [ 0.039s] illumos-utils destructor::test::test_destructor_bad_close |
4547 | 2023-11-01T17:20:12.842Z | PASS [ 0.038s] illumos-utils link::test::test_allocate |
4548 | 2023-11-01T17:20:12.863Z | PASS [ 0.031s] illumos-utils link::test::test_allocate_within_scopes |
4549 | 2023-11-01T17:20:12.869Z | PASS [ 0.032s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file |
4550 | 2023-11-01T17:20:12.877Z | PASS [ 0.030s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
4551 | 2023-11-01T17:20:12.897Z | PASS [ 0.033s] illumos-utils zone::tests::test_parse_ip_network |
4552 | 2023-11-01T17:20:12.904Z | PASS [ 0.034s] illumos-utils zpool::test::test_parse_bad_zpool_names |
4553 | 2023-11-01T17:20:12.914Z | PASS [ 0.034s] illumos-utils zpool::test::test_parse_external_zpool_name |
4554 | 2023-11-01T17:20:12.930Z | PASS [ 0.514s] dns-server::basic_test srv_crud |
4555 | 2023-11-01T17:20:12.934Z | PASS [ 0.037s] illumos-utils zpool::test::test_parse_internal_zpool_name |
4556 | 2023-11-01T17:20:12.949Z | PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_missing_column |
4557 | 2023-11-01T17:20:12.952Z | PASS [ 0.037s] illumos-utils zpool::test::test_parse_zpool |
4558 | 2023-11-01T17:20:12.958Z | PASS [ 0.034s] illumos-utils zpool::test::test_parse_zpool_name_json |
4559 | 2023-11-01T17:20:12.972Z | PASS [ 0.038s] illumos-utils zpool::test::test_zpool_name_regex |
4560 | 2023-11-01T17:20:13.159Z | PASS [ 0.216s] installinator block_size_writer::tests::proptest_block_writer |
4561 | 2023-11-01T17:20:13.200Z | PASS [ 0.041s] internal-dns config::test::display_hosts |
4562 | 2023-11-01T17:20:13.236Z | PASS [ 0.035s] internal-dns config::test::display_srv_service |
4563 | 2023-11-01T17:20:13.280Z | PASS [ 0.044s] internal-dns config::test::test_builder_errors |
4564 | 2023-11-01T17:20:13.307Z | PASS [ 0.333s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi |
4565 | 2023-11-01T17:20:13.335Z | PASS [ 0.055s] internal-dns config::test::test_builder_output |
4566 | 2023-11-01T17:20:13.886Z | PASS [ 0.542s] internal-dns resolver::test::insert_and_lookup_one_record |
4567 | 2023-11-01T17:20:13.889Z | PASS [ 1.129s] illumos-utils destructor::test::test_delayed_delete_with_error |
4568 | 2023-11-01T17:20:14.198Z | PASS [ 0.887s] internal-dns resolver::test::insert_and_lookup_multiple_records |
4569 | 2023-11-01T17:20:14.335Z | PASS [ 0.455s] internal-dns resolver::test::lookup_nonexistent_record_fails |
4570 | 2023-11-01T17:20:14.707Z | PASS [ 0.819s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
4571 | 2023-11-01T17:20:14.796Z | PASS [ 0.603s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
4572 | 2023-11-01T17:20:14.834Z | PASS [ 0.037s] ipcc-key-value tests::deserialize_fixed_value |
4573 | 2023-11-01T17:20:14.883Z | PASS [ 0.050s] ipcc-key-value tests::installinator_image_id_round_trip |
4574 | 2023-11-01T17:20:14.923Z | PASS [ 0.590s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
4575 | 2023-11-01T17:20:14.931Z | PASS [ 0.049s] ipcc-key-value tests::serialized_size |
4576 | 2023-11-01T17:20:15.007Z | PASS [ 0.070s] key-manager tests::different_disks_produce_different_keys |
4577 | 2023-11-01T17:20:15.014Z | PASS [ 0.061s] key-manager tests::different_ikm_produces_different_keys |
4578 | 2023-11-01T17:20:15.040Z | PASS [ 0.037s] key-manager tests::disk_encryption_key_epoch_0 |
4579 | 2023-11-01T17:20:15.045Z | PASS [ 0.036s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
4580 | 2023-11-01T17:20:15.072Z | PASS [ 0.036s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
4581 | 2023-11-01T17:20:15.085Z | PASS [ 0.037s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
4582 | 2023-11-01T17:20:15.131Z | PASS [ 0.035s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
4583 | 2023-11-01T17:20:15.158Z | PASS [ 0.036s] nexus-db-model semver_version::test::test_to_from_sortable_string |
4584 | 2023-11-01T17:20:15.181Z | PASS [ 0.103s] nexus-db-model device_auth::test::test_generate_user_code |
4585 | 2023-11-01T17:20:15.201Z | PASS [ 0.042s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
4586 | 2023-11-01T17:20:15.203Z | PASS [ 0.030s] nexus-db-model tests::test_ipv6_net_random_subnet |
4587 | 2023-11-01T17:20:15.222Z | PASS [ 0.034s] nexus-db-model tests::test_roles_database_strings |
4588 | 2023-11-01T17:20:15.259Z | PASS [ 0.058s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
4589 | 2023-11-01T17:20:15.285Z | PASS [ 0.063s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers |
4590 | 2023-11-01T17:20:15.294Z | PASS [ 0.587s] internal-dns resolver::test::update_record |
4591 | 2023-11-01T17:20:15.313Z | PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
4592 | 2023-11-01T17:20:15.343Z | PASS [ 0.045s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie |
4593 | 2023-11-01T17:20:15.361Z | PASS [ 0.053s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
4594 | 2023-11-01T17:20:15.371Z | PASS [ 0.054s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
4595 | 2023-11-01T17:20:15.384Z | PASS [ 0.053s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies |
4596 | 2023-11-01T17:20:15.436Z | PASS [ 0.052s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie |
4597 | 2023-11-01T17:20:15.467Z | PASS [ 0.119s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute |
4598 | 2023-11-01T17:20:15.475Z | PASS [ 0.109s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle |
4599 | 2023-11-01T17:20:15.482Z | PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_get_token |
4600 | 2023-11-01T17:20:15.512Z | PASS [ 0.044s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header |
4601 | 2023-11-01T17:20:15.544Z | PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present |
4602 | 2023-11-01T17:20:15.562Z | PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie |
4603 | 2023-11-01T17:20:15.565Z | PASS [ 0.051s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie |
4604 | 2023-11-01T17:20:15.569Z | PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value |
4605 | 2023-11-01T17:20:15.582Z | PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error |
4606 | 2023-11-01T17:20:16.050Z | PASS [ 0.056s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie |
4607 | 2023-11-01T17:20:16.054Z | PASS [ 0.050s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw |
4608 | 2023-11-01T17:20:16.057Z | PASS [ 0.058s] nexus-db-queries authn::external::spoof::test::test_make_header_value |
4609 | 2023-11-01T17:20:16.062Z | PASS [ 0.052s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids |
4610 | 2023-11-01T17:20:16.065Z | PASS [ 0.050s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing |
4611 | 2023-11-01T17:20:16.069Z | PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid |
4612 | 2023-11-01T17:20:16.116Z | PASS [ 0.042s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values |
4613 | 2023-11-01T17:20:16.125Z | PASS [ 0.046s] nexus-db-queries authn::external::token::test::test_make_header_value |
4614 | 2023-11-01T17:20:16.130Z | PASS [ 0.060s] nexus-db-queries authn::external::test::test_authn_sequence |
4615 | 2023-11-01T17:20:16.134Z | PASS [ 0.048s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8 |
4616 | 2023-11-01T17:20:16.137Z | PASS [ 0.049s] nexus-db-queries authn::external::token::test::test_token_header_missing |
4617 | 2023-11-01T17:20:16.140Z | PASS [ 0.049s] nexus-db-queries authn::external::token::test::test_token_header_valid |
4618 | 2023-11-01T17:20:16.144Z | PASS [ 0.054s] nexus-db-queries authn::test::test_internal_users |
4619 | 2023-11-01T17:20:16.150Z | PASS [ 0.063s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes |
4620 | 2023-11-01T17:20:16.771Z | PASS [ 4.336s] dns-server::commands_test test_dnsadm |
4621 | 2023-11-01T17:20:23.557Z | PASS [ 7.775s] nexus-db-queries authz::context::test::test_unregistered_resource |
4622 | 2023-11-01T17:20:24.636Z | PASS [ 7.877s] nexus-db-queries context::test::test_background_context |
4623 | 2023-11-01T17:20:25.726Z | PASS [ 12.772s] installinator mock_peers::tests::proptest_fetch_artifact |
4624 | 2023-11-01T17:20:26.863Z | PASS [ 13.899s] installinator write::tests::proptest_write_artifact |
4625 | 2023-11-01T17:20:32.991Z | PASS [ 9.436s] nexus-db-queries context::test::test_child_context |
4626 | 2023-11-01T17:20:33.484Z | PASS [ 7.754s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
4627 | 2023-11-01T17:20:34.717Z | PASS [ 10.078s] nexus-db-queries context::test::test_test_context |
4628 | 2023-11-01T17:20:34.986Z | PASS [ 19.161s] nexus-db-queries authz::policy_test::test_conferred_roles |
4629 | 2023-11-01T17:20:35.240Z | PASS [ 8.374s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
4630 | 2023-11-01T17:20:41.223Z | PASS [ 8.230s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
4631 | 2023-11-01T17:20:41.399Z | PASS [ 7.912s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
4632 | 2023-11-01T17:20:43.130Z | PASS [ 8.416s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
4633 | 2023-11-01T17:20:43.532Z | PASS [ 8.556s] nexus-db-queries db::collection_attach::test::test_attach_once |
4634 | 2023-11-01T17:20:43.551Z | PASS [ 8.317s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
4635 | 2023-11-01T17:20:43.597Z | PASS [ 0.066s] nexus-db-queries db::collection_attach::test::test_verify_query |
4636 | 2023-11-01T17:20:48.818Z | PASS [ 7.415s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
4637 | 2023-11-01T17:20:48.990Z | PASS [ 7.762s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
4638 | 2023-11-01T17:20:51.307Z | PASS [ 8.178s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
4639 | 2023-11-01T17:20:51.519Z | PASS [ 7.909s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
4640 | 2023-11-01T17:20:51.549Z | PASS [ 7.983s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
4641 | 2023-11-01T17:20:51.604Z | PASS [ 0.060s] nexus-db-queries db::collection_detach::test::test_verify_query |
4642 | 2023-11-01T17:20:56.159Z | PASS [ 7.342s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
4643 | 2023-11-01T17:20:57.103Z | PASS [ 8.120s] nexus-db-queries db::collection_detach::test::test_detach_once |
4644 | 2023-11-01T17:20:59.743Z | PASS [ 8.222s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
4645 | 2023-11-01T17:20:59.990Z | PASS [ 8.347s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
4646 | 2023-11-01T17:21:00.086Z | PASS [ 8.776s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
4647 | 2023-11-01T17:21:03.859Z | PASS [ 7.712s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
4648 | 2023-11-01T17:21:04.598Z | PASS [ 7.496s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
4649 | 2023-11-01T17:21:05.597Z | PASS [ 49.743s] nexus-db-queries authz::policy_test::test_iam_roles_behavior |
4650 | 2023-11-01T17:21:05.660Z | PASS [ 0.067s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
4651 | 2023-11-01T17:21:06.307Z | PASS [ 6.580s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
4652 | 2023-11-01T17:21:06.708Z | PASS [ 6.643s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
4653 | 2023-11-01T17:21:06.753Z | PASS [ 0.066s] nexus-db-queries db::collection_insert::test::test_verify_query |
4654 | 2023-11-01T17:21:07.138Z | PASS [ 7.054s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
4655 | 2023-11-01T17:21:09.627Z | PASS [ 5.767s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
4656 | 2023-11-01T17:21:09.671Z | PASS [ 0.044s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
4657 | 2023-11-01T17:21:10.309Z | PASS [ 5.711s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
4658 | 2023-11-01T17:21:11.022Z | PASS [ 5.348s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
4659 | 2023-11-01T17:21:11.689Z | PASS [ 5.380s] nexus-db-queries db::collection_insert::test::test_collection_present |
4660 | 2023-11-01T17:21:11.694Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run |
4661 | 2023-11-01T17:21:11.702Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run |
4662 | 2023-11-01T17:21:12.248Z | PASS [ 5.110s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
4663 | 2023-11-01T17:21:12.334Z | PASS [ 5.683s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
4664 | 2023-11-01T17:21:14.311Z | PASS [ 62.611s] bootstore::v0-fsm-proptest-learner run |
4665 | 2023-11-01T17:21:17.164Z | PASS [ 7.494s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
4666 | 2023-11-01T17:21:19.530Z | PASS [ 8.520s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
4667 | 2023-11-01T17:21:20.115Z | PASS [ 8.425s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
4668 | 2023-11-01T17:21:20.225Z | PASS [ 7.884s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
4669 | 2023-11-01T17:21:20.324Z | PASS [ 8.073s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
4670 | 2023-11-01T17:21:20.411Z | PASS [ 10.099s] nexus-db-queries db::datastore::dns::test::test_dns_update |
4671 | 2023-11-01T17:21:21.491Z | PASS [ 7.184s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
4672 | 2023-11-01T17:21:24.738Z | PASS [ 7.571s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled |
4673 | 2023-11-01T17:21:27.716Z | PASS [ 8.186s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks |
4674 | 2023-11-01T17:21:29.012Z | PASS [ 8.279s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent |
4675 | 2023-11-01T17:21:29.015Z | PASS [ 8.409s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled |
4676 | 2023-11-01T17:21:29.018Z | PASS [ 8.524s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent |
4677 | 2023-11-01T17:21:29.021Z | PASS [ 0.057s] nexus-db-queries db::datastore::region::test::test_extent_count |
4678 | 2023-11-01T17:21:29.118Z | PASS [ 77.416s] bootstore::v0-fsm-proptest-rack-coordinator run |
4679 | 2023-11-01T17:21:29.298Z | PASS [ 8.890s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
4680 | 2023-11-01T17:21:29.459Z | PASS [ 7.968s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
4681 | 2023-11-01T17:21:32.849Z | PASS [ 8.108s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
4682 | 2023-11-01T17:21:36.530Z | PASS [ 7.892s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
4683 | 2023-11-01T17:21:36.797Z | PASS [ 8.115s] nexus-db-queries db::datastore::test::test_component_update_conflict |
4684 | 2023-11-01T17:21:37.025Z | PASS [ 9.312s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
4685 | 2023-11-01T17:21:37.145Z | PASS [ 8.020s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
4686 | 2023-11-01T17:21:37.149Z | PASS [ 7.840s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
4687 | 2023-11-01T17:21:37.327Z | PASS [ 7.864s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
4688 | 2023-11-01T17:21:37.465Z | PASS [ 8.867s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
4689 | 2023-11-01T17:21:39.613Z | PASS [ 6.765s] nexus-db-queries db::datastore::test::test_project_creation |
4690 | 2023-11-01T17:21:41.801Z | PASS [ 5.241s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
4691 | 2023-11-01T17:21:44.998Z | PASS [ 8.202s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
4692 | 2023-11-01T17:21:45.257Z | PASS [ 8.121s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
4693 | 2023-11-01T17:21:46.944Z | PASS [ 9.919s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
4694 | 2023-11-01T17:21:47.375Z | PASS [ 10.230s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
4695 | 2023-11-01T17:21:47.923Z | PASS [ 10.599s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
4696 | 2023-11-01T17:21:48.053Z | PASS [ 10.586s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
4697 | 2023-11-01T17:21:48.931Z | PASS [ 7.145s] nexus-db-queries db::datastore::test::test_service_upsert_and_list |
4698 | 2023-11-01T17:21:49.018Z | PASS [ 9.359s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
4699 | 2023-11-01T17:21:50.271Z | PASS [ 5.013s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
4700 | 2023-11-01T17:21:52.033Z | PASS [ 7.034s] nexus-db-queries db::datastore::test::test_session_methods |
4701 | 2023-11-01T17:21:52.097Z | PASS [ 0.047s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data |
4702 | 2023-11-01T17:21:52.136Z | PASS [ 0.053s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid |
4703 | 2023-11-01T17:21:52.184Z | PASS [ 0.051s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid |
4704 | 2023-11-01T17:21:52.240Z | PASS [ 0.056s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid |
4705 | 2023-11-01T17:21:54.171Z | PASS [ 7.184s] nexus-db-queries db::datastore::test::test_ssh_keys |
4706 | 2023-11-01T17:21:54.583Z | PASS [ 5.617s] nexus-db-queries db::explain::test::test_explain_async |
4707 | 2023-11-01T17:21:54.702Z | PASS [ 7.327s] nexus-db-queries db::datastore::test::test_system_update_conflict |
4708 | 2023-11-01T17:21:55.102Z | PASS [ 7.165s] nexus-db-queries db::datastore::test::test_table_scan |
4709 | 2023-11-01T17:21:55.583Z | PASS [ 5.310s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
4710 | 2023-11-01T17:21:55.821Z | PASS [ 7.770s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
4711 | 2023-11-01T17:21:56.461Z | PASS [ 7.543s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
4712 | 2023-11-01T17:21:58.568Z | PASS [ 6.328s] nexus-db-queries db::lookup::test::test_lookup |
4713 | 2023-11-01T17:21:59.898Z | PASS [ 5.770s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
4714 | 2023-11-01T17:22:00.691Z | PASS [ 6.109s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
4715 | 2023-11-01T17:22:00.728Z | PASS [ 6.026s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
4716 | 2023-11-01T17:22:00.977Z | PASS [ 5.890s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
4717 | 2023-11-01T17:22:02.984Z | PASS [ 7.403s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
4718 | 2023-11-01T17:22:03.178Z | PASS [ 7.357s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
4719 | 2023-11-01T17:22:04.568Z | PASS [ 8.112s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent |
4720 | 2023-11-01T17:22:05.857Z | PASS [ 7.289s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range |
4721 | 2023-11-01T17:22:07.599Z | PASS [ 7.701s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent |
4722 | 2023-11-01T17:22:08.068Z | PASS [ 7.340s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
4723 | 2023-11-01T17:22:08.121Z | PASS [ 0.052s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
4724 | 2023-11-01T17:22:08.272Z | PASS [ 7.581s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full |
4725 | 2023-11-01T17:22:08.406Z | PASS [ 7.425s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
4726 | 2023-11-01T17:22:10.432Z | PASS [ 7.255s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
4727 | 2023-11-01T17:22:10.829Z | PASS [ 7.831s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service |
4728 | 2023-11-01T17:22:12.105Z | PASS [ 7.536s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
4729 | 2023-11-01T17:22:12.900Z | PASS [ 7.043s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
4730 | 2023-11-01T17:22:15.801Z | PASS [ 7.682s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
4731 | 2023-11-01T17:22:15.926Z | PASS [ 7.524s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
4732 | 2023-11-01T17:22:15.998Z | PASS [ 7.725s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
4733 | 2023-11-01T17:22:16.322Z | PASS [ 8.725s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
4734 | 2023-11-01T17:22:17.623Z | PASS [ 7.191s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
4735 | 2023-11-01T17:22:17.731Z | PASS [ 6.917s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
4736 | 2023-11-01T17:22:17.784Z | PASS [ 0.050s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
4737 | 2023-11-01T17:22:19.588Z | PASS [ 7.478s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
4738 | 2023-11-01T17:22:19.825Z | PASS [ 6.921s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
4739 | 2023-11-01T17:22:20.023Z | PASS [ 0.201s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
4740 | 2023-11-01T17:22:20.084Z | PASS [ 0.058s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
4741 | 2023-11-01T17:22:20.143Z | PASS [ 0.061s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
4742 | 2023-11-01T17:22:20.205Z | PASS [ 0.063s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
4743 | 2023-11-01T17:22:20.291Z | PASS [ 0.080s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
4744 | 2023-11-01T17:22:23.359Z | PASS [ 7.558s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
4745 | 2023-11-01T17:22:23.803Z | PASS [ 7.879s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
4746 | 2023-11-01T17:22:23.941Z | PASS [ 7.944s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
4747 | 2023-11-01T17:22:23.980Z | PASS [ 0.039s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
4748 | 2023-11-01T17:22:24.022Z | PASS [ 0.039s] nexus-types external_api::shared::test::test_policy_parsing |
4749 | 2023-11-01T17:22:24.153Z | PASS [ 0.134s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
4750 | 2023-11-01T17:22:24.166Z | PASS [ 7.845s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
4751 | 2023-11-01T17:22:24.202Z | PASS [ 0.051s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
4752 | 2023-11-01T17:22:24.237Z | PASS [ 0.071s] omicron-certificates tests::test_cert_extended_key_usage |
4753 | 2023-11-01T17:22:24.266Z | PASS [ 0.064s] omicron-certificates tests::test_common_name_is_validated |
4754 | 2023-11-01T17:22:24.303Z | PASS [ 0.037s] omicron-common address::test::test_dns_subnets |
4755 | 2023-11-01T17:22:24.310Z | PASS [ 0.075s] omicron-certificates tests::test_subject_alternate_names_are_validated |
4756 | 2023-11-01T17:22:24.332Z | PASS [ 0.030s] omicron-common address::test::test_ip_range_checks_non_decreasing |
4757 | 2023-11-01T17:22:24.346Z | PASS [ 0.034s] omicron-common address::test::test_ip_range_enum_deserialization |
4758 | 2023-11-01T17:22:24.365Z | PASS [ 0.032s] omicron-common address::test::test_ip_range_iter |
4759 | 2023-11-01T17:22:24.381Z | PASS [ 0.035s] omicron-common address::test::test_ip_range_try_from |
4760 | 2023-11-01T17:22:24.408Z | PASS [ 0.042s] omicron-common address::test::test_ipv6_subnet_deserialize |
4761 | 2023-11-01T17:22:24.422Z | PASS [ 0.040s] omicron-common address::test::test_sled_address |
4762 | 2023-11-01T17:22:24.456Z | PASS [ 0.047s] omicron-common api::external::error::test::test_bail_unless |
4763 | 2023-11-01T17:22:24.472Z | PASS [ 0.043s] omicron-common api::external::error::test::test_context |
4764 | 2023-11-01T17:22:24.501Z | PASS [ 0.043s] omicron-common api::external::http_pagination::test::test_pagination_examples |
4765 | 2023-11-01T17:22:24.512Z | PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
4766 | 2023-11-01T17:22:24.548Z | PASS [ 0.045s] omicron-common api::external::http_pagination::test::test_scan_by_id |
4767 | 2023-11-01T17:22:24.558Z | PASS [ 0.042s] omicron-common api::external::http_pagination::test::test_scan_by_name |
4768 | 2023-11-01T17:22:24.601Z | PASS [ 0.056s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
4769 | 2023-11-01T17:22:24.659Z | PASS [ 0.104s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
4770 | 2023-11-01T17:22:24.671Z | PASS [ 0.069s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
4771 | 2023-11-01T17:22:24.695Z | PASS [ 0.040s] omicron-common api::external::test::test_bytecount |
4772 | 2023-11-01T17:22:24.703Z | PASS [ 0.037s] omicron-common api::external::test::test_bytecount_display |
4773 | 2023-11-01T17:22:24.743Z | PASS [ 0.047s] omicron-common api::external::test::test_digest |
4774 | 2023-11-01T17:22:24.755Z | PASS [ 0.048s] omicron-common api::external::test::test_firewall_deserialization |
4775 | 2023-11-01T17:22:24.822Z | PASS [ 0.051s] omicron-common api::external::test::test_firewall_rule_target_parse |
4776 | 2023-11-01T17:22:24.825Z | PASS [ 0.060s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
4777 | 2023-11-01T17:22:24.843Z | PASS [ 0.037s] omicron-common api::external::test::test_ip_port_range_from_str |
4778 | 2023-11-01T17:22:24.851Z | PASS [ 0.041s] omicron-common api::external::test::test_ip_port_range_into_str |
4779 | 2023-11-01T17:22:24.880Z | PASS [ 0.038s] omicron-common api::external::test::test_ipnet_first_last_address |
4780 | 2023-11-01T17:22:24.887Z | PASS [ 0.037s] omicron-common api::external::test::test_ipnet_serde |
4781 | 2023-11-01T17:22:24.912Z | PASS [ 0.031s] omicron-common api::external::test::test_ipv4_net_operations |
4782 | 2023-11-01T17:22:25.336Z | PASS [ 0.030s] omicron-common api::external::test::test_ipv6_net_operations |
4783 | 2023-11-01T17:22:25.339Z | PASS [ 0.043s] omicron-common api::external::test::test_mac_system_iterator |
4784 | 2023-11-01T17:22:25.342Z | PASS [ 0.043s] omicron-common api::external::test::test_mac_to_int_conversions |
4785 | 2023-11-01T17:22:25.345Z | PASS [ 0.034s] omicron-common api::external::test::test_macaddr |
4786 | 2023-11-01T17:22:25.352Z | PASS [ 0.035s] omicron-common api::external::test::test_name_parse |
4787 | 2023-11-01T17:22:25.363Z | PASS [ 0.046s] omicron-common api::external::test::test_name_parse_from_param |
4788 | 2023-11-01T17:22:25.371Z | PASS [ 0.051s] omicron-common api::external::test::test_resource_name_parse |
4789 | 2023-11-01T17:22:25.382Z | PASS [ 0.036s] omicron-common api::external::test::test_role_name_parse |
4790 | 2023-11-01T17:22:25.394Z | PASS [ 0.042s] omicron-common api::external::test::test_route_destination_parse |
4791 | 2023-11-01T17:22:25.408Z | PASS [ 7.499s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
4792 | 2023-11-01T17:22:25.418Z | PASS [ 0.061s] omicron-common api::external::test::test_route_target_parse |
4793 | 2023-11-01T17:22:25.437Z | PASS [ 0.048s] omicron-common api::external::test::test_semver_serialize |
4794 | 2023-11-01T17:22:25.450Z | PASS [ 0.039s] omicron-common api::external::test::test_semver_validation |
4795 | 2023-11-01T17:22:25.458Z | PASS [ 0.038s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
4796 | 2023-11-01T17:22:25.468Z | PASS [ 0.054s] omicron-common ledger::test::test_commit_handles_write_failures |
4797 | 2023-11-01T17:22:25.476Z | PASS [ 0.041s] omicron-common ledger::test::test_create_default_ledger |
4798 | 2023-11-01T17:22:25.484Z | PASS [ 0.040s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
4799 | 2023-11-01T17:22:25.489Z | PASS [ 0.039s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
4800 | 2023-11-01T17:22:25.492Z | PASS [ 0.041s] omicron-common nexus_config::test::test_bad_authn_schemes |
4801 | 2023-11-01T17:22:25.495Z | PASS [ 0.042s] omicron-common nexus_config::test::test_config_bad_toml |
4802 | 2023-11-01T17:22:25.498Z | PASS [ 5.675s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
4803 | 2023-11-01T17:22:25.501Z | PASS [ 0.035s] omicron-common nexus_config::test::test_config_empty |
4804 | 2023-11-01T17:22:25.505Z | PASS [ 0.031s] omicron-common nexus_config::test::test_config_nonexistent |
4805 | 2023-11-01T17:22:25.508Z | PASS [ 0.033s] omicron-common nexus_config::test::test_deployment_config_schema |
4806 | 2023-11-01T17:22:25.511Z | PASS [ 0.035s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable |
4807 | 2023-11-01T17:22:25.515Z | PASS [ 0.028s] omicron-common postgres_config::test::test_bad_url |
4808 | 2023-11-01T17:22:25.520Z | PASS [ 0.046s] omicron-common nexus_config::test::test_valid |
4809 | 2023-11-01T17:22:25.533Z | PASS [ 0.053s] omicron-common nexus_config::test::test_repo_configs_are_valid |
4810 | 2023-11-01T17:22:25.538Z | PASS [ 0.041s] omicron-common postgres_config::test::test_example_url |
4811 | 2023-11-01T17:22:25.541Z | PASS [ 0.035s] omicron-common update::tests::serde_artifact_kind |
4812 | 2023-11-01T17:22:25.544Z | PASS [ 5.207s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query |
4813 | 2023-11-01T17:22:25.550Z | PASS [ 7.770s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
4814 | 2023-11-01T17:22:25.741Z | PASS [ 0.172s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args |
4815 | 2023-11-01T17:22:25.749Z | PASS [ 0.376s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd |
4816 | 2023-11-01T17:22:25.765Z | PASS [ 0.271s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args |
4817 | 2023-11-01T17:22:25.780Z | PASS [ 0.454s] omicron-dev::test_omicron_dev test_cert_create |
4818 | 2023-11-01T17:22:25.819Z | PASS [ 0.053s] omicron-gateway management_switch::location_map::tests::test_config_validation |
4819 | 2023-11-01T17:22:25.828Z | PASS [ 0.053s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
4820 | 2023-11-01T17:22:25.866Z | PASS [ 0.135s] omicron-dev::test_omicron_dev test_omicron_dev_no_args |
4821 | 2023-11-01T17:22:26.164Z | PASS [ 0.349s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled |
4822 | 2023-11-01T17:22:26.227Z | PASS [ 0.400s] omicron-gateway::test_all integration_tests::component_list::component_list |
4823 | 2023-11-01T17:22:26.442Z | PASS [ 0.584s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
4824 | 2023-11-01T17:22:26.457Z | PASS [ 0.294s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
4825 | 2023-11-01T17:22:26.517Z | PASS [ 0.289s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
4826 | 2023-11-01T17:22:28.512Z | PASS [ 5.152s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered |
4827 | 2023-11-01T17:22:29.203Z | PASS [ 5.399s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
4828 | 2023-11-01T17:22:30.051Z | PASS [ 4.723s] omicron-dev::test_omicron_dev test_db_killed |
4829 | 2023-11-01T17:22:44.626Z | PASS [ 19.293s] omicron-dev::test_omicron_dev test_db_run |
4830 | 2023-11-01T17:22:50.308Z | PASS [ 24.571s] omicron-dev::test_omicron_dev test_run_all |
4831 | 2023-11-01T17:22:51.255Z | PASS [ 24.794s] omicron-nexus app::background::common::test::test_driver_basic |
4832 | 2023-11-01T17:22:51.408Z | PASS [ 0.153s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
4833 | 2023-11-01T17:22:51.528Z | PASS [ 22.323s] omicron-nexus app::background::dns_servers::test::test_basic |
4834 | 2023-11-01T17:22:52.073Z | PASS [ 0.133s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
4835 | 2023-11-01T17:22:52.077Z | PASS [ 0.084s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
4836 | 2023-11-01T17:22:52.081Z | PASS [ 0.082s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
4837 | 2023-11-01T17:22:52.083Z | PASS [ 1.541s] omicron-nexus app::external_endpoints::test::test_authority |
4838 | 2023-11-01T17:22:52.201Z | PASS [ 25.686s] omicron-nexus app::background::dns_config::test::test_basic |
4839 | 2023-11-01T17:22:52.536Z | PASS [ 24.022s] omicron-nexus app::background::dns_propagation::test::test_basic |
4840 | 2023-11-01T17:22:52.873Z | PASS [ 22.822s] omicron-nexus app::background::external_endpoints::test::test_basic |
4841 | 2023-11-01T17:22:53.109Z | PASS [ 26.666s] omicron-nexus app::background::common::test::test_activation_in_progress |
4842 | 2023-11-01T17:23:01.721Z | PASS [ 10.310s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
4843 | 2023-11-01T17:23:07.347Z | PASS [ 22.708s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
4844 | 2023-11-01T17:23:17.497Z | PASS [ 24.964s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
4845 | 2023-11-01T17:23:19.403Z | PASS [ 26.531s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
4846 | 2023-11-01T17:23:19.443Z | PASS [ 26.337s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
4847 | 2023-11-01T17:23:19.597Z | PASS [ 27.391s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
4848 | 2023-11-01T17:23:23.783Z | PASS [ 31.959s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
4849 | 2023-11-01T17:23:24.455Z | PASS [ 32.606s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
4850 | 2023-11-01T17:23:48.534Z | PASS [ 29.126s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
4851 | 2023-11-01T17:23:49.783Z | PASS [ 32.288s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
4852 | 2023-11-01T17:23:49.960Z | PASS [ 30.369s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
4853 | 2023-11-01T17:23:50.028Z | PASS [ 30.585s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
4854 | 2023-11-01T17:23:54.903Z | PASS [ 30.447s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
4855 | 2023-11-01T17:24:01.718Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4856 | 2023-11-01T17:24:07.334Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4857 | 2023-11-01T17:24:19.075Z | PASS [ 23.755s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
4858 | 2023-11-01T17:24:19.148Z | PASS [ 29.188s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
4859 | 2023-11-01T17:24:19.965Z | PASS [ 30.180s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
4860 | 2023-11-01T17:24:20.038Z | PASS [ 0.072s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
4861 | 2023-11-01T17:24:22.507Z | PASS [ 32.472s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
4862 | 2023-11-01T17:24:23.786Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4863 | 2023-11-01T17:24:26.861Z | PASS [ 38.334s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
4864 | 2023-11-01T17:24:35.632Z | PASS [ 71.851s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
4865 | 2023-11-01T17:24:41.019Z | PASS [ 99.308s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4866 | 2023-11-01T17:24:48.540Z | PASS [ 101.208s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4867 | 2023-11-01T17:24:50.572Z | PASS [ 30.538s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
4868 | 2023-11-01T17:24:56.291Z | PASS [ 33.792s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
4869 | 2023-11-01T17:24:56.480Z | PASS [ 20.847s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
4870 | 2023-11-01T17:25:05.446Z | PASS [ 38.534s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
4871 | 2023-11-01T17:25:10.586Z | PASS [ 29.567s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
4872 | 2023-11-01T17:25:11.663Z | PASS [ 21.089s] omicron-nexus app::update::tests::test_populate_mock_system_updates |
4873 | 2023-11-01T17:25:13.249Z | PASS [ 24.678s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
4874 | 2023-11-01T17:25:13.295Z | PASS [ 0.067s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
4875 | 2023-11-01T17:25:13.360Z | PASS [ 0.067s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
4876 | 2023-11-01T17:25:13.427Z | PASS [ 0.076s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
4877 | 2023-11-01T17:25:13.519Z | PASS [ 0.077s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
4878 | 2023-11-01T17:25:13.578Z | PASS [ 0.073s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
4879 | 2023-11-01T17:25:13.647Z | PASS [ 0.070s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
4880 | 2023-11-01T17:25:13.719Z | PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_relative_uri |
4881 | 2023-11-01T17:25:13.884Z | PASS [ 0.149s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
4882 | 2023-11-01T17:25:16.592Z | PASS [ 20.302s] omicron-nexus app::update::tests::test_semver_max |
4883 | 2023-11-01T17:25:17.050Z | PASS [ 20.573s] omicron-nexus app::update::tests::test_system_updates |
4884 | 2023-11-01T17:25:18.654Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4885 | 2023-11-01T17:25:19.152Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4886 | 2023-11-01T17:25:19.911Z | PASS [ 8.251s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
4887 | 2023-11-01T17:25:26.112Z | PASS [ 20.710s] omicron-nexus app::update::tests::test_update_deployments |
4888 | 2023-11-01T17:25:31.063Z | PASS [ 11.153s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
4889 | 2023-11-01T17:25:31.253Z | PASS [ 0.186s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
4890 | 2023-11-01T17:25:31.505Z | PASS [ 20.921s] omicron-nexus app::update::tests::test_updateable_components |
4891 | 2023-11-01T17:25:36.631Z | PASS [ 10.524s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
4892 | 2023-11-01T17:25:37.663Z | PASS [ 20.610s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
4893 | 2023-11-01T17:25:38.247Z | PASS [ 21.654s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
4894 | 2023-11-01T17:25:52.468Z | PASS [ 20.963s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
4895 | 2023-11-01T17:25:53.015Z | PASS [ 21.766s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
4896 | 2023-11-01T17:25:59.527Z | PASS [ 22.898s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
4897 | 2023-11-01T17:25:59.764Z | PASS [ 22.079s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
4898 | 2023-11-01T17:26:00.691Z | PASS [ 22.445s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
4899 | 2023-11-01T17:26:13.361Z | PASS [ 20.019s] omicron-nexus::test_all integration_tests::basic::test_ping |
4900 | 2023-11-01T17:26:13.444Z | PASS [ 20.977s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
4901 | 2023-11-01T17:26:13.883Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
4902 | 2023-11-01T17:26:18.657Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4903 | 2023-11-01T17:26:19.147Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4904 | 2023-11-01T17:26:21.811Z | PASS [ 21.122s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
4905 | 2023-11-01T17:26:23.916Z | PASS [ 124.771s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
4906 | 2023-11-01T17:26:25.749Z | PASS [ 71.887s] omicron-nexus populate::test::test_populators |
4907 | 2023-11-01T17:26:29.161Z | PASS [ 29.636s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
4908 | 2023-11-01T17:26:34.848Z | PASS [ 21.404s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
4909 | 2023-11-01T17:26:35.021Z | PASS [ 21.973s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
4910 | 2023-11-01T17:26:35.340Z | PASS [ 0.334s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
4911 | 2023-11-01T17:26:35.526Z | PASS [ 0.141s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
4912 | 2023-11-01T17:26:35.656Z | PASS [ 0.169s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
4913 | 2023-11-01T17:26:35.827Z | PASS [ 36.076s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
4914 | 2023-11-01T17:26:36.292Z | PASS [ 0.477s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal |
4915 | 2023-11-01T17:26:36.627Z | PASS [ 0.973s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
4916 | 2023-11-01T17:26:44.212Z | PASS [ 22.400s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
4917 | 2023-11-01T17:26:46.283Z | PASS [ 22.356s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
4918 | 2023-11-01T17:26:50.376Z | PASS [ 24.627s] omicron-nexus::test_all integration_tests::certificates::test_crud |
4919 | 2023-11-01T17:26:51.063Z | PASS [ 21.904s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
4920 | 2023-11-01T17:26:58.696Z | PASS [ 22.073s] omicron-nexus::test_all integration_tests::console_api::test_assets |
4921 | 2023-11-01T17:26:58.839Z | PASS [ 22.549s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
4922 | 2023-11-01T17:27:05.719Z | PASS [ 21.500s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
4923 | 2023-11-01T17:27:07.657Z | PASS [ 32.809s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
4924 | 2023-11-01T17:27:12.802Z | PASS [ 21.739s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
4925 | 2023-11-01T17:27:12.810Z | PASS [ 26.542s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
4926 | 2023-11-01T17:27:18.653Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4927 | 2023-11-01T17:27:19.608Z | PASS [ 29.230s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
4928 | 2023-11-01T17:27:20.788Z | PASS [ 21.949s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
4929 | 2023-11-01T17:27:21.279Z | PASS [ 22.168s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
4930 | 2023-11-01T17:27:30.290Z | PASS [ 22.634s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
4931 | 2023-11-01T17:27:34.141Z | PASS [ 28.425s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
4932 | 2023-11-01T17:27:35.308Z | PASS [ 22.507s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
4933 | 2023-11-01T17:27:39.942Z | PASS [ 27.131s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
4934 | 2023-11-01T17:27:49.123Z | PASS [ 28.260s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
4935 | 2023-11-01T17:27:49.331Z | PASS [ 28.539s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
4936 | 2023-11-01T17:27:57.841Z | PASS [ 27.551s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
4937 | 2023-11-01T17:27:59.001Z | PASS [ 24.862s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
4938 | 2023-11-01T17:27:59.981Z | PASS [ 40.377s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
4939 | 2023-11-01T17:28:15.562Z | PASS [ 26.236s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
4940 | 2023-11-01T17:28:15.687Z | PASS [ 40.380s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
4941 | 2023-11-01T17:28:18.654Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4942 | 2023-11-01T17:28:23.074Z | PASS [ 24.079s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
4943 | 2023-11-01T17:28:24.237Z | PASS [ 24.256s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
4944 | 2023-11-01T17:28:25.488Z | PASS [ 27.648s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
4945 | 2023-11-01T17:28:31.971Z | PASS [ 52.030s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
4946 | 2023-11-01T17:28:39.580Z | PASS [ 23.890s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
4947 | 2023-11-01T17:28:39.911Z | PASS [ 50.783s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
4948 | 2023-11-01T17:28:41.033Z | PASS [ 25.467s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
4949 | 2023-11-01T17:28:52.330Z | PASS [ 26.842s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
4950 | 2023-11-01T17:28:54.209Z | PASS [ 31.134s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
4951 | 2023-11-01T17:29:03.564Z | PASS [ 31.592s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
4952 | 2023-11-01T17:29:06.554Z | PASS [ 25.526s] omicron-nexus::test_all integration_tests::images::test_image_create |
4953 | 2023-11-01T17:29:07.243Z | PASS [ 27.340s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
4954 | 2023-11-01T17:29:08.825Z | PASS [ 29.249s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
4955 | 2023-11-01T17:29:08.924Z | PASS [ 44.687s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
4956 | 2023-11-01T17:29:18.653Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4957 | 2023-11-01T17:29:19.552Z | PASS [ 27.223s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_content_length |
4958 | 2023-11-01T17:29:20.249Z | PASS [ 26.041s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_image_size |
4959 | 2023-11-01T17:29:29.715Z | PASS [ 26.153s] omicron-nexus::test_all integration_tests::images::test_image_create_bad_url |
4960 | 2023-11-01T17:29:32.433Z | PASS [ 25.874s] omicron-nexus::test_all integration_tests::images::test_image_create_url_404 |
4961 | 2023-11-01T17:29:36.514Z | PASS [ 29.272s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
4962 | 2023-11-01T17:29:37.634Z | PASS [ 28.712s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
4963 | 2023-11-01T17:29:43.347Z | PASS [ 34.518s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
4964 | 2023-11-01T17:29:46.192Z | PASS [ 9.678s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
4965 | 2023-11-01T17:29:46.796Z | PASS [ 26.545s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
4966 | 2023-11-01T17:29:47.510Z | PASS [ 9.870s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
4967 | 2023-11-01T17:29:48.006Z | PASS [ 28.454s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
4968 | 2023-11-01T17:29:48.423Z | PASS [ 329.777s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4969 | 2023-11-01T17:29:51.994Z | PASS [ 8.646s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
4970 | 2023-11-01T17:29:56.715Z | PASS [ 24.288s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
4971 | 2023-11-01T17:29:56.743Z | PASS [ 27.028s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
4972 | 2023-11-01T17:29:58.668Z | PASS [ 12.476s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
4973 | 2023-11-01T17:30:12.294Z | PASS [ 25.502s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
4974 | 2023-11-01T17:30:17.949Z | PASS [ 21.204s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
4975 | 2023-11-01T17:30:18.739Z | PASS [ 30.736s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
4976 | 2023-11-01T17:30:27.782Z | PASS [ 35.796s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
4977 | 2023-11-01T17:30:34.096Z | PASS [ 45.671s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
4978 | 2023-11-01T17:30:35.777Z | PASS [ 39.060s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
4979 | 2023-11-01T17:30:38.099Z | PASS [ 39.432s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
4980 | 2023-11-01T17:30:39.780Z | PASS [ 52.278s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
4981 | 2023-11-01T17:30:47.690Z | PASS [ 29.745s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
4982 | 2023-11-01T17:30:54.417Z | PASS [ 35.678s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
4983 | 2023-11-01T17:31:05.972Z | PASS [ 38.191s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
4984 | 2023-11-01T17:31:07.554Z | PASS [ 31.781s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
4985 | 2023-11-01T17:31:11.874Z | PASS [ 37.784s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
4986 | 2023-11-01T17:31:12.302Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4987 | 2023-11-01T17:31:12.608Z | PASS [ 34.511s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
4988 | 2023-11-01T17:31:22.523Z | PASS [ 42.743s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
4989 | 2023-11-01T17:31:32.382Z | PASS [ 37.962s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
4990 | 2023-11-01T17:31:37.094Z | PASS [ 49.406s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
4991 | 2023-11-01T17:31:41.478Z | PASS [ 89.187s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4992 | 2023-11-01T17:31:42.312Z | PASS [ 36.339s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
4993 | 2023-11-01T17:31:47.431Z | PASS [ 39.855s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p |
4994 | 2023-11-01T17:31:48.125Z | PASS [ 36.250s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
4995 | 2023-11-01T17:31:54.027Z | PASS [ 41.414s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
4996 | 2023-11-01T17:31:58.732Z | PASS [ 26.355s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
4997 | 2023-11-01T17:32:06.208Z | PASS [ 43.683s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
4998 | 2023-11-01T17:32:08.326Z | PASS [ 26.847s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
4999 | 2023-11-01T17:32:10.669Z | PASS [ 22.545s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
5000 | 2023-11-01T17:32:12.986Z | PASS [ 30.648s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
5001 | 2023-11-01T17:32:13.798Z | PASS [ 36.705s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
5002 | 2023-11-01T17:32:16.412Z | PASS [ 29.006s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
5003 | 2023-11-01T17:32:28.943Z | PASS [ 30.211s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
5004 | 2023-11-01T17:32:29.201Z | PASS [ 20.878s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
5005 | 2023-11-01T17:32:33.948Z | PASS [ 23.280s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
5006 | 2023-11-01T17:32:35.791Z | PASS [ 22.836s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
5007 | 2023-11-01T17:32:36.915Z | PASS [ 23.116s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
5008 | 2023-11-01T17:32:37.017Z | PASS [ 42.993s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
5009 | 2023-11-01T17:32:39.110Z | PASS [ 22.698s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
5010 | 2023-11-01T17:32:39.189Z | PASS [ 32.985s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
5011 | 2023-11-01T17:32:52.154Z | PASS [ 22.953s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
5012 | 2023-11-01T17:32:56.435Z | PASS [ 22.487s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
5013 | 2023-11-01T17:32:58.071Z | PASS [ 21.158s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo |
5014 | 2023-11-01T17:32:58.609Z | PASS [ 22.817s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
5015 | 2023-11-01T17:33:02.904Z | PASS [ 23.790s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud |
5016 | 2023-11-01T17:33:03.067Z | PASS [ 34.125s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project |
5017 | 2023-11-01T17:33:03.092Z | PASS [ 23.904s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud |
5018 | 2023-11-01T17:33:08.367Z | PASS [ 31.353s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
5019 | 2023-11-01T17:33:18.099Z | PASS [ 21.664s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
5020 | 2023-11-01T17:33:27.152Z | PASS [ 29.082s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
5021 | 2023-11-01T17:33:28.533Z | PASS [ 25.467s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
5022 | 2023-11-01T17:33:28.968Z | PASS [ 25.878s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
5023 | 2023-11-01T17:33:34.153Z | PASS [ 25.462s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
5024 | 2023-11-01T17:33:36.275Z | PASS [ 37.668s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
5025 | 2023-11-01T17:33:52.153Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
5026 | 2023-11-01T17:33:53.692Z | PASS [ 25.157s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
5027 | 2023-11-01T17:33:56.027Z | PASS [ 53.129s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
5028 | 2023-11-01T17:34:02.002Z | PASS [ 69.818s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
5029 | 2023-11-01T17:34:25.847Z | PASS [ 33.003s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
5030 | 2023-11-01T17:34:26.026Z | PASS [ 53.057s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
5031 | 2023-11-01T17:34:26.127Z | PASS [ 42.956s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
5032 | 2023-11-01T17:34:26.223Z | PASS [ 52.879s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
5033 | 2023-11-01T17:34:26.254Z | PASS [ 53.380s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
5034 | 2023-11-01T17:34:26.266Z | PASS [ 26.638s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
5035 | 2023-11-01T17:34:29.782Z | PASS [ 36.092s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
5036 | 2023-11-01T17:34:38.909Z | PASS [ 36.939s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_from_url |
5037 | 2023-11-01T17:34:43.864Z | PASS [ 23.834s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
5038 | 2023-11-01T17:34:47.397Z | PASS [ 24.734s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
5039 | 2023-11-01T17:34:50.120Z | PASS [ 27.772s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
5040 | 2023-11-01T17:34:56.576Z | PASS [ 26.790s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
5041 | 2023-11-01T17:35:02.535Z | PASS [ 53.258s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
5042 | 2023-11-01T17:35:07.478Z | PASS [ 56.326s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
5043 | 2023-11-01T17:35:08.696Z | PASS [ 24.832s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
5044 | 2023-11-01T17:35:10.032Z | PASS [ 19.914s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
5045 | 2023-11-01T17:35:11.594Z | PASS [ 24.197s] omicron-nexus::test_all integration_tests::projects::test_projects |
5046 | 2023-11-01T17:35:12.844Z | PASS [ 33.935s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
5047 | 2023-11-01T17:35:16.781Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
5048 | 2023-11-01T17:35:17.828Z | PASS [ 21.258s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
5049 | 2023-11-01T17:35:27.000Z | PASS [ 24.467s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
5050 | 2023-11-01T17:35:27.175Z | PASS [ 0.175s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
5051 | 2023-11-01T17:35:27.330Z | PASS [ 0.154s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
5052 | 2023-11-01T17:35:27.489Z | PASS [ 0.160s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
5053 | 2023-11-01T17:35:27.638Z | PASS [ 0.146s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
5054 | 2023-11-01T17:35:27.825Z | PASS [ 0.190s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
5055 | 2023-11-01T17:35:30.447Z | PASS [ 22.966s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
5056 | 2023-11-01T17:35:31.659Z | PASS [ 74.878s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
5057 | 2023-11-01T17:35:32.575Z | PASS [ 22.544s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
5058 | 2023-11-01T17:35:33.948Z | PASS [ 25.253s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
5059 | 2023-11-01T17:35:35.091Z | PASS [ 23.494s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
5060 | 2023-11-01T17:35:37.340Z | PASS [ 24.498s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
5061 | 2023-11-01T17:35:45.946Z | PASS [ 28.120s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes |
5062 | 2023-11-01T17:35:51.031Z | PASS [ 23.206s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
5063 | 2023-11-01T17:35:51.169Z | PASS [ 0.137s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
5064 | 2023-11-01T17:35:51.275Z | PASS [ 0.107s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment |
5065 | 2023-11-01T17:35:51.410Z | PASS [ 0.131s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
5066 | 2023-11-01T17:35:54.492Z | PASS [ 22.835s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
5067 | 2023-11-01T17:35:54.504Z | PASS [ 24.059s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
5068 | 2023-11-01T17:35:55.417Z | PASS [ 22.842s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
5069 | 2023-11-01T17:35:56.483Z | PASS [ 22.535s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
5070 | 2023-11-01T17:35:57.532Z | PASS [ 22.446s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
5071 | 2023-11-01T17:36:01.388Z | PASS [ 24.047s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
5072 | 2023-11-01T17:36:08.247Z | PASS [ 11.765s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
5073 | 2023-11-01T17:36:08.327Z | PASS [ 22.375s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
5074 | 2023-11-01T17:36:08.864Z | PASS [ 11.332s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
5075 | 2023-11-01T17:36:11.721Z | PASS [ 10.329s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
5076 | 2023-11-01T17:36:12.947Z | PASS [ 21.539s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
5077 | 2023-11-01T17:36:14.653Z | PASS [ 20.162s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
5078 | 2023-11-01T17:36:14.702Z | PASS [ 20.201s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
5079 | 2023-11-01T17:36:16.560Z | PASS [ 21.144s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
5080 | 2023-11-01T17:36:18.879Z | PASS [ 10.550s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
5081 | 2023-11-01T17:36:18.882Z | PASS [ 10.624s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
5082 | 2023-11-01T17:36:19.104Z | PASS [ 6.156s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
5083 | 2023-11-01T17:36:19.879Z | PASS [ 11.015s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
5084 | 2023-11-01T17:36:23.369Z | FAIL [ 6.806s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
5085 | 2023-11-01T17:36:23.372Z | |
5086 | 2023-11-01T17:36:23.375Z | --- STDOUT: omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up --- |
5087 | 2023-11-01T17:36:23.378Z | |
5088 | 2023-11-01T17:36:23.382Z | running 1 test |
5089 | 2023-11-01T17:36:23.385Z | test integration_tests::schema::versions_have_idempotent_up ... FAILED |
5090 | 2023-11-01T17:36:23.388Z | |
5091 | 2023-11-01T17:36:23.392Z | failures: |
5092 | 2023-11-01T17:36:23.395Z | |
5093 | 2023-11-01T17:36:23.398Z | failures: |
5094 | 2023-11-01T17:36:23.401Z | integration_tests::schema::versions_have_idempotent_up |
5095 | 2023-11-01T17:36:23.404Z | |
5096 | 2023-11-01T17:36:23.408Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 283 filtered out; finished in 6.62s |
5097 | 2023-11-01T17:36:23.410Z | |
5098 | 2023-11-01T17:36:23.413Z | |
5099 | 2023-11-01T17:36:23.416Z | --- STDERR: omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up --- |
5100 | 2023-11-01T17:36:23.419Z | log file: /var/tmp/omicron_tmp/test_all-f020faad36dec897-versions_have_idempotent_up.12965.0.log |
5101 | 2023-11-01T17:36:23.422Z | note: configured to log to "/var/tmp/omicron_tmp/test_all-f020faad36dec897-versions_have_idempotent_up.12965.0.log" |
5102 | 2023-11-01T17:36:23.426Z | thread 'integration_tests::schema::versions_have_idempotent_up' panicked at 'Failed to ROLLBACK failed transaction: Error { kind: Db, cause: Some(DbError { severity: "ERROR", parsed_severity: Some(Error), code: SqlState(Other("XXUUU")), message: "there is no transaction in progress", detail: None, hint: None, position: None, where_: None, schema: None, table: None, column: None, datatype: None, constraint: None, file: Some("exec_util.go"), line: Some(741), routine: Some("init") }) }', nexus/tests/integration_tests/schema.rs:96:22 |
5103 | 2023-11-01T17:36:24.438Z | stack backtrace: |
5104 | 2023-11-01T17:36:24.442Z | 0: rust_begin_unwind |
5105 | 2023-11-01T17:36:24.445Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:593:5 |
5106 | 2023-11-01T17:36:24.448Z | 1: core::panicking::panic_fmt |
5107 | 2023-11-01T17:36:24.451Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/panicking.rs:67:14 |
5108 | 2023-11-01T17:36:24.454Z | 2: core::result::unwrap_failed |
5109 | 2023-11-01T17:36:24.457Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/result.rs:1651:5 |
5110 | 2023-11-01T17:36:24.460Z | 3: core::result::Result<T,E>::expect |
5111 | 2023-11-01T17:36:24.467Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/result.rs:1033:23 |
5112 | 2023-11-01T17:36:24.470Z | 4: {async_fn#0} |
5113 | 2023-11-01T17:36:24.473Z | at ./tests/integration_tests/schema.rs:93:17 |
5114 | 2023-11-01T17:36:24.476Z | 5: {async_fn#0} |
5115 | 2023-11-01T17:36:24.479Z | at ./tests/integration_tests/schema.rs:140:61 |
5116 | 2023-11-01T17:36:24.482Z | 6: {async_block#0} |
5117 | 2023-11-01T17:36:24.485Z | at ./tests/integration_tests/schema.rs:481:59 |
5118 | 2023-11-01T17:36:24.488Z | 7: poll<&mut dyn core::future::future::Future<Output=()>> |
5119 | 2023-11-01T17:36:24.491Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9 |
5120 | 2023-11-01T17:36:24.494Z | 8: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5121 | 2023-11-01T17:36:24.497Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9 |
5122 | 2023-11-01T17:36:24.500Z | 9: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5123 | 2023-11-01T17:36:24.504Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:57 |
5124 | 2023-11-01T17:36:24.507Z | 10: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5125 | 2023-11-01T17:36:24.510Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:107:5 |
5126 | 2023-11-01T17:36:24.513Z | 11: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5127 | 2023-11-01T17:36:24.516Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:73:5 |
5128 | 2023-11-01T17:36:24.519Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5129 | 2023-11-01T17:36:24.523Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25 |
5130 | 2023-11-01T17:36:24.526Z | 13: tokio::runtime::scheduler::current_thread::Context::enter |
5131 | 2023-11-01T17:36:24.529Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19 |
5132 | 2023-11-01T17:36:24.532Z | 14: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5133 | 2023-11-01T17:36:24.535Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:36 |
5134 | 2023-11-01T17:36:24.538Z | 15: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5135 | 2023-11-01T17:36:24.541Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68 |
5136 | 2023-11-01T17:36:24.544Z | 16: tokio::runtime::context::scoped::Scoped<T>::set |
5137 | 2023-11-01T17:36:24.547Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9 |
5138 | 2023-11-01T17:36:24.550Z | 17: tokio::runtime::context::set_scheduler::{{closure}} |
5139 | 2023-11-01T17:36:24.553Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:26 |
5140 | 2023-11-01T17:36:24.556Z | 18: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
5141 | 2023-11-01T17:36:24.559Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:270:16 |
5142 | 2023-11-01T17:36:24.562Z | 19: std::thread::local::LocalKey<T>::with |
5143 | 2023-11-01T17:36:24.565Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:246:9 |
5144 | 2023-11-01T17:36:24.568Z | 20: tokio::runtime::context::set_scheduler |
5145 | 2023-11-01T17:36:24.571Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:9 |
5146 | 2023-11-01T17:36:24.574Z | 21: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5147 | 2023-11-01T17:36:24.577Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27 |
5148 | 2023-11-01T17:36:24.580Z | 22: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5149 | 2023-11-01T17:36:24.583Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:19 |
5150 | 2023-11-01T17:36:24.585Z | 23: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5151 | 2023-11-01T17:36:24.588Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:28 |
5152 | 2023-11-01T17:36:24.591Z | 24: tokio::runtime::context::runtime::enter_runtime |
5153 | 2023-11-01T17:36:24.594Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16 |
5154 | 2023-11-01T17:36:24.597Z | 25: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5155 | 2023-11-01T17:36:24.600Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9 |
5156 | 2023-11-01T17:36:24.603Z | 26: tokio::runtime::runtime::Runtime::block_on |
5157 | 2023-11-01T17:36:24.606Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/runtime.rs:348:47 |
5158 | 2023-11-01T17:36:24.608Z | 27: versions_have_idempotent_up |
5159 | 2023-11-01T17:36:24.611Z | at ./tests/integration_tests/schema.rs:490:5 |
5160 | 2023-11-01T17:36:24.614Z | 28: test_all::integration_tests::schema::versions_have_idempotent_up::{{closure}} |
5161 | 2023-11-01T17:36:24.617Z | at ./tests/integration_tests/schema.rs:470:40 |
5162 | 2023-11-01T17:36:24.619Z | 29: core::ops::function::FnOnce::call_once |
5163 | 2023-11-01T17:36:24.622Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5164 | 2023-11-01T17:36:24.625Z | 30: core::ops::function::FnOnce::call_once |
5165 | 2023-11-01T17:36:24.628Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5166 | 2023-11-01T17:36:24.631Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
5167 | 2023-11-01T17:36:24.634Z | WARN: dropped CockroachInstance without cleaning it up first (there may still be a child process running and a temporary directory leaked) |
5168 | 2023-11-01T17:36:24.637Z | WARN: temporary directory leaked: /var/tmp/omicron_tmp/.tmpaowbGF |
5169 | 2023-11-01T17:36:24.640Z | |
5170 | 2023-11-01T17:36:37.663Z | PASS [ 22.571s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
5171 | 2023-11-01T17:36:37.678Z | PASS [ 22.727s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
5172 | 2023-11-01T17:36:38.998Z | PASS [ 19.897s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
5173 | 2023-11-01T17:36:39.191Z | PASS [ 20.317s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
5174 | 2023-11-01T17:36:40.026Z | PASS [ 21.148s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
5175 | 2023-11-01T17:36:42.454Z | PASS [ 22.576s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
5176 | 2023-11-01T17:36:45.111Z | PASS [ 21.745s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
5177 | 2023-11-01T17:36:55.514Z | PASS [ 43.795s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
5178 | 2023-11-01T17:37:00.992Z | PASS [ 23.563s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
5179 | 2023-11-01T17:37:01.094Z | PASS [ 23.870s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
5180 | 2023-11-01T17:37:02.582Z | PASS [ 23.586s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
5181 | 2023-11-01T17:37:03.083Z | PASS [ 23.055s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
5182 | 2023-11-01T17:37:04.844Z | PASS [ 25.648s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
5183 | 2023-11-01T17:37:05.017Z | PASS [ 22.563s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
5184 | 2023-11-01T17:37:07.932Z | PASS [ 22.821s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
5185 | 2023-11-01T17:37:20.639Z | PASS [ 25.130s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
5186 | 2023-11-01T17:37:24.486Z | PASS [ 23.392s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
5187 | 2023-11-01T17:37:25.707Z | PASS [ 22.626s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
5188 | 2023-11-01T17:37:25.911Z | PASS [ 23.330s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
5189 | 2023-11-01T17:37:28.057Z | PASS [ 23.041s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
5190 | 2023-11-01T17:37:28.608Z | PASS [ 23.775s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
5191 | 2023-11-01T17:37:30.687Z | PASS [ 22.756s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
5192 | 2023-11-01T17:37:34.395Z | PASS [ 33.404s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
5193 | 2023-11-01T17:37:48.414Z | PASS [ 27.754s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
5194 | 2023-11-01T17:37:49.963Z | PASS [ 24.248s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
5195 | 2023-11-01T17:37:49.967Z | PASS [ 21.899s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
5196 | 2023-11-01T17:37:53.953Z | PASS [ 23.267s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
5197 | 2023-11-01T17:37:55.738Z | PASS [ 31.256s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
5198 | 2023-11-01T17:37:56.330Z | PASS [ 30.419s] omicron-nexus::test_all integration_tests::silos::test_silos |
5199 | 2023-11-01T17:37:57.915Z | PASS [ 29.307s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
5200 | 2023-11-01T17:38:01.167Z | PASS [ 26.772s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
5201 | 2023-11-01T17:38:12.863Z | PASS [ 24.455s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
5202 | 2023-11-01T17:38:15.288Z | PASS [ 21.334s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
5203 | 2023-11-01T17:38:19.013Z | PASS [ 23.273s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
5204 | 2023-11-01T17:38:21.072Z | PASS [ 24.743s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
5205 | 2023-11-01T17:38:21.493Z | PASS [ 23.579s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
5206 | 2023-11-01T17:38:28.202Z | PASS [ 38.244s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
5207 | 2023-11-01T17:38:29.069Z | PASS [ 39.105s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
5208 | 2023-11-01T17:38:38.108Z | PASS [ 36.943s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
5209 | 2023-11-01T17:38:42.259Z | PASS [ 23.227s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
5210 | 2023-11-01T17:38:46.405Z | PASS [ 31.119s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
5211 | 2023-11-01T17:38:47.054Z | PASS [ 25.493s] omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud |
5212 | 2023-11-01T17:38:49.032Z | PASS [ 20.835s] omicron-nexus::test_all integration_tests::system_updates::test_get_update |
5213 | 2023-11-01T17:38:49.912Z | PASS [ 20.843s] omicron-nexus::test_all integration_tests::system_updates::test_list_components |
5214 | 2023-11-01T17:38:50.835Z | PASS [ 0.924s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
5215 | 2023-11-01T17:38:56.658Z | PASS [ 35.586s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
5216 | 2023-11-01T17:38:57.749Z | PASS [ 44.904s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
5217 | 2023-11-01T17:38:59.285Z | PASS [ 21.178s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components |
5218 | 2023-11-01T17:39:03.613Z | PASS [ 21.375s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates |
5219 | 2023-11-01T17:39:08.981Z | PASS [ 21.995s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments |
5220 | 2023-11-01T17:39:09.018Z | PASS [ 22.606s] omicron-nexus::test_all integration_tests::system_updates::test_system_version |
5221 | 2023-11-01T17:39:12.631Z | PASS [ 21.796s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
5222 | 2023-11-01T17:39:18.883Z | PASS [ 21.134s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
5223 | 2023-11-01T17:39:20.269Z | PASS [ 23.612s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
5224 | 2023-11-01T17:39:30.340Z | PASS [ 31.055s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
5225 | 2023-11-01T17:39:39.073Z | PASS [ 35.455s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
5226 | 2023-11-01T17:39:42.461Z | PASS [ 33.473s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
5227 | 2023-11-01T17:39:43.277Z | PASS [ 34.267s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
5228 | 2023-11-01T17:39:45.123Z | PASS [ 32.490s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
5229 | 2023-11-01T17:39:49.031Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
5230 | 2023-11-01T17:39:53.670Z | PASS [ 33.402s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
5231 | 2023-11-01T17:39:53.898Z | PASS [ 35.016s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
5232 | 2023-11-01T17:40:04.806Z | PASS [ 34.467s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
5233 | 2023-11-01T17:40:06.823Z | PASS [ 23.547s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
5234 | 2023-11-01T17:40:14.090Z | PASS [ 35.024s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
5235 | 2023-11-01T17:40:18.847Z | PASS [ 36.394s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
5236 | 2023-11-01T17:40:27.920Z | PASS [ 42.800s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
5237 | 2023-11-01T17:40:32.708Z | PASS [ 103.678s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
5238 | 2023-11-01T17:40:35.108Z | PASS [ 41.438s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
5239 | 2023-11-01T17:40:45.390Z | PASS [ 51.494s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
5240 | 2023-11-01T17:40:54.274Z | PASS [ 49.470s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
5241 | 2023-11-01T17:40:54.558Z | PASS [ 19.451s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
5242 | 2023-11-01T17:40:55.943Z | PASS [ 37.098s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
5243 | 2023-11-01T17:40:56.984Z | PASS [ 50.161s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
5244 | 2023-11-01T17:41:04.822Z | PASS [ 36.903s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
5245 | 2023-11-01T17:41:05.389Z | PASS [ 51.298s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
5246 | 2023-11-01T17:41:05.523Z | PASS [ 20.111s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
5247 | 2023-11-01T17:41:06.360Z | PASS [ 33.652s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
5248 | 2023-11-01T17:41:15.626Z | PASS [ 21.351s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
5249 | 2023-11-01T17:41:16.582Z | PASS [ 22.020s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
5250 | 2023-11-01T17:41:17.221Z | PASS [ 21.279s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
5251 | 2023-11-01T17:41:17.952Z | PASS [ 20.970s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
5252 | 2023-11-01T17:41:26.567Z | PASS [ 21.180s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
5253 | 2023-11-01T17:41:26.587Z | PASS [ 21.766s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
5254 | 2023-11-01T17:41:26.726Z | PASS [ 21.226s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
5255 | 2023-11-01T17:41:27.563Z | PASS [ 21.203s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
5256 | 2023-11-01T17:41:37.897Z | PASS [ 22.273s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
5257 | 2023-11-01T17:41:38.426Z | PASS [ 21.848s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
5258 | 2023-11-01T17:41:39.723Z | PASS [ 22.503s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
5259 | 2023-11-01T17:41:40.043Z | PASS [ 22.090s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
5260 | 2023-11-01T17:41:48.763Z | PASS [ 22.176s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
5261 | 2023-11-01T17:41:48.806Z | PASS [ 22.239s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
5262 | 2023-11-01T17:41:49.178Z | PASS [ 22.452s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
5263 | 2023-11-01T17:41:55.121Z | PASS [ 27.560s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
5264 | 2023-11-01T17:42:07.137Z | PASS [ 29.241s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers |
5265 | 2023-11-01T17:42:27.469Z | PASS [ 28.847s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
5266 | 2023-11-01T17:42:27.524Z | PASS [ 20.524s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found |
5267 | 2023-11-01T17:42:27.579Z | PASS [ 0.060s] omicron-package dot::test::test_bad_dependency |
5268 | 2023-11-01T17:42:27.714Z | PASS [ 0.043s] omicron-package dot::test::test_dot_output |
5269 | 2023-11-01T17:42:27.816Z | PASS [ 20.738s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found |
5270 | 2023-11-01T17:42:27.846Z | PASS [ 20.365s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success |
5271 | 2023-11-01T17:42:27.872Z | PASS [ 0.030s] omicron-passwords test::test_password_constraints |
5272 | 2023-11-01T17:42:27.884Z | PASS [ 30.046s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
5273 | 2023-11-01T17:42:27.900Z | PASS [ 0.076s] omicron-passwords test::test_stable |
5274 | 2023-11-01T17:42:27.910Z | PASS [ 0.032s] omicron-passwords test::test_weak_hashes |
5275 | 2023-11-01T17:42:27.919Z | PASS [ 0.033s] omicron-rpaths internal::tests::test_configure_from_path |
5276 | 2023-11-01T17:42:27.944Z | PASS [ 0.095s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
5277 | 2023-11-01T17:42:27.967Z | PASS [ 0.034s] omicron-rpaths internal::tests::test_emit_rpath |
5278 | 2023-11-01T17:42:28.007Z | PASS [ 0.135s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion |
5279 | 2023-11-01T17:42:28.030Z | PASS [ 0.065s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
5280 | 2023-11-01T17:42:28.051Z | PASS [ 0.141s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization |
5281 | 2023-11-01T17:42:28.081Z | PASS [ 0.078s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash |
5282 | 2023-11-01T17:42:28.518Z | PASS [ 0.090s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
5283 | 2023-11-01T17:42:28.526Z | PASS [ 0.234s] omicron-sled-agent bootstrap::server::tests::persistent_sled_agent_request_serialization |
5284 | 2023-11-01T17:42:28.544Z | PASS [ 0.071s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
5285 | 2023-11-01T17:42:28.574Z | PASS [ 32.837s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
5286 | 2023-11-01T17:42:28.585Z | PASS [ 0.106s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
5287 | 2023-11-01T17:42:28.596Z | PASS [ 0.061s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
5288 | 2023-11-01T17:42:28.628Z | PASS [ 0.060s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
5289 | 2023-11-01T17:42:28.647Z | PASS [ 0.067s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
5290 | 2023-11-01T17:42:28.657Z | PASS [ 0.072s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
5291 | 2023-11-01T17:42:28.666Z | PASS [ 0.058s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
5292 | 2023-11-01T17:42:28.673Z | PASS [ 0.081s] omicron-sled-agent config::test::test_smf_configs |
5293 | 2023-11-01T17:42:28.678Z | PASS [ 0.066s] omicron-sled-agent profile::tests::empty_profile |
5294 | 2023-11-01T17:42:28.692Z | PASS [ 0.056s] omicron-sled-agent profile::tests::test_instance |
5295 | 2023-11-01T17:42:28.716Z | PASS [ 0.051s] omicron-sled-agent profile::tests::test_multiple |
5296 | 2023-11-01T17:42:28.727Z | PASS [ 0.066s] omicron-sled-agent profile::tests::test_property |
5297 | 2023-11-01T17:42:28.752Z | PASS [ 0.070s] omicron-sled-agent profile::tests::test_property_group |
5298 | 2023-11-01T17:42:28.771Z | PASS [ 0.070s] omicron-sled-agent profile::tests::test_service |
5299 | 2023-11-01T17:42:28.789Z | PASS [ 0.113s] omicron-sled-agent rack_setup::config::test::test_extra_certs |
5300 | 2023-11-01T17:42:28.803Z | PASS [ 0.171s] omicron-sled-agent profile::tests::test_service_property_group |
5301 | 2023-11-01T17:42:28.827Z | PASS [ 0.049s] omicron-sled-agent rack_setup::config::test::test_subnets |
5302 | 2023-11-01T17:42:28.832Z | PASS [ 0.050s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
5303 | 2023-11-01T17:42:28.836Z | PASS [ 0.048s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
5304 | 2023-11-01T17:42:28.840Z | PASS [ 0.066s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
5305 | 2023-11-01T17:42:28.844Z | PASS [ 0.073s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_schema |
5306 | 2023-11-01T17:42:28.847Z | PASS [ 0.065s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
5307 | 2023-11-01T17:42:28.866Z | PASS [ 0.065s] omicron-sled-agent services::test::test_all_zone_requests_schema |
5308 | 2023-11-01T17:42:28.877Z | PASS [ 0.060s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
5309 | 2023-11-01T17:42:28.901Z | PASS [ 0.341s] omicron-sled-agent services::test::test_ensure_service |
5310 | 2023-11-01T17:42:28.908Z | PASS [ 0.336s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
5311 | 2023-11-01T17:42:28.911Z | PASS [ 0.285s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
5312 | 2023-11-01T17:42:28.921Z | PASS [ 0.284s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
5313 | 2023-11-01T17:42:28.926Z | PASS [ 0.048s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
5314 | 2023-11-01T17:42:28.928Z | PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
5315 | 2023-11-01T17:42:28.933Z | PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
5316 | 2023-11-01T17:42:28.936Z | PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
5317 | 2023-11-01T17:42:28.950Z | PASS [ 0.055s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
5318 | 2023-11-01T17:42:28.969Z | PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
5319 | 2023-11-01T17:42:28.977Z | PASS [ 0.058s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
5320 | 2023-11-01T17:42:28.996Z | PASS [ 0.053s] omicron-sled-agent storage::dataset::test::serialize_dataset_name |
5321 | 2023-11-01T17:42:29.015Z | PASS [ 0.050s] omicron-sled-agent updates::test::test_query_no_components |
5322 | 2023-11-01T17:42:29.020Z | PASS [ 0.060s] omicron-sled-agent updates::test::test_query_sled_agent_version |
5323 | 2023-11-01T17:42:29.029Z | PASS [ 0.069s] omicron-sled-agent updates::test::test_query_zone_version |
5324 | 2023-11-01T17:42:29.034Z | PASS [ 0.054s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
5325 | 2023-11-01T17:42:29.065Z | PASS [ 4.495s] omicron-omdb::test_all_output test_omdb_usage_errors |
5326 | 2023-11-01T17:42:29.094Z | PASS [ 0.269s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
5327 | 2023-11-01T17:42:29.105Z | PASS [ 0.069s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
5328 | 2023-11-01T17:42:29.110Z | PASS [ 3.845s] omicron-passwords test::test_reproducible |
5329 | 2023-11-01T17:42:29.163Z | PASS [ 0.407s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
5330 | 2023-11-01T17:42:29.189Z | PASS [ 0.758s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
5331 | 2023-11-01T17:42:29.199Z | PASS [ 0.088s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
5332 | 2023-11-01T17:42:29.202Z | PASS [ 1.207s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
5333 | 2023-11-01T17:42:29.205Z | PASS [ 0.056s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
5334 | 2023-11-01T17:42:29.211Z | PASS [ 0.067s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
5335 | 2023-11-01T17:42:29.216Z | PASS [ 0.054s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
5336 | 2023-11-01T17:42:29.221Z | PASS [ 0.047s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
5337 | 2023-11-01T17:42:29.224Z | PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
5338 | 2023-11-01T17:42:29.275Z | PASS [ 1.029s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
5339 | 2023-11-01T17:42:29.278Z | PASS [ 0.285s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
5340 | 2023-11-01T17:42:29.297Z | PASS [ 0.328s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled |
5341 | 2023-11-01T17:42:29.316Z | PASS [ 0.062s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
5342 | 2023-11-01T17:42:29.329Z | PASS [ 0.337s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
5343 | 2023-11-01T17:42:29.334Z | PASS [ 0.047s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
5344 | 2023-11-01T17:42:29.340Z | PASS [ 0.043s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
5345 | 2023-11-01T17:42:29.363Z | PASS [ 0.279s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
5346 | 2023-11-01T17:42:29.382Z | PASS [ 0.043s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
5347 | 2023-11-01T17:42:29.405Z | PASS [ 0.099s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
5348 | 2023-11-01T17:42:29.429Z | PASS [ 2.038s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
5349 | 2023-11-01T17:42:29.434Z | PASS [ 0.412s] omicron-test-utils dev::db::test::test_bad_cmd |
5350 | 2023-11-01T17:42:29.455Z | PASS [ 0.754s] omicron-test-utils dev::db::test::test_cmd_fails |
5351 | 2023-11-01T17:42:29.460Z | PASS [ 1.048s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
5352 | 2023-11-01T17:42:29.465Z | PASS [ 0.050s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
5353 | 2023-11-01T17:42:29.469Z | PASS [ 0.039s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
5354 | 2023-11-01T17:42:29.472Z | PASS [ 0.448s] omicron-test-utils dev::db::test::test_database_start_hang |
5355 | 2023-11-01T17:42:29.477Z | PASS [ 0.048s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
5356 | 2023-11-01T17:42:29.484Z | PASS [ 0.053s] omicron-test-utils dev::db::test::test_process_exit_normal |
5357 | 2023-11-01T17:42:29.521Z | LEAK [ 2.427s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
5358 | 2023-11-01T17:42:29.529Z | PASS [ 0.050s] omicron-test-utils dev::db::test::test_starter_tmpdir |
5359 | 2023-11-01T17:42:29.543Z | PASS [ 0.081s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
5360 | 2023-11-01T17:42:29.604Z | PASS [ 0.057s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
5361 | 2023-11-01T17:42:29.633Z | PASS [ 0.071s] oximeter histogram::tests::test_bin_range |
5362 | 2023-11-01T17:42:29.653Z | PASS [ 0.041s] oximeter histogram::tests::test_bin_range_from |
5363 | 2023-11-01T17:42:29.668Z | PASS [ 0.039s] oximeter histogram::tests::test_bin_range_to |
5364 | 2023-11-01T17:42:29.679Z | PASS [ 0.044s] oximeter histogram::tests::test_ensure_finite |
5365 | 2023-11-01T17:42:29.685Z | PASS [ 0.044s] oximeter histogram::tests::test_foo |
5366 | 2023-11-01T17:42:29.694Z | PASS [ 0.043s] oximeter histogram::tests::test_histogram |
5367 | 2023-11-01T17:42:29.704Z | PASS [ 0.040s] oximeter histogram::tests::test_histogram_extreme_bins |
5368 | 2023-11-01T17:42:29.711Z | PASS [ 0.044s] oximeter histogram::tests::test_histogram_extreme_samples |
5369 | 2023-11-01T17:42:29.732Z | PASS [ 0.041s] oximeter histogram::tests::test_histogram_float_bins |
5370 | 2023-11-01T17:42:29.739Z | PASS [ 0.043s] oximeter histogram::tests::test_histogram_to_arrays |
5371 | 2023-11-01T17:42:29.742Z | PASS [ 0.042s] oximeter histogram::tests::test_histogram_unbounded_samples |
5372 | 2023-11-01T17:42:29.756Z | PASS [ 0.052s] oximeter histogram::tests::test_histogram_unsorted_bins |
5373 | 2023-11-01T17:42:29.780Z | PASS [ 0.041s] oximeter histogram::tests::test_histogram_with_bins |
5374 | 2023-11-01T17:42:29.799Z | PASS [ 0.045s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins |
5375 | 2023-11-01T17:42:29.815Z | PASS [ 0.041s] oximeter histogram::tests::test_histogram_with_overlapping_bins |
5376 | 2023-11-01T17:42:29.824Z | PASS [ 0.053s] oximeter histogram::tests::test_log_linear_bins_all_representable |
5377 | 2023-11-01T17:42:29.830Z | PASS [ 0.039s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
5378 | 2023-11-01T17:42:29.851Z | PASS [ 9.884s] omicron-passwords test::test_compatible |
5379 | 2023-11-01T17:42:29.858Z | PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
5380 | 2023-11-01T17:42:29.875Z | PASS [ 0.035s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
5381 | 2023-11-01T17:42:29.884Z | PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
5382 | 2023-11-01T17:42:29.891Z | PASS [ 0.046s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks |
5383 | 2023-11-01T17:42:29.896Z | PASS [ 0.048s] oximeter histogram::tests::test_log_linear_bins_small_bin_count |
5384 | 2023-11-01T17:42:29.899Z | PASS [ 0.040s] oximeter histogram::tests::test_span_decades |
5385 | 2023-11-01T17:42:29.901Z | PASS [ 0.042s] oximeter histogram::tests::test_span_decades_other_counts_f64 |
5386 | 2023-11-01T17:42:29.913Z | PASS [ 0.039s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
5387 | 2023-11-01T17:42:29.918Z | PASS [ 0.034s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
5388 | 2023-11-01T17:42:29.930Z | PASS [ 0.038s] oximeter test_util::tests::test_gen_test_samples |
5389 | 2023-11-01T17:42:29.949Z | PASS [ 0.040s] oximeter traits::tests::test_metric_trait |
5390 | 2023-11-01T17:42:29.990Z | PASS [ 0.037s] oximeter traits::tests::test_producer_trait |
5391 | 2023-11-01T17:42:30.013Z | PASS [ 0.034s] oximeter traits::tests::test_target_trait |
5392 | 2023-11-01T17:42:30.022Z | PASS [ 0.037s] oximeter types::tests::test_cumulative_f64 |
5393 | 2023-11-01T17:42:30.029Z | PASS [ 0.033s] oximeter types::tests::test_cumulative_i64 |
5394 | 2023-11-01T17:42:30.032Z | PASS [ 0.034s] oximeter types::tests::test_datum |
5395 | 2023-11-01T17:42:30.051Z | PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string |
5396 | 2023-11-01T17:42:30.058Z | PASS [ 24.470s] omicron-omdb::test_all_output test_omdb_env_settings |
5397 | 2023-11-01T17:42:30.061Z | PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8 |
5398 | 2023-11-01T17:42:30.082Z | PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8 |
5399 | 2023-11-01T17:42:30.096Z | PASS [ 0.035s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16 |
5400 | 2023-11-01T17:42:30.101Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16 |
5401 | 2023-11-01T17:42:30.120Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32 |
5402 | 2023-11-01T17:42:30.140Z | PASS [ 0.029s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32 |
5403 | 2023-11-01T17:42:30.160Z | PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64 |
5404 | 2023-11-01T17:42:30.181Z | PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64 |
5405 | 2023-11-01T17:42:30.193Z | PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid |
5406 | 2023-11-01T17:42:30.202Z | PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
5407 | 2023-11-01T17:42:30.207Z | PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
5408 | 2023-11-01T17:42:30.210Z | PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
5409 | 2023-11-01T17:42:30.215Z | PASS [ 0.052s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
5410 | 2023-11-01T17:42:30.238Z | PASS [ 0.057s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
5411 | 2023-11-01T17:42:30.263Z | PASS [ 0.048s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
5412 | 2023-11-01T17:42:30.284Z | PASS [ 0.050s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
5413 | 2023-11-01T17:42:30.298Z | PASS [ 0.056s] oximeter types::tests::test_measurement |
5414 | 2023-11-01T17:42:30.322Z | PASS [ 0.048s] oximeter types::tests::test_verify_field_names |
5415 | 2023-11-01T17:42:30.326Z | PASS [ 0.057s] oximeter types::tests::test_sample_struct |
5416 | 2023-11-01T17:42:30.336Z | PASS [ 0.281s] oximeter-collector::test_commands test_oximeter_no_args |
5417 | 2023-11-01T17:42:30.344Z | PASS [ 0.376s] oximeter-collector::test_commands test_oximeter_openapi |
5418 | 2023-11-01T17:42:30.349Z | PASS [ 5.430s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
5419 | 2023-11-01T17:42:30.372Z | PASS [ 1.208s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
5420 | 2023-11-01T17:42:30.396Z | PASS [ 6.027s] omicron-test-utils dev::db::test::test_database_concurrent |
5421 | 2023-11-01T17:42:30.406Z | PASS [ 0.049s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
5422 | 2023-11-01T17:42:30.424Z | PASS [ 1.118s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
5423 | 2023-11-01T17:42:30.431Z | PASS [ 1.374s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
5424 | 2023-11-01T17:42:30.450Z | PASS [ 3.494s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
5425 | 2023-11-01T17:42:30.460Z | PASS [ 0.044s] oximeter-db client::tests::test_unravel_index |
5426 | 2023-11-01T17:42:30.483Z | PASS [ 0.089s] oximeter-db client::tests::test_verify_schema_upgrades |
5427 | 2023-11-01T17:42:30.493Z | PASS [ 0.043s] oximeter-db model::tests::test_db_bool |
5428 | 2023-11-01T17:42:30.497Z | PASS [ 0.347s] oximeter-db model::tests::test_db_bool_bad |
5429 | 2023-11-01T17:42:30.500Z | PASS [ 0.041s] oximeter-db model::tests::test_db_datum_type_conversion |
5430 | 2023-11-01T17:42:30.517Z | PASS [ 0.044s] oximeter-db model::tests::test_db_field_list_conversion |
5431 | 2023-11-01T17:42:30.550Z | PASS [ 0.041s] oximeter-db model::tests::test_db_field_type_conversion |
5432 | 2023-11-01T17:42:30.571Z | PASS [ 0.041s] oximeter-db model::tests::test_db_histogram |
5433 | 2023-11-01T17:42:30.599Z | PASS [ 0.071s] oximeter-db model::tests::test_histogram_to_arrays |
5434 | 2023-11-01T17:42:30.623Z | PASS [ 1.739s] oximeter-db client::tests::test_select_all_field_types |
5435 | 2023-11-01T17:42:30.627Z | PASS [ 0.043s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
5436 | 2023-11-01T17:42:30.663Z | PASS [ 0.048s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
5437 | 2023-11-01T17:42:30.688Z | PASS [ 0.047s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
5438 | 2023-11-01T17:42:30.694Z | PASS [ 0.045s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
5439 | 2023-11-01T17:42:30.712Z | PASS [ 0.249s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
5440 | 2023-11-01T17:42:30.721Z | PASS [ 0.051s] oximeter-db model::tests::test_unroll_from_source |
5441 | 2023-11-01T17:42:30.726Z | PASS [ 0.041s] oximeter-db model::tests::test_unroll_measurement_row |
5442 | 2023-11-01T17:42:30.733Z | PASS [ 0.039s] oximeter-db query::tests::test_field_cmp |
5443 | 2023-11-01T17:42:30.752Z | PASS [ 0.041s] oximeter-db query::tests::test_field_selector_as_query |
5444 | 2023-11-01T17:42:30.776Z | PASS [ 0.034s] oximeter-db query::tests::test_field_value_as_db_str |
5445 | 2023-11-01T17:42:30.785Z | PASS [ 0.077s] oximeter-db query::tests::test_select_query_builder_field_selectors |
5446 | 2023-11-01T17:42:30.803Z | PASS [ 0.090s] oximeter-db query::tests::test_select_query_builder_filter_raw |
5447 | 2023-11-01T17:42:30.828Z | PASS [ 0.044s] oximeter-db query::tests::test_select_query_builder_from_parts |
5448 | 2023-11-01T17:42:30.833Z | PASS [ 0.065s] oximeter-db query::tests::test_select_query_builder_full |
5449 | 2023-11-01T17:42:30.851Z | PASS [ 0.046s] oximeter-db query::tests::test_select_query_builder_limit_offset |
5450 | 2023-11-01T17:42:30.875Z | PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_no_fields |
5451 | 2023-11-01T17:42:30.891Z | PASS [ 0.042s] oximeter-db query::tests::test_select_query_builder_no_selectors |
5452 | 2023-11-01T17:42:30.913Z | PASS [ 0.033s] oximeter-db query::tests::test_time_range |
5453 | 2023-11-01T17:42:30.918Z | PASS [ 0.068s] oximeter-db query::tests::test_string_field_selector |
5454 | 2023-11-01T17:42:30.930Z | PASS [ 0.037s] oximeter-db tests::test_field_schema_ordering |
5455 | 2023-11-01T17:42:30.953Z | PASS [ 0.045s] oximeter-db tests::test_schema_field_ordering_across_target_metric |
5456 | 2023-11-01T17:42:30.970Z | PASS [ 0.044s] oximeter-db tests::test_timeseries_key_field_stability |
5457 | 2023-11-01T17:42:30.993Z | PASS [ 0.042s] oximeter-db tests::test_timeseries_key_sample_stability |
5458 | 2023-11-01T17:42:30.998Z | PASS [ 0.042s] oximeter-db tests::test_timeseries_name |
5459 | 2023-11-01T17:42:31.003Z | PASS [ 0.059s] oximeter-db tests::test_timeseries_name_from_str |
5460 | 2023-11-01T17:42:31.022Z | PASS [ 0.050s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
5461 | 2023-11-01T17:42:31.052Z | PASS [ 0.086s] oximeter-instruments http::tests::test_normalize_uri_path |
5462 | 2023-11-01T17:42:31.076Z | PASS [ 0.104s] oximeter-instruments http::tests::test_latency_tracker |
5463 | 2023-11-01T17:42:31.089Z | PASS [ 0.041s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
5464 | 2023-11-01T17:42:31.113Z | PASS [ 0.041s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
5465 | 2023-11-01T17:42:31.118Z | PASS [ 0.036s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
5466 | 2023-11-01T17:42:31.121Z | PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
5467 | 2023-11-01T17:42:31.137Z | PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
5468 | 2023-11-01T17:42:31.156Z | PASS [ 0.041s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_annotated_field |
5469 | 2023-11-01T17:42:31.166Z | PASS [ 0.035s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_datum_field |
5470 | 2023-11-01T17:42:31.171Z | PASS [ 0.031s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_enum |
5471 | 2023-11-01T17:42:31.174Z | PASS [ 0.034s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_metric_without_datum_field |
5472 | 2023-11-01T17:42:31.185Z | PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target |
5473 | 2023-11-01T17:42:31.209Z | PASS [ 0.051s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_empty_struct |
5474 | 2023-11-01T17:42:31.213Z | PASS [ 0.051s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_enum |
5475 | 2023-11-01T17:42:31.216Z | PASS [ 0.032s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_unit_struct |
5476 | 2023-11-01T17:42:31.228Z | PASS [ 0.033s] oximeter-macro-impl::proc-macro/oximeter-macro-impl tests::test_target_with_datum_field |
5477 | 2023-11-01T17:42:31.242Z | PASS [ 0.112s] sled-hardware disk::test::test_disk_paths |
5478 | 2023-11-01T17:42:31.248Z | PASS [ 0.138s] sled-hardware disk::test::test_partition_device_paths |
5479 | 2023-11-01T17:42:31.271Z | PASS [ 0.097s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
5480 | 2023-11-01T17:42:31.282Z | PASS [ 0.074s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
5481 | 2023-11-01T17:42:31.290Z | PASS [ 0.064s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
5482 | 2023-11-01T17:42:31.293Z | PASS [ 0.082s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
5483 | 2023-11-01T17:42:31.297Z | PASS [ 0.093s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
5484 | 2023-11-01T17:42:31.304Z | PASS [ 0.097s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
5485 | 2023-11-01T17:42:31.307Z | PASS [ 0.068s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
5486 | 2023-11-01T17:42:31.312Z | PASS [ 0.060s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip |
5487 | 2023-11-01T17:42:31.315Z | PASS [ 0.732s] tufaceous::integration-tests command_tests::test_init_and_add |
5488 | 2023-11-01T17:42:31.318Z | PASS [ 1.491s] tufaceous::integration-tests command_tests::test_assemble_fake |
5489 | 2023-11-01T17:42:31.321Z | PASS [ 0.046s] tufaceous-lib archive::tests::test_validate_path |
5490 | 2023-11-01T17:42:31.329Z | PASS [ 0.039s] tufaceous-lib key::tests::test_from_str |
5491 | 2023-11-01T17:42:31.332Z | PASS [ 0.130s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
5492 | 2023-11-01T17:42:31.344Z | PASS [ 1.233s] tufaceous::manifest-tests check_manifest::fake.toml |
5493 | 2023-11-01T17:42:31.358Z | PASS [ 0.297s] update-engine buffer::tests::test_buffer |
5494 | 2023-11-01T17:42:31.368Z | PASS [ 0.043s] update-engine engine::tests::error_exits_early |
5495 | 2023-11-01T17:42:31.373Z | PASS [ 0.042s] update-engine events::tests::progress_event_parse_unknown |
5496 | 2023-11-01T17:42:31.391Z | PASS [ 0.041s] update-engine events::tests::step_event_parse_unknown |
5497 | 2023-11-01T17:42:31.396Z | PASS [ 0.038s] wicket state::inventory::tests::component_id_display |
5498 | 2023-11-01T17:42:31.399Z | PASS [ 0.088s] wicket rack_setup::config_toml::tests::round_trip_nonempty_config |
5499 | 2023-11-01T17:42:31.409Z | PASS [ 0.210s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
5500 | 2023-11-01T17:42:31.430Z | PASS [ 0.129s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts |
5501 | 2023-11-01T17:42:31.453Z | PASS [ 0.054s] wicketd installinator_progress::tests::test_states |
5502 | 2023-11-01T17:42:31.459Z | PASS [ 0.506s] wicketd::mod integration_tests::commands::test_wicketd_openapi |
5503 | 2023-11-01T17:42:31.475Z | PASS [ 13.277s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
5504 | 2023-11-01T17:42:31.487Z | PASS [ 1.415s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake |
5505 | 2023-11-01T17:42:31.506Z | PASS [ 19.887s] omicron-passwords test::test_smoke |
5506 | 2023-11-01T17:42:31.513Z | PASS [ 1.207s] wicketd::mod integration_tests::inventory::test_inventory |
5507 | 2023-11-01T17:42:31.518Z | PASS [ 23.786s] omicron-omdb::test_all_output test_omdb_success_cases |
5508 | 2023-11-01T17:42:31.523Z | PASS [ 2.188s] wicketd::mod integration_tests::updates::test_update_races |
5509 | 2023-11-01T17:42:31.695Z | PASS [ 2.245s] wicketd::mod integration_tests::updates::test_updates |
5510 | 2023-11-01T17:42:33.474Z | PASS [ 4.328s] wicketd::mod integration_tests::updates::test_installinator_fetch |
5511 | 2023-11-01T17:42:35.973Z | PASS [ 13.272s] oximeter-db client::tests::test_single_node |
5512 | 2023-11-01T17:42:51.731Z | FAIL [ 31.491s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
5513 | 2023-11-01T17:42:51.741Z | |
5514 | 2023-11-01T17:42:51.744Z | --- STDOUT: oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated --- |
5515 | 2023-11-01T17:42:51.748Z | |
5516 | 2023-11-01T17:42:51.752Z | running 1 test |
5517 | 2023-11-01T17:42:51.754Z | test client::tests::test_ensure_schema_walks_through_multiple_steps_replicated ... FAILED |
5518 | 2023-11-01T17:42:51.757Z | |
5519 | 2023-11-01T17:42:51.760Z | failures: |
5520 | 2023-11-01T17:42:51.763Z | |
5521 | 2023-11-01T17:42:51.766Z | failures: |
5522 | 2023-11-01T17:42:51.769Z | client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
5523 | 2023-11-01T17:42:51.772Z | |
5524 | 2023-11-01T17:42:51.775Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 43 filtered out; finished in 31.43s |
5525 | 2023-11-01T17:42:51.777Z | |
5526 | 2023-11-01T17:42:51.780Z | |
5527 | 2023-11-01T17:42:51.784Z | --- STDERR: oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated --- |
5528 | 2023-11-01T17:42:51.787Z | log file: /var/tmp/omicron_tmp/oximeter_db-a51543f8c9200de7-test_ensure_schema_walks_through_multiple_steps_replicated.15489.0.log |
5529 | 2023-11-01T17:42:51.790Z | note: configured to log to "/var/tmp/omicron_tmp/oximeter_db-a51543f8c9200de7-test_ensure_schema_walks_through_multiple_steps_replicated.15489.0.log" |
5530 | 2023-11-01T17:42:51.793Z | thread 'client::tests::test_ensure_schema_walks_through_multiple_steps_replicated' panicked at 'Failed to initialise ClickHouse Cluster: Failed to start ClickHouse keeper 1: waiting to discover if ClickHouse is ready for connections |
5531 | 2023-11-01T17:42:51.796Z | |
5532 | 2023-11-01T17:42:51.799Z | Stack backtrace: |
5533 | 2023-11-01T17:42:51.801Z | 0: {closure#0} |
5534 | 2023-11-01T17:42:51.804Z | at /work/oxidecomputer/omicron/test-utils/src/dev/clickhouse.rs:385:17 |
5535 | 2023-11-01T17:42:51.807Z | 1: core::result::Result<T,E>::map_err |
5536 | 2023-11-01T17:42:51.809Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/result.rs:828:27 |
5537 | 2023-11-01T17:42:51.812Z | 2: {async_fn#0} |
5538 | 2023-11-01T17:42:51.815Z | at /work/oxidecomputer/omicron/test-utils/src/dev/clickhouse.rs:378:21 |
5539 | 2023-11-01T17:42:51.818Z | 3: {async_fn#0} |
5540 | 2023-11-01T17:42:51.821Z | at /work/oxidecomputer/omicron/test-utils/src/dev/clickhouse.rs:342:64 |
5541 | 2023-11-01T17:42:51.823Z | 4: {async_block#0} |
5542 | 2023-11-01T17:42:51.826Z | at ./src/client.rs:4034:14 |
5543 | 2023-11-01T17:42:51.829Z | 5: poll<&mut dyn core::future::future::Future<Output=()>> |
5544 | 2023-11-01T17:42:51.831Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9 |
5545 | 2023-11-01T17:42:51.834Z | 6: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5546 | 2023-11-01T17:42:51.837Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9 |
5547 | 2023-11-01T17:42:51.840Z | 7: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5548 | 2023-11-01T17:42:51.843Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:57 |
5549 | 2023-11-01T17:42:51.846Z | 8: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5550 | 2023-11-01T17:42:51.848Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:107:5 |
5551 | 2023-11-01T17:42:51.851Z | budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5552 | 2023-11-01T17:42:51.854Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:73:5 |
5553 | 2023-11-01T17:42:51.864Z | {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5554 | 2023-11-01T17:42:51.867Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25 |
5555 | 2023-11-01T17:42:51.869Z | 9: tokio::runtime::scheduler::current_thread::Context::enter |
5556 | 2023-11-01T17:42:51.872Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19 |
5557 | 2023-11-01T17:42:51.875Z | 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5558 | 2023-11-01T17:42:51.878Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:36 |
5559 | 2023-11-01T17:42:51.880Z | 11: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5560 | 2023-11-01T17:42:51.883Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68 |
5561 | 2023-11-01T17:42:51.886Z | 12: tokio::runtime::context::scoped::Scoped<T>::set |
5562 | 2023-11-01T17:42:51.888Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9 |
5563 | 2023-11-01T17:42:51.891Z | 13: tokio::runtime::context::set_scheduler::{{closure}} |
5564 | 2023-11-01T17:42:51.894Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:26 |
5565 | 2023-11-01T17:42:51.897Z | 14: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
5566 | 2023-11-01T17:42:51.901Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:270:16 |
5567 | 2023-11-01T17:42:51.906Z | 15: std::thread::local::LocalKey<T>::with |
5568 | 2023-11-01T17:42:51.912Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:246:9 |
5569 | 2023-11-01T17:42:51.916Z | 16: tokio::runtime::context::set_scheduler |
5570 | 2023-11-01T17:42:51.919Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:9 |
5571 | 2023-11-01T17:42:51.925Z | 17: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5572 | 2023-11-01T17:42:51.928Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27 |
5573 | 2023-11-01T17:42:51.931Z | 18: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5574 | 2023-11-01T17:42:51.933Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:19 |
5575 | 2023-11-01T17:42:51.936Z | 19: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5576 | 2023-11-01T17:42:51.939Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:28 |
5577 | 2023-11-01T17:42:51.942Z | 20: tokio::runtime::context::runtime::enter_runtime |
5578 | 2023-11-01T17:42:51.945Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16 |
5579 | 2023-11-01T17:42:51.948Z | 21: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5580 | 2023-11-01T17:42:51.951Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9 |
5581 | 2023-11-01T17:42:51.954Z | 22: tokio::runtime::runtime::Runtime::block_on |
5582 | 2023-11-01T17:42:51.957Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/runtime.rs:348:47 |
5583 | 2023-11-01T17:42:51.961Z | 23: {closure#0} |
5584 | 2023-11-01T17:42:51.964Z | at ./src/client.rs:4066:9 |
5585 | 2023-11-01T17:42:51.967Z | 24: core::ops::function::FnOnce::call_once |
5586 | 2023-11-01T17:42:51.971Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5587 | 2023-11-01T17:42:51.974Z | 25: serial_test::serial_code_lock::local_serial_core |
5588 | 2023-11-01T17:42:51.977Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-0.10.0/src/serial_code_lock.rs:25:5 |
5589 | 2023-11-01T17:42:51.982Z | 26: oximeter_db::client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
5590 | 2023-11-01T17:42:51.986Z | at ./src/client.rs:4027:5 |
5591 | 2023-11-01T17:42:51.989Z | 27: oximeter_db::client::tests::test_ensure_schema_walks_through_multiple_steps_replicated::{{closure}} |
5592 | 2023-11-01T17:42:51.992Z | at ./src/client.rs:4028:75 |
5593 | 2023-11-01T17:42:51.997Z | 28: core::ops::function::FnOnce::call_once |
5594 | 2023-11-01T17:42:52.004Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5595 | 2023-11-01T17:42:52.009Z | 29: core::ops::function::FnOnce::call_once |
5596 | 2023-11-01T17:42:52.014Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5597 | 2023-11-01T17:42:52.018Z | test::__rust_begin_short_backtrace |
5598 | 2023-11-01T17:42:52.023Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/test/src/lib.rs:626:18 |
5599 | 2023-11-01T17:42:52.032Z | 30: test::run_test_in_process::{{closure}} |
5600 | 2023-11-01T17:42:52.037Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/test/src/lib.rs:649:60 |
5601 | 2023-11-01T17:42:52.039Z | <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
5602 | 2023-11-01T17:42:52.042Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/panic/unwind_safe.rs:271:9 |
5603 | 2023-11-01T17:42:52.045Z | std::panicking::try::do_call |
5604 | 2023-11-01T17:42:52.048Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:500:40 |
5605 | 2023-11-01T17:42:52.053Z | std::panicking::try |
5606 | 2023-11-01T17:42:52.056Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:464:19 |
5607 | 2023-11-01T17:42:52.058Z | std::panic::catch_unwind |
5608 | 2023-11-01T17:42:52.062Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panic.rs:142:14 |
5609 | 2023-11-01T17:42:52.066Z | test::run_test_in_process |
5610 | 2023-11-01T17:42:52.069Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/test/src/lib.rs:649:27 |
5611 | 2023-11-01T17:42:52.071Z | test::run_test::{{closure}} |
5612 | 2023-11-01T17:42:52.074Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/test/src/lib.rs:572:43 |
5613 | 2023-11-01T17:42:52.076Z | 31: test::run_test::{{closure}} |
5614 | 2023-11-01T17:42:52.103Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/test/src/lib.rs:600:41 |
5615 | 2023-11-01T17:42:52.106Z | std::sys_common::backtrace::__rust_begin_short_backtrace |
5616 | 2023-11-01T17:42:52.109Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/sys_common/backtrace.rs:135:18 |
5617 | 2023-11-01T17:42:52.112Z | 32: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} |
5618 | 2023-11-01T17:42:52.115Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/mod.rs:529:17 |
5619 | 2023-11-01T17:42:52.118Z | <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
5620 | 2023-11-01T17:42:52.120Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/panic/unwind_safe.rs:271:9 |
5621 | 2023-11-01T17:42:52.123Z | std::panicking::try::do_call |
5622 | 2023-11-01T17:42:52.125Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:500:40 |
5623 | 2023-11-01T17:42:52.128Z | std::panicking::try |
5624 | 2023-11-01T17:42:52.131Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:464:19 |
5625 | 2023-11-01T17:42:52.134Z | std::panic::catch_unwind |
5626 | 2023-11-01T17:42:52.137Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panic.rs:142:14 |
5627 | 2023-11-01T17:42:52.145Z | std::thread::Builder::spawn_unchecked_::{{closure}} |
5628 | 2023-11-01T17:42:52.148Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/mod.rs:528:30 |
5629 | 2023-11-01T17:42:52.162Z | core::ops::function::FnOnce::call_once{{vtable.shim}} |
5630 | 2023-11-01T17:42:52.166Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5631 | 2023-11-01T17:42:52.168Z | 33: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
5632 | 2023-11-01T17:42:52.171Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/alloc/src/boxed.rs:1993:9 |
5633 | 2023-11-01T17:42:52.174Z | <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
5634 | 2023-11-01T17:42:52.177Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/alloc/src/boxed.rs:1993:9 |
5635 | 2023-11-01T17:42:52.179Z | std::sys::unix::thread::Thread::new::thread_start |
5636 | 2023-11-01T17:42:52.182Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/sys/unix/thread.rs:108:17 |
5637 | 2023-11-01T17:42:52.185Z | 34: _thrp_setup |
5638 | 2023-11-01T17:42:52.188Z | 35: <unknown>', oximeter/db/src/client.rs:4035:14 |
5639 | 2023-11-01T17:42:52.190Z | stack backtrace: |
5640 | 2023-11-01T17:42:52.193Z | 0: rust_begin_unwind |
5641 | 2023-11-01T17:42:52.196Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:593:5 |
5642 | 2023-11-01T17:42:52.199Z | 1: core::panicking::panic_fmt |
5643 | 2023-11-01T17:42:52.201Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/panicking.rs:67:14 |
5644 | 2023-11-01T17:42:52.204Z | 2: core::result::unwrap_failed |
5645 | 2023-11-01T17:42:52.207Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/result.rs:1651:5 |
5646 | 2023-11-01T17:42:52.210Z | 3: core::result::Result<T,E>::expect |
5647 | 2023-11-01T17:42:52.212Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/result.rs:1033:23 |
5648 | 2023-11-01T17:42:52.215Z | 4: {async_block#0} |
5649 | 2023-11-01T17:42:52.222Z | at ./src/client.rs:4033:27 |
5650 | 2023-11-01T17:42:52.225Z | 5: poll<&mut dyn core::future::future::Future<Output=()>> |
5651 | 2023-11-01T17:42:52.227Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9 |
5652 | 2023-11-01T17:42:52.230Z | 6: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5653 | 2023-11-01T17:42:52.233Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9 |
5654 | 2023-11-01T17:42:52.235Z | 7: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5655 | 2023-11-01T17:42:52.238Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:57 |
5656 | 2023-11-01T17:42:52.241Z | 8: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5657 | 2023-11-01T17:42:52.243Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:107:5 |
5658 | 2023-11-01T17:42:52.246Z | 9: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5659 | 2023-11-01T17:42:52.249Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:73:5 |
5660 | 2023-11-01T17:42:52.251Z | 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5661 | 2023-11-01T17:42:52.254Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25 |
5662 | 2023-11-01T17:42:52.257Z | 11: tokio::runtime::scheduler::current_thread::Context::enter |
5663 | 2023-11-01T17:42:52.259Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19 |
5664 | 2023-11-01T17:42:52.262Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5665 | 2023-11-01T17:42:52.265Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:36 |
5666 | 2023-11-01T17:42:52.270Z | 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5667 | 2023-11-01T17:42:52.272Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68 |
5668 | 2023-11-01T17:42:52.275Z | 14: tokio::runtime::context::scoped::Scoped<T>::set |
5669 | 2023-11-01T17:42:52.277Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9 |
5670 | 2023-11-01T17:42:52.280Z | 15: tokio::runtime::context::set_scheduler::{{closure}} |
5671 | 2023-11-01T17:42:52.283Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:26 |
5672 | 2023-11-01T17:42:52.286Z | 16: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
5673 | 2023-11-01T17:42:52.289Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:270:16 |
5674 | 2023-11-01T17:42:52.291Z | 17: std::thread::local::LocalKey<T>::with |
5675 | 2023-11-01T17:42:52.294Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:246:9 |
5676 | 2023-11-01T17:42:52.297Z | 18: tokio::runtime::context::set_scheduler |
5677 | 2023-11-01T17:42:52.299Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:9 |
5678 | 2023-11-01T17:42:52.302Z | 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5679 | 2023-11-01T17:42:52.304Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27 |
5680 | 2023-11-01T17:42:52.307Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5681 | 2023-11-01T17:42:52.309Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:19 |
5682 | 2023-11-01T17:42:52.312Z | 21: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5683 | 2023-11-01T17:42:52.316Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:28 |
5684 | 2023-11-01T17:42:52.320Z | 22: tokio::runtime::context::runtime::enter_runtime |
5685 | 2023-11-01T17:42:52.323Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16 |
5686 | 2023-11-01T17:42:52.325Z | 23: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5687 | 2023-11-01T17:42:52.328Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9 |
5688 | 2023-11-01T17:42:52.331Z | 24: tokio::runtime::runtime::Runtime::block_on |
5689 | 2023-11-01T17:42:52.333Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/runtime.rs:348:47 |
5690 | 2023-11-01T17:42:52.336Z | 25: {closure#0} |
5691 | 2023-11-01T17:42:52.338Z | at ./src/client.rs:4066:9 |
5692 | 2023-11-01T17:42:52.341Z | 26: core::ops::function::FnOnce::call_once |
5693 | 2023-11-01T17:42:52.344Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5694 | 2023-11-01T17:42:52.347Z | 27: serial_test::serial_code_lock::local_serial_core |
5695 | 2023-11-01T17:42:52.349Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-0.10.0/src/serial_code_lock.rs:25:5 |
5696 | 2023-11-01T17:42:52.351Z | 28: oximeter_db::client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
5697 | 2023-11-01T17:42:52.354Z | at ./src/client.rs:4027:5 |
5698 | 2023-11-01T17:42:52.357Z | 29: oximeter_db::client::tests::test_ensure_schema_walks_through_multiple_steps_replicated::{{closure}} |
5699 | 2023-11-01T17:42:52.359Z | at ./src/client.rs:4028:75 |
5700 | 2023-11-01T17:42:52.362Z | 30: core::ops::function::FnOnce::call_once |
5701 | 2023-11-01T17:42:52.365Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5702 | 2023-11-01T17:42:52.368Z | 31: core::ops::function::FnOnce::call_once |
5703 | 2023-11-01T17:42:52.370Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5704 | 2023-11-01T17:42:52.375Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
5705 | 2023-11-01T17:42:52.382Z | |
5706 | 2023-11-01T17:42:52.867Z | FAIL [ 31.482s] oximeter-db client::tests::test_replicated |
5707 | 2023-11-01T17:42:52.870Z | |
5708 | 2023-11-01T17:42:52.873Z | --- STDOUT: oximeter-db client::tests::test_replicated --- |
5709 | 2023-11-01T17:42:52.875Z | |
5710 | 2023-11-01T17:42:52.878Z | running 1 test |
5711 | 2023-11-01T17:42:52.881Z | test client::tests::test_replicated ... FAILED |
5712 | 2023-11-01T17:42:52.883Z | |
5713 | 2023-11-01T17:42:52.886Z | failures: |
5714 | 2023-11-01T17:42:52.889Z | |
5715 | 2023-11-01T17:42:52.892Z | failures: |
5716 | 2023-11-01T17:42:52.894Z | client::tests::test_replicated |
5717 | 2023-11-01T17:42:52.897Z | |
5718 | 2023-11-01T17:42:52.900Z | test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 43 filtered out; finished in 31.42s |
5719 | 2023-11-01T17:42:52.903Z | |
5720 | 2023-11-01T17:42:52.906Z | |
5721 | 2023-11-01T17:42:52.909Z | --- STDERR: oximeter-db client::tests::test_replicated --- |
5722 | 2023-11-01T17:42:52.912Z | thread 'client::tests::test_replicated' panicked at 'Failed to initialise ClickHouse Cluster: Failed to start ClickHouse keeper 1: waiting to discover if ClickHouse is ready for connections |
5723 | 2023-11-01T17:42:52.914Z | |
5724 | 2023-11-01T17:42:52.917Z | Stack backtrace: |
5725 | 2023-11-01T17:42:52.919Z | 0: {closure#0} |
5726 | 2023-11-01T17:42:52.922Z | at /work/oxidecomputer/omicron/test-utils/src/dev/clickhouse.rs:385:17 |
5727 | 2023-11-01T17:42:52.924Z | 1: core::result::Result<T,E>::map_err |
5728 | 2023-11-01T17:42:52.927Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/result.rs:828:27 |
5729 | 2023-11-01T17:42:52.930Z | 2: {async_fn#0} |
5730 | 2023-11-01T17:42:52.933Z | at /work/oxidecomputer/omicron/test-utils/src/dev/clickhouse.rs:378:21 |
5731 | 2023-11-01T17:42:52.937Z | 3: {async_fn#0} |
5732 | 2023-11-01T17:42:52.940Z | at /work/oxidecomputer/omicron/test-utils/src/dev/clickhouse.rs:342:64 |
5733 | 2023-11-01T17:42:52.942Z | 4: {async_block#0} |
5734 | 2023-11-01T17:42:52.945Z | at ./src/client.rs:1401:14 |
5735 | 2023-11-01T17:42:52.948Z | 5: poll<&mut dyn core::future::future::Future<Output=()>> |
5736 | 2023-11-01T17:42:52.950Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9 |
5737 | 2023-11-01T17:42:52.953Z | 6: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5738 | 2023-11-01T17:42:52.956Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9 |
5739 | 2023-11-01T17:42:52.958Z | 7: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5740 | 2023-11-01T17:42:52.961Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:57 |
5741 | 2023-11-01T17:42:52.964Z | 8: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5742 | 2023-11-01T17:42:52.967Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:107:5 |
5743 | 2023-11-01T17:42:52.970Z | budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5744 | 2023-11-01T17:42:52.972Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:73:5 |
5745 | 2023-11-01T17:42:52.975Z | {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5746 | 2023-11-01T17:42:52.978Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25 |
5747 | 2023-11-01T17:42:52.981Z | 9: tokio::runtime::scheduler::current_thread::Context::enter |
5748 | 2023-11-01T17:42:52.984Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19 |
5749 | 2023-11-01T17:42:52.996Z | 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5750 | 2023-11-01T17:42:52.999Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:36 |
5751 | 2023-11-01T17:42:53.002Z | 11: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5752 | 2023-11-01T17:42:53.004Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68 |
5753 | 2023-11-01T17:42:53.007Z | 12: tokio::runtime::context::scoped::Scoped<T>::set |
5754 | 2023-11-01T17:42:53.010Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9 |
5755 | 2023-11-01T17:42:53.012Z | 13: tokio::runtime::context::set_scheduler::{{closure}} |
5756 | 2023-11-01T17:42:53.015Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:26 |
5757 | 2023-11-01T17:42:53.018Z | 14: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
5758 | 2023-11-01T17:42:53.020Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:270:16 |
5759 | 2023-11-01T17:42:53.023Z | 15: std::thread::local::LocalKey<T>::with |
5760 | 2023-11-01T17:42:53.026Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:246:9 |
5761 | 2023-11-01T17:42:53.029Z | 16: tokio::runtime::context::set_scheduler |
5762 | 2023-11-01T17:42:53.032Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:9 |
5763 | 2023-11-01T17:42:53.035Z | 17: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5764 | 2023-11-01T17:42:53.037Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27 |
5765 | 2023-11-01T17:42:53.041Z | 18: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5766 | 2023-11-01T17:42:53.044Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:19 |
5767 | 2023-11-01T17:42:53.047Z | 19: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5768 | 2023-11-01T17:42:53.049Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:28 |
5769 | 2023-11-01T17:42:53.052Z | 20: tokio::runtime::context::runtime::enter_runtime |
5770 | 2023-11-01T17:42:53.055Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16 |
5771 | 2023-11-01T17:42:53.058Z | 21: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5772 | 2023-11-01T17:42:53.060Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9 |
5773 | 2023-11-01T17:42:53.063Z | 22: tokio::runtime::runtime::Runtime::block_on |
5774 | 2023-11-01T17:42:53.066Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/runtime.rs:348:47 |
5775 | 2023-11-01T17:42:53.069Z | 23: {closure#0} |
5776 | 2023-11-01T17:42:53.071Z | at ./src/client.rs:1631:9 |
5777 | 2023-11-01T17:42:53.074Z | 24: core::ops::function::FnOnce::call_once |
5778 | 2023-11-01T17:42:53.077Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5779 | 2023-11-01T17:42:53.080Z | 25: serial_test::serial_code_lock::local_serial_core |
5780 | 2023-11-01T17:42:53.083Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-0.10.0/src/serial_code_lock.rs:25:5 |
5781 | 2023-11-01T17:42:53.085Z | 26: oximeter_db::client::tests::test_replicated |
5782 | 2023-11-01T17:42:53.088Z | at ./src/client.rs:1398:5 |
5783 | 2023-11-01T17:42:53.091Z | 27: oximeter_db::client::tests::test_replicated::{{closure}} |
5784 | 2023-11-01T17:42:53.094Z | at ./src/client.rs:1399:32 |
5785 | 2023-11-01T17:42:53.098Z | 28: core::ops::function::FnOnce::call_once |
5786 | 2023-11-01T17:42:53.101Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5787 | 2023-11-01T17:42:53.128Z | 29: core::ops::function::FnOnce::call_once |
5788 | 2023-11-01T17:42:53.131Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5789 | 2023-11-01T17:42:53.134Z | test::__rust_begin_short_backtrace |
5790 | 2023-11-01T17:42:53.137Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/test/src/lib.rs:626:18 |
5791 | 2023-11-01T17:42:53.140Z | 30: test::run_test_in_process::{{closure}} |
5792 | 2023-11-01T17:42:53.142Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/test/src/lib.rs:649:60 |
5793 | 2023-11-01T17:42:53.145Z | <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
5794 | 2023-11-01T17:42:53.148Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/panic/unwind_safe.rs:271:9 |
5795 | 2023-11-01T17:42:53.150Z | std::panicking::try::do_call |
5796 | 2023-11-01T17:42:53.153Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:500:40 |
5797 | 2023-11-01T17:42:53.156Z | std::panicking::try |
5798 | 2023-11-01T17:42:53.159Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:464:19 |
5799 | 2023-11-01T17:42:53.161Z | std::panic::catch_unwind |
5800 | 2023-11-01T17:42:53.164Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panic.rs:142:14 |
5801 | 2023-11-01T17:42:53.169Z | test::run_test_in_process |
5802 | 2023-11-01T17:42:53.171Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/test/src/lib.rs:649:27 |
5803 | 2023-11-01T17:42:53.174Z | test::run_test::{{closure}} |
5804 | 2023-11-01T17:42:53.176Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/test/src/lib.rs:572:43 |
5805 | 2023-11-01T17:42:53.179Z | 31: test::run_test::{{closure}} |
5806 | 2023-11-01T17:42:53.181Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/test/src/lib.rs:600:41 |
5807 | 2023-11-01T17:42:53.188Z | std::sys_common::backtrace::__rust_begin_short_backtrace |
5808 | 2023-11-01T17:42:53.190Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/sys_common/backtrace.rs:135:18 |
5809 | 2023-11-01T17:42:53.193Z | 32: std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}} |
5810 | 2023-11-01T17:42:53.195Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/mod.rs:529:17 |
5811 | 2023-11-01T17:42:53.198Z | <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once |
5812 | 2023-11-01T17:42:53.201Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/panic/unwind_safe.rs:271:9 |
5813 | 2023-11-01T17:42:53.204Z | std::panicking::try::do_call |
5814 | 2023-11-01T17:42:53.207Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:500:40 |
5815 | 2023-11-01T17:42:53.209Z | std::panicking::try |
5816 | 2023-11-01T17:42:53.212Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:464:19 |
5817 | 2023-11-01T17:42:53.215Z | std::panic::catch_unwind |
5818 | 2023-11-01T17:42:53.217Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panic.rs:142:14 |
5819 | 2023-11-01T17:42:53.220Z | std::thread::Builder::spawn_unchecked_::{{closure}} |
5820 | 2023-11-01T17:42:53.222Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/mod.rs:528:30 |
5821 | 2023-11-01T17:42:53.225Z | core::ops::function::FnOnce::call_once{{vtable.shim}} |
5822 | 2023-11-01T17:42:53.228Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5823 | 2023-11-01T17:42:53.231Z | 33: <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
5824 | 2023-11-01T17:42:53.233Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/alloc/src/boxed.rs:1993:9 |
5825 | 2023-11-01T17:42:53.236Z | <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once |
5826 | 2023-11-01T17:42:53.238Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/alloc/src/boxed.rs:1993:9 |
5827 | 2023-11-01T17:42:53.241Z | std::sys::unix::thread::Thread::new::thread_start |
5828 | 2023-11-01T17:42:53.244Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/sys/unix/thread.rs:108:17 |
5829 | 2023-11-01T17:42:53.249Z | 34: _thrp_setup |
5830 | 2023-11-01T17:42:53.665Z | 35: <unknown>', oximeter/db/src/client.rs:1402:14 |
5831 | 2023-11-01T17:42:53.683Z | stack backtrace: |
5832 | 2023-11-01T17:42:53.687Z | 0: rust_begin_unwind |
5833 | 2023-11-01T17:42:53.689Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/panicking.rs:593:5 |
5834 | 2023-11-01T17:42:53.692Z | 1: core::panicking::panic_fmt |
5835 | 2023-11-01T17:42:53.705Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/panicking.rs:67:14 |
5836 | 2023-11-01T17:42:53.711Z | 2: core::result::unwrap_failed |
5837 | 2023-11-01T17:42:53.717Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/result.rs:1651:5 |
5838 | 2023-11-01T17:42:53.723Z | 3: core::result::Result<T,E>::expect |
5839 | 2023-11-01T17:42:53.728Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/result.rs:1033:23 |
5840 | 2023-11-01T17:42:53.731Z | 4: {async_block#0} |
5841 | 2023-11-01T17:42:53.735Z | at ./src/client.rs:1400:27 |
5842 | 2023-11-01T17:42:53.740Z | 5: poll<&mut dyn core::future::future::Future<Output=()>> |
5843 | 2023-11-01T17:42:53.744Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9 |
5844 | 2023-11-01T17:42:53.747Z | 6: poll<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5845 | 2023-11-01T17:42:53.750Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/future/future.rs:125:9 |
5846 | 2023-11-01T17:42:53.753Z | 7: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5847 | 2023-11-01T17:42:53.756Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:57 |
5848 | 2023-11-01T17:42:53.760Z | 8: with_budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5849 | 2023-11-01T17:42:53.768Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:107:5 |
5850 | 2023-11-01T17:42:53.773Z | 9: budget<core::task::poll::Poll<()>, tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure#0}::{closure#0}::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>> |
5851 | 2023-11-01T17:42:53.785Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/coop.rs:73:5 |
5852 | 2023-11-01T17:42:53.798Z | 10: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5853 | 2023-11-01T17:42:53.808Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:665:25 |
5854 | 2023-11-01T17:42:53.812Z | 11: tokio::runtime::scheduler::current_thread::Context::enter |
5855 | 2023-11-01T17:42:53.815Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:410:19 |
5856 | 2023-11-01T17:42:53.817Z | 12: {closure#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>> |
5857 | 2023-11-01T17:42:53.820Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:664:36 |
5858 | 2023-11-01T17:42:53.823Z | 13: tokio::runtime::scheduler::current_thread::CoreGuard::enter::{{closure}} |
5859 | 2023-11-01T17:42:53.825Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:68 |
5860 | 2023-11-01T17:42:53.835Z | 14: tokio::runtime::context::scoped::Scoped<T>::set |
5861 | 2023-11-01T17:42:53.837Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/scoped.rs:40:9 |
5862 | 2023-11-01T17:42:53.840Z | 15: tokio::runtime::context::set_scheduler::{{closure}} |
5863 | 2023-11-01T17:42:53.843Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:26 |
5864 | 2023-11-01T17:42:53.846Z | 16: try_with<tokio::runtime::context::Context, tokio::runtime::context::set_scheduler::{closure_env#0}<(alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>), tokio::runtime::scheduler::current_thread::{impl#8}::enter::{closure_env#0}<tokio::runtime::scheduler::current_thread::{impl#8}::block_on::{closure_env#0}<core::pin::Pin<&mut core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>>>, core::option::Option<()>>>, (alloc::boxed::Box<tokio::runtime::scheduler::current_thread::Core, alloc::alloc::Global>, core::option::Option<()>)> |
5865 | 2023-11-01T17:42:53.849Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:270:16 |
5866 | 2023-11-01T17:42:53.852Z | 17: std::thread::local::LocalKey<T>::with |
5867 | 2023-11-01T17:42:53.855Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/std/src/thread/local.rs:246:9 |
5868 | 2023-11-01T17:42:53.857Z | 18: tokio::runtime::context::set_scheduler |
5869 | 2023-11-01T17:42:53.860Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context.rs:176:9 |
5870 | 2023-11-01T17:42:53.863Z | 19: tokio::runtime::scheduler::current_thread::CoreGuard::enter |
5871 | 2023-11-01T17:42:53.866Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:743:27 |
5872 | 2023-11-01T17:42:53.868Z | 20: tokio::runtime::scheduler::current_thread::CoreGuard::block_on |
5873 | 2023-11-01T17:42:53.871Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:652:19 |
5874 | 2023-11-01T17:42:53.873Z | 21: {closure#0}<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5875 | 2023-11-01T17:42:53.876Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:175:28 |
5876 | 2023-11-01T17:42:53.879Z | 22: tokio::runtime::context::runtime::enter_runtime |
5877 | 2023-11-01T17:42:53.882Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/context/runtime.rs:65:16 |
5878 | 2023-11-01T17:42:53.884Z | 23: block_on<core::pin::Pin<&mut dyn core::future::future::Future<Output=()>>> |
5879 | 2023-11-01T17:42:53.887Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/scheduler/current_thread/mod.rs:167:9 |
5880 | 2023-11-01T17:42:53.890Z | 24: tokio::runtime::runtime::Runtime::block_on |
5881 | 2023-11-01T17:42:53.893Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.33.0/src/runtime/runtime.rs:348:47 |
5882 | 2023-11-01T17:42:53.897Z | 25: {closure#0} |
5883 | 2023-11-01T17:42:53.900Z | at ./src/client.rs:1631:9 |
5884 | 2023-11-01T17:42:53.902Z | 26: core::ops::function::FnOnce::call_once |
5885 | 2023-11-01T17:42:53.905Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5886 | 2023-11-01T17:42:53.908Z | 27: serial_test::serial_code_lock::local_serial_core |
5887 | 2023-11-01T17:42:53.910Z | at /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serial_test-0.10.0/src/serial_code_lock.rs:25:5 |
5888 | 2023-11-01T17:42:53.913Z | 28: oximeter_db::client::tests::test_replicated |
5889 | 2023-11-01T17:42:53.916Z | at ./src/client.rs:1398:5 |
5890 | 2023-11-01T17:42:53.918Z | 29: oximeter_db::client::tests::test_replicated::{{closure}} |
5891 | 2023-11-01T17:42:53.921Z | at ./src/client.rs:1399:32 |
5892 | 2023-11-01T17:42:53.924Z | 30: core::ops::function::FnOnce::call_once |
5893 | 2023-11-01T17:42:53.926Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5894 | 2023-11-01T17:42:53.929Z | 31: core::ops::function::FnOnce::call_once |
5895 | 2023-11-01T17:42:53.932Z | at /rustc/d5c2e9c342b358556da91d61ed4133f6f50fc0c3/library/core/src/ops/function.rs:250:5 |
5896 | 2023-11-01T17:42:53.935Z | note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. |
5897 | 2023-11-01T17:42:53.940Z | |
5898 | 2023-11-01T17:42:53.942Z | ------------ |
5899 | 2023-11-01T17:42:53.945Z | Summary [1592.343s] 892 tests run: 889 passed (12 slow, 1 leaky), 3 failed, 2 skipped |
5900 | 2023-11-01T17:42:53.948Z | FAIL [ 6.806s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
5901 | 2023-11-01T17:42:53.951Z | FAIL [ 31.491s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
5902 | 2023-11-01T17:42:53.953Z | FAIL [ 31.482s] oximeter-db client::tests::test_replicated |
5903 | 2023-11-01T17:42:53.956Z | error: test run failed |
5904 | 2023-11-01T17:42:53.958Z | |
5905 | 2023-11-01T17:42:53.962Z | real 26:43.917482504 |
5906 | 2023-11-01T17:42:53.965Z | user 2:35:20.317108376 |
5907 | 2023-11-01T17:42:53.967Z | sys 33:04.420257632 |
5908 | 2023-11-01T17:42:53.970Z | trap 2:38.105060204 |
5909 | 2023-11-01T17:42:53.973Z | tflt 4.465750020 |
5910 | 2023-11-01T17:42:53.975Z | dflt 15.235907403 |
5911 | 2023-11-01T17:42:53.978Z | kflt 0.174010362 |
5912 | 2023-11-01T17:42:53.981Z | lock 564:38:59.305244837 |
5913 | 2023-11-01T17:42:53.984Z | slp 32:46:33.172610715 |
5914 | 2023-11-01T17:42:53.987Z | lat 2:21:30.265034374 |
5915 | 2023-11-01T17:42:53.989Z | stop 22:54.797045017 |
5916 | 2023-11-01T17:42:53.992Z | process exited: duration 4154538 ms, exit code 100 |
|
5917 | 2023-11-01T17:42:54.000Z | found 2 output files |
5918 | 2023-11-01T17:42:54.006Z | uploading: /var/tmp/omicron_tmp/oximeter_db-a51543f8c9200de7-test_ensure_schema_walks_through_multiple_steps_replicated.15489.0.log (0 bytes) |
5919 | 2023-11-01T17:42:55.023Z | uploaded: /var/tmp/omicron_tmp/oximeter_db-a51543f8c9200de7-test_ensure_schema_walks_through_multiple_steps_replicated.15489.0.log |
5920 | 2023-11-01T17:42:55.027Z | uploading: /var/tmp/omicron_tmp/test_all-f020faad36dec897-versions_have_idempotent_up.12965.0.log (5831 bytes) |
5921 | 2023-11-01T17:42:56.034Z | uploaded: /var/tmp/omicron_tmp/test_all-f020faad36dec897-versions_have_idempotent_up.12965.0.log |