|
|
|
1 | 2023-12-30T05:26:57.402Z | job assigned to worker 01HJWJZP09S4VNHGSE1WQ56R8Z (queued for 55 s) |
|
2 | 2023-12-30T05:26:57.440Z | starting task 0: "setup" |
3 | 2023-12-30T05:26:57.504Z | ++ uname -s |
4 | 2023-12-30T05:26:57.507Z | + kern=SunOS |
5 | 2023-12-30T05:26:57.507Z | + case "$kern" in |
6 | 2023-12-30T05:26:57.508Z | + groupadd -g 12345 build |
7 | 2023-12-30T05:26:57.511Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-30T05:26:59.543Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-30T05:26:59.645Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-30T05:26:59.649Z | + home_fs=zfs |
11 | 2023-12-30T05:26:59.649Z | + [[ zfs == autofs ]] |
12 | 2023-12-30T05:26:59.649Z | + mkdir -p /home/build |
13 | 2023-12-30T05:26:59.653Z | + chown build:build /home/build /work |
14 | 2023-12-30T05:27:01.654Z | + chmod 0700 /home/build /work |
15 | 2023-12-30T05:27:01.658Z | process exited: duration 4217 ms, exit code 0 |
|
16 | 2023-12-30T05:27:01.664Z | starting task 1: "rust-toolchain" |
17 | 2023-12-30T05:27:01.676Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-30T05:27:01.677Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-30T05:27:01.914Z | info: downloading installer |
20 | 2023-12-30T05:27:04.011Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-30T05:27:04.012Z | warning: /opt/ooce/bin |
22 | 2023-12-30T05:27:04.012Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-30T05:27:04.012Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-30T05:27:04.012Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-30T05:27:04.012Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-30T05:27:04.012Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-30T05:27:04.012Z | error: cannot install while Rust is installed |
28 | 2023-12-30T05:27:04.012Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-30T05:27:04.046Z | info: profile set to 'default' |
30 | 2023-12-30T05:27:04.046Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-30T05:27:04.058Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-30T05:27:04.224Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-30T05:27:04.224Z | info: downloading component 'cargo' |
34 | 2023-12-30T05:27:05.026Z | info: downloading component 'clippy' |
35 | 2023-12-30T05:27:05.315Z | info: downloading component 'rust-docs' |
36 | 2023-12-30T05:27:06.337Z | info: downloading component 'rust-std' |
37 | 2023-12-30T05:27:08.259Z | info: downloading component 'rustc' |
38 | 2023-12-30T05:27:12.771Z | info: downloading component 'rustfmt' |
39 | 2023-12-30T05:27:13.090Z | info: installing component 'cargo' |
40 | 2023-12-30T05:27:14.502Z | info: installing component 'clippy' |
41 | 2023-12-30T05:27:15.141Z | info: installing component 'rust-docs' |
42 | 2023-12-30T05:27:17.862Z | info: installing component 'rust-std' |
43 | 2023-12-30T05:27:21.103Z | info: installing component 'rustc' |
44 | 2023-12-30T05:27:28.148Z | info: installing component 'rustfmt' |
45 | 2023-12-30T05:27:28.609Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-30T05:27:28.610Z | |
47 | 2023-12-30T05:27:28.736Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-30T05:27:28.736Z | |
49 | 2023-12-30T05:27:28.745Z | |
50 | 2023-12-30T05:27:28.746Z | Rust is installed now. Great! |
51 | 2023-12-30T05:27:28.746Z | |
52 | 2023-12-30T05:27:28.746Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-30T05:27:28.746Z | environment variable. This has not been done automatically. |
54 | 2023-12-30T05:27:28.746Z | |
55 | 2023-12-30T05:27:28.746Z | To configure your current shell, run: |
56 | 2023-12-30T05:27:28.746Z | source "$HOME/.cargo/env" |
57 | 2023-12-30T05:27:28.825Z | + rustc --version |
58 | 2023-12-30T05:27:28.934Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-30T05:27:28.939Z | process exited: duration 27274 ms, exit code 0 |
|
60 | 2023-12-30T05:27:28.945Z | starting task 2: "authentication" |
61 | 2023-12-30T05:27:28.979Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-12-30T05:27:28.985Z | starting task 3: "clone repository" |
63 | 2023-12-30T05:27:28.992Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-30T05:27:28.995Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-30T05:27:29.033Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-30T05:27:35.640Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-30T05:27:35.640Z | + [[ -n update-schemars ]] |
68 | 2023-12-30T05:27:35.649Z | + git fetch origin update-schemars |
69 | 2023-12-30T05:27:35.969Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-30T05:27:35.969Z | * branch update-schemars -> FETCH_HEAD |
71 | 2023-12-30T05:27:35.980Z | + git checkout -B update-schemars remotes/origin/update-schemars |
72 | 2023-12-30T05:27:36.092Z | Switched to a new branch 'update-schemars' |
73 | 2023-12-30T05:27:36.099Z | branch 'update-schemars' set up to track 'origin/update-schemars'. |
74 | 2023-12-30T05:27:36.099Z | + git reset --hard 33886b502bb84d4d00d5a181d0efc59e382a3f47 |
75 | 2023-12-30T05:27:36.112Z | HEAD is now at 33886b502 fix merge error |
76 | 2023-12-30T05:27:36.116Z | process exited: duration 7128 ms, exit code 0 |
|
77 | 2023-12-30T05:27:36.122Z | starting task 4: "build" |
78 | 2023-12-30T05:27:36.133Z | + NEXTEST_VERSION=0.9.64 |
79 | 2023-12-30T05:27:36.133Z | + cargo --version |
80 | 2023-12-30T05:27:36.140Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
81 | 2023-12-30T05:27:36.336Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
82 | 2023-12-30T05:27:36.339Z | info: downloading component 'cargo' |
83 | 2023-12-30T05:27:37.040Z | info: downloading component 'clippy' |
84 | 2023-12-30T05:27:37.263Z | info: downloading component 'rust-docs' |
85 | 2023-12-30T05:27:38.132Z | info: downloading component 'rust-std' |
86 | 2023-12-30T05:27:39.431Z | info: downloading component 'rustc' |
87 | 2023-12-30T05:27:43.171Z | info: downloading component 'rustfmt' |
88 | 2023-12-30T05:27:43.380Z | info: installing component 'cargo' |
89 | 2023-12-30T05:27:44.671Z | info: installing component 'clippy' |
90 | 2023-12-30T05:27:45.192Z | info: installing component 'rust-docs' |
91 | 2023-12-30T05:27:48.035Z | info: installing component 'rust-std' |
92 | 2023-12-30T05:27:50.475Z | info: installing component 'rustc' |
93 | 2023-12-30T05:27:57.234Z | info: installing component 'rustfmt' |
94 | 2023-12-30T05:27:57.859Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
95 | 2023-12-30T05:27:57.862Z | + rustc --version |
96 | 2023-12-30T05:27:57.997Z | rustc 1.74.1 (a28077b28 2023-12-04) |
97 | 2023-12-30T05:27:58.006Z | + curl -sSfL --retry 10 https://get.nexte.st/0.9.64/illumos |
98 | 2023-12-30T05:27:58.009Z | + gunzip |
99 | 2023-12-30T05:27:58.009Z | + tar -xvf - -C /home/build/.cargo/bin |
100 | 2023-12-30T05:27:59.532Z | x cargo-nextest, 10985408 bytes, 21456 tape blocks |
101 | 2023-12-30T05:27:59.535Z | + TEST_TMPDIR=/var/tmp/omicron_tmp |
102 | 2023-12-30T05:27:59.535Z | + echo 'tests will store output in /var/tmp/omicron_tmp' |
103 | 2023-12-30T05:27:59.535Z | tests will store output in /var/tmp/omicron_tmp |
104 | 2023-12-30T05:27:59.535Z | + mkdir /var/tmp/omicron_tmp |
105 | 2023-12-30T05:27:59.541Z | + source ./env.sh |
106 | 2023-12-30T05:27:59.541Z | ++ set -o xtrace |
107 | 2023-12-30T05:27:59.541Z | ++++ dirname ./env.sh |
108 | 2023-12-30T05:27:59.545Z | +++ cd . |
109 | 2023-12-30T05:27:59.545Z | +++ echo /work/oxidecomputer/omicron |
110 | 2023-12-30T05:27:59.545Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
111 | 2023-12-30T05:27:59.545Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2023-12-30T05:27:59.545Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2023-12-30T05:27:59.545Z | ++ 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 |
114 | 2023-12-30T05:27:59.545Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
115 | 2023-12-30T05:27:59.545Z | ++ 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 |
116 | 2023-12-30T05:27:59.545Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2023-12-30T05:27:59.545Z | ++ 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 |
118 | 2023-12-30T05:27:59.545Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
119 | 2023-12-30T05:27:59.545Z | ++ unset OMICRON_WS |
120 | 2023-12-30T05:27:59.545Z | ++ set +o xtrace |
121 | 2023-12-30T05:27:59.643Z | |
122 | 2023-12-30T05:27:59.643Z | ##### ##### ###### ##### ###### #### # # # #### # |
123 | 2023-12-30T05:27:59.643Z | # # # # # # # # # # # # # # # |
124 | 2023-12-30T05:27:59.643Z | # # # # ##### # # ##### # # # # # #### # |
125 | 2023-12-30T05:27:59.643Z | ##### ##### # ##### # # # # # # # # # |
126 | 2023-12-30T05:27:59.643Z | # # # # # # # # # # # # # # # |
127 | 2023-12-30T05:27:59.643Z | # # # ###### # # ###### ### # #### # #### # |
128 | 2023-12-30T05:27:59.643Z | |
129 | 2023-12-30T05:28:13.320Z | Startup: Refreshing catalog 'helios-dev' ... Done |
130 | 2023-12-30T05:28:14.760Z | Startup: Caching catalogs ... Done |
131 | 2023-12-30T05:28:22.286Z | Planning: Solver setup ... Done (7.059s) |
132 | 2023-12-30T05:28:22.425Z | Planning: Running solver ... Done (0.160s) |
133 | 2023-12-30T05:28:22.501Z | Planning: Finding local manifests ... Done (0.004s) |
134 | 2023-12-30T05:28:22.516Z | Planning: Fetching manifests: 0/6 0% complete |
135 | 2023-12-30T05:28:22.758Z | Planning: Fetching manifests: 6/6 100% complete |
136 | 2023-12-30T05:28:22.933Z | Planning: Package planning ... Done (0.174s) |
137 | 2023-12-30T05:28:23.020Z | Planning: Merging actions ... Done (0.086s) |
138 | 2023-12-30T05:28:23.839Z | Planning: Checking for conflicting actions ... Done (0.819s) |
139 | 2023-12-30T05:28:23.858Z | Planning: Consolidating action changes ... Done (0.018s) |
140 | 2023-12-30T05:28:28.995Z | Planning: Evaluating mediators ... Done (5.136s) |
141 | 2023-12-30T05:28:29.107Z | Planning: Planning completed in 14.29 seconds |
142 | 2023-12-30T05:28:29.130Z | Packages to install: 4 |
143 | 2023-12-30T05:28:29.133Z | Packages to update: 2 |
144 | 2023-12-30T05:28:29.133Z | Mediators to change: 2 |
145 | 2023-12-30T05:28:29.133Z | Services to change: 1 |
146 | 2023-12-30T05:28:29.133Z | Estimated space available: 148.87 GB |
147 | 2023-12-30T05:28:29.133Z | Estimated space to be consumed: 1.43 GB |
148 | 2023-12-30T05:28:29.133Z | Create boot environment: No |
149 | 2023-12-30T05:28:29.133Z | Create backup boot environment: Yes |
150 | 2023-12-30T05:28:29.133Z | Rebuild boot archive: No |
151 | 2023-12-30T05:28:29.133Z | |
152 | 2023-12-30T05:28:29.133Z | Changed mediators: |
153 | 2023-12-30T05:28:29.133Z | mediator clang: |
154 | 2023-12-30T05:28:29.133Z | version: None -> 15 (system default) |
155 | 2023-12-30T05:28:29.134Z | |
156 | 2023-12-30T05:28:29.134Z | mediator llvm: |
157 | 2023-12-30T05:28:29.134Z | version: 14 (system default) -> 15 (system default) |
158 | 2023-12-30T05:28:29.134Z | |
159 | 2023-12-30T05:28:29.134Z | Changed packages: |
160 | 2023-12-30T05:28:29.134Z | helios-dev |
161 | 2023-12-30T05:28:29.134Z | developer/build-essential |
162 | 2023-12-30T05:28:29.134Z | None -> 11-2.0 |
163 | 2023-12-30T05:28:29.134Z | library/libxmlsec1 |
164 | 2023-12-30T05:28:29.134Z | None -> 1.2.35-2.0 |
165 | 2023-12-30T05:28:29.134Z | ooce/developer/clang-15 |
166 | 2023-12-30T05:28:29.135Z | None -> 15.0.7-2.0 |
167 | 2023-12-30T05:28:29.135Z | ooce/developer/llvm-15 |
168 | 2023-12-30T05:28:29.135Z | None -> 15.0.7-2.0 |
169 | 2023-12-30T05:28:29.135Z | system/library/g++-runtime |
170 | 2023-12-30T05:28:29.135Z | 12-2.0 -> 13-2.0 |
171 | 2023-12-30T05:28:29.135Z | system/library/gcc-runtime |
172 | 2023-12-30T05:28:29.135Z | 12-2.0 -> 13-2.0 |
173 | 2023-12-30T05:28:29.135Z | |
174 | 2023-12-30T05:28:29.135Z | Services: |
175 | 2023-12-30T05:28:29.135Z | restart_fmri: |
176 | 2023-12-30T05:28:29.135Z | svc:/system/update-man-index:default |
177 | 2023-12-30T05:28:29.509Z | |
178 | 2023-12-30T05:28:29.509Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
179 | 2023-12-30T05:28:34.514Z | Download: 1369/3330 items 106.2/221.1MB 48% complete (21.5M/s) |
180 | 2023-12-30T05:28:39.511Z | Download: 2375/3330 items 120.0/221.1MB 54% complete (12.2M/s) |
181 | 2023-12-30T05:28:44.511Z | Download: 3248/3330 items 200.0/221.1MB 90% complete (9.3M/s) |
182 | 2023-12-30T05:28:49.632Z | Download: 3321/3330 items 220.4/221.1MB 99% complete (10.1M/s) |
183 | 2023-12-30T05:28:49.670Z | Download: Completed 221.11 MB in 20.16 seconds (11.0M/s) |
184 | 2023-12-30T05:28:51.717Z | Actions: 1/3766 actions (Removing old actions) |
185 | 2023-12-30T05:28:51.717Z | Actions: 5/3766 actions (Installing new actions) |
186 | 2023-12-30T05:28:56.962Z | Actions: 2553/3766 actions (Installing new actions) |
187 | 2023-12-30T05:29:00.396Z | Actions: 3729/3766 actions (Updating modified actions) |
188 | 2023-12-30T05:29:01.385Z | Actions: Completed 3766 actions in 9.67 seconds. |
189 | 2023-12-30T05:29:01.703Z | Done (0.308s) |
190 | 2023-12-30T05:29:01.706Z | Done (0.001s) |
191 | 2023-12-30T05:29:02.002Z | Done (0.298s) |
192 | 2023-12-30T05:29:10.441Z | Done (8.305s) |
193 | 2023-12-30T05:29:10.718Z | Done (0.156s) |
194 | 2023-12-30T05:29:10.721Z | Done (0.000s) |
195 | 2023-12-30T05:29:11.005Z | Done (0.000s) |
196 | 2023-12-30T05:29:11.741Z | Planning: Evaluating mediator changes ... Done |
197 | 2023-12-30T05:29:12.027Z | Planning: Checking for conflicting actions ... Done |
198 | 2023-12-30T05:29:12.030Z | Planning: Consolidating action changes ... Done |
199 | 2023-12-30T05:29:12.468Z | Planning: Evaluating mediators ... Done |
200 | 2023-12-30T05:29:12.471Z | Planning: Planning completed in 0.73 seconds |
201 | 2023-12-30T05:29:12.531Z | Mediators to change: 2 |
202 | 2023-12-30T05:29:12.533Z | Create boot environment: No |
203 | 2023-12-30T05:29:12.534Z | Create backup boot environment: No |
204 | 2023-12-30T05:29:12.638Z | Done |
205 | 2023-12-30T05:29:12.638Z | Done |
206 | 2023-12-30T05:29:12.821Z | Done |
207 | 2023-12-30T05:29:18.643Z | Done |
208 | 2023-12-30T05:29:18.764Z | Done |
209 | 2023-12-30T05:29:18.767Z | Done |
210 | 2023-12-30T05:29:18.904Z | Done |
211 | 2023-12-30T05:29:19.935Z | Planning: Evaluating mediator changes ... Done |
212 | 2023-12-30T05:29:19.938Z | Planning: Merging actions ... Done |
213 | 2023-12-30T05:29:20.270Z | Planning: Checking for conflicting actions ... Done |
214 | 2023-12-30T05:29:20.273Z | Planning: Consolidating action changes ... Done |
215 | 2023-12-30T05:29:20.706Z | Planning: Evaluating mediators ... Done |
216 | 2023-12-30T05:29:20.798Z | Planning: Planning completed in 1.32 seconds |
217 | 2023-12-30T05:29:20.863Z | Packages to change: 1 |
218 | 2023-12-30T05:29:20.863Z | Mediators to change: 1 |
219 | 2023-12-30T05:29:20.866Z | Services to change: 1 |
220 | 2023-12-30T05:29:20.866Z | Create boot environment: No |
221 | 2023-12-30T05:29:20.866Z | Create backup boot environment: Yes |
222 | 2023-12-30T05:29:23.008Z | Actions: 1/6 actions (Updating modified actions) |
223 | 2023-12-30T05:29:23.011Z | Actions: Completed 6 actions in 0.00 seconds. |
224 | 2023-12-30T05:29:23.012Z | Done |
225 | 2023-12-30T05:29:23.012Z | Done |
226 | 2023-12-30T05:29:23.078Z | Done |
227 | 2023-12-30T05:29:29.087Z | Done |
228 | 2023-12-30T05:29:29.209Z | Done |
229 | 2023-12-30T05:29:29.213Z | Done |
230 | 2023-12-30T05:29:29.317Z | Done |
231 | 2023-12-30T05:29:29.994Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
232 | 2023-12-30T05:29:29.994Z | clang system 15 system |
233 | 2023-12-30T05:29:29.994Z | csh system system illumos |
234 | 2023-12-30T05:29:29.994Z | ctags system system illumos |
235 | 2023-12-30T05:29:29.994Z | gcc vendor 12 vendor |
236 | 2023-12-30T05:29:29.994Z | gcc system 10 system |
237 | 2023-12-30T05:29:29.994Z | gcc system 7 system |
238 | 2023-12-30T05:29:29.994Z | go system 1.20 system |
239 | 2023-12-30T05:29:29.994Z | go system 1.19 system |
240 | 2023-12-30T05:29:29.994Z | llvm system 15 system |
241 | 2023-12-30T05:29:29.995Z | llvm system 14 system |
242 | 2023-12-30T05:29:29.995Z | mariadb system 10.6 system |
243 | 2023-12-30T05:29:29.995Z | mta vendor vendor dma |
244 | 2023-12-30T05:29:29.995Z | openjdk system 17 system |
245 | 2023-12-30T05:29:29.995Z | openjdk system 11 system |
246 | 2023-12-30T05:29:29.995Z | openjdk system 1.8 system |
247 | 2023-12-30T05:29:29.995Z | openssl vendor 3 vendor |
248 | 2023-12-30T05:29:29.995Z | perl system 5.36 system |
249 | 2023-12-30T05:29:29.995Z | postgresql system 15 system |
250 | 2023-12-30T05:29:29.995Z | postgresql system 13 system |
251 | 2023-12-30T05:29:29.995Z | python vendor 3 vendor |
252 | 2023-12-30T05:29:29.995Z | python system 2 system |
253 | 2023-12-30T05:29:29.995Z | python3 system 3.11 system |
254 | 2023-12-30T05:29:29.995Z | ruby system 3.0 system |
255 | 2023-12-30T05:29:29.995Z | words vendor vendor american-english |
256 | 2023-12-30T05:29:29.995Z | words system system australian-english |
257 | 2023-12-30T05:29:29.995Z | words system system british-english |
258 | 2023-12-30T05:29:29.995Z | words system system canadian-english |
259 | 2023-12-30T05:29:29.995Z | words system system french |
260 | 2023-12-30T05:29:29.995Z | words system system italian |
261 | 2023-12-30T05:29:29.995Z | words system system ngerman |
262 | 2023-12-30T05:29:29.995Z | words system system ogerman |
263 | 2023-12-30T05:29:29.995Z | words system system spanish |
264 | 2023-12-30T05:29:30.534Z | FMRI IFO |
265 | 2023-12-30T05:29:30.534Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
266 | 2023-12-30T05:29:30.534Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
267 | 2023-12-30T05:29:30.534Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
268 | 2023-12-30T05:29:30.534Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
269 | 2023-12-30T05:29:30.534Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2023-12-30T05:29:30.534Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
271 | 2023-12-30T05:29:30.534Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
272 | 2023-12-30T05:29:30.534Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
273 | 2023-12-30T05:29:30.610Z | + set -o errexit |
274 | 2023-12-30T05:29:30.613Z | +++ dirname ./tools/ci_download_cockroachdb |
275 | 2023-12-30T05:29:30.616Z | ++ cd ./tools |
276 | 2023-12-30T05:29:30.616Z | ++ pwd |
277 | 2023-12-30T05:29:30.617Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
278 | 2023-12-30T05:29:30.620Z | ++ basename ./tools/ci_download_cockroachdb |
279 | 2023-12-30T05:29:30.620Z | + ARG0=ci_download_cockroachdb |
280 | 2023-12-30T05:29:30.620Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
281 | 2023-12-30T05:29:30.623Z | + CIDL_VERSION=v22.1.9 |
282 | 2023-12-30T05:29:30.623Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
283 | 2023-12-30T05:29:30.623Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
284 | 2023-12-30T05:29:30.623Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
285 | 2023-12-30T05:29:30.623Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
286 | 2023-12-30T05:29:30.623Z | + TARGET_DIR=out |
287 | 2023-12-30T05:29:30.624Z | + DOWNLOAD_DIR=out/downloads |
288 | 2023-12-30T05:29:30.624Z | + DEST_DIR=./out/cockroachdb |
289 | 2023-12-30T05:29:30.624Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
290 | 2023-12-30T05:29:30.624Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
291 | 2023-12-30T05:29:30.624Z | + main |
292 | 2023-12-30T05:29:30.624Z | + [[ 0 != 0 ]] |
293 | 2023-12-30T05:29:30.624Z | + CIDL_OS=solaris2.11 |
294 | 2023-12-30T05:29:30.624Z | + [[ 0 != 0 ]] |
295 | 2023-12-30T05:29:30.624Z | + configure_os solaris2.11 |
296 | 2023-12-30T05:29:30.624Z | + echo 'current directory: /work/oxidecomputer/omicron' |
297 | 2023-12-30T05:29:30.624Z | current directory: /work/oxidecomputer/omicron |
298 | 2023-12-30T05:29:30.624Z | + echo 'configuring based on OS: "solaris2.11"' |
299 | 2023-12-30T05:29:30.624Z | + case "$1" in |
300 | 2023-12-30T05:29:30.624Z | configuring based on OS: "solaris2.11" |
301 | 2023-12-30T05:29:30.624Z | + CIDL_BUILD=illumos |
302 | 2023-12-30T05:29:30.624Z | + CIDL_SUFFIX=tar.gz |
303 | 2023-12-30T05:29:30.624Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
304 | 2023-12-30T05:29:30.624Z | + CIDL_MD5FUNC=do_md5sum |
305 | 2023-12-30T05:29:30.624Z | + CIDL_URL_BASE=https://illumos.org/downloads |
306 | 2023-12-30T05:29:30.624Z | + CIDL_ASSEMBLE=do_assemble_illumos |
307 | 2023-12-30T05:29:30.624Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
308 | 2023-12-30T05:29:30.624Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-12-30T05:29:30.624Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2023-12-30T05:29:30.624Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
311 | 2023-12-30T05:29:30.625Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2023-12-30T05:29:30.625Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
313 | 2023-12-30T05:29:30.625Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-12-30T05:29:30.625Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2023-12-30T05:29:30.625Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
316 | 2023-12-30T05:29:30.625Z | + mkdir -p out/downloads |
317 | 2023-12-30T05:29:30.628Z | + mkdir -p ./out/cockroachdb |
318 | 2023-12-30T05:29:30.628Z | + local DO_DOWNLOAD=true |
319 | 2023-12-30T05:29:30.628Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
320 | 2023-12-30T05:29:30.628Z | + '[' true == true ']' |
321 | 2023-12-30T05:29:30.628Z | + echo Downloading... |
322 | 2023-12-30T05:29:30.628Z | Downloading... |
323 | 2023-12-30T05:29:30.628Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2023-12-30T05:29:30.628Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
325 | 2023-12-30T05:29:35.782Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
326 | 2023-12-30T05:29:35.786Z | ++ md5sum |
327 | 2023-12-30T05:29:35.786Z | ++ awk '{print $1}' |
328 | 2023-12-30T05:29:35.970Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
329 | 2023-12-30T05:29:35.970Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
330 | 2023-12-30T05:29:35.970Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
331 | 2023-12-30T05:29:35.970Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
332 | 2023-12-30T05:29:39.354Z | + do_assemble_illumos |
333 | 2023-12-30T05:29:39.354Z | + rm -r ./out/cockroachdb |
334 | 2023-12-30T05:29:39.362Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
335 | 2023-12-30T05:29:39.935Z | + ./out/cockroachdb/bin/cockroach version |
336 | 2023-12-30T05:29:40.150Z | Build Tag: v22.1.9-dirty |
337 | 2023-12-30T05:29:40.150Z | Build Time: 2022/10/26 21:17:46 |
338 | 2023-12-30T05:29:40.150Z | Distribution: OSS |
339 | 2023-12-30T05:29:40.151Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
340 | 2023-12-30T05:29:40.151Z | Go Version: go1.17.13 |
341 | 2023-12-30T05:29:40.151Z | C Compiler: gcc 10.3.0 |
342 | 2023-12-30T05:29:40.151Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
343 | 2023-12-30T05:29:40.151Z | Build Type: release |
344 | 2023-12-30T05:29:40.177Z | + set -o errexit |
345 | 2023-12-30T05:29:40.657Z | +++ dirname ./tools/ci_download_clickhouse |
346 | 2023-12-30T05:29:40.657Z | ++ cd ./tools |
347 | 2023-12-30T05:29:40.657Z | ++ pwd |
348 | 2023-12-30T05:29:40.657Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
349 | 2023-12-30T05:29:40.657Z | ++ basename ./tools/ci_download_clickhouse |
350 | 2023-12-30T05:29:40.657Z | + ARG0=ci_download_clickhouse |
351 | 2023-12-30T05:29:40.658Z | + TARGET_DIR=out |
352 | 2023-12-30T05:29:40.658Z | + DOWNLOAD_DIR=out/downloads |
353 | 2023-12-30T05:29:40.658Z | + DEST_DIR=./out/clickhouse |
354 | 2023-12-30T05:29:40.658Z | + CIDL_VERSION=v22.8.9.24 |
355 | 2023-12-30T05:29:40.658Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
356 | 2023-12-30T05:29:40.658Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
357 | 2023-12-30T05:29:40.658Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
358 | 2023-12-30T05:29:40.658Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
359 | 2023-12-30T05:29:40.658Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
360 | 2023-12-30T05:29:40.659Z | + main |
361 | 2023-12-30T05:29:40.659Z | + [[ 0 != 0 ]] |
362 | 2023-12-30T05:29:40.659Z | + CIDL_OS=solaris2.11 |
363 | 2023-12-30T05:29:40.659Z | + [[ 0 != 0 ]] |
364 | 2023-12-30T05:29:40.659Z | + configure_os solaris2.11 |
365 | 2023-12-30T05:29:40.659Z | + echo 'current directory: /work/oxidecomputer/omicron' |
366 | 2023-12-30T05:29:40.659Z | current directory: /work/oxidecomputer/omicron |
367 | 2023-12-30T05:29:40.659Z | + echo 'configuring based on OS: "solaris2.11"' |
368 | 2023-12-30T05:29:40.659Z | + CIDL_DASHREV= |
369 | 2023-12-30T05:29:40.659Z | + case "$1" in |
370 | 2023-12-30T05:29:40.660Z | configuring based on OS: "solaris2.11" |
371 | 2023-12-30T05:29:40.660Z | + CIDL_PLATFORM=illumos |
372 | 2023-12-30T05:29:40.660Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
373 | 2023-12-30T05:29:40.660Z | + CIDL_MD5FUNC=do_md5sum |
374 | 2023-12-30T05:29:40.660Z | + CIDL_DASHREV=-1 |
375 | 2023-12-30T05:29:40.660Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
376 | 2023-12-30T05:29:40.660Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2023-12-30T05:29:40.660Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2023-12-30T05:29:40.660Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
379 | 2023-12-30T05:29:40.660Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
380 | 2023-12-30T05:29:40.660Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
381 | 2023-12-30T05:29:40.660Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2023-12-30T05:29:40.661Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
383 | 2023-12-30T05:29:40.662Z | + mkdir -p out/downloads |
384 | 2023-12-30T05:29:40.662Z | + mkdir -p ./out/clickhouse |
385 | 2023-12-30T05:29:40.662Z | + local DO_DOWNLOAD=true |
386 | 2023-12-30T05:29:40.662Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
387 | 2023-12-30T05:29:40.662Z | + '[' true == true ']' |
388 | 2023-12-30T05:29:40.662Z | + echo Downloading... |
389 | 2023-12-30T05:29:40.662Z | Downloading... |
390 | 2023-12-30T05:29:40.662Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
391 | 2023-12-30T05:29:40.662Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
392 | 2023-12-30T05:29:41.658Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
393 | 2023-12-30T05:29:41.661Z | ++ md5sum |
394 | 2023-12-30T05:29:41.662Z | ++ awk '{print $1}' |
395 | 2023-12-30T05:29:41.920Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
396 | 2023-12-30T05:29:41.920Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
397 | 2023-12-30T05:29:41.920Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
398 | 2023-12-30T05:29:41.923Z | + mkdir -p ./out/clickhouse |
399 | 2023-12-30T05:29:41.923Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
400 | 2023-12-30T05:29:46.858Z | + ./out/clickhouse/clickhouse server --version |
401 | 2023-12-30T05:29:46.908Z | ClickHouse server version 22.8.9.1. |
402 | 2023-12-30T05:29:46.931Z | + set -o errexit |
403 | 2023-12-30T05:29:46.934Z | +++ dirname ./tools/ci_download_console |
404 | 2023-12-30T05:29:46.937Z | ++ cd ./tools |
405 | 2023-12-30T05:29:46.937Z | ++ pwd |
406 | 2023-12-30T05:29:46.937Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2023-12-30T05:29:46.940Z | ++ basename ./tools/ci_download_console |
408 | 2023-12-30T05:29:46.940Z | + ARG0=ci_download_console |
409 | 2023-12-30T05:29:46.940Z | + TARGET_DIR=out |
410 | 2023-12-30T05:29:46.940Z | + DOWNLOAD_DIR=out/downloads |
411 | 2023-12-30T05:29:46.941Z | + DEST_DIR=./out/console-assets |
412 | 2023-12-30T05:29:46.941Z | + source /work/oxidecomputer/omicron/tools/console_version |
413 | 2023-12-30T05:29:46.941Z | ++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e |
414 | 2023-12-30T05:29:46.941Z | ++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
415 | 2023-12-30T05:29:46.941Z | + URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
416 | 2023-12-30T05:29:46.941Z | + TARBALL_FILE=out/downloads/console.tar.gz |
417 | 2023-12-30T05:29:46.941Z | + main |
418 | 2023-12-30T05:29:46.941Z | + [[ 0 != 0 ]] |
419 | 2023-12-30T05:29:46.941Z | + echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz' |
420 | 2023-12-30T05:29:46.941Z | URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
421 | 2023-12-30T05:29:46.941Z | + echo 'Local file: out/downloads/console.tar.gz' |
422 | 2023-12-30T05:29:46.942Z | Local file: out/downloads/console.tar.gz |
423 | 2023-12-30T05:29:46.942Z | + local DO_DOWNLOAD=true |
424 | 2023-12-30T05:29:46.942Z | + [[ -f out/downloads/console.tar.gz ]] |
425 | 2023-12-30T05:29:46.942Z | + mkdir -p out/downloads |
426 | 2023-12-30T05:29:46.946Z | + '[' true == true ']' |
427 | 2023-12-30T05:29:46.946Z | + echo Downloading... |
428 | 2023-12-30T05:29:46.946Z | Downloading... |
429 | 2023-12-30T05:29:46.946Z | + do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz |
430 | 2023-12-30T05:29:46.946Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
431 | 2023-12-30T05:29:47.639Z | ++ do_sha256sum out/downloads/console.tar.gz |
432 | 2023-12-30T05:29:47.642Z | ++ case "$OSTYPE" in |
433 | 2023-12-30T05:29:47.642Z | ++ SHA=sha256sum |
434 | 2023-12-30T05:29:47.643Z | ++ sha256sum |
435 | 2023-12-30T05:29:47.643Z | ++ awk '{print $1}' |
436 | 2023-12-30T05:29:47.665Z | + calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
437 | 2023-12-30T05:29:47.665Z | + [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]] |
438 | 2023-12-30T05:29:47.668Z | + rm -rf ./out/console-assets |
439 | 2023-12-30T05:29:47.668Z | + mkdir -p ./out/console-assets |
440 | 2023-12-30T05:29:47.671Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
441 | 2023-12-30T05:29:47.671Z | + mkdir -p ./out/console-assets |
442 | 2023-12-30T05:29:47.671Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
443 | 2023-12-30T05:29:47.807Z | + set -o errexit |
444 | 2023-12-30T05:29:47.822Z | +++ dirname ./tools/ci_download_maghemite_openapi |
445 | 2023-12-30T05:29:47.825Z | ++ cd ./tools |
446 | 2023-12-30T05:29:47.826Z | ++ pwd |
447 | 2023-12-30T05:29:47.826Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
448 | 2023-12-30T05:29:47.826Z | ++ basename ./tools/ci_download_maghemite_openapi |
449 | 2023-12-30T05:29:47.826Z | + ARG0=ci_download_maghemite_openapi |
450 | 2023-12-30T05:29:47.826Z | + TARGET_DIR=out |
451 | 2023-12-30T05:29:47.826Z | + DOWNLOAD_DIR=out/downloads |
452 | 2023-12-30T05:29:47.826Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
453 | 2023-12-30T05:29:47.826Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
454 | 2023-12-30T05:29:47.826Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
455 | 2023-12-30T05:29:47.826Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
456 | 2023-12-30T05:29:47.826Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
457 | 2023-12-30T05:29:47.826Z | + main |
458 | 2023-12-30T05:29:47.827Z | + [[ 0 != 0 ]] |
459 | 2023-12-30T05:29:47.827Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
460 | 2023-12-30T05:29:47.827Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
461 | 2023-12-30T05:29:47.827Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
462 | 2023-12-30T05:29:47.827Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
463 | 2023-12-30T05:29:47.827Z | + local DO_DOWNLOAD=true |
464 | 2023-12-30T05:29:47.827Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
465 | 2023-12-30T05:29:47.827Z | + mkdir -p out/downloads |
466 | 2023-12-30T05:29:47.827Z | + '[' true == true ']' |
467 | 2023-12-30T05:29:47.827Z | + echo Downloading... |
468 | 2023-12-30T05:29:47.827Z | Downloading... |
469 | 2023-12-30T05:29:47.827Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
470 | 2023-12-30T05:29:47.828Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
471 | 2023-12-30T05:29:48.137Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
472 | 2023-12-30T05:29:48.137Z | ++ case "$OSTYPE" in |
473 | 2023-12-30T05:29:48.140Z | ++ SHA=sha256sum |
474 | 2023-12-30T05:29:48.140Z | ++ sha256sum |
475 | 2023-12-30T05:29:48.140Z | ++ awk '{print $1}' |
476 | 2023-12-30T05:29:48.143Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
477 | 2023-12-30T05:29:48.143Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
478 | 2023-12-30T05:29:48.143Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
479 | 2023-12-30T05:29:48.146Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
480 | 2023-12-30T05:29:48.146Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
481 | 2023-12-30T05:29:48.146Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
482 | 2023-12-30T05:29:48.146Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
483 | 2023-12-30T05:29:48.146Z | + main |
484 | 2023-12-30T05:29:48.146Z | + [[ 0 != 0 ]] |
485 | 2023-12-30T05:29:48.146Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
486 | 2023-12-30T05:29:48.146Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
487 | 2023-12-30T05:29:48.146Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
488 | 2023-12-30T05:29:48.146Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
489 | 2023-12-30T05:29:48.146Z | + local DO_DOWNLOAD=true |
490 | 2023-12-30T05:29:48.147Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
491 | 2023-12-30T05:29:48.147Z | + mkdir -p out/downloads |
492 | 2023-12-30T05:29:48.147Z | + '[' true == true ']' |
493 | 2023-12-30T05:29:48.147Z | + echo Downloading... |
494 | 2023-12-30T05:29:48.147Z | Downloading... |
495 | 2023-12-30T05:29:48.147Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
496 | 2023-12-30T05:29:48.147Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
497 | 2023-12-30T05:29:48.295Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
498 | 2023-12-30T05:29:48.310Z | ++ case "$OSTYPE" in |
499 | 2023-12-30T05:29:48.310Z | ++ SHA=sha256sum |
500 | 2023-12-30T05:29:48.310Z | ++ sha256sum |
501 | 2023-12-30T05:29:48.310Z | ++ awk '{print $1}' |
502 | 2023-12-30T05:29:48.310Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
503 | 2023-12-30T05:29:48.310Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
504 | 2023-12-30T05:29:48.323Z | + set -o errexit |
505 | 2023-12-30T05:29:48.324Z | +++ dirname ./tools/ci_download_dendrite_openapi |
506 | 2023-12-30T05:29:48.324Z | ++ cd ./tools |
507 | 2023-12-30T05:29:48.324Z | ++ pwd |
508 | 2023-12-30T05:29:48.324Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
509 | 2023-12-30T05:29:48.324Z | ++ basename ./tools/ci_download_dendrite_openapi |
510 | 2023-12-30T05:29:48.337Z | + ARG0=ci_download_dendrite_openapi |
511 | 2023-12-30T05:29:48.337Z | + TARGET_DIR=out |
512 | 2023-12-30T05:29:48.338Z | + DOWNLOAD_DIR=out/downloads |
513 | 2023-12-30T05:29:48.338Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2023-12-30T05:29:48.338Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
515 | 2023-12-30T05:29:48.338Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
516 | 2023-12-30T05:29:48.338Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
517 | 2023-12-30T05:29:48.339Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
518 | 2023-12-30T05:29:48.339Z | + main |
519 | 2023-12-30T05:29:48.339Z | + [[ 0 != 0 ]] |
520 | 2023-12-30T05:29:48.339Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
521 | 2023-12-30T05:29:48.339Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
522 | 2023-12-30T05:29:48.339Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
523 | 2023-12-30T05:29:48.339Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
524 | 2023-12-30T05:29:48.339Z | + local DO_DOWNLOAD=true |
525 | 2023-12-30T05:29:48.340Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
526 | 2023-12-30T05:29:48.340Z | + mkdir -p out/downloads |
527 | 2023-12-30T05:29:48.340Z | + '[' true == true ']' |
528 | 2023-12-30T05:29:48.340Z | + echo Downloading... |
529 | 2023-12-30T05:29:48.340Z | Downloading... |
530 | 2023-12-30T05:29:48.340Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
531 | 2023-12-30T05:29:48.340Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
532 | 2023-12-30T05:29:48.480Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
533 | 2023-12-30T05:29:48.480Z | ++ case "$OSTYPE" in |
534 | 2023-12-30T05:29:48.483Z | ++ SHA=sha256sum |
535 | 2023-12-30T05:29:48.483Z | ++ sha256sum |
536 | 2023-12-30T05:29:48.483Z | ++ awk '{print $1}' |
537 | 2023-12-30T05:29:48.487Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
538 | 2023-12-30T05:29:48.487Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
539 | 2023-12-30T05:29:48.497Z | + set -o errexit |
540 | 2023-12-30T05:29:48.500Z | +++ dirname ./tools/ci_download_dendrite_stub |
541 | 2023-12-30T05:29:48.503Z | ++ cd ./tools |
542 | 2023-12-30T05:29:48.503Z | ++ pwd |
543 | 2023-12-30T05:29:48.503Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
544 | 2023-12-30T05:29:48.506Z | ++ basename ./tools/ci_download_dendrite_stub |
545 | 2023-12-30T05:29:48.506Z | + ARG0=ci_download_dendrite_stub |
546 | 2023-12-30T05:29:48.506Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
547 | 2023-12-30T05:29:48.506Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
548 | 2023-12-30T05:29:48.506Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
549 | 2023-12-30T05:29:48.506Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
550 | 2023-12-30T05:29:48.506Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
551 | 2023-12-30T05:29:48.506Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
552 | 2023-12-30T05:29:48.506Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
553 | 2023-12-30T05:29:48.506Z | + TARGET_DIR=out |
554 | 2023-12-30T05:29:48.506Z | + DOWNLOAD_DIR=out/downloads |
555 | 2023-12-30T05:29:48.506Z | + DEST_DIR=./out/dendrite-stub |
556 | 2023-12-30T05:29:48.506Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
557 | 2023-12-30T05:29:48.506Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
558 | 2023-12-30T05:29:48.507Z | + REPO=oxidecomputer/dendrite |
559 | 2023-12-30T05:29:48.507Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
560 | 2023-12-30T05:29:48.507Z | + main |
561 | 2023-12-30T05:29:48.507Z | + [[ 0 != 0 ]] |
562 | 2023-12-30T05:29:48.507Z | + CIDL_OS=solaris2.11 |
563 | 2023-12-30T05:29:48.507Z | + [[ 0 != 0 ]] |
564 | 2023-12-30T05:29:48.507Z | + configure_os solaris2.11 |
565 | 2023-12-30T05:29:48.507Z | + echo 'current directory: /work/oxidecomputer/omicron' |
566 | 2023-12-30T05:29:48.507Z | current directory: /work/oxidecomputer/omicron |
567 | 2023-12-30T05:29:48.507Z | + echo 'configuring based on OS: "solaris2.11"' |
568 | 2023-12-30T05:29:48.510Z | configuring based on OS: "solaris2.11" |
569 | 2023-12-30T05:29:48.510Z | + case "$1" in |
570 | 2023-12-30T05:29:48.510Z | + SET_BINARIES= |
571 | 2023-12-30T05:29:48.510Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
572 | 2023-12-30T05:29:48.510Z | + CIDL_SHA256FUNC=do_sha256sum |
573 | 2023-12-30T05:29:48.510Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
574 | 2023-12-30T05:29:48.510Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
575 | 2023-12-30T05:29:48.510Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
576 | 2023-12-30T05:29:48.510Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
577 | 2023-12-30T05:29:48.510Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
578 | 2023-12-30T05:29:48.510Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
579 | 2023-12-30T05:29:48.511Z | + mkdir -p out/downloads |
580 | 2023-12-30T05:29:48.511Z | Local file: out/downloads/dendrite-stub.tar.gz |
581 | 2023-12-30T05:29:48.511Z | + mkdir -p ./out/dendrite-stub |
582 | 2023-12-30T05:29:48.514Z | + fetch_and_verify |
583 | 2023-12-30T05:29:48.514Z | + local DO_DOWNLOAD=true |
584 | 2023-12-30T05:29:48.514Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
585 | 2023-12-30T05:29:48.514Z | + '[' true == true ']' |
586 | 2023-12-30T05:29:48.514Z | + echo Downloading... |
587 | 2023-12-30T05:29:48.514Z | Downloading... |
588 | 2023-12-30T05:29:48.514Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
589 | 2023-12-30T05:29:48.514Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
590 | 2023-12-30T05:29:58.151Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
591 | 2023-12-30T05:29:58.167Z | ++ sha256sum |
592 | 2023-12-30T05:29:58.167Z | ++ awk '{print $1}' |
593 | 2023-12-30T05:29:58.257Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
594 | 2023-12-30T05:29:58.257Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
595 | 2023-12-30T05:29:58.262Z | + do_untar out/downloads/dendrite-stub.tar.gz |
596 | 2023-12-30T05:29:58.262Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
597 | 2023-12-30T05:29:59.377Z | + do_assemble |
598 | 2023-12-30T05:29:59.377Z | + rm -r ./out/dendrite-stub |
599 | 2023-12-30T05:29:59.380Z | + mkdir ./out/dendrite-stub |
600 | 2023-12-30T05:29:59.384Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
601 | 2023-12-30T05:29:59.543Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
602 | 2023-12-30T05:29:59.557Z | + set -o errexit |
603 | 2023-12-30T05:29:59.563Z | +++ dirname ./tools/ci_download_maghemite_mgd |
604 | 2023-12-30T05:29:59.563Z | ++ cd ./tools |
605 | 2023-12-30T05:29:59.563Z | ++ pwd |
606 | 2023-12-30T05:29:59.563Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
607 | 2023-12-30T05:29:59.563Z | ++ basename ./tools/ci_download_maghemite_mgd |
608 | 2023-12-30T05:29:59.568Z | + ARG0=ci_download_maghemite_mgd |
609 | 2023-12-30T05:29:59.568Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
610 | 2023-12-30T05:29:59.568Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
611 | 2023-12-30T05:29:59.568Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
612 | 2023-12-30T05:29:59.568Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
613 | 2023-12-30T05:29:59.569Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
614 | 2023-12-30T05:29:59.569Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
615 | 2023-12-30T05:29:59.569Z | + TARGET_DIR=out |
616 | 2023-12-30T05:29:59.569Z | + DOWNLOAD_DIR=out/downloads |
617 | 2023-12-30T05:29:59.569Z | + DEST_DIR=./out/mgd |
618 | 2023-12-30T05:29:59.569Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
619 | 2023-12-30T05:29:59.569Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
620 | 2023-12-30T05:29:59.569Z | + REPO=oxidecomputer/maghemite |
621 | 2023-12-30T05:29:59.569Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
622 | 2023-12-30T05:29:59.569Z | + main |
623 | 2023-12-30T05:29:59.569Z | + [[ 0 != 0 ]] |
624 | 2023-12-30T05:29:59.569Z | + CIDL_OS=solaris2.11 |
625 | 2023-12-30T05:29:59.569Z | + [[ 0 != 0 ]] |
626 | 2023-12-30T05:29:59.569Z | + configure_os solaris2.11 |
627 | 2023-12-30T05:29:59.569Z | + echo 'current directory: /work/oxidecomputer/omicron' |
628 | 2023-12-30T05:29:59.569Z | current directory: /work/oxidecomputer/omicron |
629 | 2023-12-30T05:29:59.569Z | + echo 'configuring based on OS: "solaris2.11"' |
630 | 2023-12-30T05:29:59.569Z | + case "$1" in |
631 | 2023-12-30T05:29:59.569Z | configuring based on OS: "solaris2.11" |
632 | 2023-12-30T05:29:59.569Z | + SET_BINARIES= |
633 | 2023-12-30T05:29:59.569Z | + CIDL_SHA256FUNC=do_sha256sum |
634 | 2023-12-30T05:29:59.569Z | + TARBALL_FILENAME=mgd.tar.gz |
635 | 2023-12-30T05:29:59.569Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
636 | 2023-12-30T05:29:59.570Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
637 | 2023-12-30T05:29:59.570Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
638 | 2023-12-30T05:29:59.570Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
639 | 2023-12-30T05:29:59.570Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
640 | 2023-12-30T05:29:59.570Z | + mkdir -p out/downloads |
641 | 2023-12-30T05:29:59.570Z | Local file: out/downloads/mgd.tar.gz |
642 | 2023-12-30T05:29:59.570Z | + mkdir -p ./out/mgd |
643 | 2023-12-30T05:29:59.574Z | + fetch_and_verify |
644 | 2023-12-30T05:29:59.574Z | + local DO_DOWNLOAD=true |
645 | 2023-12-30T05:29:59.574Z | + [[ -f out/downloads/mgd.tar.gz ]] |
646 | 2023-12-30T05:29:59.574Z | + '[' true == true ']' |
647 | 2023-12-30T05:29:59.574Z | + echo Downloading... |
648 | 2023-12-30T05:29:59.574Z | Downloading... |
649 | 2023-12-30T05:29:59.574Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
650 | 2023-12-30T05:29:59.574Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
651 | 2023-12-30T05:30:06.082Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
652 | 2023-12-30T05:30:06.086Z | ++ sha256sum |
653 | 2023-12-30T05:30:06.086Z | ++ awk '{print $1}' |
654 | 2023-12-30T05:30:06.158Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
655 | 2023-12-30T05:30:06.158Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
656 | 2023-12-30T05:30:06.158Z | + do_untar out/downloads/mgd.tar.gz |
657 | 2023-12-30T05:30:06.158Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
658 | 2023-12-30T05:30:06.818Z | + do_assemble |
659 | 2023-12-30T05:30:06.818Z | + rm -r ./out/mgd |
660 | 2023-12-30T05:30:06.821Z | + mkdir ./out/mgd |
661 | 2023-12-30T05:30:06.826Z | + cp -r out/downloads/root ./out/mgd/root |
662 | 2023-12-30T05:30:07.074Z | + set -o errexit |
663 | 2023-12-30T05:30:07.079Z | +++ dirname ./tools/ci_download_transceiver_control |
664 | 2023-12-30T05:30:07.079Z | ++ cd ./tools |
665 | 2023-12-30T05:30:07.079Z | ++ pwd |
666 | 2023-12-30T05:30:07.079Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
667 | 2023-12-30T05:30:07.079Z | ++ basename ./tools/ci_download_transceiver_control |
668 | 2023-12-30T05:30:07.079Z | + ARG0=ci_download_transceiver_control |
669 | 2023-12-30T05:30:07.079Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
670 | 2023-12-30T05:30:07.079Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
671 | 2023-12-30T05:30:07.079Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2023-12-30T05:30:07.079Z | + TARGET_DIR=out |
673 | 2023-12-30T05:30:07.079Z | + DOWNLOAD_DIR=out/downloads |
674 | 2023-12-30T05:30:07.080Z | + DEST_DIR=./out/transceiver-control |
675 | 2023-12-30T05:30:07.080Z | + BIN_DIR=/opt/oxide/bin |
676 | 2023-12-30T05:30:07.080Z | + BINARY=xcvradm |
677 | 2023-12-30T05:30:07.080Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
678 | 2023-12-30T05:30:07.080Z | + REPO=oxidecomputer/transceiver-control |
679 | 2023-12-30T05:30:07.080Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
680 | 2023-12-30T05:30:07.080Z | + main |
681 | 2023-12-30T05:30:07.080Z | + [[ 0 != 0 ]] |
682 | 2023-12-30T05:30:07.081Z | + CIDL_OS=solaris2.11 |
683 | 2023-12-30T05:30:07.081Z | + [[ 0 != 0 ]] |
684 | 2023-12-30T05:30:07.081Z | + configure_os solaris2.11 |
685 | 2023-12-30T05:30:07.081Z | + echo 'current directory: /work/oxidecomputer/omicron' |
686 | 2023-12-30T05:30:07.081Z | current directory: /work/oxidecomputer/omicron |
687 | 2023-12-30T05:30:07.081Z | + echo 'configuring based on OS: "solaris2.11"' |
688 | 2023-12-30T05:30:07.081Z | configuring based on OS: "solaris2.11" |
689 | 2023-12-30T05:30:07.081Z | + case "$1" in |
690 | 2023-12-30T05:30:07.081Z | + SET_BINARIES= |
691 | 2023-12-30T05:30:07.081Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2023-12-30T05:30:07.081Z | + CIDL_SHA256FUNC=do_sha256sum |
693 | 2023-12-30T05:30:07.081Z | + ARCHIVE_FILENAME=xcvradm.gz |
694 | 2023-12-30T05:30:07.081Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
695 | 2023-12-30T05:30:07.081Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
696 | 2023-12-30T05:30:07.081Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
697 | 2023-12-30T05:30:07.081Z | + echo 'Local file: out/downloads/xcvradm.gz' |
698 | 2023-12-30T05:30:07.081Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
699 | 2023-12-30T05:30:07.081Z | Local file: out/downloads/xcvradm.gz |
700 | 2023-12-30T05:30:07.081Z | + mkdir -p out/downloads |
701 | 2023-12-30T05:30:07.081Z | + mkdir -p ./out/transceiver-control |
702 | 2023-12-30T05:30:07.081Z | + fetch_and_verify |
703 | 2023-12-30T05:30:07.081Z | + local DO_DOWNLOAD=true |
704 | 2023-12-30T05:30:07.081Z | + [[ -f out/downloads/xcvradm.gz ]] |
705 | 2023-12-30T05:30:07.082Z | + '[' true == true ']' |
706 | 2023-12-30T05:30:07.082Z | + echo Downloading... |
707 | 2023-12-30T05:30:07.082Z | Downloading... |
708 | 2023-12-30T05:30:07.082Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
709 | 2023-12-30T05:30:07.082Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
710 | 2023-12-30T05:30:08.608Z | ++ do_sha256sum out/downloads/xcvradm.gz |
711 | 2023-12-30T05:30:08.616Z | ++ sha256sum |
712 | 2023-12-30T05:30:08.616Z | ++ awk '{print $1}' |
713 | 2023-12-30T05:30:08.658Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
714 | 2023-12-30T05:30:08.658Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
715 | 2023-12-30T05:30:08.658Z | + do_unpack out/downloads/xcvradm.gz |
716 | 2023-12-30T05:30:08.659Z | + mkdir -p out/downloads/root//opt/oxide/bin |
717 | 2023-12-30T05:30:08.668Z | + gzip -dc out/downloads/xcvradm.gz |
718 | 2023-12-30T05:30:08.858Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
719 | 2023-12-30T05:30:08.866Z | + do_assemble |
720 | 2023-12-30T05:30:08.866Z | + rm -r ./out/transceiver-control |
721 | 2023-12-30T05:30:08.866Z | + mkdir ./out/transceiver-control |
722 | 2023-12-30T05:30:08.866Z | + cp -r out/downloads/root ./out/transceiver-control/root |
723 | 2023-12-30T05:30:09.094Z | All builder prerequisites installed successfully, and PATH looks valid |
724 | 2023-12-30T05:30:09.098Z | |
725 | 2023-12-30T05:30:09.098Z | real 2:09.447800338 |
726 | 2023-12-30T05:30:09.098Z | user 57.053444757 |
727 | 2023-12-30T05:30:09.098Z | sys 10.519027890 |
728 | 2023-12-30T05:30:09.098Z | trap 0.025096946 |
729 | 2023-12-30T05:30:09.098Z | tflt 0.298111129 |
730 | 2023-12-30T05:30:09.098Z | dflt 0.988356439 |
731 | 2023-12-30T05:30:09.098Z | kflt 0.254266202 |
732 | 2023-12-30T05:30:09.098Z | lock 1.591916469 |
733 | 2023-12-30T05:30:09.098Z | slp 3:57.393427646 |
734 | 2023-12-30T05:30:09.099Z | lat 3.463175990 |
735 | 2023-12-30T05:30:09.099Z | stop 0.066528960 |
736 | 2023-12-30T05:30:09.104Z | |
737 | 2023-12-30T05:30:09.104Z | ##### # # # # ##### |
738 | 2023-12-30T05:30:09.104Z | # # # # # # # # |
739 | 2023-12-30T05:30:09.104Z | ##### # # # # # # |
740 | 2023-12-30T05:30:09.104Z | # # # # # # # # |
741 | 2023-12-30T05:30:09.104Z | # # # # # # # # |
742 | 2023-12-30T05:30:09.105Z | ##### #### # ###### ##### |
743 | 2023-12-30T05:30:09.105Z | |
744 | 2023-12-30T05:30:09.447Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
745 | 2023-12-30T05:30:09.795Z | Updating crates.io index |
746 | 2023-12-30T05:30:09.799Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
747 | 2023-12-30T05:30:10.752Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
748 | 2023-12-30T05:30:12.724Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
749 | 2023-12-30T05:30:13.342Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
750 | 2023-12-30T05:30:13.667Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
751 | 2023-12-30T05:30:13.950Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
752 | 2023-12-30T05:30:14.211Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
753 | 2023-12-30T05:30:15.067Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
754 | 2023-12-30T05:30:17.338Z | Updating git repository `https://github.com/oxidecomputer/opte` |
755 | 2023-12-30T05:30:18.302Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
756 | 2023-12-30T05:30:18.604Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
757 | 2023-12-30T05:30:19.201Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
758 | 2023-12-30T05:30:19.541Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
759 | 2023-12-30T05:30:19.893Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
760 | 2023-12-30T05:30:21.801Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
761 | 2023-12-30T05:30:22.185Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
762 | 2023-12-30T05:30:22.522Z | Updating git repository `https://github.com/njaremko/samael` |
763 | 2023-12-30T05:30:23.131Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
764 | 2023-12-30T05:30:23.672Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
765 | 2023-12-30T05:30:24.099Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
766 | 2023-12-30T05:30:24.450Z | Updating git repository `https://github.com/jgallagher/nix` |
767 | 2023-12-30T05:30:25.737Z | Updating git repository `https://github.com/cbiffle/hubpack` |
768 | 2023-12-30T05:30:26.145Z | Updating git repository `https://github.com/oxidecomputer/typify` |
769 | 2023-12-30T05:30:28.004Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
770 | 2023-12-30T05:30:28.376Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
771 | 2023-12-30T05:30:28.668Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
772 | 2023-12-30T05:30:30.228Z | Downloading crates ... |
773 | 2023-12-30T05:30:30.527Z | Downloaded is_ci v1.1.1 |
774 | 2023-12-30T05:30:30.531Z | Downloaded convert_case v0.4.0 |
775 | 2023-12-30T05:30:30.535Z | Downloaded anes v0.1.6 |
776 | 2023-12-30T05:30:30.542Z | Downloaded indoc v1.0.9 |
777 | 2023-12-30T05:30:30.548Z | Downloaded itertools v0.11.0 |
778 | 2023-12-30T05:30:30.561Z | Downloaded matches v0.1.10 |
779 | 2023-12-30T05:30:30.567Z | Downloaded iana-time-zone v0.1.57 |
780 | 2023-12-30T05:30:30.571Z | Downloaded mime v0.3.17 |
781 | 2023-12-30T05:30:30.586Z | Downloaded match_cfg v0.1.0 |
782 | 2023-12-30T05:30:30.589Z | Downloaded native-tls v0.2.11 |
783 | 2023-12-30T05:30:30.597Z | Downloaded mockall v0.12.0 |
784 | 2023-12-30T05:30:30.600Z | Downloaded semver v1.0.20 |
785 | 2023-12-30T05:30:30.603Z | Downloaded nu-ansi-term v0.49.0 |
786 | 2023-12-30T05:30:30.610Z | Downloaded crc-any v2.4.3 |
787 | 2023-12-30T05:30:30.616Z | Downloaded minimal-lexical v0.2.1 |
788 | 2023-12-30T05:30:30.627Z | Downloaded heapless v0.7.16 |
789 | 2023-12-30T05:30:30.639Z | Downloaded assert_matches v1.5.0 |
790 | 2023-12-30T05:30:30.645Z | Downloaded ansi_term v0.12.1 |
791 | 2023-12-30T05:30:30.650Z | Downloaded atomicwrites v0.4.2 |
792 | 2023-12-30T05:30:30.655Z | Downloaded ascii-canvas v3.0.0 |
793 | 2023-12-30T05:30:30.659Z | Downloaded hyper-tls v0.5.0 |
794 | 2023-12-30T05:30:30.666Z | Downloaded hubpack v0.1.2 |
795 | 2023-12-30T05:30:30.668Z | Downloaded blake2 v0.10.6 |
796 | 2023-12-30T05:30:30.676Z | Downloaded backoff v0.4.0 |
797 | 2023-12-30T05:30:30.682Z | Downloaded headers-core v0.2.0 |
798 | 2023-12-30T05:30:30.688Z | Downloaded async-recursion v1.0.5 |
799 | 2023-12-30T05:30:30.692Z | Downloaded indexmap v1.9.3 |
800 | 2023-12-30T05:30:30.701Z | Downloaded itoa v1.0.9 |
801 | 2023-12-30T05:30:30.707Z | Downloaded usdt-macro v0.3.5 |
802 | 2023-12-30T05:30:30.713Z | Downloaded termios v0.3.3 |
803 | 2023-12-30T05:30:30.724Z | Downloaded constant_time_eq v0.2.6 |
804 | 2023-12-30T05:30:30.728Z | Downloaded thread-id v4.2.0 |
805 | 2023-12-30T05:30:30.733Z | Downloaded diesel_table_macro_syntax v0.1.0 |
806 | 2023-12-30T05:30:30.737Z | Downloaded cassowary v0.3.0 |
807 | 2023-12-30T05:30:30.744Z | Downloaded strum v0.25.0 |
808 | 2023-12-30T05:30:30.748Z | Downloaded camino-tempfile v1.1.1 |
809 | 2023-12-30T05:30:30.754Z | Downloaded downcast v0.11.0 |
810 | 2023-12-30T05:30:30.757Z | Downloaded cargo_metadata v0.18.1 |
811 | 2023-12-30T05:30:30.761Z | Downloaded thiserror-impl v1.0.49 |
812 | 2023-12-30T05:30:30.765Z | Downloaded arrayvec v0.5.2 |
813 | 2023-12-30T05:30:30.770Z | Downloaded static_assertions v1.1.0 |
814 | 2023-12-30T05:30:30.774Z | Downloaded guppy-workspace-hack v0.1.0 |
815 | 2023-12-30T05:30:30.778Z | Downloaded slog-async v2.8.0 |
816 | 2023-12-30T05:30:30.783Z | Downloaded httpdate v1.0.3 |
817 | 2023-12-30T05:30:30.783Z | Downloaded utf-8 v0.7.6 |
818 | 2023-12-30T05:30:30.789Z | Downloaded chacha20 v0.9.1 |
819 | 2023-12-30T05:30:30.793Z | Downloaded textwrap v0.11.0 |
820 | 2023-12-30T05:30:30.796Z | Downloaded ciborium v0.2.1 |
821 | 2023-12-30T05:30:30.801Z | Downloaded strsim v0.8.0 |
822 | 2023-12-30T05:30:30.805Z | Downloaded socket2 v0.5.5 |
823 | 2023-12-30T05:30:30.813Z | Downloaded cookie v0.18.0 |
824 | 2023-12-30T05:30:30.820Z | Downloaded pkcs1 v0.7.5 |
825 | 2023-12-30T05:30:30.825Z | Downloaded ed25519 v1.5.3 |
826 | 2023-12-30T05:30:30.829Z | Downloaded equivalent v1.0.1 |
827 | 2023-12-30T05:30:30.833Z | Downloaded termtree v0.4.1 |
828 | 2023-12-30T05:30:30.838Z | Downloaded nodrop v0.1.14 |
829 | 2023-12-30T05:30:30.838Z | Downloaded hyper-rustls v0.24.2 |
830 | 2023-12-30T05:30:30.842Z | Downloaded num-integer v0.1.45 |
831 | 2023-12-30T05:30:30.845Z | Downloaded basic-toml v0.1.4 |
832 | 2023-12-30T05:30:30.868Z | Downloaded pin-project-lite v0.2.13 |
833 | 2023-12-30T05:30:30.882Z | Downloaded cstr-argument v0.1.2 |
834 | 2023-12-30T05:30:30.884Z | Downloaded crc32fast v1.3.2 |
835 | 2023-12-30T05:30:30.888Z | Downloaded bytecount v0.6.3 |
836 | 2023-12-30T05:30:30.894Z | Downloaded usdt-impl v0.3.5 |
837 | 2023-12-30T05:30:30.897Z | Downloaded tiny-keccak v2.0.2 |
838 | 2023-12-30T05:30:30.901Z | Downloaded deranged v0.3.8 |
839 | 2023-12-30T05:30:30.906Z | Downloaded version_check v0.9.4 |
840 | 2023-12-30T05:30:30.910Z | Downloaded slab v0.4.9 |
841 | 2023-12-30T05:30:30.914Z | Downloaded wait-timeout v0.2.0 |
842 | 2023-12-30T05:30:30.917Z | Downloaded thiserror-impl-no-std v2.0.2 |
843 | 2023-12-30T05:30:30.917Z | Downloaded phf v0.11.2 |
844 | 2023-12-30T05:30:30.920Z | Downloaded prettyplease v0.2.15 |
845 | 2023-12-30T05:30:30.926Z | Downloaded num_threads v0.1.6 |
846 | 2023-12-30T05:30:30.930Z | Downloaded clap v4.4.3 |
847 | 2023-12-30T05:30:30.946Z | Downloaded phf_shared v0.10.0 |
848 | 2023-12-30T05:30:30.949Z | Downloaded precomputed-hash v0.1.1 |
849 | 2023-12-30T05:30:30.949Z | Downloaded opaque-debug v0.3.0 |
850 | 2023-12-30T05:30:30.952Z | Downloaded predicates-tree v1.0.9 |
851 | 2023-12-30T05:30:30.955Z | Downloaded fixedbitset v0.4.2 |
852 | 2023-12-30T05:30:30.958Z | Downloaded term v0.7.0 |
853 | 2023-12-30T05:30:30.962Z | Downloaded bytes v1.5.0 |
854 | 2023-12-30T05:30:31.000Z | Downloaded semver v0.1.20 |
855 | 2023-12-30T05:30:31.003Z | Downloaded schemars_derive v0.8.16 |
856 | 2023-12-30T05:30:31.003Z | Downloaded scheduled-thread-pool v0.2.7 |
857 | 2023-12-30T05:30:31.003Z | Downloaded unicode-xid v0.2.4 |
858 | 2023-12-30T05:30:31.003Z | Downloaded derive_builder_core v0.12.0 |
859 | 2023-12-30T05:30:31.003Z | Downloaded slog-json v2.6.1 |
860 | 2023-12-30T05:30:31.003Z | Downloaded foreign-types v0.5.0 |
861 | 2023-12-30T05:30:31.003Z | Downloaded signature v2.1.0 |
862 | 2023-12-30T05:30:31.003Z | Downloaded oorandom v11.1.3 |
863 | 2023-12-30T05:30:31.003Z | Downloaded which v4.4.0 |
864 | 2023-12-30T05:30:31.003Z | Downloaded fxhash v0.2.1 |
865 | 2023-12-30T05:30:31.003Z | Downloaded tower-service v0.3.2 |
866 | 2023-12-30T05:30:31.003Z | Downloaded futures-executor v0.3.29 |
867 | 2023-12-30T05:30:31.011Z | Downloaded peeking_take_while v0.1.2 |
868 | 2023-12-30T05:30:31.015Z | Downloaded darling_macro v0.20.3 |
869 | 2023-12-30T05:30:31.015Z | Downloaded futures-core v0.3.29 |
870 | 2023-12-30T05:30:31.015Z | Downloaded tinyvec_macros v0.1.1 |
871 | 2023-12-30T05:30:31.015Z | Downloaded time-core v0.1.1 |
872 | 2023-12-30T05:30:31.018Z | Downloaded lru-cache v0.1.2 |
873 | 2023-12-30T05:30:31.018Z | Downloaded yasna v0.5.2 |
874 | 2023-12-30T05:30:31.021Z | Downloaded derive-where v1.2.6 |
875 | 2023-12-30T05:30:31.031Z | Downloaded futures-task v0.3.29 |
876 | 2023-12-30T05:30:31.034Z | Downloaded strum_macros v0.25.2 |
877 | 2023-12-30T05:30:31.040Z | Downloaded defmt-parser v0.3.3 |
878 | 2023-12-30T05:30:31.040Z | Downloaded zerocopy v0.3.0 |
879 | 2023-12-30T05:30:31.047Z | Downloaded semver v0.11.0 |
880 | 2023-12-30T05:30:31.047Z | Downloaded structmeta v0.2.0 |
881 | 2023-12-30T05:30:31.055Z | Downloaded usdt-attr-macro v0.3.5 |
882 | 2023-12-30T05:30:31.055Z | Downloaded dirs-next v2.0.0 |
883 | 2023-12-30T05:30:31.055Z | Downloaded crossbeam-channel v0.5.8 |
884 | 2023-12-30T05:30:31.062Z | Downloaded float-cmp v0.9.0 |
885 | 2023-12-30T05:30:31.069Z | Downloaded hash32 v0.2.1 |
886 | 2023-12-30T05:30:31.069Z | Downloaded diff v0.1.13 |
887 | 2023-12-30T05:30:31.077Z | Downloaded proc-macro-error-attr v1.0.4 |
888 | 2023-12-30T05:30:31.077Z | Downloaded globset v0.4.13 |
889 | 2023-12-30T05:30:31.083Z | Downloaded tokio-native-tls v0.3.1 |
890 | 2023-12-30T05:30:31.083Z | Downloaded unicode-ident v1.0.12 |
891 | 2023-12-30T05:30:31.092Z | Downloaded crossbeam-epoch v0.9.15 |
892 | 2023-12-30T05:30:31.097Z | Downloaded walkdir v2.4.0 |
893 | 2023-12-30T05:30:31.097Z | Downloaded signal-hook-tokio v0.3.1 |
894 | 2023-12-30T05:30:31.097Z | Downloaded pathdiff v0.2.1 |
895 | 2023-12-30T05:30:31.104Z | Downloaded postgres-types v0.2.6 |
896 | 2023-12-30T05:30:31.108Z | Downloaded pin-project-internal v1.1.3 |
897 | 2023-12-30T05:30:31.108Z | Downloaded utf8parse v0.2.1 |
898 | 2023-12-30T05:30:31.108Z | Downloaded group v0.13.0 |
899 | 2023-12-30T05:30:31.113Z | Downloaded rsa v0.9.2 |
900 | 2023-12-30T05:30:31.122Z | Downloaded foreign-types-macros v0.2.3 |
901 | 2023-12-30T05:30:31.126Z | Downloaded nested v0.1.1 |
902 | 2023-12-30T05:30:31.126Z | Downloaded pretty-hex v0.2.1 |
903 | 2023-12-30T05:30:31.129Z | Downloaded try-lock v0.2.4 |
904 | 2023-12-30T05:30:31.129Z | Downloaded plotters-svg v0.3.5 |
905 | 2023-12-30T05:30:31.133Z | Downloaded untrusted v0.7.1 |
906 | 2023-12-30T05:30:31.133Z | Downloaded openssl-probe v0.1.5 |
907 | 2023-12-30T05:30:31.137Z | Downloaded stringprep v0.1.3 |
908 | 2023-12-30T05:30:31.151Z | Downloaded toml v0.8.8 |
909 | 2023-12-30T05:30:31.151Z | Downloaded derive_builder_macro v0.12.0 |
910 | 2023-12-30T05:30:31.151Z | Downloaded tokio-postgres v0.7.10 |
911 | 2023-12-30T05:30:31.156Z | Downloaded once_cell v1.19.0 |
912 | 2023-12-30T05:30:31.160Z | Downloaded curve25519-dalek-derive v0.1.0 |
913 | 2023-12-30T05:30:31.166Z | Downloaded parking_lot v0.11.2 |
914 | 2023-12-30T05:30:31.170Z | Downloaded packed_struct v0.10.1 |
915 | 2023-12-30T05:30:31.173Z | Downloaded foreign-types v0.3.2 |
916 | 2023-12-30T05:30:31.173Z | Downloaded yansi v0.5.1 |
917 | 2023-12-30T05:30:31.177Z | Downloaded data-encoding v2.4.0 |
918 | 2023-12-30T05:30:31.180Z | Downloaded pest_meta v2.7.2 |
919 | 2023-12-30T05:30:31.186Z | Downloaded pretty-hex v0.4.0 |
920 | 2023-12-30T05:30:31.186Z | Downloaded pkg-config v0.3.27 |
921 | 2023-12-30T05:30:31.189Z | Downloaded radium v0.7.0 |
922 | 2023-12-30T05:30:31.189Z | Downloaded thread_local v1.1.7 |
923 | 2023-12-30T05:30:31.193Z | Downloaded untrusted v0.9.0 |
924 | 2023-12-30T05:30:31.196Z | Downloaded digest v0.10.7 |
925 | 2023-12-30T05:30:31.199Z | Downloaded hashbrown v0.14.2 |
926 | 2023-12-30T05:30:31.210Z | Downloaded resolv-conf v0.7.0 |
927 | 2023-12-30T05:30:31.215Z | Downloaded openssl-macros v0.1.1 |
928 | 2023-12-30T05:30:31.215Z | Downloaded criterion v0.5.1 |
929 | 2023-12-30T05:30:31.225Z | Downloaded parse-display v0.8.2 |
930 | 2023-12-30T05:30:31.227Z | Downloaded pest_derive v2.7.2 |
931 | 2023-12-30T05:30:31.231Z | Downloaded serde_derive_internals v0.26.0 |
932 | 2023-12-30T05:30:31.234Z | Downloaded vec_map v0.8.2 |
933 | 2023-12-30T05:30:31.238Z | Downloaded itertools v0.12.0 |
934 | 2023-12-30T05:30:31.252Z | Downloaded sqlparser_derive v0.1.1 |
935 | 2023-12-30T05:30:31.255Z | Downloaded password-hash v0.5.0 |
936 | 2023-12-30T05:30:31.255Z | Downloaded parse-display-derive v0.8.2 |
937 | 2023-12-30T05:30:31.256Z | Downloaded quote v1.0.33 |
938 | 2023-12-30T05:30:31.261Z | Downloaded serde-big-array v0.4.1 |
939 | 2023-12-30T05:30:31.265Z | Downloaded r2d2 v0.8.10 |
940 | 2023-12-30T05:30:31.265Z | Downloaded darling_core v0.14.4 |
941 | 2023-12-30T05:30:31.273Z | Downloaded percent-encoding v2.3.1 |
942 | 2023-12-30T05:30:31.277Z | Downloaded usdt v0.3.5 |
943 | 2023-12-30T05:30:31.277Z | Downloaded papergrid v0.10.0 |
944 | 2023-12-30T05:30:31.285Z | Downloaded pest_generator v2.7.2 |
945 | 2023-12-30T05:30:31.293Z | Downloaded omicron-zone-package v0.9.1 |
946 | 2023-12-30T05:30:31.298Z | Downloaded paste v1.0.14 |
947 | 2023-12-30T05:30:31.298Z | Downloaded topological-sort v0.2.2 |
948 | 2023-12-30T05:30:31.301Z | Downloaded rustc_version v0.4.0 |
949 | 2023-12-30T05:30:31.301Z | Downloaded rayon-core v1.12.0 |
950 | 2023-12-30T05:30:31.306Z | Downloaded filetime v0.2.23 |
951 | 2023-12-30T05:30:31.310Z | Downloaded block-padding v0.3.3 |
952 | 2023-12-30T05:30:31.313Z | Downloaded darling v0.20.3 |
953 | 2023-12-30T05:30:31.317Z | Downloaded smf v0.2.2 |
954 | 2023-12-30T05:30:31.320Z | Downloaded whoami v1.4.1 |
955 | 2023-12-30T05:30:31.323Z | Downloaded subtle v2.5.0 |
956 | 2023-12-30T05:30:31.327Z | Downloaded getrandom v0.2.10 |
957 | 2023-12-30T05:30:31.330Z | Downloaded getopts v0.2.21 |
958 | 2023-12-30T05:30:31.332Z | Downloaded same-file v1.0.6 |
959 | 2023-12-30T05:30:31.335Z | Downloaded der v0.7.8 |
960 | 2023-12-30T05:30:31.345Z | Downloaded rand_core v0.6.4 |
961 | 2023-12-30T05:30:31.350Z | Downloaded rand_chacha v0.3.1 |
962 | 2023-12-30T05:30:31.350Z | Downloaded tracing v0.1.37 |
963 | 2023-12-30T05:30:31.354Z | Downloaded generic-array v0.14.7 |
964 | 2023-12-30T05:30:31.359Z | Downloaded futures-channel v0.3.29 |
965 | 2023-12-30T05:30:31.363Z | Downloaded env_logger v0.10.0 |
966 | 2023-12-30T05:30:31.366Z | Downloaded tungstenite v0.20.1 |
967 | 2023-12-30T05:30:31.373Z | Downloaded derive_builder v0.12.0 |
968 | 2023-12-30T05:30:31.380Z | Downloaded darling v0.14.4 |
969 | 2023-12-30T05:30:31.387Z | Downloaded typenum v1.16.0 |
970 | 2023-12-30T05:30:31.390Z | Downloaded toml v0.7.8 |
971 | 2023-12-30T05:30:31.397Z | Downloaded proc-macro2 v1.0.69 |
972 | 2023-12-30T05:30:31.400Z | Downloaded ryu v1.0.15 |
973 | 2023-12-30T05:30:31.407Z | Downloaded structopt v0.3.26 |
974 | 2023-12-30T05:30:31.420Z | Downloaded ucd-trie v0.1.6 |
975 | 2023-12-30T05:30:31.427Z | Downloaded tinyvec v1.6.0 |
976 | 2023-12-30T05:30:31.430Z | Downloaded pin-project v1.1.3 |
977 | 2023-12-30T05:30:31.448Z | Downloaded rstest_macros v0.18.2 |
978 | 2023-12-30T05:30:31.454Z | Downloaded pretty_assertions v1.4.0 |
979 | 2023-12-30T05:30:31.459Z | Downloaded trust-dns-server v0.22.1 |
980 | 2023-12-30T05:30:31.466Z | Downloaded serde_yaml v0.9.25 |
981 | 2023-12-30T05:30:31.474Z | Downloaded unsafe-libyaml v0.2.9 |
982 | 2023-12-30T05:30:31.483Z | Downloaded reqwest v0.11.22 |
983 | 2023-12-30T05:30:31.493Z | Downloaded steno v0.4.0 |
984 | 2023-12-30T05:30:31.498Z | Downloaded typed-path v0.7.0 |
985 | 2023-12-30T05:30:31.511Z | Downloaded serde v1.0.193 |
986 | 2023-12-30T05:30:31.517Z | Downloaded bindgen v0.65.1 |
987 | 2023-12-30T05:30:31.532Z | Downloaded regex-syntax v0.7.5 |
988 | 2023-12-30T05:30:31.547Z | Downloaded serde_with v3.4.0 |
989 | 2023-12-30T05:30:31.556Z | Downloaded zerocopy v0.7.31 |
990 | 2023-12-30T05:30:31.585Z | Downloaded sqlparser v0.36.1 |
991 | 2023-12-30T05:30:31.596Z | Downloaded winnow v0.5.15 |
992 | 2023-12-30T05:30:31.608Z | Downloaded rustls-webpki v0.101.7 |
993 | 2023-12-30T05:30:31.635Z | Downloaded tough v0.16.0 |
994 | 2023-12-30T05:30:31.648Z | Downloaded pest v2.7.2 |
995 | 2023-12-30T05:30:31.661Z | Downloaded petgraph v0.6.4 |
996 | 2023-12-30T05:30:31.680Z | Downloaded proptest v1.4.0 |
997 | 2023-12-30T05:30:31.697Z | Downloaded syn v2.0.32 |
998 | 2023-12-30T05:30:31.719Z | Downloaded openssl v0.10.60 |
999 | 2023-12-30T05:30:31.735Z | Downloaded polar-core v0.27.0 |
1000 | 2023-12-30T05:30:31.749Z | Downloaded gimli v0.28.0 |
1001 | 2023-12-30T05:30:31.764Z | Downloaded smoltcp v0.10.0 |
1002 | 2023-12-30T05:30:31.801Z | Downloaded vcpkg v0.2.15 |
1003 | 2023-12-30T05:30:31.870Z | Downloaded smoltcp v0.9.1 |
1004 | 2023-12-30T05:30:31.894Z | Downloaded regress v0.7.1 |
1005 | 2023-12-30T05:30:31.904Z | Downloaded radix_trie v0.2.1 |
1006 | 2023-12-30T05:30:31.913Z | Downloaded regex-syntax v0.6.29 |
1007 | 2023-12-30T05:30:31.928Z | Downloaded libc v0.2.151 |
1008 | 2023-12-30T05:30:31.980Z | Downloaded regex-syntax v0.8.2 |
1009 | 2023-12-30T05:30:31.997Z | Downloaded sha3 v0.10.8 |
1010 | 2023-12-30T05:30:32.038Z | Downloaded zerocopy-derive v0.2.0 |
1011 | 2023-12-30T05:30:32.043Z | Downloaded encoding_rs v0.8.33 |
1012 | 2023-12-30T05:30:32.071Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1013 | 2023-12-30T05:30:32.095Z | Downloaded ratatui v0.23.0 |
1014 | 2023-12-30T05:30:32.115Z | Downloaded regex-automata v0.4.3 |
1015 | 2023-12-30T05:30:32.148Z | Downloaded tokio v1.35.0 |
1016 | 2023-12-30T05:30:32.214Z | Downloaded regex-automata v0.3.8 |
1017 | 2023-12-30T05:30:32.249Z | Downloaded trust-dns-proto v0.22.0 |
1018 | 2023-12-30T05:30:32.281Z | Downloaded zerocopy-derive v0.7.31 |
1019 | 2023-12-30T05:30:32.289Z | Downloaded zerocopy-derive v0.6.4 |
1020 | 2023-12-30T05:30:32.310Z | Downloaded sled v0.34.7 |
1021 | 2023-12-30T05:30:32.330Z | Downloaded rustix v0.38.25 |
1022 | 2023-12-30T05:30:32.373Z | Downloaded regex v1.10.2 |
1023 | 2023-12-30T05:30:32.392Z | Downloaded curve25519-dalek v4.1.1 |
1024 | 2023-12-30T05:30:32.410Z | Downloaded openapiv3 v2.0.0 |
1025 | 2023-12-30T05:30:32.432Z | Downloaded rustix v0.37.23 |
1026 | 2023-12-30T05:30:32.469Z | Downloaded diesel v2.1.4 |
1027 | 2023-12-30T05:30:32.500Z | Downloaded bstr v1.6.0 |
1028 | 2023-12-30T05:30:32.522Z | Downloaded rustls v0.21.9 |
1029 | 2023-12-30T05:30:32.542Z | Downloaded object v0.30.4 |
1030 | 2023-12-30T05:30:32.559Z | Downloaded bstr v0.2.17 |
1031 | 2023-12-30T05:30:32.576Z | Downloaded serde_json v1.0.108 |
1032 | 2023-12-30T05:30:32.590Z | Downloaded webpki-roots v0.25.2 |
1033 | 2023-12-30T05:30:32.597Z | Downloaded futures-util v0.3.29 |
1034 | 2023-12-30T05:30:32.618Z | Downloaded rayon v1.8.0 |
1035 | 2023-12-30T05:30:32.634Z | Downloaded object v0.32.1 |
1036 | 2023-12-30T05:30:32.654Z | Downloaded idna v0.2.3 |
1037 | 2023-12-30T05:30:32.665Z | Downloaded quick-xml v0.23.1 |
1038 | 2023-12-30T05:30:32.678Z | Downloaded idna v0.5.0 |
1039 | 2023-12-30T05:30:32.691Z | Downloaded chrono v0.4.31 |
1040 | 2023-12-30T05:30:32.704Z | Downloaded crossterm v0.27.0 |
1041 | 2023-12-30T05:30:32.715Z | Downloaded bitvec v1.0.1 |
1042 | 2023-12-30T05:30:32.742Z | Downloaded hyper v0.14.27 |
1043 | 2023-12-30T05:30:32.759Z | Downloaded unicode-normalization v0.1.22 |
1044 | 2023-12-30T05:30:32.763Z | Downloaded portable-atomic v1.4.3 |
1045 | 2023-12-30T05:30:32.773Z | Downloaded plotters v0.3.5 |
1046 | 2023-12-30T05:30:32.788Z | Downloaded x509-cert v0.2.4 |
1047 | 2023-12-30T05:30:32.799Z | Downloaded time v0.3.27 |
1048 | 2023-12-30T05:30:32.821Z | Downloaded ring v0.17.7 |
1049 | 2023-12-30T05:30:32.949Z | Downloaded indicatif v0.17.7 |
1050 | 2023-12-30T05:30:32.956Z | Downloaded h2 v0.3.21 |
1051 | 2023-12-30T05:30:32.969Z | Downloaded tabled v0.14.0 |
1052 | 2023-12-30T05:30:32.994Z | Downloaded num-bigint-dig v0.8.4 |
1053 | 2023-12-30T05:30:33.003Z | Downloaded trust-dns-resolver v0.22.0 |
1054 | 2023-12-30T05:30:33.010Z | Downloaded ring v0.16.20 |
1055 | 2023-12-30T05:30:33.170Z | Downloaded nix v0.26.4 |
1056 | 2023-12-30T05:30:33.189Z | Downloaded oso v0.27.0 |
1057 | 2023-12-30T05:30:33.195Z | Downloaded unicode_categories v0.1.1 |
1058 | 2023-12-30T05:30:33.198Z | Downloaded crossbeam-queue v0.3.8 |
1059 | 2023-12-30T05:30:33.207Z | Downloaded expectorate v1.1.0 |
1060 | 2023-12-30T05:30:33.211Z | Downloaded flume v0.11.0 |
1061 | 2023-12-30T05:30:33.217Z | Downloaded guppy v0.17.4 |
1062 | 2023-12-30T05:30:33.222Z | Downloaded clap_builder v4.4.2 |
1063 | 2023-12-30T05:30:33.233Z | Downloaded partial-io v0.5.4 |
1064 | 2023-12-30T05:30:33.236Z | Downloaded packed_struct_codegen v0.10.1 |
1065 | 2023-12-30T05:30:33.244Z | Downloaded trust-dns-client v0.22.0 |
1066 | 2023-12-30T05:30:33.248Z | Downloaded toml_edit v0.19.15 |
1067 | 2023-12-30T05:30:33.275Z | Downloaded elliptic-curve v0.13.8 |
1068 | 2023-12-30T05:30:33.284Z | Downloaded rusty-fork v0.3.0 |
1069 | 2023-12-30T05:30:33.300Z | Downloaded futures-io v0.3.29 |
1070 | 2023-12-30T05:30:33.300Z | Downloaded aho-corasick v1.0.4 |
1071 | 2023-12-30T05:30:33.304Z | Downloaded tokio-util v0.7.10 |
1072 | 2023-12-30T05:30:33.308Z | Downloaded unarray v0.1.4 |
1073 | 2023-12-30T05:30:33.319Z | Downloaded url v2.5.0 |
1074 | 2023-12-30T05:30:33.320Z | Downloaded serde_derive v1.0.193 |
1075 | 2023-12-30T05:30:33.320Z | Downloaded unicode-segmentation v1.10.1 |
1076 | 2023-12-30T05:30:33.328Z | Downloaded funty v2.0.0 |
1077 | 2023-12-30T05:30:33.332Z | Downloaded fs-err v2.11.0 |
1078 | 2023-12-30T05:30:33.333Z | Downloaded pem-rfc7468 v0.7.0 |
1079 | 2023-12-30T05:30:33.333Z | Downloaded rcgen v0.11.3 |
1080 | 2023-12-30T05:30:33.338Z | Downloaded postcard v1.0.8 |
1081 | 2023-12-30T05:30:33.343Z | Downloaded reedline v0.22.0 |
1082 | 2023-12-30T05:30:33.352Z | Downloaded crossterm v0.26.1 |
1083 | 2023-12-30T05:30:33.369Z | Downloaded diesel_derives v2.1.2 |
1084 | 2023-12-30T05:30:33.374Z | Downloaded structopt-derive v0.4.18 |
1085 | 2023-12-30T05:30:33.374Z | Downloaded proc-macro-error v1.0.4 |
1086 | 2023-12-30T05:30:33.378Z | Downloaded uuid v1.6.1 |
1087 | 2023-12-30T05:30:33.382Z | Downloaded tracing-core v0.1.31 |
1088 | 2023-12-30T05:30:33.387Z | Downloaded nom v7.1.3 |
1089 | 2023-12-30T05:30:33.397Z | Downloaded libxml v0.3.3 |
1090 | 2023-12-30T05:30:33.412Z | Downloaded toml_edit v0.21.0 |
1091 | 2023-12-30T05:30:33.444Z | Downloaded wyz v0.5.1 |
1092 | 2023-12-30T05:30:33.448Z | Downloaded string_cache v0.8.7 |
1093 | 2023-12-30T05:30:33.452Z | Downloaded fatfs v0.3.6 |
1094 | 2023-12-30T05:30:33.456Z | Downloaded foreign-types-shared v0.1.1 |
1095 | 2023-12-30T05:30:33.456Z | Downloaded toolchain_find v0.2.0 |
1096 | 2023-12-30T05:30:33.456Z | Downloaded universal-hash v0.5.1 |
1097 | 2023-12-30T05:30:33.460Z | Downloaded owo-colors v3.5.0 |
1098 | 2023-12-30T05:30:33.465Z | Downloaded futures-macro v0.3.29 |
1099 | 2023-12-30T05:30:33.465Z | Downloaded form_urlencoded v1.2.1 |
1100 | 2023-12-30T05:30:33.465Z | Downloaded rand_xorshift v0.3.0 |
1101 | 2023-12-30T05:30:33.471Z | Downloaded vsss-rs v3.3.2 |
1102 | 2023-12-30T05:30:33.480Z | Downloaded parking_lot v0.12.1 |
1103 | 2023-12-30T05:30:33.480Z | Downloaded tracing-attributes v0.1.26 |
1104 | 2023-12-30T05:30:33.484Z | Downloaded salty v0.2.0 |
1105 | 2023-12-30T05:30:33.493Z | Downloaded hkdf v0.12.3 |
1106 | 2023-12-30T05:30:33.518Z | Downloaded num-traits v0.2.16 |
1107 | 2023-12-30T05:30:33.518Z | Downloaded spin v0.5.2 |
1108 | 2023-12-30T05:30:33.518Z | Downloaded ref-cast v1.0.20 |
1109 | 2023-12-30T05:30:33.533Z | Downloaded clap v2.34.0 |
1110 | 2023-12-30T05:30:33.533Z | Downloaded flagset v0.4.3 |
1111 | 2023-12-30T05:30:33.533Z | Downloaded slog-term v2.9.0 |
1112 | 2023-12-30T05:30:33.533Z | Downloaded ref-cast-impl v1.0.20 |
1113 | 2023-12-30T05:30:33.533Z | Downloaded serde_tokenstream v0.2.0 |
1114 | 2023-12-30T05:30:33.540Z | Downloaded poly1305 v0.8.0 |
1115 | 2023-12-30T05:30:33.540Z | Downloaded fragile v2.0.0 |
1116 | 2023-12-30T05:30:33.540Z | Downloaded serde-hex v0.1.0 |
1117 | 2023-12-30T05:30:33.540Z | Downloaded smallvec v0.6.14 |
1118 | 2023-12-30T05:30:33.548Z | Downloaded serde_tokenstream v0.1.7 |
1119 | 2023-12-30T05:30:33.548Z | Downloaded serde_spanned v0.6.4 |
1120 | 2023-12-30T05:30:33.548Z | Downloaded difflib v0.4.0 |
1121 | 2023-12-30T05:30:33.553Z | Downloaded derive_more v0.99.17 |
1122 | 2023-12-30T05:30:33.559Z | Downloaded unicode-bidi v0.3.13 |
1123 | 2023-12-30T05:30:33.566Z | Downloaded debug-ignore v1.0.5 |
1124 | 2023-12-30T05:30:33.566Z | Downloaded sqlformat v0.2.3 |
1125 | 2023-12-30T05:30:33.566Z | Downloaded serde_urlencoded v0.7.1 |
1126 | 2023-12-30T05:30:33.566Z | Downloaded oso-derive v0.27.0 |
1127 | 2023-12-30T05:30:33.570Z | Downloaded path-slash v0.1.5 |
1128 | 2023-12-30T05:30:33.570Z | Downloaded foreign-types-shared v0.3.1 |
1129 | 2023-12-30T05:30:33.570Z | Downloaded der_derive v0.7.2 |
1130 | 2023-12-30T05:30:33.574Z | Downloaded toml v0.5.11 |
1131 | 2023-12-30T05:30:33.578Z | Downloaded trybuild v1.0.85 |
1132 | 2023-12-30T05:30:33.592Z | Downloaded http v0.2.11 |
1133 | 2023-12-30T05:30:33.597Z | Downloaded time-macros v0.2.13 |
1134 | 2023-12-30T05:30:33.597Z | Downloaded openssl-sys v0.9.96 |
1135 | 2023-12-30T05:30:33.608Z | Downloaded half v1.8.2 |
1136 | 2023-12-30T05:30:33.631Z | Downloaded memchr v2.6.3 |
1137 | 2023-12-30T05:30:33.644Z | Downloaded subprocess v0.2.9 |
1138 | 2023-12-30T05:30:33.645Z | Downloaded schemars v0.8.16 |
1139 | 2023-12-30T05:30:33.669Z | Downloaded ppv-lite86 v0.2.17 |
1140 | 2023-12-30T05:30:33.673Z | Downloaded tinytemplate v1.2.1 |
1141 | 2023-12-30T05:30:33.673Z | Downloaded num-complex v0.4.4 |
1142 | 2023-12-30T05:30:33.673Z | Downloaded datatest-stable v0.2.3 |
1143 | 2023-12-30T05:30:33.676Z | Downloaded rustls-native-certs v0.6.3 |
1144 | 2023-12-30T05:30:33.679Z | Downloaded tui-tree-widget v0.13.0 |
1145 | 2023-12-30T05:30:33.683Z | Downloaded proc-macro-crate v1.3.1 |
1146 | 2023-12-30T05:30:33.683Z | Downloaded semver-parser v0.10.2 |
1147 | 2023-12-30T05:30:33.686Z | Downloaded serde_path_to_error v0.1.14 |
1148 | 2023-12-30T05:30:33.689Z | Downloaded futures-timer v3.0.2 |
1149 | 2023-12-30T05:30:33.693Z | Downloaded snafu v0.7.5 |
1150 | 2023-12-30T05:30:33.703Z | Downloaded flate2 v1.0.28 |
1151 | 2023-12-30T05:30:33.712Z | Downloaded similar v2.3.0 |
1152 | 2023-12-30T05:30:33.721Z | Downloaded num-bigint v0.4.4 |
1153 | 2023-12-30T05:30:33.730Z | Downloaded supports-color v2.1.0 |
1154 | 2023-12-30T05:30:33.735Z | Downloaded plotters-backend v0.3.5 |
1155 | 2023-12-30T05:30:33.739Z | Downloaded ena v0.14.2 |
1156 | 2023-12-30T05:30:33.739Z | Downloaded itertools v0.10.5 |
1157 | 2023-12-30T05:30:33.750Z | Downloaded glob v0.3.1 |
1158 | 2023-12-30T05:30:33.753Z | Downloaded serde-big-array v0.5.1 |
1159 | 2023-12-30T05:30:33.756Z | Downloaded mio v0.8.9 |
1160 | 2023-12-30T05:30:33.764Z | Downloaded zerocopy v0.6.4 |
1161 | 2023-12-30T05:30:33.767Z | Downloaded rustc-demangle v0.1.23 |
1162 | 2023-12-30T05:30:33.771Z | Downloaded pkcs8 v0.10.2 |
1163 | 2023-12-30T05:30:33.775Z | Downloaded textwrap v0.16.0 |
1164 | 2023-12-30T05:30:33.778Z | Downloaded fallible-iterator v0.2.0 |
1165 | 2023-12-30T05:30:33.781Z | Downloaded slog-envlogger v2.2.0 |
1166 | 2023-12-30T05:30:33.785Z | Downloaded num_cpus v1.16.0 |
1167 | 2023-12-30T05:30:33.788Z | Downloaded lalrpop v0.19.12 |
1168 | 2023-12-30T05:30:33.806Z | Downloaded structmeta-derive v0.2.0 |
1169 | 2023-12-30T05:30:33.810Z | Downloaded platforms v3.0.2 |
1170 | 2023-12-30T05:30:33.813Z | Downloaded hashbrown v0.12.3 |
1171 | 2023-12-30T05:30:33.818Z | Downloaded libm v0.2.7 |
1172 | 2023-12-30T05:30:33.835Z | Downloaded zone v0.3.0 |
1173 | 2023-12-30T05:30:33.841Z | Downloaded toml_datetime v0.6.5 |
1174 | 2023-12-30T05:30:33.841Z | Downloaded num-iter v0.1.43 |
1175 | 2023-12-30T05:30:33.844Z | Downloaded slog-scope v4.4.0 |
1176 | 2023-12-30T05:30:33.844Z | Downloaded siphasher v0.3.11 |
1177 | 2023-12-30T05:30:33.844Z | Downloaded parking_lot_core v0.9.8 |
1178 | 2023-12-30T05:30:33.847Z | Downloaded miniz_oxide v0.7.1 |
1179 | 2023-12-30T05:30:33.851Z | Downloaded strip-ansi-escapes v0.1.1 |
1180 | 2023-12-30T05:30:33.854Z | Downloaded zip v0.6.6 |
1181 | 2023-12-30T05:30:33.861Z | Downloaded base64 v0.21.5 |
1182 | 2023-12-30T05:30:33.867Z | Downloaded sha2 v0.10.8 |
1183 | 2023-12-30T05:30:33.871Z | Downloaded hmac v0.12.1 |
1184 | 2023-12-30T05:30:33.874Z | Downloaded tar v0.4.40 |
1185 | 2023-12-30T05:30:33.881Z | Downloaded serde_with_macros v3.4.0 |
1186 | 2023-12-30T05:30:33.884Z | Downloaded rand v0.8.5 |
1187 | 2023-12-30T05:30:33.889Z | Downloaded rand v0.4.6 |
1188 | 2023-12-30T05:30:33.895Z | Downloaded crossbeam-utils v0.8.16 |
1189 | 2023-12-30T05:30:33.899Z | Downloaded chacha20poly1305 v0.10.1 |
1190 | 2023-12-30T05:30:33.903Z | Downloaded rstest v0.18.2 |
1191 | 2023-12-30T05:30:33.913Z | Downloaded postgres-protocol v0.6.6 |
1192 | 2023-12-30T05:30:33.916Z | Downloaded unicase v2.7.0 |
1193 | 2023-12-30T05:30:33.916Z | Downloaded ron v0.8.1 |
1194 | 2023-12-30T05:30:33.925Z | Downloaded rust-argon2 v1.0.1 |
1195 | 2023-12-30T05:30:33.928Z | Downloaded crypto-common v0.1.6 |
1196 | 2023-12-30T05:30:33.930Z | Downloaded crucible-workspace-hack v0.1.0 |
1197 | 2023-12-30T05:30:33.930Z | Downloaded shlex v1.1.0 |
1198 | 2023-12-30T05:30:33.933Z | Downloaded tokio-tungstenite v0.20.1 |
1199 | 2023-12-30T05:30:33.936Z | Downloaded tokio-stream v0.1.14 |
1200 | 2023-12-30T05:30:33.942Z | Downloaded tokio-rustls v0.24.1 |
1201 | 2023-12-30T05:30:33.945Z | Downloaded crypto-bigint v0.5.2 |
1202 | 2023-12-30T05:30:33.956Z | Downloaded dyn-clone v1.0.13 |
1203 | 2023-12-30T05:30:33.959Z | Downloaded terminal_size v0.2.6 |
1204 | 2023-12-30T05:30:33.962Z | Downloaded number_prefix v0.4.0 |
1205 | 2023-12-30T05:30:33.965Z | Downloaded unicode-width v0.1.11 |
1206 | 2023-12-30T05:30:33.968Z | Downloaded unicode-linebreak v0.1.5 |
1207 | 2023-12-30T05:30:33.968Z | Downloaded secrecy v0.8.0 |
1208 | 2023-12-30T05:30:33.971Z | Downloaded similar-asserts v1.5.0 |
1209 | 2023-12-30T05:30:33.976Z | Downloaded sha1 v0.10.6 |
1210 | 2023-12-30T05:30:33.979Z | Downloaded libloading v0.7.4 |
1211 | 2023-12-30T05:30:33.979Z | Downloaded predicates v3.0.4 |
1212 | 2023-12-30T05:30:33.984Z | Downloaded defmt-macros v0.3.6 |
1213 | 2023-12-30T05:30:33.989Z | Downloaded num-rational v0.4.1 |
1214 | 2023-12-30T05:30:33.992Z | Downloaded sec1 v0.7.3 |
1215 | 2023-12-30T05:30:33.995Z | Downloaded quick-error v1.2.3 |
1216 | 2023-12-30T05:30:33.998Z | Downloaded predicates-core v1.0.6 |
1217 | 2023-12-30T05:30:34.001Z | Downloaded xattr v1.0.1 |
1218 | 2023-12-30T05:30:34.004Z | Downloaded tokio-macros v2.2.0 |
1219 | 2023-12-30T05:30:34.004Z | Downloaded endian-type v0.1.2 |
1220 | 2023-12-30T05:30:34.007Z | Downloaded slog v2.7.0 |
1221 | 2023-12-30T05:30:34.010Z | Downloaded waitgroup v0.1.2 |
1222 | 2023-12-30T05:30:34.013Z | Downloaded thiserror-no-std v2.0.2 |
1223 | 2023-12-30T05:30:34.018Z | Downloaded tempdir v0.3.7 |
1224 | 2023-12-30T05:30:34.021Z | Downloaded sct v0.7.0 |
1225 | 2023-12-30T05:30:34.026Z | Downloaded tempfile v3.8.1 |
1226 | 2023-12-30T05:30:34.030Z | Downloaded cc v1.0.83 |
1227 | 2023-12-30T05:30:34.038Z | Downloaded bzip2 v0.4.4 |
1228 | 2023-12-30T05:30:34.041Z | Downloaded termcolor v1.2.0 |
1229 | 2023-12-30T05:30:34.041Z | Downloaded spin v0.9.8 |
1230 | 2023-12-30T05:30:34.044Z | Downloaded headers v0.3.9 |
1231 | 2023-12-30T05:30:34.054Z | Downloaded rustls-pemfile v1.0.3 |
1232 | 2023-12-30T05:30:34.057Z | Downloaded relative-path v1.9.0 |
1233 | 2023-12-30T05:30:34.061Z | Downloaded rustc-hash v1.1.0 |
1234 | 2023-12-30T05:30:34.064Z | Downloaded ipnet v2.8.0 |
1235 | 2023-12-30T05:30:34.098Z | Downloaded errno v0.3.2 |
1236 | 2023-12-30T05:30:34.104Z | Downloaded enum-as-inner v0.5.1 |
1237 | 2023-12-30T05:30:34.104Z | Downloaded num-derive v0.4.0 |
1238 | 2023-12-30T05:30:34.104Z | Downloaded multer v2.1.0 |
1239 | 2023-12-30T05:30:34.104Z | Downloaded lalrpop-util v0.19.12 |
1240 | 2023-12-30T05:30:34.104Z | Downloaded argon2 v0.5.2 |
1241 | 2023-12-30T05:30:34.104Z | Downloaded pin-utils v0.1.0 |
1242 | 2023-12-30T05:30:34.104Z | Downloaded num_enum v0.5.11 |
1243 | 2023-12-30T05:30:34.104Z | Downloaded ff v0.13.0 |
1244 | 2023-12-30T05:30:34.104Z | Downloaded fd-lock v3.0.13 |
1245 | 2023-12-30T05:30:34.105Z | Downloaded embedded-io v0.4.0 |
1246 | 2023-12-30T05:30:34.105Z | Downloaded cancel-safe-futures v0.1.5 |
1247 | 2023-12-30T05:30:34.111Z | Downloaded cfg-expr v0.15.5 |
1248 | 2023-12-30T05:30:34.114Z | Downloaded camino v1.1.6 |
1249 | 2023-12-30T05:30:34.114Z | Downloaded arc-swap v1.6.0 |
1250 | 2023-12-30T05:30:34.120Z | Downloaded futures v0.3.29 |
1251 | 2023-12-30T05:30:34.129Z | Downloaded darling_core v0.20.3 |
1252 | 2023-12-30T05:30:34.138Z | Downloaded strsim v0.10.0 |
1253 | 2023-12-30T05:30:34.141Z | Downloaded num v0.4.1 |
1254 | 2023-12-30T05:30:34.145Z | Downloaded linear-map v1.2.0 |
1255 | 2023-12-30T05:30:34.145Z | Downloaded io-lifetimes v1.0.11 |
1256 | 2023-12-30T05:30:34.149Z | Downloaded const-oid v0.9.5 |
1257 | 2023-12-30T05:30:34.152Z | Downloaded anstyle-parse v0.2.1 |
1258 | 2023-12-30T05:30:34.155Z | Downloaded memoffset v0.9.0 |
1259 | 2023-12-30T05:30:34.160Z | Downloaded hex v0.4.3 |
1260 | 2023-12-30T05:30:34.162Z | Downloaded rustyline v12.0.0 |
1261 | 2023-12-30T05:30:34.172Z | Downloaded base16ct v0.2.0 |
1262 | 2023-12-30T05:30:34.175Z | Downloaded vte v0.10.1 |
1263 | 2023-12-30T05:30:34.175Z | Downloaded dirs-sys-next v0.1.2 |
1264 | 2023-12-30T05:30:34.178Z | Downloaded zeroize v1.7.0 |
1265 | 2023-12-30T05:30:34.181Z | Downloaded spki v0.7.2 |
1266 | 2023-12-30T05:30:34.185Z | Downloaded phf_shared v0.11.2 |
1267 | 2023-12-30T05:30:34.185Z | Downloaded olpc-cjson v0.1.3 |
1268 | 2023-12-30T05:30:34.187Z | Downloaded num_enum_derive v0.5.11 |
1269 | 2023-12-30T05:30:34.187Z | Downloaded memoffset v0.7.1 |
1270 | 2023-12-30T05:30:34.190Z | Downloaded bit-set v0.5.3 |
1271 | 2023-12-30T05:30:34.190Z | Downloaded bcs v0.1.6 |
1272 | 2023-12-30T05:30:34.194Z | Downloaded log v0.4.20 |
1273 | 2023-12-30T05:30:34.197Z | Downloaded either v1.9.0 |
1274 | 2023-12-30T05:30:34.200Z | Downloaded crossbeam-deque v0.8.3 |
1275 | 2023-12-30T05:30:34.203Z | Downloaded dof v0.1.5 |
1276 | 2023-12-30T05:30:34.206Z | Downloaded signal-hook-registry v1.4.1 |
1277 | 2023-12-30T05:30:34.209Z | Downloaded tabled_derive v0.6.0 |
1278 | 2023-12-30T05:30:34.209Z | Downloaded nanorand v0.7.0 |
1279 | 2023-12-30T05:30:34.212Z | Downloaded macaddr v1.0.1 |
1280 | 2023-12-30T05:30:34.215Z | Downloaded darling_macro v0.14.4 |
1281 | 2023-12-30T05:30:34.218Z | Downloaded rustfmt-wrapper v0.2.0 |
1282 | 2023-12-30T05:30:34.218Z | Downloaded rtoolbox v0.0.1 |
1283 | 2023-12-30T05:30:34.221Z | Downloaded clang-sys v1.6.1 |
1284 | 2023-12-30T05:30:34.224Z | Downloaded bitflags v1.3.2 |
1285 | 2023-12-30T05:30:34.232Z | Downloaded async-trait v0.1.74 |
1286 | 2023-12-30T05:30:34.235Z | Downloaded socket2 v0.4.9 |
1287 | 2023-12-30T05:30:34.238Z | Downloaded signal-hook v0.3.17 |
1288 | 2023-12-30T05:30:34.244Z | Downloaded md-5 v0.10.5 |
1289 | 2023-12-30T05:30:34.247Z | Downloaded test-strategy v0.3.1 |
1290 | 2023-12-30T05:30:34.252Z | Downloaded managed v0.8.0 |
1291 | 2023-12-30T05:30:34.255Z | Downloaded http-range v0.1.5 |
1292 | 2023-12-30T05:30:34.258Z | Downloaded byteorder v1.5.0 |
1293 | 2023-12-30T05:30:34.261Z | Downloaded slog-dtrace v0.2.3 |
1294 | 2023-12-30T05:30:34.264Z | Downloaded base64ct v1.6.0 |
1295 | 2023-12-30T05:30:34.267Z | Downloaded signal-hook-mio v0.2.3 |
1296 | 2023-12-30T05:30:34.270Z | Downloaded shell-words v1.1.0 |
1297 | 2023-12-30T05:30:34.270Z | Downloaded maplit v1.0.2 |
1298 | 2023-12-30T05:30:34.273Z | Downloaded ipnetwork v0.20.0 |
1299 | 2023-12-30T05:30:34.276Z | Downloaded hyper-staticfile v0.9.5 |
1300 | 2023-12-30T05:30:34.279Z | Downloaded blake2b_simd v1.0.1 |
1301 | 2023-12-30T05:30:34.285Z | Downloaded is-terminal v0.4.9 |
1302 | 2023-12-30T05:30:34.285Z | Downloaded indoc v2.0.3 |
1303 | 2023-12-30T05:30:34.288Z | Downloaded bitflags v2.4.0 |
1304 | 2023-12-30T05:30:34.291Z | Downloaded constant_time_eq v0.3.0 |
1305 | 2023-12-30T05:30:34.294Z | Downloaded slog-bunyan v2.4.0 |
1306 | 2023-12-30T05:30:34.297Z | Downloaded serde_repr v0.1.16 |
1307 | 2023-12-30T05:30:34.300Z | Downloaded http-body v0.4.5 |
1308 | 2023-12-30T05:30:34.303Z | Downloaded cobs v0.2.3 |
1309 | 2023-12-30T05:30:34.306Z | Downloaded bytesize v1.3.0 |
1310 | 2023-12-30T05:30:34.306Z | Downloaded rustc_version v0.1.7 |
1311 | 2023-12-30T05:30:34.308Z | Downloaded display-error-chain v0.2.0 |
1312 | 2023-12-30T05:30:34.309Z | Downloaded zone_cfg_derive v0.3.0 |
1313 | 2023-12-30T05:30:34.311Z | Downloaded threadpool v1.8.1 |
1314 | 2023-12-30T05:30:34.314Z | Downloaded strum_macros v0.24.3 |
1315 | 2023-12-30T05:30:34.317Z | Downloaded serde_plain v1.0.2 |
1316 | 2023-12-30T05:30:34.320Z | Downloaded maybe-uninit v2.0.0 |
1317 | 2023-12-30T05:30:34.320Z | Downloaded httptest v0.15.5 |
1318 | 2023-12-30T05:30:34.323Z | Downloaded humantime v2.1.0 |
1319 | 2023-12-30T05:30:34.328Z | Downloaded hubpack_derive v0.1.1 |
1320 | 2023-12-30T05:30:34.331Z | Downloaded thiserror v1.0.49 |
1321 | 2023-12-30T05:30:34.335Z | Downloaded dtrace-parser v0.1.14 |
1322 | 2023-12-30T05:30:34.338Z | Downloaded cast v0.3.0 |
1323 | 2023-12-30T05:30:34.338Z | Downloaded buf-list v1.0.3 |
1324 | 2023-12-30T05:30:34.341Z | Downloaded doc-comment v0.3.3 |
1325 | 2023-12-30T05:30:34.344Z | Downloaded crunchy v0.2.2 |
1326 | 2023-12-30T05:30:34.347Z | Downloaded smallvec v1.11.2 |
1327 | 2023-12-30T05:30:34.350Z | Downloaded bit-vec v0.6.3 |
1328 | 2023-12-30T05:30:34.353Z | Downloaded tap v1.0.1 |
1329 | 2023-12-30T05:30:34.353Z | Downloaded snafu-derive v0.7.5 |
1330 | 2023-12-30T05:30:34.355Z | Downloaded remove_dir_all v0.5.3 |
1331 | 2023-12-30T05:30:34.358Z | Downloaded nibble_vec v0.1.0 |
1332 | 2023-12-30T05:30:34.361Z | Downloaded newtype_derive v0.1.6 |
1333 | 2023-12-30T05:30:34.361Z | Downloaded mime_guess v2.0.4 |
1334 | 2023-12-30T05:30:34.364Z | Downloaded libefi-sys v0.1.0 |
1335 | 2023-12-30T05:30:34.367Z | Downloaded cargo-platform v0.1.3 |
1336 | 2023-12-30T05:30:34.367Z | Downloaded ciborium-io v0.2.1 |
1337 | 2023-12-30T05:30:34.370Z | Downloaded want v0.3.1 |
1338 | 2023-12-30T05:30:34.370Z | Downloaded take_mut v0.2.2 |
1339 | 2023-12-30T05:30:34.377Z | Downloaded cexpr v0.6.0 |
1340 | 2023-12-30T05:30:34.380Z | Downloaded bitfield v0.14.0 |
1341 | 2023-12-30T05:30:34.380Z | Downloaded cfg-if v1.0.0 |
1342 | 2023-12-30T05:30:34.380Z | Downloaded bb8 v0.8.1 |
1343 | 2023-12-30T05:30:34.381Z | Downloaded backtrace v0.3.69 |
1344 | 2023-12-30T05:30:34.388Z | Downloaded crc v3.0.1 |
1345 | 2023-12-30T05:30:34.391Z | Downloaded inout v0.1.3 |
1346 | 2023-12-30T05:30:34.394Z | Downloaded synstructure v0.12.6 |
1347 | 2023-12-30T05:30:34.394Z | Downloaded impl-trait-for-tuples v0.2.2 |
1348 | 2023-12-30T05:30:34.398Z | Downloaded keccak v0.1.4 |
1349 | 2023-12-30T05:30:34.401Z | Downloaded crc-catalog v2.2.0 |
1350 | 2023-12-30T05:30:34.404Z | Downloaded target-spec v3.0.1 |
1351 | 2023-12-30T05:30:34.407Z | Downloaded vte_generate_state_changes v0.1.1 |
1352 | 2023-12-30T05:30:34.407Z | Downloaded atty v0.2.14 |
1353 | 2023-12-30T05:30:34.407Z | Downloaded async-stream-impl v0.3.5 |
1354 | 2023-12-30T05:30:34.410Z | Downloaded block-buffer v0.10.4 |
1355 | 2023-12-30T05:30:34.410Z | Downloaded async-stream v0.3.5 |
1356 | 2023-12-30T05:30:34.413Z | Downloaded indexmap v2.1.0 |
1357 | 2023-12-30T05:30:34.424Z | Downloaded stable_deref_trait v1.2.0 |
1358 | 2023-12-30T05:30:34.433Z | Downloaded rpassword v7.3.1 |
1359 | 2023-12-30T05:30:34.433Z | Downloaded regex-automata v0.1.10 |
1360 | 2023-12-30T05:30:34.436Z | Downloaded criterion-plot v0.5.0 |
1361 | 2023-12-30T05:30:34.439Z | Downloaded colored v2.0.4 |
1362 | 2023-12-30T05:30:34.441Z | Downloaded cipher v0.4.4 |
1363 | 2023-12-30T05:30:34.444Z | Downloaded ciborium-ll v0.2.1 |
1364 | 2023-12-30T05:30:34.447Z | Downloaded autocfg v1.1.0 |
1365 | 2023-12-30T05:30:34.450Z | Downloaded defmt v0.3.5 |
1366 | 2023-12-30T05:30:34.454Z | Downloaded slog-stdlog v4.1.1 |
1367 | 2023-12-30T05:30:34.457Z | Downloaded colorchoice v1.0.0 |
1368 | 2023-12-30T05:30:34.460Z | Downloaded new_debug_unreachable v1.0.4 |
1369 | 2023-12-30T05:30:34.462Z | Downloaded arrayvec v0.7.4 |
1370 | 2023-12-30T05:30:34.465Z | Downloaded aead v0.5.2 |
1371 | 2023-12-30T05:30:34.469Z | Downloaded assert_cmd v2.0.12 |
1372 | 2023-12-30T05:30:34.471Z | Downloaded pem v3.0.2 |
1373 | 2023-12-30T05:30:34.472Z | Downloaded fnv v1.0.7 |
1374 | 2023-12-30T05:30:34.474Z | Downloaded syn v1.0.109 |
1375 | 2023-12-30T05:30:34.494Z | Downloaded libtest-mimic v0.6.1 |
1376 | 2023-12-30T05:30:34.497Z | Downloaded crossbeam v0.8.2 |
1377 | 2023-12-30T05:30:34.500Z | Downloaded httparse v1.8.0 |
1378 | 2023-12-30T05:30:34.503Z | Downloaded ahash v0.8.6 |
1379 | 2023-12-30T05:30:34.507Z | Downloaded anyhow v1.0.75 |
1380 | 2023-12-30T05:30:34.514Z | Downloaded parking_lot_core v0.8.6 |
1381 | 2023-12-30T05:30:34.521Z | Downloaded newline-converter v0.3.0 |
1382 | 2023-12-30T05:30:34.524Z | Downloaded mockall_derive v0.12.0 |
1383 | 2023-12-30T05:30:34.524Z | Downloaded hashbrown v0.13.2 |
1384 | 2023-12-30T05:30:34.531Z | Downloaded addr2line v0.21.0 |
1385 | 2023-12-30T05:30:34.535Z | Downloaded hostname v0.3.1 |
1386 | 2023-12-30T05:30:34.537Z | Downloaded home v0.5.5 |
1387 | 2023-12-30T05:30:34.541Z | Downloaded highway v1.1.0 |
1388 | 2023-12-30T05:30:34.543Z | Downloaded hex-literal v0.4.1 |
1389 | 2023-12-30T05:30:34.546Z | Downloaded heck v0.4.1 |
1390 | 2023-12-30T05:30:34.546Z | Downloaded heck v0.3.3 |
1391 | 2023-12-30T05:30:34.549Z | Downloaded zeroize_derive v1.4.2 |
1392 | 2023-12-30T05:30:34.552Z | Downloaded target-lexicon v0.12.12 |
1393 | 2023-12-30T05:30:34.556Z | Downloaded signature v1.6.4 |
1394 | 2023-12-30T05:30:34.556Z | Downloaded array-init v0.0.4 |
1395 | 2023-12-30T05:30:34.559Z | Downloaded atomic-waker v1.1.1 |
1396 | 2023-12-30T05:30:34.562Z | Downloaded futures-sink v0.3.29 |
1397 | 2023-12-30T05:30:34.562Z | Downloaded normalize-line-endings v0.3.0 |
1398 | 2023-12-30T05:30:34.562Z | Downloaded adler v1.0.2 |
1399 | 2023-12-30T05:30:34.565Z | Downloaded arrayref v0.3.7 |
1400 | 2023-12-30T05:30:34.568Z | Downloaded anstyle-query v1.0.0 |
1401 | 2023-12-30T05:30:34.574Z | Downloaded instant v0.1.12 |
1402 | 2023-12-30T05:30:34.574Z | Downloaded swrite v0.1.0 |
1403 | 2023-12-30T05:30:34.577Z | Downloaded smawk v0.3.1 |
1404 | 2023-12-30T05:30:34.577Z | Downloaded approx v0.5.1 |
1405 | 2023-12-30T05:30:34.580Z | Downloaded anstyle v1.0.2 |
1406 | 2023-12-30T05:30:34.580Z | Downloaded anstream v0.5.0 |
1407 | 2023-12-30T05:30:34.583Z | Downloaded fastrand v2.0.0 |
1408 | 2023-12-30T05:30:34.587Z | Downloaded scopeguard v1.2.0 |
1409 | 2023-12-30T05:30:34.590Z | Downloaded rustversion v1.0.14 |
1410 | 2023-12-30T05:30:34.593Z | Downloaded ident_case v1.0.1 |
1411 | 2023-12-30T05:30:34.596Z | Downloaded lock_api v0.4.10 |
1412 | 2023-12-30T05:30:34.596Z | Downloaded linked-hash-map v0.5.6 |
1413 | 2023-12-30T05:30:34.600Z | Downloaded console v0.15.7 |
1414 | 2023-12-30T05:30:34.603Z | Downloaded clap_derive v4.4.2 |
1415 | 2023-12-30T05:30:34.607Z | Downloaded libsw v3.3.0 |
1416 | 2023-12-30T05:30:34.610Z | Downloaded kstat-rs v0.2.3 |
1417 | 2023-12-30T05:30:34.613Z | Downloaded clap_lex v0.5.1 |
1418 | 2023-12-30T05:30:34.616Z | Downloaded cpufeatures v0.2.9 |
1419 | 2023-12-30T05:30:34.616Z | Downloaded lazycell v1.3.0 |
1420 | 2023-12-30T05:30:34.620Z | Downloaded lazy_static v1.4.0 |
1421 | 2023-12-30T05:30:34.622Z | Downloaded corncobs v0.1.3 |
1422 | 2023-12-30T05:30:35.292Z | Compiling proc-macro2 v1.0.69 |
1423 | 2023-12-30T05:30:35.292Z | Compiling unicode-ident v1.0.12 |
1424 | 2023-12-30T05:30:35.295Z | Compiling libc v0.2.151 |
1425 | 2023-12-30T05:30:35.295Z | Compiling cfg-if v1.0.0 |
1426 | 2023-12-30T05:30:35.319Z | Compiling serde v1.0.193 |
1427 | 2023-12-30T05:30:35.324Z | Compiling autocfg v1.1.0 |
1428 | 2023-12-30T05:30:35.325Z | Compiling version_check v0.9.4 |
1429 | 2023-12-30T05:30:35.325Z | Compiling syn v1.0.109 |
1430 | 2023-12-30T05:30:35.338Z | Running `/home/build/.rustup/toolchains/1.74.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.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=f8f0e8f71a8fa58e -C extra-filename=-f8f0e8f71a8fa58e --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-f8f0e8f71a8fa58e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1431 | 2023-12-30T05:30:35.342Z | Running `/home/build/.rustup/toolchains/1.74.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=caebfb5394c94cd8 -C extra-filename=-caebfb5394c94cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1432 | 2023-12-30T05:30:35.342Z | Running `/home/build/.rustup/toolchains/1.74.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=6efcfb0956144885 -C extra-filename=-6efcfb0956144885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1433 | 2023-12-30T05:30:35.342Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.151/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=93e7db0ec0027e07 -C extra-filename=-93e7db0ec0027e07 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-93e7db0ec0027e07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1434 | 2023-12-30T05:30:35.342Z | Running `/home/build/.rustup/toolchains/1.74.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.193/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=c09ecaab86a9b27b -C extra-filename=-c09ecaab86a9b27b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-c09ecaab86a9b27b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1435 | 2023-12-30T05:30:35.342Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=eede919deb9ba8a1 -C extra-filename=-eede919deb9ba8a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1436 | 2023-12-30T05:30:35.342Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=e17594c523c95a14 -C extra-filename=-e17594c523c95a14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1437 | 2023-12-30T05:30:35.343Z | Running `/home/build/.rustup/toolchains/1.74.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 -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=8df69afcf782d78c -C extra-filename=-8df69afcf782d78c --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1438 | 2023-12-30T05:30:35.515Z | Compiling memchr v2.6.3 |
1439 | 2023-12-30T05:30:35.518Z | Running `/home/build/.rustup/toolchains/1.74.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=19c64e24300af82f -C extra-filename=-19c64e24300af82f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1440 | 2023-12-30T05:30:35.661Z | Compiling log v0.4.20 |
1441 | 2023-12-30T05:30:35.719Z | Running `/home/build/.rustup/toolchains/1.74.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=a8da004f5204fad5 -C extra-filename=-a8da004f5204fad5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1442 | 2023-12-30T05:30:36.378Z | Compiling scopeguard v1.2.0 |
1443 | 2023-12-30T05:30:36.381Z | Running `/home/build/.rustup/toolchains/1.74.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=9e6bfb0ad023803f -C extra-filename=-9e6bfb0ad023803f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1444 | 2023-12-30T05:30:36.522Z | Compiling once_cell v1.19.0 |
1445 | 2023-12-30T05:30:36.526Z | Running `/home/build/.rustup/toolchains/1.74.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.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --cfg 'feature="unstable"' -C metadata=78575848a39b5a91 -C extra-filename=-78575848a39b5a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1446 | 2023-12-30T05:30:36.613Z | Compiling smallvec v1.11.2 |
1447 | 2023-12-30T05:30:36.616Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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 -C metadata=b9214902439ca54b -C extra-filename=-b9214902439ca54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1448 | 2023-12-30T05:30:36.655Z | Compiling lock_api v0.4.10 |
1449 | 2023-12-30T05:30:36.658Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' -C metadata=930de80e07cc1109 -C extra-filename=-930de80e07cc1109 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1450 | 2023-12-30T05:30:36.978Z | Compiling itoa v1.0.9 |
1451 | 2023-12-30T05:30:36.981Z | Running `/home/build/.rustup/toolchains/1.74.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=7ee2097a83409d11 -C extra-filename=-7ee2097a83409d11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1452 | 2023-12-30T05:30:37.067Z | Compiling parking_lot_core v0.9.8 |
1453 | 2023-12-30T05:30:37.070Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=709ca5d77954dcd4 -C extra-filename=-709ca5d77954dcd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1454 | 2023-12-30T05:30:37.228Z | Compiling libm v0.2.7 |
1455 | 2023-12-30T05:30:37.231Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2c46ab2349a5c1a0 -C extra-filename=-2c46ab2349a5c1a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1456 | 2023-12-30T05:30:37.649Z | Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-930de80e07cc1109/build-script-build` |
1457 | 2023-12-30T05:30:37.678Z | Running `/work/oxidecomputer/omicron/target/debug/build/syn-8df69afcf782d78c/build-script-build` |
1458 | 2023-12-30T05:30:37.681Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-f8f0e8f71a8fa58e/build-script-build` |
1459 | 2023-12-30T05:30:37.681Z | Running `/work/oxidecomputer/omicron/target/debug/build/libc-93e7db0ec0027e07/build-script-build` |
1460 | 2023-12-30T05:30:37.682Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde-c09ecaab86a9b27b/build-script-build` |
1461 | 2023-12-30T05:30:37.751Z | Compiling num-traits v0.2.16 |
1462 | 2023-12-30T05:30:37.774Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' -C metadata=8f15fc63f883a6bf -C extra-filename=-8f15fc63f883a6bf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1463 | 2023-12-30T05:30:37.781Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-709ca5d77954dcd4/build-script-build` |
1464 | 2023-12-30T05:30:37.846Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libc /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=dc3967e2ac4e7655 -C extra-filename=-dc3967e2ac4e7655 --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` |
1465 | 2023-12-30T05:30:37.850Z | Compiling thiserror v1.0.49 |
1466 | 2023-12-30T05:30:37.853Z | Running `/home/build/.rustup/toolchains/1.74.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=cd1bdf41f320219b -C extra-filename=-cd1bdf41f320219b --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-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings --cfg has_const_fn_trait_bound` |
1467 | 2023-12-30T05:30:37.868Z | Running `/work/oxidecomputer/omicron/target/debug/build/libm-2c46ab2349a5c1a0/build-script-build` |
1468 | 2023-12-30T05:30:37.890Z | Compiling byteorder v1.5.0 |
1469 | 2023-12-30T05:30:37.893Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=eb787b185170f0b2 -C extra-filename=-eb787b185170f0b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-eb787b185170f0b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1470 | 2023-12-30T05:30:37.893Z | Running `/home/build/.rustup/toolchains/1.74.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.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=28f7157428e3683a -C extra-filename=-28f7157428e3683a --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-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings --cfg wrap_proc_macro` |
1471 | 2023-12-30T05:30:37.893Z | Running `/home/build/.rustup/toolchains/1.74.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=4ff908e223b9ba35 -C extra-filename=-4ff908e223b9ba35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1472 | 2023-12-30T05:30:37.944Z | Running `/home/build/.rustup/toolchains/1.74.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=38b670a70a83d088 -C extra-filename=-38b670a70a83d088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1473 | 2023-12-30T05:30:38.024Z | Compiling spin v0.5.2 |
1474 | 2023-12-30T05:30:38.027Z | Running `/home/build/.rustup/toolchains/1.74.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=69cdfe202d22f709 -C extra-filename=-69cdfe202d22f709 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1475 | 2023-12-30T05:30:38.261Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-8f15fc63f883a6bf/build-script-build` |
1476 | 2023-12-30T05:30:38.364Z | Compiling pin-project-lite v0.2.13 |
1477 | 2023-12-30T05:30:38.367Z | Running `/home/build/.rustup/toolchains/1.74.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=63f53d9f4b155bc9 -C extra-filename=-63f53d9f4b155bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1478 | 2023-12-30T05:30:38.530Z | Compiling ryu v1.0.15 |
1479 | 2023-12-30T05:30:38.533Z | Running `/home/build/.rustup/toolchains/1.74.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=ef556ccf273fb97d -C extra-filename=-ef556ccf273fb97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1480 | 2023-12-30T05:30:38.559Z | Compiling futures-core v0.3.29 |
1481 | 2023-12-30T05:30:38.562Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c73e0e96da0a6608 -C extra-filename=-c73e0e96da0a6608 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-core-c73e0e96da0a6608 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1482 | 2023-12-30T05:30:38.692Z | Compiling serde_json v1.0.108 |
1483 | 2023-12-30T05:30:38.695Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' -C metadata=80928bc11013eea7 -C extra-filename=-80928bc11013eea7 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-80928bc11013eea7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1484 | 2023-12-30T05:30:38.793Z | Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-eb787b185170f0b2/build-script-build` |
1485 | 2023-12-30T05:30:38.999Z | Compiling heck v0.4.1 |
1486 | 2023-12-30T05:30:39.031Z | Running `/home/build/.rustup/toolchains/1.74.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=22616ea412428ac4 -C extra-filename=-22616ea412428ac4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1487 | 2023-12-30T05:30:39.231Z | Compiling fnv v1.0.7 |
1488 | 2023-12-30T05:30:39.235Z | Running `/home/build/.rustup/toolchains/1.74.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=6cf1b0ed1ebc9dce -C extra-filename=-6cf1b0ed1ebc9dce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1489 | 2023-12-30T05:30:39.341Z | Compiling quote v1.0.33 |
1490 | 2023-12-30T05:30:39.347Z | Running `/home/build/.rustup/toolchains/1.74.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=c887517133ac84a0 -C extra-filename=-c887517133ac84a0 --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-28f7157428e3683a.rmeta --cap-lints allow -D warnings` |
1491 | 2023-12-30T05:30:39.371Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-core-c73e0e96da0a6608/build-script-build` |
1492 | 2023-12-30T05:30:39.409Z | Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-80928bc11013eea7/build-script-build` |
1493 | 2023-12-30T05:30:39.435Z | Running `/home/build/.rustup/toolchains/1.74.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=bacbb989514d74d7 -C extra-filename=-bacbb989514d74d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1494 | 2023-12-30T05:30:39.471Z | Compiling futures-sink v0.3.29 |
1495 | 2023-12-30T05:30:39.496Z | Running `/home/build/.rustup/toolchains/1.74.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=c7b53465c7a25004 -C extra-filename=-c7b53465c7a25004 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1496 | 2023-12-30T05:30:39.500Z | Compiling lazy_static v1.4.0 |
1497 | 2023-12-30T05:30:39.502Z | Running `/home/build/.rustup/toolchains/1.74.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=1e7ab31398eb494a -C extra-filename=-1e7ab31398eb494a --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-69cdfe202d22f709.rmeta --cap-lints allow -D warnings` |
1498 | 2023-12-30T05:30:39.661Z | Running `/home/build/.rustup/toolchains/1.74.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=cc34ce3dd45ecec2 -C extra-filename=-cc34ce3dd45ecec2 --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-38b670a70a83d088.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` |
1499 | 2023-12-30T05:30:39.689Z | Compiling slab v0.4.9 |
1500 | 2023-12-30T05:30:39.715Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=c3dded7865e933fe -C extra-filename=-c3dded7865e933fe --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1501 | 2023-12-30T05:30:39.730Z | Compiling futures-task v0.3.29 |
1502 | 2023-12-30T05:30:39.733Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=a8446b23911956ec -C extra-filename=-a8446b23911956ec --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-task-a8446b23911956ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1503 | 2023-12-30T05:30:39.802Z | Compiling regex-syntax v0.8.2 |
1504 | 2023-12-30T05:30:39.805Z | Running `/home/build/.rustup/toolchains/1.74.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=90162e117f0fa024 -C extra-filename=-90162e117f0fa024 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1505 | 2023-12-30T05:30:40.306Z | Compiling syn v2.0.32 |
1506 | 2023-12-30T05:30:40.343Z | Running `/home/build/.rustup/toolchains/1.74.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=e54d8ea74976bbed -C extra-filename=-e54d8ea74976bbed --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-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings` |
1507 | 2023-12-30T05:30:40.346Z | Compiling getrandom v0.2.10 |
1508 | 2023-12-30T05:30:40.349Z | Running `/home/build/.rustup/toolchains/1.74.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=7defc2e9733c79ab -C extra-filename=-7defc2e9733c79ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
1509 | 2023-12-30T05:30:40.393Z | Running `/home/build/.rustup/toolchains/1.74.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=a4bd5d627c03f8b9 -C extra-filename=-a4bd5d627c03f8b9 --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-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings --cfg syn_disable_nightly_tests` |
1510 | 2023-12-30T05:30:40.466Z | Running `/home/build/.rustup/toolchains/1.74.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=aaf8c5e397ca7635 -C extra-filename=-aaf8c5e397ca7635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings` |
1511 | 2023-12-30T05:30:40.507Z | Compiling cc v1.0.83 |
1512 | 2023-12-30T05:30:40.524Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only -C metadata=e07eb99e53dfdc9c -C extra-filename=-e07eb99e53dfdc9c --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
1513 | 2023-12-30T05:30:40.796Z | Compiling signal-hook-registry v1.4.1 |
1514 | 2023-12-30T05:30:40.836Z | Running `/home/build/.rustup/toolchains/1.74.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=a45d52795e3caba7 -C extra-filename=-a45d52795e3caba7 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
1515 | 2023-12-30T05:30:41.125Z | Compiling parking_lot v0.12.1 |
1516 | 2023-12-30T05:30:41.129Z | Running `/home/build/.rustup/toolchains/1.74.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=a83af483cd943d6f -C extra-filename=-a83af483cd943d6f --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-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-aaf8c5e397ca7635.rmeta --cap-lints allow -D warnings` |
1517 | 2023-12-30T05:30:41.533Z | Compiling rand_core v0.6.4 |
1518 | 2023-12-30T05:30:41.536Z | Running `/home/build/.rustup/toolchains/1.74.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=d6a1aea7375010bd -C extra-filename=-d6a1aea7375010bd --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-7defc2e9733c79ab.rmeta --cap-lints allow -D warnings` |
1519 | 2023-12-30T05:30:42.150Z | Compiling mio v0.8.9 |
1520 | 2023-12-30T05:30:42.153Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' -C metadata=55ccbb6e3cb276b0 -C extra-filename=-55ccbb6e3cb276b0 --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-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings` |
1521 | 2023-12-30T05:30:42.366Z | Compiling num_cpus v1.16.0 |
1522 | 2023-12-30T05:30:42.369Z | Running `/home/build/.rustup/toolchains/1.74.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=46d4bea4d320c912 -C extra-filename=-46d4bea4d320c912 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
1523 | 2023-12-30T05:30:42.538Z | Compiling socket2 v0.5.5 |
1524 | 2023-12-30T05:30:42.541Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' -C metadata=1883b6e44d740cc2 -C extra-filename=-1883b6e44d740cc2 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
1525 | 2023-12-30T05:30:42.775Z | Compiling errno v0.3.2 |
1526 | 2023-12-30T05:30:42.779Z | Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="std"' -C metadata=077c7c2d8ef378ab -C extra-filename=-077c7c2d8ef378ab --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
1527 | 2023-12-30T05:30:43.076Z | Compiling futures-channel v0.3.29 |
1528 | 2023-12-30T05:30:43.082Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=814d2f56da28e25b -C extra-filename=-814d2f56da28e25b --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-channel-814d2f56da28e25b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1529 | 2023-12-30T05:30:43.117Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-task-a8446b23911956ec/build-script-build` |
1530 | 2023-12-30T05:30:43.160Z | Running `/work/oxidecomputer/omicron/target/debug/build/slab-c3dded7865e933fe/build-script-build` |
1531 | 2023-12-30T05:30:43.358Z | Compiling hashbrown v0.14.2 |
1532 | 2023-12-30T05:30:43.375Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.14.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' -C metadata=f0335255f70f2164 -C extra-filename=-f0335255f70f2164 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1533 | 2023-12-30T05:30:43.719Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-channel-814d2f56da28e25b/build-script-build` |
1534 | 2023-12-30T05:30:43.765Z | Compiling typenum v1.16.0 |
1535 | 2023-12-30T05:30:43.768Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=42fc72f5c5ab202d -C extra-filename=-42fc72f5c5ab202d --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1536 | 2023-12-30T05:30:44.068Z | Compiling equivalent v1.0.1 |
1537 | 2023-12-30T05:30:44.071Z | Running `/home/build/.rustup/toolchains/1.74.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=53c175ade642ea34 -C extra-filename=-53c175ade642ea34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1538 | 2023-12-30T05:30:44.231Z | Compiling futures-util v0.3.29 |
1539 | 2023-12-30T05:30:44.255Z | Running `/home/build/.rustup/toolchains/1.74.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 -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=3c4ac2f72a9dba40 -C extra-filename=-3c4ac2f72a9dba40 --out-dir /work/oxidecomputer/omicron/target/debug/build/futures-util-3c4ac2f72a9dba40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1540 | 2023-12-30T05:30:44.259Z | Compiling pin-utils v0.1.0 |
1541 | 2023-12-30T05:30:44.299Z | Running `/home/build/.rustup/toolchains/1.74.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=5b69abb51cddee7d -C extra-filename=-5b69abb51cddee7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1542 | 2023-12-30T05:30:44.393Z | Running `/home/build/.rustup/toolchains/1.74.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=db195f051fe2c4db -C extra-filename=-db195f051fe2c4db --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-bacbb989514d74d7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --cap-lints allow -D warnings` |
1543 | 2023-12-30T05:30:44.872Z | Running `/work/oxidecomputer/omicron/target/debug/build/futures-util-3c4ac2f72a9dba40/build-script-build` |
1544 | 2023-12-30T05:30:44.887Z | Running `/home/build/.rustup/toolchains/1.74.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=0836b13490fe26db -C extra-filename=-0836b13490fe26db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1545 | 2023-12-30T05:30:45.053Z | Running `/home/build/.rustup/toolchains/1.74.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=1d9f0def4c649509 -C extra-filename=-1d9f0def4c649509 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1546 | 2023-12-30T05:30:45.299Z | Compiling aho-corasick v1.0.4 |
1547 | 2023-12-30T05:30:45.302Z | Running `/home/build/.rustup/toolchains/1.74.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=e39b65394af31ca3 -C extra-filename=-e39b65394af31ca3 --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings` |
1548 | 2023-12-30T05:30:45.487Z | Compiling generic-array v0.14.7 |
1549 | 2023-12-30T05:30:45.493Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' -C metadata=0154d194379fbce5 -C extra-filename=-0154d194379fbce5 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
1550 | 2023-12-30T05:30:45.507Z | Compiling futures-io v0.3.29 |
1551 | 2023-12-30T05:30:45.527Z | Running `/home/build/.rustup/toolchains/1.74.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=d641bf884fcc7ec5 -C extra-filename=-d641bf884fcc7ec5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1552 | 2023-12-30T05:30:45.532Z | Compiling iana-time-zone v0.1.57 |
1553 | 2023-12-30T05:30:45.535Z | Running `/home/build/.rustup/toolchains/1.74.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=42f31a2f50589a64 -C extra-filename=-42f31a2f50589a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1554 | 2023-12-30T05:30:45.627Z | Running `/work/oxidecomputer/omicron/target/debug/build/typenum-42fc72f5c5ab202d/build-script-main` |
1555 | 2023-12-30T05:30:45.921Z | Running `/home/build/.rustup/toolchains/1.74.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=b0e5892a8dc8abc6 -C extra-filename=-b0e5892a8dc8abc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1556 | 2023-12-30T05:30:45.958Z | Compiling subtle v2.5.0 |
1557 | 2023-12-30T05:30:45.961Z | Running `/home/build/.rustup/toolchains/1.74.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=dc7510ddc3d6c88c -C extra-filename=-dc7510ddc3d6c88c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1558 | 2023-12-30T05:30:46.050Z | Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-0154d194379fbce5/build-script-build` |
1559 | 2023-12-30T05:30:46.149Z | Compiling pkg-config v0.3.27 |
1560 | 2023-12-30T05:30:46.152Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=d5e8df27f8d820e4 -C extra-filename=-d5e8df27f8d820e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1561 | 2023-12-30T05:30:46.184Z | Compiling rustix v0.38.25 |
1562 | 2023-12-30T05:30:46.187Z | Running `/home/build/.rustup/toolchains/1.74.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.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=fb37ea431b869094 -C extra-filename=-fb37ea431b869094 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-fb37ea431b869094 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1563 | 2023-12-30T05:30:46.462Z | Compiling tinyvec_macros v0.1.1 |
1564 | 2023-12-30T05:30:46.465Z | Running `/home/build/.rustup/toolchains/1.74.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=af03a12be910dcc2 -C extra-filename=-af03a12be910dcc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1565 | 2023-12-30T05:30:46.600Z | Compiling tinyvec v1.6.0 |
1566 | 2023-12-30T05:30:46.603Z | Running `/home/build/.rustup/toolchains/1.74.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=2f59d5358814a968 -C extra-filename=-2f59d5358814a968 --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-af03a12be910dcc2.rmeta --cap-lints allow -D warnings` |
1567 | 2023-12-30T05:30:47.461Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-fb37ea431b869094/build-script-build` |
1568 | 2023-12-30T05:30:47.628Z | Compiling spin v0.9.8 |
1569 | 2023-12-30T05:30:47.631Z | Running `/home/build/.rustup/toolchains/1.74.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=466f997862055ffa -C extra-filename=-466f997862055ffa --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-cd1bdf41f320219b.rmeta --cap-lints allow -D warnings` |
1570 | 2023-12-30T05:30:48.220Z | Compiling regex-automata v0.4.3 |
1571 | 2023-12-30T05:30:48.223Z | Running `/home/build/.rustup/toolchains/1.74.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=83edf1a3a1698551 -C extra-filename=-83edf1a3a1698551 --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings` |
1572 | 2023-12-30T05:30:48.363Z | Compiling tracing-core v0.1.31 |
1573 | 2023-12-30T05:30:48.366Z | Compiling const-oid v0.9.5 |
1574 | 2023-12-30T05:30:48.390Z | Running `/home/build/.rustup/toolchains/1.74.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=6a2fd1b3fb75be06 -C extra-filename=-6a2fd1b3fb75be06 --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-78575848a39b5a91.rmeta --cap-lints allow -D warnings` |
1575 | 2023-12-30T05:30:48.390Z | Running `/home/build/.rustup/toolchains/1.74.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=66455a9b00682027 -C extra-filename=-66455a9b00682027 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1576 | 2023-12-30T05:30:49.227Z | Compiling bitflags v1.3.2 |
1577 | 2023-12-30T05:30:49.230Z | Running `/home/build/.rustup/toolchains/1.74.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=8861c4fe0bf9ac1d -C extra-filename=-8861c4fe0bf9ac1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1578 | 2023-12-30T05:30:49.372Z | Compiling unicode-normalization v0.1.22 |
1579 | 2023-12-30T05:30:49.376Z | Running `/home/build/.rustup/toolchains/1.74.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=e1664521da542a92 -C extra-filename=-e1664521da542a92 --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-2f59d5358814a968.rmeta --cap-lints allow -D warnings` |
1580 | 2023-12-30T05:30:50.841Z | Compiling base64 v0.21.5 |
1581 | 2023-12-30T05:30:50.844Z | Running `/home/build/.rustup/toolchains/1.74.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=2142c24215a1cbad -C extra-filename=-2142c24215a1cbad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1582 | 2023-12-30T05:30:51.213Z | Compiling semver v1.0.20 |
1583 | 2023-12-30T05:30:51.216Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=5fc834f180b3e462 -C extra-filename=-5fc834f180b3e462 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-5fc834f180b3e462 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1584 | 2023-12-30T05:30:51.548Z | Compiling unicode-bidi v0.3.13 |
1585 | 2023-12-30T05:30:51.551Z | Running `/home/build/.rustup/toolchains/1.74.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=ea6d88cd11b1cdcf -C extra-filename=-ea6d88cd11b1cdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1586 | 2023-12-30T05:30:51.700Z | Compiling unicode-width v0.1.11 |
1587 | 2023-12-30T05:30:51.704Z | Running `/home/build/.rustup/toolchains/1.74.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=218243c8d3571b57 -C extra-filename=-218243c8d3571b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1588 | 2023-12-30T05:30:51.943Z | Compiling schemars v0.8.16 |
1589 | 2023-12-30T05:30:51.946Z | Running `/home/build/.rustup/toolchains/1.74.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.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=ada846bd06499c36 -C extra-filename=-ada846bd06499c36 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1590 | 2023-12-30T05:30:52.063Z | Compiling serde_derive_internals v0.26.0 |
1591 | 2023-12-30T05:30:52.067Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=fcc40a1207c2e3f9 -C extra-filename=-fcc40a1207c2e3f9 --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-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --cap-lints allow -D warnings` |
1592 | 2023-12-30T05:30:52.094Z | Running `/work/oxidecomputer/omicron/target/debug/build/semver-5fc834f180b3e462/build-script-build` |
1593 | 2023-12-30T05:30:52.188Z | Compiling dyn-clone v1.0.13 |
1594 | 2023-12-30T05:30:52.191Z | Running `/home/build/.rustup/toolchains/1.74.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=fdf79af5d0119df4 -C extra-filename=-fdf79af5d0119df4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1595 | 2023-12-30T05:30:52.485Z | Compiling percent-encoding v2.3.1 |
1596 | 2023-12-30T05:30:52.488Z | Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-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=b363a80fbad56cd8 -C extra-filename=-b363a80fbad56cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1597 | 2023-12-30T05:30:52.579Z | Running `/work/oxidecomputer/omicron/target/debug/build/schemars-ada846bd06499c36/build-script-build` |
1598 | 2023-12-30T05:30:52.596Z | Compiling ppv-lite86 v0.2.17 |
1599 | 2023-12-30T05:30:52.599Z | Running `/home/build/.rustup/toolchains/1.74.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=ee6cdf9a9cd99e2d -C extra-filename=-ee6cdf9a9cd99e2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1600 | 2023-12-30T05:30:52.907Z | Compiling form_urlencoded v1.2.1 |
1601 | 2023-12-30T05:30:52.910Z | Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-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=f43b5444f1071237 -C extra-filename=-f43b5444f1071237 --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-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings` |
1602 | 2023-12-30T05:30:53.077Z | Compiling indexmap v1.9.3 |
1603 | 2023-12-30T05:30:53.080Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=7196777581f31a33 -C extra-filename=-7196777581f31a33 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1604 | 2023-12-30T05:30:53.412Z | Compiling vcpkg v0.2.15 |
1605 | 2023-12-30T05:30:53.415Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=a8f4727560f7ed95 -C extra-filename=-a8f4727560f7ed95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1606 | 2023-12-30T05:30:53.654Z | Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7196777581f31a33/build-script-build` |
1607 | 2023-12-30T05:30:53.696Z | Compiling hashbrown v0.12.3 |
1608 | 2023-12-30T05:30:53.699Z | Running `/home/build/.rustup/toolchains/1.74.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=cb3bc798c96b03ca -C extra-filename=-cb3bc798c96b03ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1609 | 2023-12-30T05:30:53.942Z | Compiling rand_chacha v0.3.1 |
1610 | 2023-12-30T05:30:53.945Z | Running `/home/build/.rustup/toolchains/1.74.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="std"' -C metadata=46f2b94666a4edae -C extra-filename=-46f2b94666a4edae --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-ee6cdf9a9cd99e2d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings` |
1611 | 2023-12-30T05:30:54.186Z | Compiling either v1.9.0 |
1612 | 2023-12-30T05:30:54.192Z | Running `/home/build/.rustup/toolchains/1.74.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=88da6cc752eb5faf -C extra-filename=-88da6cc752eb5faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1613 | 2023-12-30T05:30:54.716Z | Compiling rand v0.8.5 |
1614 | 2023-12-30T05:30:54.720Z | Running `/home/build/.rustup/toolchains/1.74.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="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' -C metadata=b20c1928535be511 -C extra-filename=-b20c1928535be511 --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-dc3967e2ac4e7655.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings` |
1615 | 2023-12-30T05:30:55.489Z | Compiling regex v1.10.2 |
1616 | 2023-12-30T05:30:55.492Z | Running `/home/build/.rustup/toolchains/1.74.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=0391852763f12a6f -C extra-filename=-0391852763f12a6f --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-e39b65394af31ca3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --cap-lints allow -D warnings` |
1617 | 2023-12-30T05:30:56.881Z | Compiling httparse v1.8.0 |
1618 | 2023-12-30T05:30:56.889Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e8e8e3ea3c5a3a0 -C extra-filename=-1e8e8e3ea3c5a3a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1619 | 2023-12-30T05:30:56.975Z | Running `/home/build/.rustup/toolchains/1.74.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=30180bc88c646d38 -C extra-filename=-30180bc88c646d38 --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-cb3bc798c96b03ca.rmeta --cap-lints allow -D warnings --cfg has_std` |
1620 | 2023-12-30T05:30:57.171Z | Compiling openssl-sys v0.9.96 |
1621 | 2023-12-30T05:30:57.205Z | Running `/home/build/.rustup/toolchains/1.74.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.96/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=2565434c71c72f9f -C extra-filename=-2565434c71c72f9f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-2565434c71c72f9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a8f4727560f7ed95.rlib --cap-lints allow -D warnings` |
1622 | 2023-12-30T05:30:57.331Z | Compiling idna v0.5.0 |
1623 | 2023-12-30T05:30:57.347Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e0b4a4ef1ede901e -C extra-filename=-e0b4a4ef1ede901e --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings` |
1624 | 2023-12-30T05:30:57.650Z | Running `/work/oxidecomputer/omicron/target/debug/build/httparse-1e8e8e3ea3c5a3a0/build-script-build` |
1625 | 2023-12-30T05:30:57.662Z | Running `/home/build/.rustup/toolchains/1.74.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=5165d982a445385a -C extra-filename=-5165d982a445385a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg httparse_simd` |
1626 | 2023-12-30T05:30:58.365Z | Compiling ahash v0.8.6 |
1627 | 2023-12-30T05:30:58.368Z | Running `/home/build/.rustup/toolchains/1.74.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.6/./build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=56c3c66e8aeef8f5 -C extra-filename=-56c3c66e8aeef8f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
1628 | 2023-12-30T05:30:58.493Z | Compiling ucd-trie v0.1.6 |
1629 | 2023-12-30T05:30:58.496Z | Running `/home/build/.rustup/toolchains/1.74.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=3f965a27b72c64f6 -C extra-filename=-3f965a27b72c64f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1630 | 2023-12-30T05:30:58.827Z | Compiling ring v0.17.7 |
1631 | 2023-12-30T05:30:58.834Z | Running `/home/build/.rustup/toolchains/1.74.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.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=afa4120c1e59caff -C extra-filename=-afa4120c1e59caff --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-afa4120c1e59caff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings` |
1632 | 2023-12-30T05:30:58.891Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-2565434c71c72f9f/build-script-main` |
1633 | 2023-12-30T05:30:59.019Z | Running `/work/oxidecomputer/omicron/target/debug/build/ahash-56c3c66e8aeef8f5/build-script-build` |
1634 | 2023-12-30T05:30:59.172Z | Compiling url v2.5.0 |
1635 | 2023-12-30T05:30:59.175Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=35c43be3b6960243 -C extra-filename=-35c43be3b6960243 --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-f43b5444f1071237.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-e0b4a4ef1ede901e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --cap-lints allow -D warnings` |
1636 | 2023-12-30T05:30:59.418Z | Compiling ring v0.16.20 |
1637 | 2023-12-30T05:30:59.421Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="once_cell"' -C metadata=77480f629758957f -C extra-filename=-77480f629758957f --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-77480f629758957f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings` |
1638 | 2023-12-30T05:31:00.045Z | Compiling socket2 v0.4.9 |
1639 | 2023-12-30T05:31:00.049Z | Running `/home/build/.rustup/toolchains/1.74.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=4e488eaa3affc45b -C extra-filename=-4e488eaa3affc45b --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
1640 | 2023-12-30T05:31:00.713Z | Compiling winnow v0.5.15 |
1641 | 2023-12-30T05:31:00.719Z | Running `/home/build/.rustup/toolchains/1.74.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=bb48f977d0538890 -C extra-filename=-bb48f977d0538890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1642 | 2023-12-30T05:31:01.268Z | Compiling adler v1.0.2 |
1643 | 2023-12-30T05:31:01.271Z | Running `/home/build/.rustup/toolchains/1.74.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=3bfee8ea008388b0 -C extra-filename=-3bfee8ea008388b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1644 | 2023-12-30T05:31:01.447Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-77480f629758957f/build-script-build` |
1645 | 2023-12-30T05:31:01.610Z | Compiling miniz_oxide v0.7.1 |
1646 | 2023-12-30T05:31:01.614Z | Running `/home/build/.rustup/toolchains/1.74.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=4f9e4bdaef8c0393 -C extra-filename=-4f9e4bdaef8c0393 --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-3bfee8ea008388b0.rmeta --cap-lints allow -D warnings` |
1647 | 2023-12-30T05:31:02.225Z | Running `/work/oxidecomputer/omicron/target/debug/build/ring-afa4120c1e59caff/build-script-build` |
1648 | 2023-12-30T05:31:03.181Z | Compiling try-lock v0.2.4 |
1649 | 2023-12-30T05:31:03.184Z | Running `/home/build/.rustup/toolchains/1.74.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=dd164f28291d1568 -C extra-filename=-dd164f28291d1568 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1650 | 2023-12-30T05:31:03.393Z | Compiling untrusted v0.7.1 |
1651 | 2023-12-30T05:31:03.397Z | Running `/home/build/.rustup/toolchains/1.74.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=2093d66368e033e3 -C extra-filename=-2093d66368e033e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1652 | 2023-12-30T05:31:03.645Z | Compiling strsim v0.10.0 |
1653 | 2023-12-30T05:31:03.651Z | Running `/home/build/.rustup/toolchains/1.74.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=9615ee8240108c1a -C extra-filename=-9615ee8240108c1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1654 | 2023-12-30T05:31:03.735Z | Compiling async-trait v0.1.74 |
1655 | 2023-12-30T05:31:03.739Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=23e1951a599d59cd -C extra-filename=-23e1951a599d59cd --out-dir /work/oxidecomputer/omicron/target/debug/build/async-trait-23e1951a599d59cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1656 | 2023-12-30T05:31:03.760Z | Compiling httpdate v1.0.3 |
1657 | 2023-12-30T05:31:03.764Z | Running `/home/build/.rustup/toolchains/1.74.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=17048ad0d39f59d3 -C extra-filename=-17048ad0d39f59d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1658 | 2023-12-30T05:31:03.923Z | Compiling serde_derive v1.0.193 |
1659 | 2023-12-30T05:31:03.927Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.193/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2b0b8e073f7f1ad3 -C extra-filename=-2b0b8e073f7f1ad3 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1660 | 2023-12-30T05:31:04.439Z | Compiling thiserror-impl v1.0.49 |
1661 | 2023-12-30T05:31:04.448Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=95a2c51474ed2042 -C extra-filename=-95a2c51474ed2042 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1662 | 2023-12-30T05:31:04.469Z | Compiling zeroize_derive v1.4.2 |
1663 | 2023-12-30T05:31:04.473Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=54c66ce77046c1a4 -C extra-filename=-54c66ce77046c1a4 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1664 | 2023-12-30T05:31:04.643Z | Compiling tokio-macros v2.2.0 |
1665 | 2023-12-30T05:31:04.647Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=8361676fc23d9d01 -C extra-filename=-8361676fc23d9d01 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1666 | 2023-12-30T05:31:04.872Z | Compiling futures-macro v0.3.29 |
1667 | 2023-12-30T05:31:04.875Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=4b84f10a950b2555 -C extra-filename=-4b84f10a950b2555 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1668 | 2023-12-30T05:31:06.447Z | Compiling tracing-attributes v0.1.26 |
1669 | 2023-12-30T05:31:06.450Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=17fa7956a99fcce3 -C extra-filename=-17fa7956a99fcce3 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1670 | 2023-12-30T05:31:06.869Z | Compiling schemars_derive v0.8.16 |
1671 | 2023-12-30T05:31:06.873Z | Running `/home/build/.rustup/toolchains/1.74.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.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ef8020d4c811c74a -C extra-filename=-ef8020d4c811c74a --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-fcc40a1207c2e3f9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
1672 | 2023-12-30T05:31:07.509Z | Compiling zeroize v1.7.0 |
1673 | 2023-12-30T05:31:07.512Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' -C metadata=1b69ed1ddf670b50 -C extra-filename=-1b69ed1ddf670b50 --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-54c66ce77046c1a4.so --cap-lints allow -D warnings` |
1674 | 2023-12-30T05:31:07.716Z | Compiling zerocopy-derive v0.7.31 |
1675 | 2023-12-30T05:31:07.719Z | Running `/home/build/.rustup/toolchains/1.74.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.7.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 -C debuginfo=line-tables-only -C metadata=340c52af3dd06b10 -C extra-filename=-340c52af3dd06b10 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1676 | 2023-12-30T05:31:08.078Z | Running `/home/build/.rustup/toolchains/1.74.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=6144d53d6244ae57 -C extra-filename=-6144d53d6244ae57 --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-b0e5892a8dc8abc6.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings --cfg relaxed_coherence` |
1677 | 2023-12-30T05:31:08.669Z | Running `/home/build/.rustup/toolchains/1.74.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=27679b6a1ff6042a -C extra-filename=-27679b6a1ff6042a --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-db195f051fe2c4db.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-d641bf884fcc7ec5.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-4b84f10a950b2555.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1d9f0def4c649509.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --cap-lints allow -D warnings` |
1678 | 2023-12-30T05:31:09.313Z | Running `/home/build/.rustup/toolchains/1.74.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"' -C metadata=b3586cc9ea932d09 -C extra-filename=-b3586cc9ea932d09 --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-78575848a39b5a91.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-69cdfe202d22f709.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -l static=ring-core -l static=ring-test` |
1679 | 2023-12-30T05:31:10.360Z | Running `/home/build/.rustup/toolchains/1.74.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=1ef6d23b19ac3d6b -C extra-filename=-1ef6d23b19ac3d6b --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-95a2c51474ed2042.so --cap-lints allow -D warnings` |
1680 | 2023-12-30T05:31:10.529Z | Compiling crypto-common v0.1.6 |
1681 | 2023-12-30T05:31:10.601Z | Running `/home/build/.rustup/toolchains/1.74.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=5699d189b136fd59 -C extra-filename=-5699d189b136fd59 --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-6144d53d6244ae57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-b0e5892a8dc8abc6.rmeta --cap-lints allow -D warnings` |
1682 | 2023-12-30T05:31:10.605Z | Compiling block-buffer v0.10.4 |
1683 | 2023-12-30T05:31:10.608Z | Running `/home/build/.rustup/toolchains/1.74.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=ad2cb9367955134f -C extra-filename=-ad2cb9367955134f --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-6144d53d6244ae57.rmeta --cap-lints allow -D warnings` |
1684 | 2023-12-30T05:31:10.857Z | Compiling pest v2.7.2 |
1685 | 2023-12-30T05:31:10.861Z | Running `/home/build/.rustup/toolchains/1.74.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=6794cb547fd28a6d -C extra-filename=-6794cb547fd28a6d --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-1ef6d23b19ac3d6b.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-3f965a27b72c64f6.rmeta --cap-lints allow -D warnings` |
1686 | 2023-12-30T05:31:11.021Z | Compiling digest v0.10.7 |
1687 | 2023-12-30T05:31:11.024Z | Running `/home/build/.rustup/toolchains/1.74.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=33cffb59bc14d75d -C extra-filename=-33cffb59bc14d75d --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-ad2cb9367955134f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5699d189b136fd59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings` |
1688 | 2023-12-30T05:31:11.768Z | Running `/work/oxidecomputer/omicron/target/debug/build/async-trait-23e1951a599d59cd/build-script-build` |
1689 | 2023-12-30T05:31:11.861Z | Compiling want v0.3.1 |
1690 | 2023-12-30T05:31:11.865Z | Running `/home/build/.rustup/toolchains/1.74.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=620d2e79a9eb893f -C extra-filename=-620d2e79a9eb893f --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-dd164f28291d1568.rmeta --cap-lints allow -D warnings` |
1691 | 2023-12-30T05:31:12.043Z | Compiling zerocopy v0.7.31 |
1692 | 2023-12-30T05:31:12.080Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' -C metadata=3732617bf49537d4 -C extra-filename=-3732617bf49537d4 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-340c52af3dd06b10.so --cap-lints allow -D warnings` |
1693 | 2023-12-30T05:31:12.288Z | Compiling cpufeatures v0.2.9 |
1694 | 2023-12-30T05:31:12.291Z | Running `/home/build/.rustup/toolchains/1.74.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=161a8fd22ed990c1 -C extra-filename=-161a8fd22ed990c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1695 | 2023-12-30T05:31:12.435Z | Compiling untrusted v0.9.0 |
1696 | 2023-12-30T05:31:12.438Z | Running `/home/build/.rustup/toolchains/1.74.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=018c813ad0174d69 -C extra-filename=-018c813ad0174d69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1697 | 2023-12-30T05:31:12.708Z | Compiling openssl v0.10.60 |
1698 | 2023-12-30T05:31:12.712Z | Running `/home/build/.rustup/toolchains/1.74.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.60/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=73cabd87409db80e -C extra-filename=-73cabd87409db80e --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1699 | 2023-12-30T05:31:13.054Z | Compiling tower-service v0.3.2 |
1700 | 2023-12-30T05:31:13.057Z | Running `/home/build/.rustup/toolchains/1.74.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=977e35ace01a1844 -C extra-filename=-977e35ace01a1844 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1701 | 2023-12-30T05:31:13.240Z | Compiling foreign-types-shared v0.1.1 |
1702 | 2023-12-30T05:31:13.308Z | Running `/home/build/.rustup/toolchains/1.74.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=3851156061296a01 -C extra-filename=-3851156061296a01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1703 | 2023-12-30T05:31:13.402Z | Compiling tracing v0.1.37 |
1704 | 2023-12-30T05:31:13.406Z | Running `/home/build/.rustup/toolchains/1.74.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=f572e5f175be25c2 -C extra-filename=-f572e5f175be25c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-17fa7956a99fcce3.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-6a2fd1b3fb75be06.rmeta --cap-lints allow -D warnings` |
1705 | 2023-12-30T05:31:13.409Z | Compiling openssl-probe v0.1.5 |
1706 | 2023-12-30T05:31:13.433Z | Running `/home/build/.rustup/toolchains/1.74.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=52fc005630b42931 -C extra-filename=-52fc005630b42931 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1707 | 2023-12-30T05:31:13.437Z | Running `/work/oxidecomputer/omicron/target/debug/build/openssl-73cabd87409db80e/build-script-build` |
1708 | 2023-12-30T05:31:13.477Z | Compiling foreign-types v0.3.2 |
1709 | 2023-12-30T05:31:13.481Z | Running `/home/build/.rustup/toolchains/1.74.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=1e6848bdbd9674f1 -C extra-filename=-1e6848bdbd9674f1 --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-3851156061296a01.rmeta --cap-lints allow -D warnings` |
1710 | 2023-12-30T05:31:13.621Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --cfg 'feature="std"' -C metadata=94addb4cbd5e3320 -C extra-filename=-94addb4cbd5e3320 --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-7defc2e9733c79ab.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -l static=ring_core_0_17_7_ -l static=ring_core_0_17_7_test` |
1711 | 2023-12-30T05:31:13.969Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=a59a91390b9da3fe -C extra-filename=-a59a91390b9da3fe --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1712 | 2023-12-30T05:31:14.225Z | Compiling openssl-macros v0.1.1 |
1713 | 2023-12-30T05:31:14.229Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=67de28fdf707fbe2 -C extra-filename=-67de28fdf707fbe2 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1714 | 2023-12-30T05:31:14.725Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-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 --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' -C metadata=340967dacea69100 -C extra-filename=-340967dacea69100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3732617bf49537d4.rmeta --cap-lints allow -D warnings --cfg 'feature="folded_multiply"'` |
1715 | 2023-12-30T05:31:15.513Z | Running `/home/build/.rustup/toolchains/1.74.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.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c6c20295bde35daf -C extra-filename=-c6c20295bde35daf --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d` |
1716 | 2023-12-30T05:31:15.606Z | Compiling hashbrown v0.13.2 |
1717 | 2023-12-30T05:31:15.609Z | Running `/home/build/.rustup/toolchains/1.74.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=5ef5b861026f5dfd -C extra-filename=-5ef5b861026f5dfd --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-340967dacea69100.rmeta --cap-lints allow -D warnings` |
1718 | 2023-12-30T05:31:15.662Z | Compiling mime v0.3.17 |
1719 | 2023-12-30T05:31:15.666Z | Running `/home/build/.rustup/toolchains/1.74.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=6a7bea3b3edc87ca -C extra-filename=-6a7bea3b3edc87ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1720 | 2023-12-30T05:31:15.715Z | Compiling rustls v0.21.9 |
1721 | 2023-12-30T05:31:15.741Z | Running `/home/build/.rustup/toolchains/1.74.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.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=20d61740ec4b8aa7 -C extra-filename=-20d61740ec4b8aa7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1722 | 2023-12-30T05:31:16.235Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustls-20d61740ec4b8aa7/build-script-build` |
1723 | 2023-12-30T05:31:16.279Z | Compiling sct v0.7.0 |
1724 | 2023-12-30T05:31:16.284Z | Running `/home/build/.rustup/toolchains/1.74.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=7cf5d67bd27f607a -C extra-filename=-7cf5d67bd27f607a --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-b3586cc9ea932d09.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2093d66368e033e3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out` |
1725 | 2023-12-30T05:31:16.639Z | Compiling ipnet v2.8.0 |
1726 | 2023-12-30T05:31:16.642Z | Running `/home/build/.rustup/toolchains/1.74.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=a2c535568e1f8609 -C extra-filename=-a2c535568e1f8609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1727 | 2023-12-30T05:31:16.750Z | Compiling native-tls v0.2.11 |
1728 | 2023-12-30T05:31:16.788Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=c476d253bc75cf03 -C extra-filename=-c476d253bc75cf03 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1729 | 2023-12-30T05:31:17.372Z | Compiling rustls-webpki v0.101.7 |
1730 | 2023-12-30T05:31:17.375Z | Running `/home/build/.rustup/toolchains/1.74.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=79bfc7d34aa7fc4f -C extra-filename=-79bfc7d34aa7fc4f --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-94addb4cbd5e3320.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out` |
1731 | 2023-12-30T05:31:17.527Z | Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-c476d253bc75cf03/build-script-build` |
1732 | 2023-12-30T05:31:17.531Z | Compiling rustls-pemfile v1.0.3 |
1733 | 2023-12-30T05:31:17.531Z | Running `/home/build/.rustup/toolchains/1.74.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=70cdd3080355303d -C extra-filename=-70cdd3080355303d --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-2142c24215a1cbad.rmeta --cap-lints allow -D warnings` |
1734 | 2023-12-30T05:31:17.830Z | Compiling backtrace v0.3.69 |
1735 | 2023-12-30T05:31:17.833Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=8ab992b2e43b02ce -C extra-filename=-8ab992b2e43b02ce --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-8ab992b2e43b02ce -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings` |
1736 | 2023-12-30T05:31:18.091Z | Compiling gimli v0.28.0 |
1737 | 2023-12-30T05:31:18.097Z | Running `/home/build/.rustup/toolchains/1.74.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=5da496e35dfcf224 -C extra-filename=-5da496e35dfcf224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1738 | 2023-12-30T05:31:18.676Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.193/src/lib.rs --error-format=json --json=diagnostic-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=81aca5cc339569ca -C extra-filename=-81aca5cc339569ca --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-2b0b8e073f7f1ad3.so --cap-lints allow -D warnings` |
1739 | 2023-12-30T05:31:18.679Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.21.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' -C metadata=e6e9ac35ff5d0474 -C extra-filename=-e6e9ac35ff5d0474 --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-a8da004f5204fad5.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-79bfc7d34aa7fc4f.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-7cf5d67bd27f607a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out` |
1740 | 2023-12-30T05:31:18.772Z | Compiling crossbeam-utils v0.8.16 |
1741 | 2023-12-30T05:31:18.776Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1e3dca98d29440eb -C extra-filename=-1e3dca98d29440eb --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1742 | 2023-12-30T05:31:18.905Z | Compiling unicode-xid v0.2.4 |
1743 | 2023-12-30T05:31:18.908Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=bcfe243e41aa4734 -C extra-filename=-bcfe243e41aa4734 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1744 | 2023-12-30T05:31:18.998Z | Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-8ab992b2e43b02ce/build-script-build` |
1745 | 2023-12-30T05:31:19.040Z | Compiling object v0.32.1 |
1746 | 2023-12-30T05:31:19.044Z | Running `/home/build/.rustup/toolchains/1.74.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=af5fb22b71ac833d -C extra-filename=-af5fb22b71ac833d --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-19c64e24300af82f.rmeta --cap-lints allow -D warnings` |
1747 | 2023-12-30T05:31:19.149Z | Compiling encoding_rs v0.8.33 |
1748 | 2023-12-30T05:31:19.153Z | Running `/home/build/.rustup/toolchains/1.74.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=28791e7cdcc2db15 -C extra-filename=-28791e7cdcc2db15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings` |
1749 | 2023-12-30T05:31:19.677Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-1e3dca98d29440eb/build-script-build` |
1750 | 2023-12-30T05:31:19.719Z | Compiling anyhow v1.0.75 |
1751 | 2023-12-30T05:31:19.722Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=2609063c4951926a -C extra-filename=-2609063c4951926a --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1752 | 2023-12-30T05:31:20.052Z | Compiling rustc-demangle v0.1.23 |
1753 | 2023-12-30T05:31:20.059Z | Running `/home/build/.rustup/toolchains/1.74.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=70aed849af95af3b -C extra-filename=-70aed849af95af3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1754 | 2023-12-30T05:31:20.662Z | Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-2609063c4951926a/build-script-build` |
1755 | 2023-12-30T05:31:20.730Z | Running `/home/build/.rustup/toolchains/1.74.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=479d9e8cd719f4b6 -C extra-filename=-479d9e8cd719f4b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings` |
1756 | 2023-12-30T05:31:20.900Z | Compiling rustls-native-certs v0.6.3 |
1757 | 2023-12-30T05:31:20.903Z | Running `/home/build/.rustup/toolchains/1.74.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=b75ce79c970d398b -C extra-filename=-b75ce79c970d398b --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-52fc005630b42931.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-70cdd3080355303d.rmeta --cap-lints allow -D warnings` |
1758 | 2023-12-30T05:31:21.584Z | Compiling crc32fast v1.3.2 |
1759 | 2023-12-30T05:31:21.588Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=4fe74826f206961b -C extra-filename=-4fe74826f206961b --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1760 | 2023-12-30T05:31:21.679Z | Compiling utf8parse v0.2.1 |
1761 | 2023-12-30T05:31:21.682Z | Running `/home/build/.rustup/toolchains/1.74.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=23480799e7d77cab -C extra-filename=-23480799e7d77cab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1762 | 2023-12-30T05:31:21.932Z | Compiling slog v2.7.0 |
1763 | 2023-12-30T05:31:21.935Z | Running `/home/build/.rustup/toolchains/1.74.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 -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=0e6c76921b9dd799 -C extra-filename=-0e6c76921b9dd799 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1764 | 2023-12-30T05:31:22.444Z | Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-4fe74826f206961b/build-script-build` |
1765 | 2023-12-30T05:31:22.537Z | Compiling base64ct v1.6.0 |
1766 | 2023-12-30T05:31:22.541Z | Running `/home/build/.rustup/toolchains/1.74.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=db2759387f67ed24 -C extra-filename=-db2759387f67ed24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1767 | 2023-12-30T05:31:22.569Z | Compiling webpki-roots v0.25.2 |
1768 | 2023-12-30T05:31:22.572Z | Running `/home/build/.rustup/toolchains/1.74.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=f0b1a41367742ca3 -C extra-filename=-f0b1a41367742ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1769 | 2023-12-30T05:31:22.818Z | Running `/home/build/.rustup/toolchains/1.74.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=ddd6b783a064eb7e -C extra-filename=-ddd6b783a064eb7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings --cfg crc32fast_stdarchx86` |
1770 | 2023-12-30T05:31:22.826Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-0e6c76921b9dd799/build-script-build` |
1771 | 2023-12-30T05:31:22.918Z | Running `/home/build/.rustup/toolchains/1.74.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=e4b1c162c07fec80 -C extra-filename=-e4b1c162c07fec80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg integer128` |
1772 | 2023-12-30T05:31:23.318Z | Compiling anstyle v1.0.2 |
1773 | 2023-12-30T05:31:23.318Z | Running `/home/build/.rustup/toolchains/1.74.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=ae5ed257b591d4e2 -C extra-filename=-ae5ed257b591d4e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1774 | 2023-12-30T05:31:23.546Z | Compiling io-lifetimes v1.0.11 |
1775 | 2023-12-30T05:31:23.550Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="close"' --cfg 'feature="hermit-abi"' --cfg 'feature="libc"' --cfg 'feature="windows-sys"' -C metadata=7f0bb9cfe37845eb -C extra-filename=-7f0bb9cfe37845eb --out-dir /work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1776 | 2023-12-30T05:31:24.054Z | Compiling rustversion v1.0.14 |
1777 | 2023-12-30T05:31:24.057Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=765d7dbc8dd28acc -C extra-filename=-765d7dbc8dd28acc --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1778 | 2023-12-30T05:31:24.285Z | Compiling num-integer v0.1.45 |
1779 | 2023-12-30T05:31:24.288Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=a16d29494631f63a -C extra-filename=-a16d29494631f63a --out-dir /work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1780 | 2023-12-30T05:31:24.613Z | Running `/work/oxidecomputer/omicron/target/debug/build/io-lifetimes-7f0bb9cfe37845eb/build-script-build` |
1781 | 2023-12-30T05:31:24.844Z | Compiling time-core v0.1.1 |
1782 | 2023-12-30T05:31:24.847Z | Running `/home/build/.rustup/toolchains/1.74.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=96cfe055a2065dfc -C extra-filename=-96cfe055a2065dfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1783 | 2023-12-30T05:31:24.950Z | Compiling rustix v0.37.23 |
1784 | 2023-12-30T05:31:24.953Z | Running `/home/build/.rustup/toolchains/1.74.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 -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=ffe698edf9936ad4 -C extra-filename=-ffe698edf9936ad4 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1785 | 2023-12-30T05:31:25.110Z | Compiling addr2line v0.21.0 |
1786 | 2023-12-30T05:31:25.147Z | Running `/home/build/.rustup/toolchains/1.74.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=6052e16ec89be577 -C extra-filename=-6052e16ec89be577 --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-5da496e35dfcf224.rmeta --cap-lints allow -D warnings` |
1787 | 2023-12-30T05:31:25.186Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-765d7dbc8dd28acc/build-script-build` |
1788 | 2023-12-30T05:31:25.284Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=aa4a5c579286af9a -C extra-filename=-aa4a5c579286af9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
1789 | 2023-12-30T05:31:26.044Z | Running `/work/oxidecomputer/omicron/target/debug/build/rustix-ffe698edf9936ad4/build-script-build` |
1790 | 2023-12-30T05:31:26.172Z | Compiling time-macros v0.2.13 |
1791 | 2023-12-30T05:31:26.176Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="formatting"' --cfg 'feature="parsing"' -C metadata=7b759573e934a70a -C extra-filename=-7b759573e934a70a --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-96cfe055a2065dfc.rlib --extern proc_macro --cap-lints allow -D warnings` |
1792 | 2023-12-30T05:31:26.203Z | Running `/home/build/.rustup/toolchains/1.74.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=00720f98abf64e48 -C extra-filename=-00720f98abf64e48 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings --cfg io_safety_is_in_std` |
1793 | 2023-12-30T05:31:26.426Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-integer-a16d29494631f63a/build-script-build` |
1794 | 2023-12-30T05:31:26.468Z | Compiling pem-rfc7468 v0.7.0 |
1795 | 2023-12-30T05:31:26.493Z | Running `/home/build/.rustup/toolchains/1.74.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=477fdaa156d56e80 -C extra-filename=-477fdaa156d56e80 --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-db2759387f67ed24.rmeta --cap-lints allow -D warnings` |
1796 | 2023-12-30T05:31:26.497Z | Compiling synstructure v0.12.6 |
1797 | 2023-12-30T05:31:26.500Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=80bec56890efd24e -C extra-filename=-80bec56890efd24e --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-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings` |
1798 | 2023-12-30T05:31:27.251Z | Compiling futures-executor v0.3.29 |
1799 | 2023-12-30T05:31:27.255Z | Running `/home/build/.rustup/toolchains/1.74.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=7155313a3bd00777 -C extra-filename=-7155313a3bd00777 --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-bacbb989514d74d7.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1d9f0def4c649509.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --cap-lints allow -D warnings` |
1800 | 2023-12-30T05:31:27.712Z | Compiling pest_meta v2.7.2 |
1801 | 2023-12-30T05:31:27.715Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=4d4ada66f29d4330 -C extra-filename=-4d4ada66f29d4330 --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-78575848a39b5a91.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-6794cb547fd28a6d.rmeta --cap-lints allow -D warnings` |
1802 | 2023-12-30T05:31:27.966Z | Compiling der_derive v0.7.2 |
1803 | 2023-12-30T05:31:27.970Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=02405a3921368291 -C extra-filename=-02405a3921368291 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1804 | 2023-12-30T05:31:28.204Z | Compiling flagset v0.4.3 |
1805 | 2023-12-30T05:31:28.207Z | Running `/home/build/.rustup/toolchains/1.74.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=74ed7ba095b83344 -C extra-filename=-74ed7ba095b83344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1806 | 2023-12-30T05:31:28.513Z | Compiling bytes v1.5.0 |
1807 | 2023-12-30T05:31:28.516Z | Running `/home/build/.rustup/toolchains/1.74.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=26d2b68a816ef0bf -C extra-filename=-26d2b68a816ef0bf --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1808 | 2023-12-30T05:31:28.842Z | Compiling bitflags v2.4.0 |
1809 | 2023-12-30T05:31:28.881Z | Running `/home/build/.rustup/toolchains/1.74.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=231be48fc33c3583 -C extra-filename=-231be48fc33c3583 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1810 | 2023-12-30T05:31:29.510Z | Running `/home/build/.rustup/toolchains/1.74.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=fc4ab9d5afef8881 -C extra-filename=-fc4ab9d5afef8881 --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-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings --cfg limb_width_64` |
1811 | 2023-12-30T05:31:29.543Z | Compiling indexmap v2.1.0 |
1812 | 2023-12-30T05:31:29.580Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=e32116058b5ecd69 -C extra-filename=-e32116058b5ecd69 --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-53c175ade642ea34.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-f0335255f70f2164.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1813 | 2023-12-30T05:31:30.380Z | Compiling tokio v1.35.0 |
1814 | 2023-12-30T05:31:30.383Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.35.0/src/lib.rs --error-format=json --json=diagnostic-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=f220d257bdb19ce1 -C extra-filename=-f220d257bdb19ce1 --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-26d2b68a816ef0bf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-46d4bea4d320c912.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a45d52795e3caba7.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1883b6e44d740cc2.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-8361676fc23d9d01.so --cap-lints allow -D warnings` |
1815 | 2023-12-30T05:31:30.719Z | Compiling chrono v0.4.31 |
1816 | 2023-12-30T05:31:30.744Z | Running `/home/build/.rustup/toolchains/1.74.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=dee72db7b50e2635 -C extra-filename=-dee72db7b50e2635 --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-42f31a2f50589a64.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1817 | 2023-12-30T05:31:31.585Z | Compiling uuid v1.6.1 |
1818 | 2023-12-30T05:31:31.589Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' -C metadata=dfa86dca8f1e4c06 -C extra-filename=-dfa86dca8f1e4c06 --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-7defc2e9733c79ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1819 | 2023-12-30T05:31:32.089Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' -C metadata=68535836c6248cbe -C extra-filename=-68535836c6248cbe --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-231be48fc33c3583.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1820 | 2023-12-30T05:31:32.653Z | Compiling http v0.2.11 |
1821 | 2023-12-30T05:31:32.657Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=34aeba7a2b5565c1 -C extra-filename=-34aeba7a2b5565c1 --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-26d2b68a816ef0bf.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --cap-lints allow -D warnings` |
1822 | 2023-12-30T05:31:33.658Z | Running `/home/build/.rustup/toolchains/1.74.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=8694a2231427ed8e -C extra-filename=-8694a2231427ed8e --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1823 | 2023-12-30T05:31:34.227Z | Compiling serde_spanned v0.6.4 |
1824 | 2023-12-30T05:31:34.230Z | Running `/home/build/.rustup/toolchains/1.74.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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=02083e942279b873 -C extra-filename=-02083e942279b873 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1825 | 2023-12-30T05:31:34.597Z | Compiling toml_datetime v0.6.5 |
1826 | 2023-12-30T05:31:34.600Z | Running `/home/build/.rustup/toolchains/1.74.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.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' -C metadata=cff853258082ae9d -C extra-filename=-cff853258082ae9d --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1827 | 2023-12-30T05:31:34.740Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' -C metadata=968b50809f0c1d75 -C extra-filename=-968b50809f0c1d75 --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-26d2b68a816ef0bf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-ef8020d4c811c74a.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings --cfg std_atomic64 --cfg std_atomic` |
1828 | 2023-12-30T05:31:34.892Z | Compiling rustc_version v0.4.0 |
1829 | 2023-12-30T05:31:34.898Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=acc946df0c2c5c42 -C extra-filename=-acc946df0c2c5c42 --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-8694a2231427ed8e.rmeta --cap-lints allow -D warnings` |
1830 | 2023-12-30T05:31:35.309Z | Compiling http-body v0.4.5 |
1831 | 2023-12-30T05:31:35.313Z | Running `/home/build/.rustup/toolchains/1.74.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=fb95526dc5a34bdf -C extra-filename=-fb95526dc5a34bdf --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-26d2b68a816ef0bf.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings` |
1832 | 2023-12-30T05:31:35.942Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=a2491b5699d542e7 -C extra-filename=-a2491b5699d542e7 --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-231be48fc33c3583.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-67de28fdf707fbe2.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.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` |
1833 | 2023-12-30T05:31:36.145Z | Compiling toml_edit v0.19.15 |
1834 | 2023-12-30T05:31:36.148Z | Running `/home/build/.rustup/toolchains/1.74.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=e2500bdc44852e13 -C extra-filename=-e2500bdc44852e13 --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-e32116058b5ecd69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-02083e942279b873.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings` |
1835 | 2023-12-30T05:31:36.306Z | Compiling serde_urlencoded v0.7.1 |
1836 | 2023-12-30T05:31:36.358Z | Running `/home/build/.rustup/toolchains/1.74.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=c1000173e9dffb06 -C extra-filename=-c1000173e9dffb06 --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-f43b5444f1071237.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1837 | 2023-12-30T05:31:36.849Z | Running `/home/build/.rustup/toolchains/1.74.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=f78015f3f4b4e7cf -C extra-filename=-f78015f3f4b4e7cf --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-6052e16ec89be577.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-af5fb22b71ac833d.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70aed849af95af3b.rmeta --cap-lints allow -D warnings` |
1838 | 2023-12-30T05:31:37.024Z | Compiling openapiv3 v2.0.0 |
1839 | 2023-12-30T05:31:37.028Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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="skip_serializing_defaults"' -C metadata=ee510d5a1df366ae -C extra-filename=-ee510d5a1df366ae --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-e32116058b5ecd69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --cap-lints allow -D warnings` |
1840 | 2023-12-30T05:31:37.138Z | Compiling hex v0.4.3 |
1841 | 2023-12-30T05:31:37.144Z | Running `/home/build/.rustup/toolchains/1.74.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=03578e447d799aca -C extra-filename=-03578e447d799aca --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1842 | 2023-12-30T05:31:37.427Z | Compiling num_threads v0.1.6 |
1843 | 2023-12-30T05:31:37.450Z | Running `/home/build/.rustup/toolchains/1.74.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=eec35d3b26bec874 -C extra-filename=-eec35d3b26bec874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1844 | 2023-12-30T05:31:37.608Z | Compiling unicode-segmentation v1.10.1 |
1845 | 2023-12-30T05:31:37.670Z | Running `/home/build/.rustup/toolchains/1.74.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=3db9a7183557834f -C extra-filename=-3db9a7183557834f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1846 | 2023-12-30T05:31:38.087Z | Compiling deranged v0.3.8 |
1847 | 2023-12-30T05:31:38.090Z | Running `/home/build/.rustup/toolchains/1.74.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=f1e8d29b640f424e -C extra-filename=-f1e8d29b640f424e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1848 | 2023-12-30T05:31:39.096Z | Running `/home/build/.rustup/toolchains/1.74.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=e30e64f4bfa38f26 -C extra-filename=-e30e64f4bfa38f26 --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-f78015f3f4b4e7cf.rmeta --cap-lints allow -D warnings` |
1849 | 2023-12-30T05:31:40.723Z | Compiling der v0.7.8 |
1850 | 2023-12-30T05:31:40.729Z | Running `/home/build/.rustup/toolchains/1.74.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=e6835b79b619d6d1 -C extra-filename=-e6835b79b619d6d1 --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-66455a9b00682027.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-02405a3921368291.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-74ed7ba095b83344.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings` |
1851 | 2023-12-30T05:31:41.158Z | Compiling time v0.3.27 |
1852 | 2023-12-30T05:31:41.161Z | Running `/home/build/.rustup/toolchains/1.74.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=d1ff6e7bab6b096b -C extra-filename=-d1ff6e7bab6b096b --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-f1e8d29b640f424e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-eec35d3b26bec874.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-96cfe055a2065dfc.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --cap-lints allow -D warnings` |
1853 | 2023-12-30T05:31:41.373Z | Compiling pest_generator v2.7.2 |
1854 | 2023-12-30T05:31:41.376Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=c3261f6c6df5397d -C extra-filename=-c3261f6c6df5397d --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-6794cb547fd28a6d.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-4d4ada66f29d4330.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings` |
1855 | 2023-12-30T05:31:43.132Z | Compiling tokio-util v0.7.10 |
1856 | 2023-12-30T05:31:43.135Z | Running `/home/build/.rustup/toolchains/1.74.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="io-util"' --cfg 'feature="tracing"' -C metadata=2a94024946263176 -C extra-filename=-2a94024946263176 --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-26d2b68a816ef0bf.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --cap-lints allow -D warnings` |
1857 | 2023-12-30T05:31:44.779Z | Compiling tokio-rustls v0.24.1 |
1858 | 2023-12-30T05:31:44.819Z | Running `/home/build/.rustup/toolchains/1.74.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=bcbd4a518c1df6e5 -C extra-filename=-bcbd4a518c1df6e5 --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-e6e9ac35ff5d0474.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out` |
1859 | 2023-12-30T05:31:45.390Z | Compiling h2 v0.3.21 |
1860 | 2023-12-30T05:31:45.394Z | Running `/home/build/.rustup/toolchains/1.74.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=6c6db608ea9e02d0 -C extra-filename=-6c6db608ea9e02d0 --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-26d2b68a816ef0bf.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-0836b13490fe26db.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --cap-lints allow -D warnings` |
1861 | 2023-12-30T05:31:45.629Z | Compiling zerocopy-derive v0.2.0 |
1862 | 2023-12-30T05:31:45.632Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=acc65cb575e4b3cd -C extra-filename=-acc65cb575e4b3cd --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-28f7157428e3683a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-80bec56890efd24e.rlib --extern proc_macro --cap-lints allow -D warnings` |
1863 | 2023-12-30T05:31:45.659Z | Running `/home/build/.rustup/toolchains/1.74.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=b22e93c0eb8e8193 -C extra-filename=-b22e93c0eb8e8193 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_i128` |
1864 | 2023-12-30T05:31:46.250Z | Running `/home/build/.rustup/toolchains/1.74.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=a726d557570cfcaf -C extra-filename=-a726d557570cfcaf --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-a8da004f5204fad5.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version` |
1865 | 2023-12-30T05:31:46.994Z | Compiling tokio-native-tls v0.3.1 |
1866 | 2023-12-30T05:31:46.997Z | Running `/home/build/.rustup/toolchains/1.74.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=410111972e932f92 -C extra-filename=-410111972e932f92 --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-a726d557570cfcaf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
1867 | 2023-12-30T05:31:47.213Z | Running `/home/build/.rustup/toolchains/1.74.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=c1ccf61937009c6b -C extra-filename=-c1ccf61937009c6b --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-8861c4fe0bf9ac1d.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rmeta --extern io_lifetimes=/work/oxidecomputer/omicron/target/debug/deps/libio_lifetimes-00720f98abf64e48.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings --cfg libc --cfg solarish` |
1868 | 2023-12-30T05:31:47.395Z | Compiling flate2 v1.0.28 |
1869 | 2023-12-30T05:31:47.398Z | Running `/home/build/.rustup/toolchains/1.74.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=5973d0184683efce -C extra-filename=-5973d0184683efce --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-ddd6b783a064eb7e.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-4f9e4bdaef8c0393.rmeta --cap-lints allow -D warnings` |
1870 | 2023-12-30T05:31:49.082Z | Compiling anstyle-parse v0.2.1 |
1871 | 2023-12-30T05:31:49.086Z | Running `/home/build/.rustup/toolchains/1.74.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=ce5764de1bab163e -C extra-filename=-ce5764de1bab163e --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-23480799e7d77cab.rmeta --cap-lints allow -D warnings` |
1872 | 2023-12-30T05:31:49.310Z | Compiling siphasher v0.3.11 |
1873 | 2023-12-30T05:31:49.316Z | Running `/home/build/.rustup/toolchains/1.74.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=1135da77659c2954 -C extra-filename=-1135da77659c2954 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1874 | 2023-12-30T05:31:49.534Z | Compiling colorchoice v1.0.0 |
1875 | 2023-12-30T05:31:49.538Z | Running `/home/build/.rustup/toolchains/1.74.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=dd65179b4ecaff10 -C extra-filename=-dd65179b4ecaff10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1876 | 2023-12-30T05:31:49.630Z | Compiling anstyle-query v1.0.0 |
1877 | 2023-12-30T05:31:49.634Z | Running `/home/build/.rustup/toolchains/1.74.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=ac94e4cd994c263f -C extra-filename=-ac94e4cd994c263f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1878 | 2023-12-30T05:31:49.662Z | Compiling zerocopy v0.3.0 |
1879 | 2023-12-30T05:31:49.665Z | Running `/home/build/.rustup/toolchains/1.74.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=d6913ecfb73c3c90 -C extra-filename=-d6913ecfb73c3c90 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-acc65cb575e4b3cd.so --cap-lints allow -D warnings` |
1880 | 2023-12-30T05:31:49.739Z | Compiling terminal_size v0.2.6 |
1881 | 2023-12-30T05:31:49.742Z | Running `/home/build/.rustup/toolchains/1.74.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=874c7af5b27a9115 -C extra-filename=-874c7af5b27a9115 --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-c1ccf61937009c6b.rmeta --cap-lints allow -D warnings` |
1882 | 2023-12-30T05:31:49.828Z | Compiling anstream v0.5.0 |
1883 | 2023-12-30T05:31:49.831Z | Running `/home/build/.rustup/toolchains/1.74.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=1234f0275edc234f -C extra-filename=-1234f0275edc234f --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-ae5ed257b591d4e2.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-ce5764de1bab163e.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-ac94e4cd994c263f.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-dd65179b4ecaff10.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings` |
1884 | 2023-12-30T05:31:49.959Z | Compiling pest_derive v2.7.2 |
1885 | 2023-12-30T05:31:49.963Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=eb3eb2e13d6abae2 -C extra-filename=-eb3eb2e13d6abae2 --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-6794cb547fd28a6d.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-c3261f6c6df5397d.rlib --extern proc_macro --cap-lints allow -D warnings` |
1886 | 2023-12-30T05:31:50.015Z | Compiling spki v0.7.2 |
1887 | 2023-12-30T05:31:50.018Z | Running `/home/build/.rustup/toolchains/1.74.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=dc4631bd9effa8df -C extra-filename=-dc4631bd9effa8df --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-e6835b79b619d6d1.rmeta --cap-lints allow -D warnings` |
1888 | 2023-12-30T05:31:50.208Z | Compiling heapless v0.7.16 |
1889 | 2023-12-30T05:31:50.211Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' -C metadata=bad39751f9cabda9 -C extra-filename=-bad39751f9cabda9 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-bad39751f9cabda9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-acc946df0c2c5c42.rlib --cap-lints allow -D warnings` |
1890 | 2023-12-30T05:31:50.604Z | Compiling futures v0.3.29 |
1891 | 2023-12-30T05:31:50.607Z | Running `/home/build/.rustup/toolchains/1.74.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=291b307e90d86504 -C extra-filename=-291b307e90d86504 --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-db195f051fe2c4db.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-7155313a3bd00777.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-d641bf884fcc7ec5.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1d9f0def4c649509.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --cap-lints allow -D warnings` |
1892 | 2023-12-30T05:31:50.639Z | Compiling memoffset v0.9.0 |
1893 | 2023-12-30T05:31:50.684Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=04a1f2539d27e3f8 -C extra-filename=-04a1f2539d27e3f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1894 | 2023-12-30T05:31:50.774Z | Compiling usdt-impl v0.3.5 |
1895 | 2023-12-30T05:31:50.778Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=07613bffa45ac679 -C extra-filename=-07613bffa45ac679 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
1896 | 2023-12-30T05:31:50.899Z | Compiling clap_lex v0.5.1 |
1897 | 2023-12-30T05:31:50.902Z | Compiling bit-vec v0.6.3 |
1898 | 2023-12-30T05:31:50.927Z | Running `/home/build/.rustup/toolchains/1.74.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=a4396c6f259c7728 -C extra-filename=-a4396c6f259c7728 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1899 | 2023-12-30T05:31:50.931Z | Running `/home/build/.rustup/toolchains/1.74.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=a55d8fa36e94059e -C extra-filename=-a55d8fa36e94059e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1900 | 2023-12-30T05:31:50.986Z | Running `/work/oxidecomputer/omicron/target/debug/build/heapless-bad39751f9cabda9/build-script-build` |
1901 | 2023-12-30T05:31:51.086Z | Compiling dof v0.1.5 |
1902 | 2023-12-30T05:31:51.089Z | Running `/home/build/.rustup/toolchains/1.74.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=342259231a40b606 -C extra-filename=-342259231a40b606 --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-1ef6d23b19ac3d6b.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-d6913ecfb73c3c90.rmeta --cap-lints allow -D warnings` |
1903 | 2023-12-30T05:31:51.231Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-04a1f2539d27e3f8/build-script-build` |
1904 | 2023-12-30T05:31:51.394Z | Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-07613bffa45ac679/build-script-build` |
1905 | 2023-12-30T05:31:51.434Z | Compiling clap_builder v4.4.2 |
1906 | 2023-12-30T05:31:51.437Z | Running `/home/build/.rustup/toolchains/1.74.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=5719f59f113c47d6 -C extra-filename=-5719f59f113c47d6 --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-1234f0275edc234f.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-ae5ed257b591d4e2.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-a4396c6f259c7728.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-874c7af5b27a9115.rmeta --cap-lints allow -D warnings` |
1907 | 2023-12-30T05:31:51.550Z | Compiling dtrace-parser v0.1.14 |
1908 | 2023-12-30T05:31:51.554Z | Running `/home/build/.rustup/toolchains/1.74.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=95dc9d25ca6cebac -C extra-filename=-95dc9d25ca6cebac --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-6794cb547fd28a6d.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-eb3eb2e13d6abae2.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings` |
1909 | 2023-12-30T05:31:51.600Z | Compiling toml v0.7.8 |
1910 | 2023-12-30T05:31:51.604Z | Running `/home/build/.rustup/toolchains/1.74.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=2326cb9c9a527358 -C extra-filename=-2326cb9c9a527358 --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-81aca5cc339569ca.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-02083e942279b873.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e2500bdc44852e13.rmeta --cap-lints allow -D warnings` |
1911 | 2023-12-30T05:31:51.629Z | Compiling toml_edit v0.21.0 |
1912 | 2023-12-30T05:31:51.682Z | Running `/home/build/.rustup/toolchains/1.74.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.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' -C metadata=b5f8453f86a34589 -C extra-filename=-b5f8453f86a34589 --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-e32116058b5ecd69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-02083e942279b873.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bb48f977d0538890.rmeta --cap-lints allow -D warnings` |
1913 | 2023-12-30T05:31:51.686Z | Compiling clap_derive v4.4.2 |
1914 | 2023-12-30T05:31:51.711Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=9f5ae09213e85125 -C extra-filename=-9f5ae09213e85125 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1915 | 2023-12-30T05:31:52.631Z | Compiling itertools v0.10.5 |
1916 | 2023-12-30T05:31:52.634Z | Running `/home/build/.rustup/toolchains/1.74.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=015c0fad4a8ed83f -C extra-filename=-015c0fad4a8ed83f --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings` |
1917 | 2023-12-30T05:31:54.599Z | Compiling thread-id v4.2.0 |
1918 | 2023-12-30T05:31:54.602Z | Running `/home/build/.rustup/toolchains/1.74.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=9e8738552796bbb4 -C extra-filename=-9e8738552796bbb4 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
1919 | 2023-12-30T05:31:54.767Z | Compiling hash32 v0.2.1 |
1920 | 2023-12-30T05:31:54.770Z | Running `/home/build/.rustup/toolchains/1.74.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=8ca0bcbf99a0bf82 -C extra-filename=-8ca0bcbf99a0bf82 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings` |
1921 | 2023-12-30T05:31:54.982Z | Compiling crossbeam-epoch v0.9.15 |
1922 | 2023-12-30T05:31:54.985Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=3262f2565d2545f8 -C extra-filename=-3262f2565d2545f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1923 | 2023-12-30T05:31:55.352Z | Compiling stable_deref_trait v1.2.0 |
1924 | 2023-12-30T05:31:55.355Z | Running `/home/build/.rustup/toolchains/1.74.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=f91a802ad56db795 -C extra-filename=-f91a802ad56db795 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1925 | 2023-12-30T05:31:55.497Z | Compiling data-encoding v2.4.0 |
1926 | 2023-12-30T05:31:55.500Z | Running `/home/build/.rustup/toolchains/1.74.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=e5f44abe68a68320 -C extra-filename=-e5f44abe68a68320 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1927 | 2023-12-30T05:31:55.810Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-epoch-3262f2565d2545f8/build-script-build` |
1928 | 2023-12-30T05:31:55.871Z | Running `/home/build/.rustup/toolchains/1.74.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=025979a2ac8a4027 -C extra-filename=-025979a2ac8a4027 --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-8ca0bcbf99a0bf82.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-f91a802ad56db795.rmeta --cap-lints allow -D warnings --cfg has_cas --cfg has_atomics` |
1929 | 2023-12-30T05:31:56.034Z | Running `/home/build/.rustup/toolchains/1.74.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=b6fb6e63b2b4a1db -C extra-filename=-b6fb6e63b2b4a1db --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-4ff908e223b9ba35.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-342259231a40b606.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-95dc9d25ca6cebac.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-9e8738552796bbb4.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm --cfg usdt_backend_standard` |
1930 | 2023-12-30T05:31:57.334Z | Compiling hyper v0.14.27 |
1931 | 2023-12-30T05:31:57.337Z | Running `/home/build/.rustup/toolchains/1.74.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=0aaf2370066420d3 -C extra-filename=-0aaf2370066420d3 --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-26d2b68a816ef0bf.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-6c6db608ea9e02d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-fb95526dc5a34bdf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4e488eaa3affc45b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-620d2e79a9eb893f.rmeta --cap-lints allow -D warnings` |
1932 | 2023-12-30T05:31:57.804Z | Running `/home/build/.rustup/toolchains/1.74.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=b6ff563025951da1 -C extra-filename=-b6ff563025951da1 --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` |
1933 | 2023-12-30T05:31:57.961Z | Compiling pkcs8 v0.10.2 |
1934 | 2023-12-30T05:31:57.965Z | Running `/home/build/.rustup/toolchains/1.74.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=39538edefc759022 -C extra-filename=-39538edefc759022 --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-e6835b79b619d6d1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-dc4631bd9effa8df.rmeta --cap-lints allow -D warnings` |
1935 | 2023-12-30T05:31:58.920Z | Compiling serde_tokenstream v0.1.7 |
1936 | 2023-12-30T05:31:58.950Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=f1b9b904173f7877 -C extra-filename=-f1b9b904173f7877 --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-28f7157428e3683a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --cap-lints allow -D warnings` |
1937 | 2023-12-30T05:31:58.973Z | Compiling strum_macros v0.25.2 |
1938 | 2023-12-30T05:31:58.979Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=66239c5eb518f684 -C extra-filename=-66239c5eb518f684 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1939 | 2023-12-30T05:31:59.548Z | Compiling zerocopy-derive v0.6.4 |
1940 | 2023-12-30T05:31:59.551Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=46abb8c0b98a593c -C extra-filename=-46abb8c0b98a593c --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1941 | 2023-12-30T05:31:59.734Z | Compiling num-iter v0.1.43 |
1942 | 2023-12-30T05:31:59.737Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="i128"' -C metadata=cfdee6315037ba62 -C extra-filename=-cfdee6315037ba62 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
1943 | 2023-12-30T05:32:00.318Z | Compiling fixedbitset v0.4.2 |
1944 | 2023-12-30T05:32:00.343Z | Running `/home/build/.rustup/toolchains/1.74.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=df657a3bdf785ff2 -C extra-filename=-df657a3bdf785ff2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1945 | 2023-12-30T05:32:00.723Z | Compiling clap v4.4.3 |
1946 | 2023-12-30T05:32:00.730Z | Running `/home/build/.rustup/toolchains/1.74.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=4aaae1e4e37a6bca -C extra-filename=-4aaae1e4e37a6bca --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-5719f59f113c47d6.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-9f5ae09213e85125.so --cap-lints allow -D warnings` |
1947 | 2023-12-30T05:32:00.890Z | Compiling managed v0.8.0 |
1948 | 2023-12-30T05:32:00.893Z | Running `/home/build/.rustup/toolchains/1.74.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=f3363b8ae905f1e2 -C extra-filename=-f3363b8ae905f1e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1949 | 2023-12-30T05:32:01.034Z | Compiling petgraph v0.6.4 |
1950 | 2023-12-30T05:32:01.078Z | Running `/home/build/.rustup/toolchains/1.74.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=c302401deee1851d -C extra-filename=-c302401deee1851d --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-df657a3bdf785ff2.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --cap-lints allow -D warnings` |
1951 | 2023-12-30T05:32:01.639Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-iter-cfdee6315037ba62/build-script-build` |
1952 | 2023-12-30T05:32:01.887Z | Running `/home/build/.rustup/toolchains/1.74.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=f0fa698477c03a85 -C extra-filename=-f0fa698477c03a85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-b6ff563025951da1.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-9e6bfb0ad023803f.rmeta --cap-lints allow -D warnings` |
1953 | 2023-12-30T05:32:03.167Z | Compiling bit-set v0.5.3 |
1954 | 2023-12-30T05:32:03.171Z | Running `/home/build/.rustup/toolchains/1.74.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=1273314ddbc76afe -C extra-filename=-1273314ddbc76afe --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-a55d8fa36e94059e.rmeta --cap-lints allow -D warnings` |
1955 | 2023-12-30T05:32:03.246Z | Compiling phf_shared v0.10.0 |
1956 | 2023-12-30T05:32:03.249Z | Running `/home/build/.rustup/toolchains/1.74.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=b2e47393eb942112 -C extra-filename=-b2e47393eb942112 --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-1135da77659c2954.rmeta --cap-lints allow -D warnings` |
1957 | 2023-12-30T05:32:03.583Z | Compiling ipnetwork v0.20.0 |
1958 | 2023-12-30T05:32:03.588Z | Running `/home/build/.rustup/toolchains/1.74.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=cccbd41aa93620ff -C extra-filename=-cccbd41aa93620ff --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-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1959 | 2023-12-30T05:32:03.614Z | Compiling zerocopy v0.6.4 |
1960 | 2023-12-30T05:32:03.618Z | Running `/home/build/.rustup/toolchains/1.74.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=8d14b62f88fd6910 -C extra-filename=-8d14b62f88fd6910 --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-4ff908e223b9ba35.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-46abb8c0b98a593c.so --cap-lints allow -D warnings` |
1961 | 2023-12-30T05:32:03.906Z | Compiling sha2 v0.10.8 |
1962 | 2023-12-30T05:32:03.909Z | Running `/home/build/.rustup/toolchains/1.74.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=876403c8157aaf07 -C extra-filename=-876403c8157aaf07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --cap-lints allow -D warnings` |
1963 | 2023-12-30T05:32:05.044Z | Compiling minimal-lexical v0.2.1 |
1964 | 2023-12-30T05:32:05.048Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=5bf297f54c1c9b96 -C extra-filename=-5bf297f54c1c9b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1965 | 2023-12-30T05:32:05.098Z | Compiling precomputed-hash v0.1.1 |
1966 | 2023-12-30T05:32:05.134Z | Running `/home/build/.rustup/toolchains/1.74.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=be16b96cd7defe0a -C extra-filename=-be16b96cd7defe0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1967 | 2023-12-30T05:32:05.167Z | Compiling new_debug_unreachable v1.0.4 |
1968 | 2023-12-30T05:32:05.170Z | Running `/home/build/.rustup/toolchains/1.74.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=08a7a2cf8d163ca8 -C extra-filename=-08a7a2cf8d163ca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1969 | 2023-12-30T05:32:05.265Z | Running `/home/build/.rustup/toolchains/1.74.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=d8cd4b690e287255 -C extra-filename=-d8cd4b690e287255 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_i128 --cfg rustc_1_28` |
1970 | 2023-12-30T05:32:05.301Z | Compiling string_cache v0.8.7 |
1971 | 2023-12-30T05:32:05.304Z | Running `/home/build/.rustup/toolchains/1.74.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=985cb4d25c7efa21 -C extra-filename=-985cb4d25c7efa21 --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-08a7a2cf8d163ca8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-b2e47393eb942112.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-be16b96cd7defe0a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
1972 | 2023-12-30T05:32:05.536Z | Compiling usdt-macro v0.3.5 |
1973 | 2023-12-30T05:32:05.540Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=6cc7ec507f9f08c3 -C extra-filename=-6cc7ec507f9f08c3 --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-95dc9d25ca6cebac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f1b9b904173f7877.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b6fb6e63b2b4a1db.rlib --extern proc_macro --cap-lints allow -D warnings` |
1974 | 2023-12-30T05:32:05.879Z | Compiling nom v7.1.3 |
1975 | 2023-12-30T05:32:05.882Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=24dc8bd775458b21 -C extra-filename=-24dc8bd775458b21 --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-19c64e24300af82f.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-5bf297f54c1c9b96.rmeta --cap-lints allow -D warnings` |
1976 | 2023-12-30T05:32:06.054Z | Compiling usdt-attr-macro v0.3.5 |
1977 | 2023-12-30T05:32:06.058Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="asm"' -C metadata=43b30109c3416c43 -C extra-filename=-43b30109c3416c43 --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-95dc9d25ca6cebac.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-f1b9b904173f7877.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b6fb6e63b2b4a1db.rlib --extern proc_macro --cap-lints allow -D warnings` |
1978 | 2023-12-30T05:32:06.409Z | Compiling hmac v0.12.1 |
1979 | 2023-12-30T05:32:06.444Z | Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="reset"' -C metadata=22e8ca75eff77819 -C extra-filename=-22e8ca75eff77819 --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-33cffb59bc14d75d.rmeta --cap-lints allow -D warnings` |
1980 | 2023-12-30T05:32:06.787Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1981 | 2023-12-30T05:32:06.790Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=b6d4a8519447d0ad -C extra-filename=-b6d4a8519447d0ad --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b6d4a8519447d0ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings` |
1982 | 2023-12-30T05:32:07.570Z | Compiling doc-comment v0.3.3 |
1983 | 2023-12-30T05:32:07.573Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=ca2ad0e50b7a2d32 -C extra-filename=-ca2ad0e50b7a2d32 --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1984 | 2023-12-30T05:32:07.670Z | Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-b6d4a8519447d0ad/build-script-build` |
1985 | 2023-12-30T05:32:07.923Z | Compiling pin-project-internal v1.1.3 |
1986 | 2023-12-30T05:32:07.926Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=e97c39305e815a47 -C extra-filename=-e97c39305e815a47 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
1987 | 2023-12-30T05:32:08.053Z | Compiling itertools v0.11.0 |
1988 | 2023-12-30T05:32:08.056Z | Running `/home/build/.rustup/toolchains/1.74.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=89a889cf9a6c2547 -C extra-filename=-89a889cf9a6c2547 --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings` |
1989 | 2023-12-30T05:32:08.578Z | Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-ca2ad0e50b7a2d32/build-script-build` |
1990 | 2023-12-30T05:32:08.779Z | Compiling hyper-tls v0.5.0 |
1991 | 2023-12-30T05:32:08.783Z | Running `/home/build/.rustup/toolchains/1.74.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=5679f37b788e4e90 -C extra-filename=-5679f37b788e4e90 --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-26d2b68a816ef0bf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-a726d557570cfcaf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-410111972e932f92.rmeta --cap-lints allow -D warnings -L native=/usr/ssl-3/lib/amd64` |
1992 | 2023-12-30T05:32:08.813Z | Compiling hyper-rustls v0.24.2 |
1993 | 2023-12-30T05:32:08.838Z | Running `/home/build/.rustup/toolchains/1.74.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=6734e8ec3b55d985 -C extra-filename=-6734e8ec3b55d985 --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-27679b6a1ff6042a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-b75ce79c970d398b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bcbd4a518c1df6e5.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out` |
1994 | 2023-12-30T05:32:08.842Z | Compiling usdt v0.3.5 |
1995 | 2023-12-30T05:32:08.848Z | Running `/home/build/.rustup/toolchains/1.74.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=a6a3318ebc567ad9 -C extra-filename=-a6a3318ebc567ad9 --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-95dc9d25ca6cebac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-43b30109c3416c43.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-b6fb6e63b2b4a1db.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-6cc7ec507f9f08c3.so --cap-lints allow -D warnings` |
1996 | 2023-12-30T05:32:09.251Z | Compiling lalrpop-util v0.19.12 |
1997 | 2023-12-30T05:32:09.254Z | Running `/home/build/.rustup/toolchains/1.74.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=5f0c5f1a0483f4f9 -C extra-filename=-5f0c5f1a0483f4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
1998 | 2023-12-30T05:32:09.309Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1999 | 2023-12-30T05:32:09.312Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=2520cd927eeb8c43 -C extra-filename=-2520cd927eeb8c43 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2000 | 2023-12-30T05:32:09.655Z | Compiling reqwest v0.11.22 |
2001 | 2023-12-30T05:32:09.659Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' -C metadata=7401df202a7f1532 -C extra-filename=-7401df202a7f1532 --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-2142c24215a1cbad.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-6c6db608ea9e02d0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-fb95526dc5a34bdf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-5679f37b788e4e90.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2c535568e1f8609.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-a726d557570cfcaf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-70cdd3080355303d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-410111972e932f92.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bcbd4a518c1df6e5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-977e35ace01a1844.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-f0b1a41367742ca3.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
2002 | 2023-12-30T05:32:09.772Z | Compiling regex-automata v0.1.10 |
2003 | 2023-12-30T05:32:09.775Z | Running `/home/build/.rustup/toolchains/1.74.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=996bc283328738f3 -C extra-filename=-996bc283328738f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2004 | 2023-12-30T05:32:10.337Z | Compiling matches v0.1.10 |
2005 | 2023-12-30T05:32:10.340Z | Running `/home/build/.rustup/toolchains/1.74.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=df44d0fe1ef96816 -C extra-filename=-df44d0fe1ef96816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2006 | 2023-12-30T05:32:10.479Z | Compiling idna v0.2.3 |
2007 | 2023-12-30T05:32:10.530Z | Running `/home/build/.rustup/toolchains/1.74.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=6852aa9ad09af8fd -C extra-filename=-6852aa9ad09af8fd --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-df44d0fe1ef96816.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings` |
2008 | 2023-12-30T05:32:10.533Z | Compiling bstr v0.2.17 |
2009 | 2023-12-30T05:32:10.536Z | Running `/home/build/.rustup/toolchains/1.74.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=b8e8dc310f6d46a3 -C extra-filename=-b8e8dc310f6d46a3 --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-1e7ab31398eb494a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-996bc283328738f3.rmeta --cap-lints allow -D warnings` |
2010 | 2023-12-30T05:32:10.737Z | Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-2520cd927eeb8c43/build-script-build` |
2011 | 2023-12-30T05:32:10.866Z | Running `/home/build/.rustup/toolchains/1.74.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=07fc207f0825dc23 -C extra-filename=-07fc207f0825dc23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2012 | 2023-12-30T05:32:11.005Z | Running `/home/build/.rustup/toolchains/1.74.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=76daf4d3322729a2 -C extra-filename=-76daf4d3322729a2 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -l static=bz2` |
2013 | 2023-12-30T05:32:11.215Z | Compiling block-padding v0.3.3 |
2014 | 2023-12-30T05:32:11.218Z | Running `/home/build/.rustup/toolchains/1.74.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=68f1e95159cd6e6c -C extra-filename=-68f1e95159cd6e6c --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-6144d53d6244ae57.rmeta --cap-lints allow -D warnings` |
2015 | 2023-12-30T05:32:11.611Z | Compiling enum-as-inner v0.5.1 |
2016 | 2023-12-30T05:32:11.614Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=27803a47156d2921 -C extra-filename=-27803a47156d2921 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2017 | 2023-12-30T05:32:12.079Z | Compiling diesel_table_macro_syntax v0.1.0 |
2018 | 2023-12-30T05:32:12.085Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=089255638adf24a0 -C extra-filename=-089255638adf24a0 --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-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings` |
2019 | 2023-12-30T05:32:12.727Z | Compiling scheduled-thread-pool v0.2.7 |
2020 | 2023-12-30T05:32:12.730Z | Running `/home/build/.rustup/toolchains/1.74.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=281b12225fe72a61 -C extra-filename=-281b12225fe72a61 --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-a83af483cd943d6f.rmeta --cap-lints allow -D warnings` |
2021 | 2023-12-30T05:32:12.864Z | Compiling num-bigint v0.4.4 |
2022 | 2023-12-30T05:32:12.867Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rand"' --cfg 'feature="std"' -C metadata=8bc1e19ddb5ababb -C extra-filename=-8bc1e19ddb5ababb --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
2023 | 2023-12-30T05:32:12.976Z | Compiling regex-automata v0.3.8 |
2024 | 2023-12-30T05:32:13.015Z | Running `/home/build/.rustup/toolchains/1.74.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=557357d191a468a1 -C extra-filename=-557357d191a468a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2025 | 2023-12-30T05:32:13.158Z | Compiling predicates-core v1.0.6 |
2026 | 2023-12-30T05:32:13.161Z | Running `/home/build/.rustup/toolchains/1.74.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=7d111e89a58c4d20 -C extra-filename=-7d111e89a58c4d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2027 | 2023-12-30T05:32:13.562Z | Compiling pin-project v1.1.3 |
2028 | 2023-12-30T05:32:13.567Z | Running `/home/build/.rustup/toolchains/1.74.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=7f69f2d0e7cd2357 -C extra-filename=-7f69f2d0e7cd2357 --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-e97c39305e815a47.so --cap-lints allow -D warnings` |
2029 | 2023-12-30T05:32:13.595Z | Compiling smoltcp v0.9.1 |
2030 | 2023-12-30T05:32:13.598Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' -C metadata=3f19b69e0ee2b199 -C extra-filename=-3f19b69e0ee2b199 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2031 | 2023-12-30T05:32:13.667Z | Compiling static_assertions v1.1.0 |
2032 | 2023-12-30T05:32:13.667Z | Running `/home/build/.rustup/toolchains/1.74.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=37fff62241e99816 -C extra-filename=-37fff62241e99816 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2033 | 2023-12-30T05:32:13.799Z | Compiling trust-dns-proto v0.22.0 |
2034 | 2023-12-30T05:32:13.802Z | Compiling r2d2 v0.8.10 |
2035 | 2023-12-30T05:32:13.803Z | Running `/home/build/.rustup/toolchains/1.74.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=777f845dcb8b5f3c -C extra-filename=-777f845dcb8b5f3c --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-a59a91390b9da3fe.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-27803a47156d2921.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-d641bf884fcc7ec5.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-6852aa9ad09af8fd.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-a2c535568e1f8609.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings` |
2036 | 2023-12-30T05:32:13.803Z | Running `/home/build/.rustup/toolchains/1.74.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=d2e38acedf28ac48 -C extra-filename=-d2e38acedf28ac48 --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-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-281b12225fe72a61.rmeta --cap-lints allow -D warnings` |
2037 | 2023-12-30T05:32:13.854Z | Compiling diesel_derives v2.1.2 |
2038 | 2023-12-30T05:32:13.857Z | Running `/home/build/.rustup/toolchains/1.74.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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=6f7a41d19d3df70a -C extra-filename=-6f7a41d19d3df70a --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-089255638adf24a0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2039 | 2023-12-30T05:32:14.165Z | Compiling inout v0.1.3 |
2040 | 2023-12-30T05:32:14.169Z | Running `/home/build/.rustup/toolchains/1.74.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=1a9e3523b07eea92 -C extra-filename=-1a9e3523b07eea92 --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-68f1e95159cd6e6c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rmeta --cap-lints allow -D warnings` |
2041 | 2023-12-30T05:32:14.341Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-8bc1e19ddb5ababb/build-script-build` |
2042 | 2023-12-30T05:32:14.403Z | Compiling bzip2 v0.4.4 |
2043 | 2023-12-30T05:32:14.406Z | Running `/home/build/.rustup/toolchains/1.74.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=8b9631db66df3aca -C extra-filename=-8b9631db66df3aca --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-76daf4d3322729a2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2044 | 2023-12-30T05:32:14.600Z | Running `/home/build/.rustup/toolchains/1.74.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=8243418c18ba90fb -C extra-filename=-8243418c18ba90fb --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` |
2045 | 2023-12-30T05:32:14.840Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-3f19b69e0ee2b199/build-script-build` |
2046 | 2023-12-30T05:32:14.857Z | Compiling md-5 v0.10.5 |
2047 | 2023-12-30T05:32:14.863Z | Running `/home/build/.rustup/toolchains/1.74.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=7bcdbd8204bb3342 -C extra-filename=-7bcdbd8204bb3342 --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-33cffb59bc14d75d.rmeta --cap-lints allow -D warnings` |
2048 | 2023-12-30T05:32:14.895Z | Compiling hubpack_derive v0.1.1 |
2049 | 2023-12-30T05:32:14.944Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=ec37e3ccb1bcb022 -C extra-filename=-ec37e3ccb1bcb022 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2050 | 2023-12-30T05:32:14.962Z | Compiling snafu-derive v0.7.5 |
2051 | 2023-12-30T05:32:14.966Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' -C metadata=70e1a57a259da692 -C extra-filename=-70e1a57a259da692 --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2052 | 2023-12-30T05:32:15.151Z | Compiling stringprep v0.1.3 |
2053 | 2023-12-30T05:32:15.154Z | Running `/home/build/.rustup/toolchains/1.74.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=c73b32aa8e3e453a -C extra-filename=-c73b32aa8e3e453a --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-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings` |
2054 | 2023-12-30T05:32:15.234Z | Compiling console v0.15.7 |
2055 | 2023-12-30T05:32:15.237Z | Running `/home/build/.rustup/toolchains/1.74.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=33a5928f2ec0ac9f -C extra-filename=-33a5928f2ec0ac9f --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-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2056 | 2023-12-30T05:32:16.613Z | Compiling bstr v1.6.0 |
2057 | 2023-12-30T05:32:16.616Z | Running `/home/build/.rustup/toolchains/1.74.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=ce6aeddc0b5d8d62 -C extra-filename=-ce6aeddc0b5d8d62 --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-19c64e24300af82f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-557357d191a468a1.rmeta --cap-lints allow -D warnings` |
2058 | 2023-12-30T05:32:16.839Z | Compiling ff v0.13.0 |
2059 | 2023-12-30T05:32:16.842Z | Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="alloc"' -C metadata=0fbfb3da863b7ff5 -C extra-filename=-0fbfb3da863b7ff5 --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-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings` |
2060 | 2023-12-30T05:32:17.059Z | Compiling float-cmp v0.9.0 |
2061 | 2023-12-30T05:32:17.102Z | Running `/home/build/.rustup/toolchains/1.74.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=d2052c460f19a2f0 -C extra-filename=-d2052c460f19a2f0 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings` |
2062 | 2023-12-30T05:32:17.192Z | Compiling difflib v0.4.0 |
2063 | 2023-12-30T05:32:17.200Z | Running `/home/build/.rustup/toolchains/1.74.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=976322e8de8781b1 -C extra-filename=-976322e8de8781b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2064 | 2023-12-30T05:32:17.415Z | Compiling fallible-iterator v0.2.0 |
2065 | 2023-12-30T05:32:17.420Z | Running `/home/build/.rustup/toolchains/1.74.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=7fe9b24bd1de73c0 -C extra-filename=-7fe9b24bd1de73c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2066 | 2023-12-30T05:32:17.685Z | Compiling base16ct v0.2.0 |
2067 | 2023-12-30T05:32:17.711Z | Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="alloc"' -C metadata=7fa1f6396052bdb1 -C extra-filename=-7fa1f6396052bdb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2068 | 2023-12-30T05:32:18.210Z | Compiling normalize-line-endings v0.3.0 |
2069 | 2023-12-30T05:32:18.213Z | Running `/home/build/.rustup/toolchains/1.74.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=86b0188f6686b0fa -C extra-filename=-86b0188f6686b0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2070 | 2023-12-30T05:32:18.401Z | Compiling predicates v3.0.4 |
2071 | 2023-12-30T05:32:18.433Z | Running `/home/build/.rustup/toolchains/1.74.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=9b09d7118d86b34c -C extra-filename=-9b09d7118d86b34c --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-ae5ed257b591d4e2.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-976322e8de8781b1.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-d2052c460f19a2f0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-89a889cf9a6c2547.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-86b0188f6686b0fa.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings` |
2072 | 2023-12-30T05:32:18.620Z | Compiling postgres-protocol v0.6.6 |
2073 | 2023-12-30T05:32:18.664Z | Running `/home/build/.rustup/toolchains/1.74.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=1f5132814344f5b1 -C extra-filename=-1f5132814344f5b1 --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-2142c24215a1cbad.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-22e8ca75eff77819.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-7bcdbd8204bb3342.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-c73b32aa8e3e453a.rmeta --cap-lints allow -D warnings` |
2074 | 2023-12-30T05:32:19.249Z | Compiling sec1 v0.7.3 |
2075 | 2023-12-30T05:32:19.252Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' -C metadata=73482ea2b82fb267 -C extra-filename=-73482ea2b82fb267 --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-7fa1f6396052bdb1.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6835b79b619d6d1.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-39538edefc759022.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings` |
2076 | 2023-12-30T05:32:19.953Z | Compiling group v0.13.0 |
2077 | 2023-12-30T05:32:19.956Z | Running `/home/build/.rustup/toolchains/1.74.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 --cfg 'feature="alloc"' -C metadata=484458b429b76554 -C extra-filename=-484458b429b76554 --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-0fbfb3da863b7ff5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings` |
2078 | 2023-12-30T05:32:20.175Z | Compiling hubpack v0.1.2 |
2079 | 2023-12-30T05:32:20.179Z | Running `/home/build/.rustup/toolchains/1.74.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=c75f6076a24bb191 -C extra-filename=-c75f6076a24bb191 --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-ec37e3ccb1bcb022.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2080 | 2023-12-30T05:32:20.424Z | Running `/home/build/.rustup/toolchains/1.74.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=e999d9c2c3b1bdc7 -C extra-filename=-e999d9c2c3b1bdc7 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --cap-lints allow -D warnings --cfg u64_digit --cfg has_try_from --cfg use_addcarry` |
2081 | 2023-12-30T05:32:20.934Z | Running `/home/build/.rustup/toolchains/1.74.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=cdf29f6919d65fd6 -C extra-filename=-cdf29f6919d65fd6 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-025979a2ac8a4027.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings` |
2082 | 2023-12-30T05:32:20.937Z | Compiling zip v0.6.6 |
2083 | 2023-12-30T05:32:20.941Z | Running `/home/build/.rustup/toolchains/1.74.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=76dc1c2985d9a15a -C extra-filename=-76dc1c2985d9a15a --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-4ff908e223b9ba35.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-8b9631db66df3aca.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-ddd6b783a064eb7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2084 | 2023-12-30T05:32:21.230Z | Compiling cipher v0.4.4 |
2085 | 2023-12-30T05:32:21.234Z | Running `/home/build/.rustup/toolchains/1.74.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=ea9b7c9563393109 -C extra-filename=-ea9b7c9563393109 --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-5699d189b136fd59.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1a9e3523b07eea92.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings` |
2086 | 2023-12-30T05:32:22.025Z | Compiling similar v2.3.0 |
2087 | 2023-12-30T05:32:22.061Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="bstr"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' -C metadata=4a7b84e25ebd2235 -C extra-filename=-4a7b84e25ebd2235 --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-b8e8dc310f6d46a3.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --cap-lints allow -D warnings` |
2088 | 2023-12-30T05:32:23.342Z | Compiling hkdf v0.12.3 |
2089 | 2023-12-30T05:32:23.345Z | Running `/home/build/.rustup/toolchains/1.74.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=d58b7711aa13f4fb -C extra-filename=-d58b7711aa13f4fb --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-22e8ca75eff77819.rmeta --cap-lints allow -D warnings` |
2090 | 2023-12-30T05:32:23.743Z | Compiling phf_shared v0.11.2 |
2091 | 2023-12-30T05:32:23.747Z | Running `/home/build/.rustup/toolchains/1.74.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=99682a769b4285fe -C extra-filename=-99682a769b4285fe --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-1135da77659c2954.rmeta --cap-lints allow -D warnings` |
2092 | 2023-12-30T05:32:24.340Z | Compiling crypto-bigint v0.5.2 |
2093 | 2023-12-30T05:32:24.340Z | Running `/home/build/.rustup/toolchains/1.74.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=cd5e6edb760855e8 -C extra-filename=-cd5e6edb760855e8 --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-6144d53d6244ae57.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings` |
2094 | 2023-12-30T05:32:24.582Z | Compiling serde_repr v0.1.16 |
2095 | 2023-12-30T05:32:24.631Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=a90108dd15d5a02b -C extra-filename=-a90108dd15d5a02b --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2096 | 2023-12-30T05:32:25.163Z | Compiling snafu v0.7.5 |
2097 | 2023-12-30T05:32:25.167Z | Running `/home/build/.rustup/toolchains/1.74.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="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_39"' --cfg 'feature="rust_1_46"' --cfg 'feature="std"' -C metadata=66f725df0b3108ef -C extra-filename=-66f725df0b3108ef --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-07fc207f0825dc23.rmeta --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-7f69f2d0e7cd2357.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-70e1a57a259da692.so --cap-lints allow -D warnings` |
2098 | 2023-12-30T05:32:26.260Z | Compiling yasna v0.5.2 |
2099 | 2023-12-30T05:32:26.263Z | Running `/home/build/.rustup/toolchains/1.74.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=4d82b57d4e7e0298 -C extra-filename=-4d82b57d4e7e0298 --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-a55d8fa36e94059e.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e999d9c2c3b1bdc7.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings` |
2100 | 2023-12-30T05:32:26.604Z | Compiling phf v0.11.2 |
2101 | 2023-12-30T05:32:26.610Z | Running `/home/build/.rustup/toolchains/1.74.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=1b99faa62037c9e8 -C extra-filename=-1b99faa62037c9e8 --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-99682a769b4285fe.rmeta --cap-lints allow -D warnings` |
2102 | 2023-12-30T05:32:26.769Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2103 | 2023-12-30T05:32:26.772Z | Running `/home/build/.rustup/toolchains/1.74.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=72cf4a4a7fd7e39f -C extra-filename=-72cf4a4a7fd7e39f --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-8861c4fe0bf9ac1d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c75f6076a24bb191.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-a90108dd15d5a02b.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-cdf29f6919d65fd6.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-66239c5eb518f684.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --cap-lints allow -D warnings` |
2104 | 2023-12-30T05:32:27.044Z | Compiling postgres-types v0.2.6 |
2105 | 2023-12-30T05:32:27.047Z | Running `/home/build/.rustup/toolchains/1.74.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=aa2ed84260f9def6 -C extra-filename=-aa2ed84260f9def6 --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-26d2b68a816ef0bf.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1f5132814344f5b1.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings` |
2106 | 2023-12-30T05:32:27.987Z | Compiling elliptic-curve v0.13.8 |
2107 | 2023-12-30T05:32:27.990Z | Running `/home/build/.rustup/toolchains/1.74.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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' -C metadata=cd6ec43675eee141 -C extra-filename=-cd6ec43675eee141 --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-7fa1f6396052bdb1.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-cd5e6edb760855e8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-0fbfb3da863b7ff5.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-484458b429b76554.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-39538edefc759022.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-73482ea2b82fb267.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings` |
2108 | 2023-12-30T05:32:29.353Z | Compiling whoami v1.4.1 |
2109 | 2023-12-30T05:32:29.356Z | Running `/home/build/.rustup/toolchains/1.74.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=bebeedfb8f542523 -C extra-filename=-bebeedfb8f542523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2110 | 2023-12-30T05:32:29.576Z | Compiling tokio-stream v0.1.14 |
2111 | 2023-12-30T05:32:29.579Z | Running `/home/build/.rustup/toolchains/1.74.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=84202dd1b4c44eb5 -C extra-filename=-84202dd1b4c44eb5 --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-bacbb989514d74d7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings` |
2112 | 2023-12-30T05:32:29.665Z | Compiling serde_tokenstream v0.2.0 |
2113 | 2023-12-30T05:32:29.668Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=2cacba45548a3db7 -C extra-filename=-2cacba45548a3db7 --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-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings` |
2114 | 2023-12-30T05:32:30.268Z | Compiling tokio-postgres v0.7.10 |
2115 | 2023-12-30T05:32:30.271Z | Running `/home/build/.rustup/toolchains/1.74.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=a5b66e74bdcf8323 -C extra-filename=-a5b66e74bdcf8323 --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-a59a91390b9da3fe.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-7fe9b24bd1de73c0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-1b99faa62037c9e8.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1f5132814344f5b1.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-aa2ed84260f9def6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1883b6e44d740cc2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-bebeedfb8f542523.rmeta --cap-lints allow -D warnings` |
2116 | 2023-12-30T05:32:30.378Z | Compiling regress v0.7.1 |
2117 | 2023-12-30T05:32:30.406Z | Running `/home/build/.rustup/toolchains/1.74.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=e64193c8b09548d2 -C extra-filename=-e64193c8b09548d2 --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-5ef5b861026f5dfd.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings` |
2118 | 2023-12-30T05:32:30.525Z | Compiling getopts v0.2.21 |
2119 | 2023-12-30T05:32:30.529Z | Running `/home/build/.rustup/toolchains/1.74.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=baeed00c4892b615 -C extra-filename=-baeed00c4892b615 --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2120 | 2023-12-30T05:32:31.070Z | Compiling unsafe-libyaml v0.2.9 |
2121 | 2023-12-30T05:32:31.073Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=69935394b6ae5591 -C extra-filename=-69935394b6ae5591 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2122 | 2023-12-30T05:32:32.219Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2123 | 2023-12-30T05:32:32.222Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=64beaabacfe3accc -C extra-filename=-64beaabacfe3accc --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-26d2b68a816ef0bf.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
2124 | 2023-12-30T05:32:32.847Z | Compiling fastrand v2.0.0 |
2125 | 2023-12-30T05:32:32.850Z | Running `/home/build/.rustup/toolchains/1.74.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=093a2b7dc323b192 -C extra-filename=-093a2b7dc323b192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2126 | 2023-12-30T05:32:33.768Z | Compiling serde_yaml v0.9.25 |
2127 | 2023-12-30T05:32:33.772Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=491f2d650f48e246 -C extra-filename=-491f2d650f48e246 --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-e32116058b5ecd69.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-ef556ccf273fb97d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-69935394b6ae5591.rmeta --cap-lints allow -D warnings` |
2128 | 2023-12-30T05:32:34.284Z | Compiling tempfile v3.8.1 |
2129 | 2023-12-30T05:32:34.290Z | Compiling dirs-sys-next v0.1.2 |
2130 | 2023-12-30T05:32:34.290Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=12d014ba16e29f00 -C extra-filename=-12d014ba16e29f00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-093a2b7dc323b192.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68535836c6248cbe.rmeta --cap-lints allow -D warnings` |
2131 | 2023-12-30T05:32:34.290Z | Running `/home/build/.rustup/toolchains/1.74.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=c988e2efb6ed1325 -C extra-filename=-c988e2efb6ed1325 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
2132 | 2023-12-30T05:32:35.334Z | Compiling dirs-next v2.0.0 |
2133 | 2023-12-30T05:32:35.337Z | Running `/home/build/.rustup/toolchains/1.74.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=36e261b894f61460 -C extra-filename=-36e261b894f61460 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-c988e2efb6ed1325.rmeta --cap-lints allow -D warnings` |
2134 | 2023-12-30T05:32:35.615Z | Compiling toml v0.8.8 |
2135 | 2023-12-30T05:32:35.618Z | Compiling ident_case v1.0.1 |
2136 | 2023-12-30T05:32:35.618Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' -C metadata=03495a6f8a0db9ad -C extra-filename=-03495a6f8a0db9ad --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-81aca5cc339569ca.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-02083e942279b873.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rmeta --cap-lints allow -D warnings` |
2137 | 2023-12-30T05:32:35.619Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=8299fe9430dc73f9 -C extra-filename=-8299fe9430dc73f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2138 | 2023-12-30T05:32:35.918Z | Compiling term v0.7.0 |
2139 | 2023-12-30T05:32:35.922Z | Running `/home/build/.rustup/toolchains/1.74.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=b835c3722defd562 -C extra-filename=-b835c3722defd562 --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-36e261b894f61460.rmeta --cap-lints allow -D warnings` |
2140 | 2023-12-30T05:32:36.717Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2141 | 2023-12-30T05:32:36.720Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5bd65d8a955183f2 -C extra-filename=-5bd65d8a955183f2 --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-22616ea412428ac4.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings` |
2142 | 2023-12-30T05:32:38.345Z | Compiling camino v1.1.6 |
2143 | 2023-12-30T05:32:38.380Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' -C metadata=86b1f5d4e5750d0f -C extra-filename=-86b1f5d4e5750d0f --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2144 | 2023-12-30T05:32:38.461Z | Compiling match_cfg v0.1.0 |
2145 | 2023-12-30T05:32:38.464Z | Running `/home/build/.rustup/toolchains/1.74.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=8d6f796531e71837 -C extra-filename=-8d6f796531e71837 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2146 | 2023-12-30T05:32:38.488Z | Compiling quick-error v1.2.3 |
2147 | 2023-12-30T05:32:38.491Z | Running `/home/build/.rustup/toolchains/1.74.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=f4ece63d59b921ed -C extra-filename=-f4ece63d59b921ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2148 | 2023-12-30T05:32:38.598Z | Compiling hostname v0.3.1 |
2149 | 2023-12-30T05:32:38.601Z | Running `/home/build/.rustup/toolchains/1.74.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=0d2de37fe3a9db95 -C extra-filename=-0d2de37fe3a9db95 --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-dc3967e2ac4e7655.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-8d6f796531e71837.rmeta --cap-lints allow -D warnings` |
2150 | 2023-12-30T05:32:38.727Z | Compiling atty v0.2.14 |
2151 | 2023-12-30T05:32:38.731Z | Running `/home/build/.rustup/toolchains/1.74.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=e0f38db7acb90eea -C extra-filename=-e0f38db7acb90eea --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
2152 | 2023-12-30T05:32:38.915Z | Compiling paste v1.0.14 |
2153 | 2023-12-30T05:32:38.918Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=17f860821eb44ff2 -C extra-filename=-17f860821eb44ff2 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2154 | 2023-12-30T05:32:38.946Z | Compiling crossbeam-channel v0.5.8 |
2155 | 2023-12-30T05:32:38.950Z | Running `/home/build/.rustup/toolchains/1.74.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=32a85d5b9d9472a5 -C extra-filename=-32a85d5b9d9472a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
2156 | 2023-12-30T05:32:38.971Z | Compiling sha1 v0.10.6 |
2157 | 2023-12-30T05:32:38.996Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5087bbc52468f397 -C extra-filename=-5087bbc52468f397 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --cap-lints allow -D warnings` |
2158 | 2023-12-30T05:32:39.461Z | Running `/work/oxidecomputer/omicron/target/debug/build/camino-86b1f5d4e5750d0f/build-script-build` |
2159 | 2023-12-30T05:32:39.558Z | Running `/home/build/.rustup/toolchains/1.74.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=b8463fb2d6395f2e -C extra-filename=-b8463fb2d6395f2e --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut` |
2160 | 2023-12-30T05:32:39.605Z | Compiling thread_local v1.1.7 |
2161 | 2023-12-30T05:32:39.608Z | Running `/home/build/.rustup/toolchains/1.74.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=a956bb67073eaaaf -C extra-filename=-a956bb67073eaaaf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --cap-lints allow -D warnings` |
2162 | 2023-12-30T05:32:39.632Z | Compiling instant v0.1.12 |
2163 | 2023-12-30T05:32:39.638Z | Running `/home/build/.rustup/toolchains/1.74.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=a3b9195715d78840 -C extra-filename=-a3b9195715d78840 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings` |
2164 | 2023-12-30T05:32:39.789Z | Running `/work/oxidecomputer/omicron/target/debug/build/paste-17f860821eb44ff2/build-script-build` |
2165 | 2023-12-30T05:32:39.846Z | Compiling slog-async v2.8.0 |
2166 | 2023-12-30T05:32:39.849Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2d7c77191a0e5009 -C extra-filename=-2d7c77191a0e5009 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2167 | 2023-12-30T05:32:39.891Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=60fab0b6ed22a15f -C extra-filename=-60fab0b6ed22a15f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2168 | 2023-12-30T05:32:40.521Z | Compiling multer v2.1.0 |
2169 | 2023-12-30T05:32:40.524Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=d10933d0ad4733ee -C extra-filename=-d10933d0ad4733ee --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-d10933d0ad4733ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2170 | 2023-12-30T05:32:40.782Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-2d7c77191a0e5009/build-script-build` |
2171 | 2023-12-30T05:32:40.782Z | Compiling take_mut v0.2.2 |
2172 | 2023-12-30T05:32:40.785Z | Running `/home/build/.rustup/toolchains/1.74.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=02738aa85a18abf3 -C extra-filename=-02738aa85a18abf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2173 | 2023-12-30T05:32:40.846Z | Compiling debug-ignore v1.0.5 |
2174 | 2023-12-30T05:32:40.849Z | Running `/home/build/.rustup/toolchains/1.74.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=c316abf7f0096b7b -C extra-filename=-c316abf7f0096b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2175 | 2023-12-30T05:32:40.908Z | Compiling slog-term v2.9.0 |
2176 | 2023-12-30T05:32:40.941Z | Running `/home/build/.rustup/toolchains/1.74.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=0a8cfe55481cfc2e -C extra-filename=-0a8cfe55481cfc2e --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-e0f38db7acb90eea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings` |
2177 | 2023-12-30T05:32:41.004Z | Running `/home/build/.rustup/toolchains/1.74.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=265466263196d585 -C extra-filename=-265466263196d585 --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-32a85d5b9d9472a5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-02738aa85a18abf3.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-a956bb67073eaaaf.rmeta --cap-lints allow -D warnings --cfg integer128` |
2178 | 2023-12-30T05:32:41.068Z | Compiling darling_core v0.20.3 |
2179 | 2023-12-30T05:32:41.071Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=7b1f5735a099c968 -C extra-filename=-7b1f5735a099c968 --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings` |
2180 | 2023-12-30T05:32:41.099Z | Running `/work/oxidecomputer/omicron/target/debug/build/multer-d10933d0ad4733ee/build-script-build` |
2181 | 2023-12-30T05:32:41.198Z | Compiling slog-json v2.6.1 |
2182 | 2023-12-30T05:32:41.201Z | Running `/home/build/.rustup/toolchains/1.74.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=f47174dce14debe4 -C extra-filename=-f47174dce14debe4 --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-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings` |
2183 | 2023-12-30T05:32:41.279Z | Compiling async-stream-impl v0.3.5 |
2184 | 2023-12-30T05:32:41.317Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=e301b1df9a7518c8 -C extra-filename=-e301b1df9a7518c8 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2185 | 2023-12-30T05:32:41.736Z | Compiling diesel v2.1.4 |
2186 | 2023-12-30T05:32:41.742Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="byteorder"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="ipnetwork"' --cfg 'feature="itoa"' --cfg 'feature="libc"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' -C metadata=19d4a994ab595f5a -C extra-filename=-19d4a994ab595f5a --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-231be48fc33c3583.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-6f7a41d19d3df70a.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-7ee2097a83409d11.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-d2e38acedf28ac48.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2187 | 2023-12-30T05:32:41.782Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2188 | 2023-12-30T05:32:41.808Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=bb63725e5877f0fc -C extra-filename=-bb63725e5877f0fc --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2189 | 2023-12-30T05:32:42.054Z | Compiling atomic-waker v1.1.1 |
2190 | 2023-12-30T05:32:42.057Z | Running `/home/build/.rustup/toolchains/1.74.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=a50df26b514b845d -C extra-filename=-a50df26b514b845d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2191 | 2023-12-30T05:32:42.343Z | Compiling waitgroup v0.1.2 |
2192 | 2023-12-30T05:32:42.346Z | Running `/home/build/.rustup/toolchains/1.74.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=7ddf078f473b7f9e -C extra-filename=-7ddf078f473b7f9e --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-a50df26b514b845d.rmeta --cap-lints allow -D warnings` |
2193 | 2023-12-30T05:32:42.397Z | Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-bb63725e5877f0fc/build-script-build` |
2194 | 2023-12-30T05:32:42.470Z | Compiling slog-bunyan v2.4.0 |
2195 | 2023-12-30T05:32:42.476Z | Running `/home/build/.rustup/toolchains/1.74.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=8faea701ad1fccc8 -C extra-filename=-8faea701ad1fccc8 --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-0d2de37fe3a9db95.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f47174dce14debe4.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings` |
2196 | 2023-12-30T05:32:42.680Z | Running `/home/build/.rustup/toolchains/1.74.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=ab227597f0859d03 -C extra-filename=-ab227597f0859d03 --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-26d2b68a816ef0bf.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-28791e7cdcc2db15.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings` |
2197 | 2023-12-30T05:32:42.772Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2198 | 2023-12-30T05:32:42.775Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dbe3a8cdd173342f -C extra-filename=-dbe3a8cdd173342f --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2199 | 2023-12-30T05:32:42.912Z | Compiling serde_path_to_error v0.1.14 |
2200 | 2023-12-30T05:32:42.915Z | Running `/home/build/.rustup/toolchains/1.74.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=90287c4eda616f52 -C extra-filename=-90287c4eda616f52 --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-7ee2097a83409d11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2201 | 2023-12-30T05:32:43.032Z | Compiling strum v0.25.0 |
2202 | 2023-12-30T05:32:43.035Z | Running `/home/build/.rustup/toolchains/1.74.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=058c05d28a678eeb -C extra-filename=-058c05d28a678eeb --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-66239c5eb518f684.so --cap-lints allow -D warnings` |
2203 | 2023-12-30T05:32:43.289Z | Compiling structmeta-derive v0.2.0 |
2204 | 2023-12-30T05:32:43.292Z | Running `/home/build/.rustup/toolchains/1.74.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.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cae58aa3ab0e57e1 -C extra-filename=-cae58aa3ab0e57e1 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2205 | 2023-12-30T05:32:43.923Z | Compiling async-stream v0.3.5 |
2206 | 2023-12-30T05:32:43.926Z | Running `/home/build/.rustup/toolchains/1.74.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=09ddf9b76d6a9248 -C extra-filename=-09ddf9b76d6a9248 --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-e301b1df9a7518c8.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --cap-lints allow -D warnings` |
2207 | 2023-12-30T05:32:44.299Z | Compiling wait-timeout v0.2.0 |
2208 | 2023-12-30T05:32:44.302Z | Running `/home/build/.rustup/toolchains/1.74.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=e5f61cb843a6521e -C extra-filename=-e5f61cb843a6521e --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
2209 | 2023-12-30T05:32:44.412Z | Compiling rand_xorshift v0.3.0 |
2210 | 2023-12-30T05:32:44.415Z | Running `/home/build/.rustup/toolchains/1.74.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=2697a98ede26a6ea -C extra-filename=-2697a98ede26a6ea --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-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings` |
2211 | 2023-12-30T05:32:44.469Z | Compiling regex-syntax v0.7.5 |
2212 | 2023-12-30T05:32:44.477Z | Running `/home/build/.rustup/toolchains/1.74.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=0e1d4132dc5c5639 -C extra-filename=-0e1d4132dc5c5639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2213 | 2023-12-30T05:32:44.880Z | Compiling rusty-fork v0.3.0 |
2214 | 2023-12-30T05:32:44.886Z | Running `/home/build/.rustup/toolchains/1.74.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=a567d99c07743414 -C extra-filename=-a567d99c07743414 --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-6cf1b0ed1ebc9dce.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e5f61cb843a6521e.rmeta --cap-lints allow -D warnings` |
2215 | 2023-12-30T05:32:45.164Z | Compiling unarray v0.1.4 |
2216 | 2023-12-30T05:32:45.168Z | Running `/home/build/.rustup/toolchains/1.74.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=8ef4c22b4a35dc11 -C extra-filename=-8ef4c22b4a35dc11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2217 | 2023-12-30T05:32:45.399Z | Compiling proptest v1.4.0 |
2218 | 2023-12-30T05:32:45.404Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' -C metadata=bf1559d09043e258 -C extra-filename=-bf1559d09043e258 --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-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-231be48fc33c3583.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-2697a98ede26a6ea.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-a567d99c07743414.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-8ef4c22b4a35dc11.rmeta --cap-lints allow -D warnings` |
2219 | 2023-12-30T05:32:46.154Z | Compiling backoff v0.4.0 |
2220 | 2023-12-30T05:32:46.158Z | Running `/home/build/.rustup/toolchains/1.74.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=4c3ee75e68b70f06 -C extra-filename=-4c3ee75e68b70f06 --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-bacbb989514d74d7.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings` |
2221 | 2023-12-30T05:32:46.654Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2222 | 2023-12-30T05:32:46.657Z | Running `/home/build/.rustup/toolchains/1.74.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=53f99bbafb6fab48 -C extra-filename=-53f99bbafb6fab48 --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-03578e447d799aca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2223 | 2023-12-30T05:32:46.864Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2018 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/ff87a01/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' -C metadata=a51a533078320ec5 -C extra-filename=-a51a533078320ec5 --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-09ddf9b76d6a9248.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-dbe3a8cdd173342f.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0d2de37fe3a9db95.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-ab227597f0859d03.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-70cdd3080355303d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-90287c4eda616f52.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-5087bbc52468f397.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8faea701ad1fccc8.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-f47174dce14debe4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-bcbd4a518c1df6e5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-7ddf078f473b7f9e.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out` |
2224 | 2023-12-30T05:32:46.877Z | Compiling macaddr v1.0.1 |
2225 | 2023-12-30T05:32:46.881Z | Running `/home/build/.rustup/toolchains/1.74.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=770899286155b9e5 -C extra-filename=-770899286155b9e5 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2226 | 2023-12-30T05:32:47.577Z | Compiling camino-tempfile v1.1.1 |
2227 | 2023-12-30T05:32:47.581Z | Running `/home/build/.rustup/toolchains/1.74.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.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=8b78c5bd010eb773 -C extra-filename=-8b78c5bd010eb773 --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-b8463fb2d6395f2e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --cap-lints allow -D warnings` |
2228 | 2023-12-30T05:32:48.217Z | Compiling is-terminal v0.4.9 |
2229 | 2023-12-30T05:32:48.221Z | Running `/home/build/.rustup/toolchains/1.74.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=9351ec178e203864 -C extra-filename=-9351ec178e203864 --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-68535836c6248cbe.rmeta --cap-lints allow -D warnings` |
2230 | 2023-12-30T05:32:48.423Z | Compiling proc-macro-error-attr v1.0.4 |
2231 | 2023-12-30T05:32:48.426Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=a92b53c06bbbcb17 -C extra-filename=-a92b53c06bbbcb17 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2232 | 2023-12-30T05:32:48.755Z | Compiling structmeta v0.2.0 |
2233 | 2023-12-30T05:32:48.758Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=68e53c654f7647b2 -C extra-filename=-68e53c654f7647b2 --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-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-cae58aa3ab0e57e1.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings` |
2234 | 2023-12-30T05:32:49.002Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-a92b53c06bbbcb17/build-script-build` |
2235 | 2023-12-30T05:32:49.100Z | Compiling proc-macro-error v1.0.4 |
2236 | 2023-12-30T05:32:49.105Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=4fc757a082fb008a -C extra-filename=-4fc757a082fb008a --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2237 | 2023-12-30T05:32:49.450Z | Compiling test-strategy v0.3.1 |
2238 | 2023-12-30T05:32:49.453Z | Running `/home/build/.rustup/toolchains/1.74.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.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=95afcb174958536d -C extra-filename=-95afcb174958536d --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-68e53c654f7647b2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2239 | 2023-12-30T05:32:49.676Z | Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-4fc757a082fb008a/build-script-build` |
2240 | 2023-12-30T05:32:49.889Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=0e8c6d85b8313f29 -C extra-filename=-0e8c6d85b8313f29 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern proc_macro --cap-lints allow -D warnings` |
2241 | 2023-12-30T05:32:51.299Z | Compiling darling_macro v0.20.3 |
2242 | 2023-12-30T05:32:51.302Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=2cefa441894d5d43 -C extra-filename=-2cefa441894d5d43 --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-7b1f5735a099c968.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2243 | 2023-12-30T05:32:51.444Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' -C metadata=a4e00c370f5769fa -C extra-filename=-a4e00c370f5769fa --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-0e8c6d85b8313f29.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --cap-lints allow -D warnings --cfg use_fallback` |
2244 | 2023-12-30T05:32:52.590Z | Compiling termtree v0.4.1 |
2245 | 2023-12-30T05:32:52.597Z | Running `/home/build/.rustup/toolchains/1.74.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=4f8a505025bd240a -C extra-filename=-4f8a505025bd240a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2246 | 2023-12-30T05:32:52.932Z | Compiling predicates-tree v1.0.9 |
2247 | 2023-12-30T05:32:52.935Z | Running `/home/build/.rustup/toolchains/1.74.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=a10b956f74bf4c45 -C extra-filename=-a10b956f74bf4c45 --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-7d111e89a58c4d20.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-4f8a505025bd240a.rmeta --cap-lints allow -D warnings` |
2248 | 2023-12-30T05:32:53.343Z | Compiling darling v0.20.3 |
2249 | 2023-12-30T05:32:53.346Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=3ebe0accb13c0439 -C extra-filename=-3ebe0accb13c0439 --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-7b1f5735a099c968.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2cefa441894d5d43.so --cap-lints allow -D warnings` |
2250 | 2023-12-30T05:32:53.510Z | Compiling serde_with_macros v3.4.0 |
2251 | 2023-12-30T05:32:53.516Z | Running `/home/build/.rustup/toolchains/1.74.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-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5c2e7728f3141d83 -C extra-filename=-5c2e7728f3141d83 --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-3ebe0accb13c0439.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2252 | 2023-12-30T05:32:53.820Z | Compiling proc-macro-crate v1.3.1 |
2253 | 2023-12-30T05:32:53.823Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=0a0975c3f697cff1 -C extra-filename=-0a0975c3f697cff1 --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-78575848a39b5a91.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e2500bdc44852e13.rmeta --cap-lints allow -D warnings` |
2254 | 2023-12-30T05:32:55.576Z | Compiling num_enum_derive v0.5.11 |
2255 | 2023-12-30T05:32:55.579Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' -C metadata=5db555e44170df03 -C extra-filename=-5db555e44170df03 --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-0a0975c3f697cff1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2256 | 2023-12-30T05:32:56.072Z | Compiling parse-display-derive v0.8.2 |
2257 | 2023-12-30T05:32:56.075Z | Running `/home/build/.rustup/toolchains/1.74.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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=23768c6ed8082475 -C extra-filename=-23768c6ed8082475 --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-78575848a39b5a91.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-0e1d4132dc5c5639.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-68e53c654f7647b2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2258 | 2023-12-30T05:32:56.599Z | Compiling smoltcp v0.10.0 |
2259 | 2023-12-30T05:32:56.602Z | Running `/home/build/.rustup/toolchains/1.74.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.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=8d9546c1fd34a54d -C extra-filename=-8d9546c1fd34a54d --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8d9546c1fd34a54d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2260 | 2023-12-30T05:32:57.878Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2261 | 2023-12-30T05:32:57.882Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=fc6877d46a24d6b7 -C extra-filename=-fc6877d46a24d6b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2262 | 2023-12-30T05:32:58.413Z | Compiling serde_with v3.4.0 |
2263 | 2023-12-30T05:32:58.416Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=7fd97c4c977e5479 -C extra-filename=-7fd97c4c977e5479 --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-81aca5cc339569ca.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-5c2e7728f3141d83.so --cap-lints allow -D warnings` |
2264 | 2023-12-30T05:32:58.512Z | Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-fc6877d46a24d6b7/build-script-build` |
2265 | 2023-12-30T05:32:58.553Z | Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8d9546c1fd34a54d/build-script-build` |
2266 | 2023-12-30T05:32:58.597Z | Compiling filetime v0.2.23 |
2267 | 2023-12-30T05:32:58.600Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bcfd1808f1799595 -C extra-filename=-bcfd1808f1799595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
2268 | 2023-12-30T05:32:59.140Z | Compiling xattr v1.0.1 |
2269 | 2023-12-30T05:32:59.143Z | Running `/home/build/.rustup/toolchains/1.74.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=9de7b81bffd63df2 -C extra-filename=-9de7b81bffd63df2 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
2270 | 2023-12-30T05:32:59.547Z | Compiling embedded-io v0.4.0 |
2271 | 2023-12-30T05:32:59.590Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' -C metadata=03213792b7ecc648 -C extra-filename=-03213792b7ecc648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2272 | 2023-12-30T05:32:59.908Z | Compiling cobs v0.2.3 |
2273 | 2023-12-30T05:32:59.911Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5a3d97eb568d3803 -C extra-filename=-5a3d97eb568d3803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2274 | 2023-12-30T05:33:00.248Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2275 | 2023-12-30T05:33:00.251Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=f81b0c2ad61a74a1 -C extra-filename=-f81b0c2ad61a74a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2276 | 2023-12-30T05:33:00.402Z | Compiling crucible-workspace-hack v0.1.0 |
2277 | 2023-12-30T05:33:00.408Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=dc1d1786538742c9 -C extra-filename=-dc1d1786538742c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2278 | 2023-12-30T05:33:00.613Z | Compiling num_enum v0.5.11 |
2279 | 2023-12-30T05:33:00.639Z | Running `/home/build/.rustup/toolchains/1.74.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=7e0c2c23b884f34a -C extra-filename=-7e0c2c23b884f34a --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-5db555e44170df03.so --cap-lints allow -D warnings` |
2280 | 2023-12-30T05:33:00.805Z | Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-f81b0c2ad61a74a1/build-script-build` |
2281 | 2023-12-30T05:33:00.842Z | Compiling postcard v1.0.8 |
2282 | 2023-12-30T05:33:00.846Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' -C metadata=60972d6cb14602c2 -C extra-filename=-60972d6cb14602c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-5a3d97eb568d3803.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-03213792b7ecc648.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2283 | 2023-12-30T05:33:00.872Z | Compiling tar v0.4.40 |
2284 | 2023-12-30T05:33:00.872Z | Running `/home/build/.rustup/toolchains/1.74.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=1e8b77a19c02341a -C extra-filename=-1e8b77a19c02341a --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-bcfd1808f1799595.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-9de7b81bffd63df2.rmeta --cap-lints allow -D warnings` |
2285 | 2023-12-30T05:33:00.936Z | Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-dc1d1786538742c9/build-script-build` |
2286 | 2023-12-30T05:33:00.983Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smoltcp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' -C metadata=8967474142fe2f12 -C extra-filename=-8967474142fe2f12 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-025979a2ac8a4027.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --cap-lints allow -D warnings` |
2287 | 2023-12-30T05:33:02.236Z | Compiling foreign-types-macros v0.2.3 |
2288 | 2023-12-30T05:33:02.240Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="std"' -C metadata=82178aaab844b071 -C extra-filename=-82178aaab844b071 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2289 | 2023-12-30T05:33:04.463Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2290 | 2023-12-30T05:33:04.466Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' -C metadata=c394f03e3bbbf9e2 -C extra-filename=-c394f03e3bbbf9e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-c394f03e3bbbf9e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2291 | 2023-12-30T05:33:04.491Z | Compiling parse-display v0.8.2 |
2292 | 2023-12-30T05:33:04.494Z | Running `/home/build/.rustup/toolchains/1.74.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.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="std"' -C metadata=c8e420f8d74d553a -C extra-filename=-c8e420f8d74d553a --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-78575848a39b5a91.rmeta --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-23768c6ed8082475.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings` |
2293 | 2023-12-30T05:33:04.728Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2294 | 2023-12-30T05:33:04.731Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=003edb70aaa7a778 -C extra-filename=-003edb70aaa7a778 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2295 | 2023-12-30T05:33:04.780Z | Compiling foreign-types-shared v0.3.1 |
2296 | 2023-12-30T05:33:04.783Z | Running `/home/build/.rustup/toolchains/1.74.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=1aad55c56eb66317 -C extra-filename=-1aad55c56eb66317 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2297 | 2023-12-30T05:33:04.957Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2298 | 2023-12-30T05:33:04.960Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=dd4e5d325a4cdc6a -C extra-filename=-dd4e5d325a4cdc6a --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2299 | 2023-12-30T05:33:05.009Z | Compiling foreign-types v0.5.0 |
2300 | 2023-12-30T05:33:05.038Z | Running `/home/build/.rustup/toolchains/1.74.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=b03d4bf3b597cbcd -C extra-filename=-b03d4bf3b597cbcd --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-82178aaab844b071.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-1aad55c56eb66317.rmeta --cap-lints allow -D warnings` |
2301 | 2023-12-30T05:33:05.041Z | Running `/work/oxidecomputer/omicron/target/debug/build/opte-c394f03e3bbbf9e2/build-script-build` |
2302 | 2023-12-30T05:33:05.141Z | Running `/home/build/.rustup/toolchains/1.74.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=84ecd44a98e3688b -C extra-filename=-84ecd44a98e3688b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2303 | 2023-12-30T05:33:05.176Z | Running `/home/build/.rustup/toolchains/1.74.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=1cd0cf5301ed57db -C extra-filename=-1cd0cf5301ed57db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l dlpi` |
2304 | 2023-12-30T05:33:05.286Z | Running `/home/build/.rustup/toolchains/1.74.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=53e50daadc4ec088 -C extra-filename=-53e50daadc4ec088 --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` |
2305 | 2023-12-30T05:33:05.391Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2306 | 2023-12-30T05:33:05.394Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=1f8d9c637c849c2e -C extra-filename=-1f8d9c637c849c2e --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-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2307 | 2023-12-30T05:33:05.424Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2308 | 2023-12-30T05:33:05.427Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d0a13c344d8d222 -C extra-filename=-5d0a13c344d8d222 --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-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2309 | 2023-12-30T05:33:05.511Z | Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-dd4e5d325a4cdc6a/build-script-build` |
2310 | 2023-12-30T05:33:05.551Z | Compiling cstr-argument v0.1.2 |
2311 | 2023-12-30T05:33:05.551Z | Running `/home/build/.rustup/toolchains/1.74.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=aa8cf6bc33f5e695 -C extra-filename=-aa8cf6bc33f5e695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings` |
2312 | 2023-12-30T05:33:05.578Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2313 | 2023-12-30T05:33:05.581Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=9f73abf30ced9bbb -C extra-filename=-9f73abf30ced9bbb --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2314 | 2023-12-30T05:33:05.924Z | Compiling pretty-hex v0.2.1 |
2315 | 2023-12-30T05:33:05.927Z | Running `/home/build/.rustup/toolchains/1.74.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=8bedb3b668532990 -C extra-filename=-8bedb3b668532990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2316 | 2023-12-30T05:33:06.161Z | Running `/work/oxidecomputer/omicron/target/debug/build/libnet-9f73abf30ced9bbb/build-script-build` |
2317 | 2023-12-30T05:33:06.171Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2318 | 2023-12-30T05:33:06.202Z | Running `/home/build/.rustup/toolchains/1.74.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=20299fe85fb424e2 -C extra-filename=-20299fe85fb424e2 --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-dc3967e2ac4e7655.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-1cd0cf5301ed57db.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7e0c2c23b884f34a.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-8bedb3b668532990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings` |
2319 | 2023-12-30T05:33:06.215Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2320 | 2023-12-30T05:33:06.218Z | Running `/home/build/.rustup/toolchains/1.74.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=034d2aa3b08aa6b1 -C extra-filename=-034d2aa3b08aa6b1 --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-aa8cf6bc33f5e695.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-b03d4bf3b597cbcd.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --cap-lints allow -D warnings` |
2321 | 2023-12-30T05:33:06.714Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2322 | 2023-12-30T05:33:06.717Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=f9da9dd4d2be92c6 -C extra-filename=-f9da9dd4d2be92c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-003edb70aaa7a778.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-60972d6cb14602c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-8967474142fe2f12.rmeta --cap-lints allow -D warnings` |
2323 | 2023-12-30T05:33:07.050Z | Running `/home/build/.rustup/toolchains/1.74.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=a97eca67ebd9ecf3 -C extra-filename=-a97eca67ebd9ecf3 --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-dc3967e2ac4e7655.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-1f8d9c637c849c2e.so --cap-lints allow -D warnings -l door` |
2324 | 2023-12-30T05:33:07.101Z | Compiling colored v2.0.4 |
2325 | 2023-12-30T05:33:07.104Z | Running `/home/build/.rustup/toolchains/1.74.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=4a911bb9af13cdfe -C extra-filename=-4a911bb9af13cdfe --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-9351ec178e203864.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --cap-lints allow -D warnings` |
2326 | 2023-12-30T05:33:07.155Z | Compiling zone_cfg_derive v0.3.0 |
2327 | 2023-12-30T05:33:07.183Z | Running `/home/build/.rustup/toolchains/1.74.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.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=90e933e76f4c2c01 -C extra-filename=-90e933e76f4c2c01 --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a4e00c370f5769fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2328 | 2023-12-30T05:33:07.262Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2329 | 2023-12-30T05:33:07.307Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=44c4bfe157e0e48d -C extra-filename=-44c4bfe157e0e48d --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-dc3967e2ac4e7655.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --cap-lints allow -D warnings` |
2330 | 2023-12-30T05:33:07.967Z | Running `/home/build/.rustup/toolchains/1.74.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=eab10cf41a55fc72 -C extra-filename=-eab10cf41a55fc72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-4a911bb9af13cdfe.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-20299fe85fb424e2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7e0c2c23b884f34a.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-034d2aa3b08aa6b1.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-53e50daadc4ec088.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-a97eca67ebd9ecf3.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-4e488eaa3affc45b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --cap-lints allow -D warnings -l kstat` |
2331 | 2023-12-30T05:33:08.245Z | Compiling mockall_derive v0.12.0 |
2332 | 2023-12-30T05:33:08.248Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9c25cdabfb670a4a -C extra-filename=-9c25cdabfb670a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2333 | 2023-12-30T05:33:08.275Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2334 | 2023-12-30T05:33:08.310Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a8d160a4b18cd3b5 -C extra-filename=-a8d160a4b18cd3b5 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-5bd65d8a955183f2.rlib --extern proc_macro --cap-lints allow -D warnings` |
2335 | 2023-12-30T05:33:09.490Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=583121fb64bf0953 -C extra-filename=-583121fb64bf0953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-003edb70aaa7a778.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-5d0a13c344d8d222.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-f9da9dd4d2be92c6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-60972d6cb14602c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-8967474142fe2f12.rmeta --cap-lints allow -D warnings --cfg usdt_stable_asm` |
2336 | 2023-12-30T05:33:09.819Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2337 | 2023-12-30T05:33:09.822Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=1c015594d217b93b -C extra-filename=-1c015594d217b93b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-003edb70aaa7a778.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-583121fb64bf0953.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-8967474142fe2f12.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3732617bf49537d4.rmeta --cap-lints allow -D warnings` |
2338 | 2023-12-30T05:33:09.969Z | Compiling num-derive v0.4.0 |
2339 | 2023-12-30T05:33:09.973Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=6dc703dd024e12d5 -C extra-filename=-6dc703dd024e12d5 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2340 | 2023-12-30T05:33:10.374Z | Compiling downcast v0.11.0 |
2341 | 2023-12-30T05:33:10.377Z | Running `/home/build/.rustup/toolchains/1.74.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=6a8716df6a5de07c -C extra-filename=-6a8716df6a5de07c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2342 | 2023-12-30T05:33:10.730Z | Compiling fragile v2.0.0 |
2343 | 2023-12-30T05:33:10.734Z | Running `/home/build/.rustup/toolchains/1.74.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=d150d6fb6809f524 -C extra-filename=-d150d6fb6809f524 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2344 | 2023-12-30T05:33:11.710Z | Compiling zone v0.3.0 |
2345 | 2023-12-30T05:33:11.713Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' -C metadata=7f6aa3156e50ca93 -C extra-filename=-7f6aa3156e50ca93 --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-015c0fad4a8ed83f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-90e933e76f4c2c01.so --cap-lints allow -D warnings` |
2346 | 2023-12-30T05:33:12.873Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2347 | 2023-12-30T05:33:12.876Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/4e6e6ab/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=f804b42d31137d32 -C extra-filename=-f804b42d31137d32 --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-dc3967e2ac4e7655.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-eab10cf41a55fc72.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-583121fb64bf0953.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1c015594d217b93b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-60972d6cb14602c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings` |
2348 | 2023-12-30T05:33:14.268Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2349 | 2023-12-30T05:33:14.271Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=5e2f052f280517df -C extra-filename=-5e2f052f280517df --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-44c4bfe157e0e48d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --cap-lints allow -D warnings` |
2350 | 2023-12-30T05:33:14.332Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2351 | 2023-12-30T05:33:14.335Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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=daa426c5818839ee -C extra-filename=-daa426c5818839ee --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-84ecd44a98e3688b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-6dc703dd024e12d5.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings` |
2352 | 2023-12-30T05:33:14.478Z | Compiling smf v0.2.2 |
2353 | 2023-12-30T05:33:14.481Z | Running `/home/build/.rustup/toolchains/1.74.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=fb6e1a2ec6f79285 -C extra-filename=-fb6e1a2ec6f79285 --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-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings` |
2354 | 2023-12-30T05:33:14.644Z | Compiling pem v3.0.2 |
2355 | 2023-12-30T05:33:14.647Z | Running `/home/build/.rustup/toolchains/1.74.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=16b20d8a12bc98eb -C extra-filename=-16b20d8a12bc98eb --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-2142c24215a1cbad.rmeta --cap-lints allow -D warnings` |
2356 | 2023-12-30T05:33:14.893Z | Compiling headers-core v0.2.0 |
2357 | 2023-12-30T05:33:14.898Z | Running `/home/build/.rustup/toolchains/1.74.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=a7b072e63db9b864 -C extra-filename=-a7b072e63db9b864 --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-34aeba7a2b5565c1.rmeta --cap-lints allow -D warnings` |
2358 | 2023-12-30T05:33:15.123Z | Compiling headers v0.3.9 |
2359 | 2023-12-30T05:33:15.126Z | Running `/home/build/.rustup/toolchains/1.74.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=f067259dfb2972c4 -C extra-filename=-f067259dfb2972c4 --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-2142c24215a1cbad.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-a7b072e63db9b864.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-6a7bea3b3edc87ca.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-5087bbc52468f397.rmeta --cap-lints allow -D warnings` |
2360 | 2023-12-30T05:33:15.888Z | Compiling rcgen v0.11.3 |
2361 | 2023-12-30T05:33:15.892Z | Running `/home/build/.rustup/toolchains/1.74.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=d8bd82ee49c27158 -C extra-filename=-d8bd82ee49c27158 --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-16b20d8a12bc98eb.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b3586cc9ea932d09.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4d82b57d4e7e0298.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out` |
2362 | 2023-12-30T05:33:15.916Z | Compiling atomicwrites v0.4.2 |
2363 | 2023-12-30T05:33:15.916Z | Running `/home/build/.rustup/toolchains/1.74.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=9f7de89cc6857338 -C extra-filename=-9f7de89cc6857338 --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-68535836c6248cbe.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --cap-lints allow -D warnings` |
2364 | 2023-12-30T05:33:16.450Z | Compiling subprocess v0.2.9 |
2365 | 2023-12-30T05:33:16.454Z | Running `/home/build/.rustup/toolchains/1.74.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=3b2aae481ff4a5ae -C extra-filename=-3b2aae481ff4a5ae --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
2366 | 2023-12-30T05:33:16.764Z | Compiling linked-hash-map v0.5.6 |
2367 | 2023-12-30T05:33:16.789Z | Running `/home/build/.rustup/toolchains/1.74.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=b6fdc8cd52f47df2 -C extra-filename=-b6fdc8cd52f47df2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2368 | 2023-12-30T05:33:17.325Z | Compiling lru-cache v0.1.2 |
2369 | 2023-12-30T05:33:17.406Z | Running `/home/build/.rustup/toolchains/1.74.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=ac6e649b210698f7 -C extra-filename=-ac6e649b210698f7 --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-b6fdc8cd52f47df2.rmeta --cap-lints allow -D warnings` |
2370 | 2023-12-30T05:33:17.533Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2371 | 2023-12-30T05:33:17.536Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/c9d6453/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' -C metadata=957db5a12f14582b -C extra-filename=-957db5a12f14582b --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-5bd65d8a955183f2.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-a8d160a4b18cd3b5.so --cap-lints allow -D warnings` |
2372 | 2023-12-30T05:33:17.613Z | Compiling same-file v1.0.6 |
2373 | 2023-12-30T05:33:17.617Z | Running `/home/build/.rustup/toolchains/1.74.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=cd802ac22f1c09f0 -C extra-filename=-cd802ac22f1c09f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2374 | 2023-12-30T05:33:17.731Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2375 | 2023-12-30T05:33:17.735Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e9b1768d9f3a4fce -C extra-filename=-e9b1768d9f3a4fce --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-baeed00c4892b615.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-957db5a12f14582b.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings` |
2376 | 2023-12-30T05:33:17.974Z | Compiling walkdir v2.4.0 |
2377 | 2023-12-30T05:33:17.977Z | Running `/home/build/.rustup/toolchains/1.74.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=ad6f0ce566ab5d25 -C extra-filename=-ad6f0ce566ab5d25 --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-cd802ac22f1c09f0.rmeta --cap-lints allow -D warnings` |
2378 | 2023-12-30T05:33:18.578Z | Compiling password-hash v0.5.0 |
2379 | 2023-12-30T05:33:18.582Z | Running `/home/build/.rustup/toolchains/1.74.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=9dbb814661c71d32 -C extra-filename=-9dbb814661c71d32 --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-db2759387f67ed24.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings` |
2380 | 2023-12-30T05:33:19.309Z | Compiling blake2 v0.10.6 |
2381 | 2023-12-30T05:33:19.313Z | Running `/home/build/.rustup/toolchains/1.74.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=5d708ddb6b7435bf -C extra-filename=-5d708ddb6b7435bf --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-33cffb59bc14d75d.rmeta --cap-lints allow -D warnings` |
2382 | 2023-12-30T05:33:19.905Z | Compiling heck v0.3.3 |
2383 | 2023-12-30T05:33:19.908Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=1b2f45e4af363357 -C extra-filename=-1b2f45e4af363357 --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings` |
2384 | 2023-12-30T05:33:20.249Z | Compiling argon2 v0.5.2 |
2385 | 2023-12-30T05:33:20.252Z | Running `/home/build/.rustup/toolchains/1.74.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=2b7d06acdf8c01fb -C extra-filename=-2b7d06acdf8c01fb --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-db2759387f67ed24.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-5d708ddb6b7435bf.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-9dbb814661c71d32.rmeta --cap-lints allow -D warnings` |
2386 | 2023-12-30T05:33:20.365Z | Compiling itertools v0.12.0 |
2387 | 2023-12-30T05:33:20.368Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' -C metadata=41c284b060b44704 -C extra-filename=-41c284b060b44704 --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-88da6cc752eb5faf.rmeta --cap-lints allow -D warnings` |
2388 | 2023-12-30T05:33:20.569Z | Compiling textwrap v0.11.0 |
2389 | 2023-12-30T05:33:20.572Z | Running `/home/build/.rustup/toolchains/1.74.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=72a969bd0a1f56fe -C extra-filename=-72a969bd0a1f56fe --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-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2390 | 2023-12-30T05:33:21.443Z | Compiling cancel-safe-futures v0.1.5 |
2391 | 2023-12-30T05:33:21.446Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' -C metadata=8f4a6794809c5c94 -C extra-filename=-8f4a6794809c5c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2392 | 2023-12-30T05:33:21.780Z | Compiling vec_map v0.8.2 |
2393 | 2023-12-30T05:33:21.783Z | Running `/home/build/.rustup/toolchains/1.74.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=f39fc3d29d6b2404 -C extra-filename=-f39fc3d29d6b2404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2394 | 2023-12-30T05:33:22.108Z | Compiling ansi_term v0.12.1 |
2395 | 2023-12-30T05:33:22.114Z | Running `/home/build/.rustup/toolchains/1.74.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=0cdc0de0e97e67e1 -C extra-filename=-0cdc0de0e97e67e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2396 | 2023-12-30T05:33:22.242Z | Compiling strsim v0.8.0 |
2397 | 2023-12-30T05:33:22.245Z | Running `/home/build/.rustup/toolchains/1.74.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=f51e80585c7d7b9c -C extra-filename=-f51e80585c7d7b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2398 | 2023-12-30T05:33:22.845Z | Compiling mockall v0.12.0 |
2399 | 2023-12-30T05:33:22.851Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bc4b7986e4ebef32 -C extra-filename=-bc4b7986e4ebef32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-6a8716df6a5de07c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d150d6fb6809f524.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-9c25cdabfb670a4a.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --cap-lints allow -D warnings` |
2400 | 2023-12-30T05:33:22.965Z | Compiling swrite v0.1.0 |
2401 | 2023-12-30T05:33:22.968Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=e54f14917505fd4b -C extra-filename=-e54f14917505fd4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2402 | 2023-12-30T05:33:23.144Z | Compiling libefi-sys v0.1.0 |
2403 | 2023-12-30T05:33:23.147Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=02c3bc0f71beca8d -C extra-filename=-02c3bc0f71beca8d --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2404 | 2023-12-30T05:33:23.293Z | Compiling clap v2.34.0 |
2405 | 2023-12-30T05:33:23.296Z | Running `/home/build/.rustup/toolchains/1.74.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=80ec1b66276b6e63 -C extra-filename=-80ec1b66276b6e63 --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-0cdc0de0e97e67e1.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-e0f38db7acb90eea.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-f51e80585c7d7b9c.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-72a969bd0a1f56fe.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern vec_map=/work/oxidecomputer/omicron/target/debug/deps/libvec_map-f39fc3d29d6b2404.rmeta --cap-lints allow -D warnings` |
2406 | 2023-12-30T05:33:23.402Z | Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8f4a6794809c5c94/build-script-build` |
2407 | 2023-12-30T05:33:23.405Z | Compiling structopt-derive v0.4.18 |
2408 | 2023-12-30T05:33:23.405Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=57451091c78e3f93 -C extra-filename=-57451091c78e3f93 --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-1b2f45e4af363357.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a4e00c370f5769fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2409 | 2023-12-30T05:33:23.713Z | Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-02c3bc0f71beca8d/build-script-build` |
2410 | 2023-12-30T05:33:23.757Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2411 | 2023-12-30T05:33:23.760Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=ffe8b21243cc7efc -C extra-filename=-ffe8b21243cc7efc --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-ffe8b21243cc7efc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-e07eb99e53dfdc9c.rlib --cap-lints allow -D warnings` |
2412 | 2023-12-30T05:33:24.465Z | Compiling half v1.8.2 |
2413 | 2023-12-30T05:33:24.469Z | Running `/home/build/.rustup/toolchains/1.74.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=7359904ad2efc1d4 -C extra-filename=-7359904ad2efc1d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2414 | 2023-12-30T05:33:25.372Z | Compiling ciborium-io v0.2.1 |
2415 | 2023-12-30T05:33:25.375Z | Running `/home/build/.rustup/toolchains/1.74.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=d49eee1efaa6b1db -C extra-filename=-d49eee1efaa6b1db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2416 | 2023-12-30T05:33:25.427Z | Running `/work/oxidecomputer/omicron/target/debug/build/tofino-ffe8b21243cc7efc/build-script-build` |
2417 | 2023-12-30T05:33:25.467Z | Running `/home/build/.rustup/toolchains/1.74.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=795cf1b109b7acc0 -C extra-filename=-795cf1b109b7acc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -l efi` |
2418 | 2023-12-30T05:33:25.578Z | Compiling ciborium-ll v0.2.1 |
2419 | 2023-12-30T05:33:25.585Z | Running `/home/build/.rustup/toolchains/1.74.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=68e1dd17bbdf709c -C extra-filename=-68e1dd17bbdf709c --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-d49eee1efaa6b1db.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-7359904ad2efc1d4.rmeta --cap-lints allow -D warnings` |
2420 | 2023-12-30T05:33:25.665Z | Running `/home/build/.rustup/toolchains/1.74.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=9f8b17a37a768f4f -C extra-filename=-9f8b17a37a768f4f --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-bacbb989514d74d7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-63f53d9f4b155bc9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings` |
2421 | 2023-12-30T05:33:26.232Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2422 | 2023-12-30T05:33:26.235Z | Running `/home/build/.rustup/toolchains/1.74.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=7f8ab4372cfe69e2 -C extra-filename=-7f8ab4372cfe69e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-7e0c2c23b884f34a.rmeta --cap-lints allow -D warnings` |
2423 | 2023-12-30T05:33:26.371Z | Compiling toml v0.5.11 |
2424 | 2023-12-30T05:33:26.375Z | Running `/home/build/.rustup/toolchains/1.74.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=4d166bca4eae79be -C extra-filename=-4d166bca4eae79be --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2425 | 2023-12-30T05:33:26.567Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2426 | 2023-12-30T05:33:26.610Z | Running `/home/build/.rustup/toolchains/1.74.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=2319c5d2112e3ce4 -C extra-filename=-2319c5d2112e3ce4 --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-dc3967e2ac4e7655.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-795cf1b109b7acc0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings` |
2427 | 2023-12-30T05:33:27.125Z | Compiling ciborium v0.2.1 |
2428 | 2023-12-30T05:33:27.125Z | Running `/home/build/.rustup/toolchains/1.74.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=a399b39d81070ecb -C extra-filename=-a399b39d81070ecb --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-d49eee1efaa6b1db.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-68e1dd17bbdf709c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2429 | 2023-12-30T05:33:27.311Z | Compiling arc-swap v1.6.0 |
2430 | 2023-12-30T05:33:27.329Z | Running `/home/build/.rustup/toolchains/1.74.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=3c1f1da5460a196e -C extra-filename=-3c1f1da5460a196e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2431 | 2023-12-30T05:33:28.408Z | Compiling slog-scope v4.4.0 |
2432 | 2023-12-30T05:33:28.411Z | Running `/home/build/.rustup/toolchains/1.74.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=133fd07da514051c -C extra-filename=-133fd07da514051c --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-3c1f1da5460a196e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --cap-lints allow -D warnings` |
2433 | 2023-12-30T05:33:28.769Z | Compiling slog-stdlog v4.1.1 |
2434 | 2023-12-30T05:33:28.773Z | Running `/home/build/.rustup/toolchains/1.74.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=447b5b91d58a9534 -C extra-filename=-447b5b91d58a9534 --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-a8da004f5204fad5.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --cap-lints allow -D warnings` |
2435 | 2023-12-30T05:33:29.281Z | Compiling structopt v0.3.26 |
2436 | 2023-12-30T05:33:29.287Z | Running `/home/build/.rustup/toolchains/1.74.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=c6235255ffd2052a -C extra-filename=-c6235255ffd2052a --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-80ec1b66276b6e63.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern structopt_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructopt_derive-57451091c78e3f93.so --cap-lints allow -D warnings` |
2437 | 2023-12-30T05:33:29.350Z | Compiling libsw v3.3.0 |
2438 | 2023-12-30T05:33:29.354Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' -C metadata=67b2bd88d9f7c33a -C extra-filename=-67b2bd88d9f7c33a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings` |
2439 | 2023-12-30T05:33:29.523Z | Running `/home/build/.rustup/toolchains/1.74.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=e9624c6c2a7cdcd8 -C extra-filename=-e9624c6c2a7cdcd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7f8ab4372cfe69e2.rmeta --extern structopt=/work/oxidecomputer/omicron/target/debug/deps/libstructopt-c6235255ffd2052a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -l static=pci` |
2440 | 2023-12-30T05:33:29.708Z | Compiling derive-where v1.2.6 |
2441 | 2023-12-30T05:33:29.711Z | Running `/home/build/.rustup/toolchains/1.74.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.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=88db69bac18fd6c2 -C extra-filename=-88db69bac18fd6c2 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2442 | 2023-12-30T05:33:29.824Z | Compiling owo-colors v3.5.0 |
2443 | 2023-12-30T05:33:29.861Z | Running `/home/build/.rustup/toolchains/1.74.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=a0c0181394299090 -C extra-filename=-a0c0181394299090 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2444 | 2023-12-30T05:33:30.301Z | Compiling home v0.5.5 |
2445 | 2023-12-30T05:33:30.304Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=814cad4654b5349a -C extra-filename=-814cad4654b5349a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2446 | 2023-12-30T05:33:30.680Z | Compiling linear-map v1.2.0 |
2447 | 2023-12-30T05:33:30.740Z | Running `/home/build/.rustup/toolchains/1.74.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=abfded384cdfb682 -C extra-filename=-abfded384cdfb682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2448 | 2023-12-30T05:33:30.932Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2449 | 2023-12-30T05:33:30.935Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ae05743c4214da30 -C extra-filename=-ae05743c4214da30 --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-ee510d5a1df366ae.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e9b1768d9f3a4fce.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-491f2d650f48e246.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2450 | 2023-12-30T05:33:31.251Z | Compiling slog-envlogger v2.2.0 |
2451 | 2023-12-30T05:33:31.255Z | Running `/home/build/.rustup/toolchains/1.74.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=3f63c5426433dc4a -C extra-filename=-3f63c5426433dc4a --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-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-133fd07da514051c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-447b5b91d58a9534.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --cap-lints allow -D warnings` |
2452 | 2023-12-30T05:33:32.450Z | Compiling slog-dtrace v0.2.3 |
2453 | 2023-12-30T05:33:32.453Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=5b014a69ed7c98d0 -C extra-filename=-5b014a69ed7c98d0 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-5b014a69ed7c98d0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2454 | 2023-12-30T05:33:32.816Z | Compiling convert_case v0.4.0 |
2455 | 2023-12-30T05:33:32.820Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=39d193f1dce25c95 -C extra-filename=-39d193f1dce25c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2456 | 2023-12-30T05:33:33.027Z | Compiling signal-hook v0.3.17 |
2457 | 2023-12-30T05:33:33.030Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' -C metadata=1874e4089e62e760 -C extra-filename=-1874e4089e62e760 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2458 | 2023-12-30T05:33:33.385Z | Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-5b014a69ed7c98d0/build-script-build` |
2459 | 2023-12-30T05:33:33.483Z | Running `/home/build/.rustup/toolchains/1.74.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=34b4fe65411a2120 -C extra-filename=-34b4fe65411a2120 --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-dee72db7b50e2635.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --cap-lints allow -D warnings` |
2460 | 2023-12-30T05:33:33.568Z | Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-1874e4089e62e760/build-script-build` |
2461 | 2023-12-30T05:33:33.651Z | Running `/home/build/.rustup/toolchains/1.74.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=43e6fcaa4f231457 -C extra-filename=-43e6fcaa4f231457 --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-dc3967e2ac4e7655.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-a45d52795e3caba7.rmeta --cap-lints allow -D warnings` |
2462 | 2023-12-30T05:33:33.959Z | Compiling resolv-conf v0.7.0 |
2463 | 2023-12-30T05:33:33.963Z | Running `/home/build/.rustup/toolchains/1.74.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=3d868be3ff0ec649 -C extra-filename=-3d868be3ff0ec649 --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-0d2de37fe3a9db95.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-f4ece63d59b921ed.rmeta --cap-lints allow -D warnings` |
2464 | 2023-12-30T05:33:34.350Z | Compiling derive_more v0.99.17 |
2465 | 2023-12-30T05:33:34.353Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' -C metadata=9fb3ce8e735e9f60 -C extra-filename=-9fb3ce8e735e9f60 --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-39d193f1dce25c95.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2466 | 2023-12-30T05:33:34.379Z | Compiling fxhash v0.2.1 |
2467 | 2023-12-30T05:33:34.382Z | Running `/home/build/.rustup/toolchains/1.74.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=ff88d5c2e7048037 -C extra-filename=-ff88d5c2e7048037 --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-4ff908e223b9ba35.rmeta --cap-lints allow -D warnings` |
2468 | 2023-12-30T05:33:34.678Z | Compiling trust-dns-resolver v0.22.0 |
2469 | 2023-12-30T05:33:34.681Z | Running `/home/build/.rustup/toolchains/1.74.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=e4694ac47c3b5489 -C extra-filename=-e4694ac47c3b5489 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-3d868be3ff0ec649.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rmeta --cap-lints allow -D warnings` |
2470 | 2023-12-30T05:33:35.291Z | Compiling newline-converter v0.3.0 |
2471 | 2023-12-30T05:33:35.294Z | Running `/home/build/.rustup/toolchains/1.74.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=27d283bedd3ab80d -C extra-filename=-27d283bedd3ab80d --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-3db9a7183557834f.rmeta --cap-lints allow -D warnings` |
2472 | 2023-12-30T05:33:35.315Z | Compiling nibble_vec v0.1.0 |
2473 | 2023-12-30T05:33:35.315Z | Running `/home/build/.rustup/toolchains/1.74.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=acff101e6eaca729 -C extra-filename=-acff101e6eaca729 --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-b9214902439ca54b.rmeta --cap-lints allow -D warnings` |
2474 | 2023-12-30T05:33:35.531Z | Compiling expectorate v1.1.0 |
2475 | 2023-12-30T05:33:35.535Z | Running `/home/build/.rustup/toolchains/1.74.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=903961a7ef9374aa -C extra-filename=-903961a7ef9374aa --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-33a5928f2ec0ac9f.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-27d283bedd3ab80d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings` |
2476 | 2023-12-30T05:33:35.608Z | Compiling glob v0.3.1 |
2477 | 2023-12-30T05:33:35.611Z | Running `/home/build/.rustup/toolchains/1.74.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=219023a8387da708 -C extra-filename=-219023a8387da708 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2478 | 2023-12-30T05:33:35.770Z | Compiling endian-type v0.1.2 |
2479 | 2023-12-30T05:33:35.773Z | Running `/home/build/.rustup/toolchains/1.74.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=70dff33bfd749910 -C extra-filename=-70dff33bfd749910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2480 | 2023-12-30T05:33:36.104Z | Compiling radix_trie v0.2.1 |
2481 | 2023-12-30T05:33:36.107Z | Running `/home/build/.rustup/toolchains/1.74.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=a8d026b080a5f1c0 -C extra-filename=-a8d026b080a5f1c0 --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-70dff33bfd749910.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-acff101e6eaca729.rmeta --cap-lints allow -D warnings` |
2482 | 2023-12-30T05:33:36.173Z | Compiling termcolor v1.2.0 |
2483 | 2023-12-30T05:33:36.176Z | Running `/home/build/.rustup/toolchains/1.74.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=2e558ad2340e05ad -C extra-filename=-2e558ad2340e05ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2484 | 2023-12-30T05:33:37.188Z | Compiling omicron-zone-package v0.9.1 |
2485 | 2023-12-30T05:33:37.197Z | Running `/home/build/.rustup/toolchains/1.74.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.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=896f8057515a983c -C extra-filename=-896f8057515a983c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b3586cc9ea932d09.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2326cb9c9a527358.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
2486 | 2023-12-30T05:33:37.235Z | Compiling radium v0.7.0 |
2487 | 2023-12-30T05:33:37.260Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=fba5e3f37040d9d7 -C extra-filename=-fba5e3f37040d9d7 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2488 | 2023-12-30T05:33:37.627Z | Compiling semver-parser v0.10.2 |
2489 | 2023-12-30T05:33:37.630Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=ee26c881764e7919 -C extra-filename=-ee26c881764e7919 --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-6794cb547fd28a6d.rmeta --cap-lints allow -D warnings` |
2490 | 2023-12-30T05:33:38.025Z | Running `/work/oxidecomputer/omicron/target/debug/build/radium-fba5e3f37040d9d7/build-script-build` |
2491 | 2023-12-30T05:33:38.068Z | Compiling tap v1.0.1 |
2492 | 2023-12-30T05:33:38.071Z | Running `/home/build/.rustup/toolchains/1.74.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=08cb45dba0ef4142 -C extra-filename=-08cb45dba0ef4142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2493 | 2023-12-30T05:33:38.355Z | Compiling maybe-uninit v2.0.0 |
2494 | 2023-12-30T05:33:38.359Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=bf78889f24b0c2b0 -C extra-filename=-bf78889f24b0c2b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2495 | 2023-12-30T05:33:38.385Z | Compiling wyz v0.5.1 |
2496 | 2023-12-30T05:33:38.388Z | Running `/home/build/.rustup/toolchains/1.74.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=424abcbb0c8bbf00 -C extra-filename=-424abcbb0c8bbf00 --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-08cb45dba0ef4142.rmeta --cap-lints allow -D warnings` |
2497 | 2023-12-30T05:33:39.082Z | Compiling semver v0.11.0 |
2498 | 2023-12-30T05:33:39.112Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=7bc924aae1172dfd -C extra-filename=-7bc924aae1172dfd --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-ee26c881764e7919.rmeta --cap-lints allow -D warnings` |
2499 | 2023-12-30T05:33:39.289Z | Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-bf78889f24b0c2b0/build-script-build` |
2500 | 2023-12-30T05:33:39.425Z | Running `/home/build/.rustup/toolchains/1.74.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=27d5047e80e91a90 -C extra-filename=-27d5047e80e91a90 --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` |
2501 | 2023-12-30T05:33:40.144Z | Compiling num-rational v0.4.1 |
2502 | 2023-12-30T05:33:40.147Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=2f37d431f14d093d -C extra-filename=-2f37d431f14d093d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
2503 | 2023-12-30T05:33:40.384Z | Compiling funty v2.0.0 |
2504 | 2023-12-30T05:33:40.387Z | Running `/home/build/.rustup/toolchains/1.74.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=e082b742fe21b22b -C extra-filename=-e082b742fe21b22b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2505 | 2023-12-30T05:33:40.718Z | Compiling num-bigint-dig v0.8.4 |
2506 | 2023-12-30T05:33:40.721Z | Running `/home/build/.rustup/toolchains/1.74.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 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=5a6cfc0aceccdd2d -C extra-filename=-5a6cfc0aceccdd2d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2507 | 2023-12-30T05:33:41.297Z | Compiling packed_struct v0.10.1 |
2508 | 2023-12-30T05:33:41.300Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=1187ed4801970867 -C extra-filename=-1187ed4801970867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2509 | 2023-12-30T05:33:41.348Z | Compiling keccak v0.1.4 |
2510 | 2023-12-30T05:33:41.371Z | Running `/home/build/.rustup/toolchains/1.74.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=af737db1943fc8a2 -C extra-filename=-af737db1943fc8a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2511 | 2023-12-30T05:33:42.115Z | Compiling crc-catalog v2.2.0 |
2512 | 2023-12-30T05:33:42.118Z | Running `/home/build/.rustup/toolchains/1.74.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=44635128b63b72f6 -C extra-filename=-44635128b63b72f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2513 | 2023-12-30T05:33:42.322Z | Compiling crc v3.0.1 |
2514 | 2023-12-30T05:33:42.325Z | Running `/home/build/.rustup/toolchains/1.74.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=3d7308d675906fc6 -C extra-filename=-3d7308d675906fc6 --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-44635128b63b72f6.rmeta --cap-lints allow -D warnings` |
2515 | 2023-12-30T05:33:42.814Z | Compiling bitvec v1.0.1 |
2516 | 2023-12-30T05:33:42.822Z | Running `/home/build/.rustup/toolchains/1.74.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 -C metadata=2daf68ad4baccc37 -C extra-filename=-2daf68ad4baccc37 --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-e082b742fe21b22b.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-27d5047e80e91a90.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-08cb45dba0ef4142.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-424abcbb0c8bbf00.rmeta --cap-lints allow -D warnings` |
2517 | 2023-12-30T05:33:43.089Z | Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-1187ed4801970867/build-script-build` |
2518 | 2023-12-30T05:33:43.092Z | Compiling sha3 v0.10.8 |
2519 | 2023-12-30T05:33:43.140Z | Running `/home/build/.rustup/toolchains/1.74.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=e5c0cd91c143e93f -C extra-filename=-e5c0cd91c143e93f --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-33cffb59bc14d75d.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-af737db1943fc8a2.rmeta --cap-lints allow -D warnings` |
2520 | 2023-12-30T05:33:43.689Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5a6cfc0aceccdd2d/build-script-build` |
2521 | 2023-12-30T05:33:43.735Z | Running `/work/oxidecomputer/omicron/target/debug/build/num-rational-2f37d431f14d093d/build-script-build` |
2522 | 2023-12-30T05:33:44.097Z | Compiling toolchain_find v0.2.0 |
2523 | 2023-12-30T05:33:44.100Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=364ea7694aa3169b -C extra-filename=-364ea7694aa3169b --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-814cad4654b5349a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-7bc924aae1172dfd.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings` |
2524 | 2023-12-30T05:33:44.213Z | Running `/home/build/.rustup/toolchains/1.74.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=f1e1e2d2e6ac882d -C extra-filename=-f1e1e2d2e6ac882d --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` |
2525 | 2023-12-30T05:33:44.309Z | Compiling secrecy v0.8.0 |
2526 | 2023-12-30T05:33:44.316Z | Running `/home/build/.rustup/toolchains/1.74.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=0a46460f96c16d8c -C extra-filename=-0a46460f96c16d8c --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-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings` |
2527 | 2023-12-30T05:33:44.707Z | Compiling packed_struct_codegen v0.10.1 |
2528 | 2023-12-30T05:33:44.710Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7a903979f7c2109b -C extra-filename=-7a903979f7c2109b --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2529 | 2023-12-30T05:33:44.735Z | Compiling nodrop v0.1.14 |
2530 | 2023-12-30T05:33:44.738Z | Running `/home/build/.rustup/toolchains/1.74.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=a0c77fb985e48085 -C extra-filename=-a0c77fb985e48085 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2531 | 2023-12-30T05:33:44.910Z | Compiling array-init v0.0.4 |
2532 | 2023-12-30T05:33:44.942Z | Running `/home/build/.rustup/toolchains/1.74.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=eb1fd4f2490a020f -C extra-filename=-eb1fd4f2490a020f --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-a0c77fb985e48085.rmeta --cap-lints allow -D warnings` |
2533 | 2023-12-30T05:33:45.080Z | Compiling rustfmt-wrapper v0.2.0 |
2534 | 2023-12-30T05:33:45.084Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=2cfd71c005fad142 -C extra-filename=-2cfd71c005fad142 --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-81aca5cc339569ca.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4d166bca4eae79be.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-364ea7694aa3169b.rmeta --cap-lints allow -D warnings` |
2535 | 2023-12-30T05:33:45.280Z | Compiling smallvec v0.6.14 |
2536 | 2023-12-30T05:33:45.316Z | Running `/home/build/.rustup/toolchains/1.74.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=e606479ac2e80ec3 -C extra-filename=-e606479ac2e80ec3 --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-f1e1e2d2e6ac882d.rmeta --cap-lints allow -D warnings` |
2537 | 2023-12-30T05:33:45.970Z | Running `/home/build/.rustup/toolchains/1.74.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=0426d3570874e650 -C extra-filename=-0426d3570874e650 --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-b22e93c0eb8e8193.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings --cfg has_int_exp_fmt` |
2538 | 2023-12-30T05:33:46.127Z | Running `/home/build/.rustup/toolchains/1.74.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=9928b4f3bebb1217 -C extra-filename=-9928b4f3bebb1217 --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-4ff908e223b9ba35.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-38b670a70a83d088.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings --cfg has_i128` |
2539 | 2023-12-30T05:33:46.811Z | Compiling pkcs1 v0.7.5 |
2540 | 2023-12-30T05:33:46.814Z | Running `/home/build/.rustup/toolchains/1.74.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=255428a67f0c9512 -C extra-filename=-255428a67f0c9512 --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-e6835b79b619d6d1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-39538edefc759022.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-dc4631bd9effa8df.rmeta --cap-lints allow -D warnings` |
2541 | 2023-12-30T05:33:48.450Z | Compiling signature v2.1.0 |
2542 | 2023-12-30T05:33:48.453Z | Running `/home/build/.rustup/toolchains/1.74.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=6a9804bb73144ee3 -C extra-filename=-6a9804bb73144ee3 --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-33cffb59bc14d75d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --cap-lints allow -D warnings` |
2543 | 2023-12-30T05:33:48.874Z | Compiling num-complex v0.4.4 |
2544 | 2023-12-30T05:33:48.878Z | Running `/home/build/.rustup/toolchains/1.74.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=63889bed41e78e89 -C extra-filename=-63889bed41e78e89 --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings` |
2545 | 2023-12-30T05:33:49.002Z | Compiling bitfield v0.14.0 |
2546 | 2023-12-30T05:33:49.005Z | Running `/home/build/.rustup/toolchains/1.74.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=8b564f5b2dba98c8 -C extra-filename=-8b564f5b2dba98c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2547 | 2023-12-30T05:33:49.225Z | Compiling serde-hex v0.1.0 |
2548 | 2023-12-30T05:33:49.225Z | Running `/home/build/.rustup/toolchains/1.74.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=f1829d2cfae2e8f8 -C extra-filename=-f1829d2cfae2e8f8 --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-eb1fd4f2490a020f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e606479ac2e80ec3.rmeta --cap-lints allow -D warnings` |
2549 | 2023-12-30T05:33:49.342Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2550 | 2023-12-30T05:33:49.360Z | Running `/home/build/.rustup/toolchains/1.74.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=c5c737f8ae05c7c6 -C extra-filename=-c5c737f8ae05c7c6 --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --cap-lints allow -D warnings` |
2551 | 2023-12-30T05:33:49.503Z | Compiling env_logger v0.10.0 |
2552 | 2023-12-30T05:33:49.532Z | Running `/home/build/.rustup/toolchains/1.74.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=2c1d3986277d3c60 -C extra-filename=-2c1d3986277d3c60 --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-9351ec178e203864.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings` |
2553 | 2023-12-30T05:33:49.842Z | Compiling x509-cert v0.2.4 |
2554 | 2023-12-30T05:33:49.842Z | Running `/home/build/.rustup/toolchains/1.74.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=94d355066c7a14e6 -C extra-filename=-94d355066c7a14e6 --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-66455a9b00682027.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6835b79b619d6d1.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-dc4631bd9effa8df.rmeta --cap-lints allow -D warnings` |
2555 | 2023-12-30T05:33:49.983Z | Running `/home/build/.rustup/toolchains/1.74.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=344ee5eac10f80d4 -C extra-filename=-344ee5eac10f80d4 --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-2daf68ad4baccc37.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-7a903979f7c2109b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2556 | 2023-12-30T05:33:50.646Z | Compiling num v0.4.1 |
2557 | 2023-12-30T05:33:50.651Z | Running `/home/build/.rustup/toolchains/1.74.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=aa56a7303df8436e -C extra-filename=-aa56a7303df8436e --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-63889bed41e78e89.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-0426d3570874e650.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings` |
2558 | 2023-12-30T05:33:50.790Z | Compiling rsa v0.9.2 |
2559 | 2023-12-30T05:33:50.793Z | Running `/home/build/.rustup/toolchains/1.74.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=4b21952414296c0b -C extra-filename=-4b21952414296c0b --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-9928b4f3bebb1217.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-255428a67f0c9512.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-39538edefc759022.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6a9804bb73144ee3.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-dc4631bd9effa8df.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings` |
2560 | 2023-12-30T05:33:51.054Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2561 | 2023-12-30T05:33:51.060Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=ab58f47b66a1e098 -C extra-filename=-ab58f47b66a1e098 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-ab58f47b66a1e098 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-340967dacea69100.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-231be48fc33c3583.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ea9b7c9563393109.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5719f59f113c47d6.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5699d189b136fd59.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6835b79b619d6d1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cd6ec43675eee141.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-0fbfb3da863b7ff5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-d641bf884fcc7ec5.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1d9f0def4c649509.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-484458b429b76554.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ef5b861026f5dfd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-22e8ca75eff77819.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1a9e3523b07eea92.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rlib --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e999d9c2c3b1bdc7.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-aa2ed84260f9def6.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68535836c6248cbe.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-985cb4d25c7efa21.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-7b759573e934a70a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2326cb9c9a527358.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e2500bdc44852e13.rlib --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4d82b57d4e7e0298.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3732617bf49537d4.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2562 | 2023-12-30T05:33:51.563Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-ab58f47b66a1e098/build-script-build` |
2563 | 2023-12-30T05:33:51.605Z | Running `/home/build/.rustup/toolchains/1.74.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=8179f1f057008fba -C extra-filename=-8179f1f057008fba --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-340967dacea69100.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-7fa1f6396052bdb1.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a55d8fa36e94059e.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8861c4fe0bf9ac1d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-231be48fc33c3583.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-b8e8dc310f6d46a3.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ea9b7c9563393109.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-5719f59f113c47d6.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-5699d189b136fd59.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6835b79b619d6d1.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cd6ec43675eee141.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-077c7c2d8ef378ab.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-0fbfb3da863b7ff5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-d641bf884fcc7ec5.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-1d9f0def4c649509.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-7defc2e9733c79ab.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-484458b429b76554.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ef5b861026f5dfd.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-22e8ca75eff77819.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1a9e3523b07eea92.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-f3363b8ae905f1e2.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-e999d9c2c3b1bdc7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-d8cd4b690e287255.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-aa2ed84260f9def6.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-ee6cdf9a9cd99e2d.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-83edf1a3a1698551.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-90162e117f0fa024.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68535836c6248cbe.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-985cb4d25c7efa21.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2326cb9c9a527358.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cff853258082ae9d.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-e2500bdc44852e13.rmeta --extern toml_edit_647d43efb71741da=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-ea6d88cd11b1cdcf.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-4d82b57d4e7e0298.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-3732617bf49537d4.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2564 | 2023-12-30T05:33:51.718Z | Compiling ron v0.8.1 |
2565 | 2023-12-30T05:33:51.756Z | Running `/home/build/.rustup/toolchains/1.74.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=681b448eb305ad12 -C extra-filename=-681b448eb305ad12 --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-2142c24215a1cbad.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-231be48fc33c3583.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --cap-lints allow -D warnings` |
2566 | 2023-12-30T05:33:51.762Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2567 | 2023-12-30T05:33:51.766Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=5e5c03b33dd1fcd9 -C extra-filename=-5e5c03b33dd1fcd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2568 | 2023-12-30T05:33:53.220Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2569 | 2023-12-30T05:33:53.224Z | Running `/home/build/.rustup/toolchains/1.74.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=88fc52e358167e6c -C extra-filename=-88fc52e358167e6c --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-2b7d06acdf8c01fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2570 | 2023-12-30T05:33:53.872Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2571 | 2023-12-30T05:33:53.881Z | Running `/home/build/.rustup/toolchains/1.74.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=33ff577c0ab5f1b4 -C extra-filename=-33ff577c0ab5f1b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-88db69bac18fd6c2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-67b2bd88d9f7c33a.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2572 | 2023-12-30T05:33:56.296Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2573 | 2023-12-30T05:33:56.300Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=d0ba6f876f29fb07 -C extra-filename=-d0ba6f876f29fb07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2574 | 2023-12-30T05:33:56.883Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2575 | 2023-12-30T05:33:56.886Z | Running `/home/build/.rustup/toolchains/1.74.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=76f9df658ab9af36 -C extra-filename=-76f9df658ab9af36 --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-8b564f5b2dba98c8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-344ee5eac10f80d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2576 | 2023-12-30T05:33:57.351Z | Compiling crc-any v2.4.3 |
2577 | 2023-12-30T05:33:57.354Z | Running `/home/build/.rustup/toolchains/1.74.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=3c86b9368e38f611 -C extra-filename=-3c86b9368e38f611 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2578 | 2023-12-30T05:33:58.180Z | Compiling utf-8 v0.7.6 |
2579 | 2023-12-30T05:33:58.218Z | Running `/home/build/.rustup/toolchains/1.74.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=2531f524387a9a1f -C extra-filename=-2531f524387a9a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2580 | 2023-12-30T05:33:58.407Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2581 | 2023-12-30T05:33:58.410Z | Running `/home/build/.rustup/toolchains/1.74.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=b11434403caa652c -C extra-filename=-b11434403caa652c --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-681b448eb305ad12.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-c5c737f8ae05c7c6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --cap-lints allow -D warnings` |
2582 | 2023-12-30T05:33:58.438Z | Compiling object v0.30.4 |
2583 | 2023-12-30T05:33:58.478Z | Running `/home/build/.rustup/toolchains/1.74.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=2c556cb7b4820d0b -C extra-filename=-2c556cb7b4820d0b --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-ddd6b783a064eb7e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-5ef5b861026f5dfd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-30180bc88c646d38.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --cap-lints allow -D warnings` |
2584 | 2023-12-30T05:33:58.690Z | Compiling tungstenite v0.20.1 |
2585 | 2023-12-30T05:33:58.693Z | Running `/home/build/.rustup/toolchains/1.74.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=53bd5be1967dd18c -C extra-filename=-53bd5be1967dd18c --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-4ff908e223b9ba35.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-5165d982a445385a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-5087bbc52468f397.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-2531f524387a9a1f.rmeta --cap-lints allow -D warnings` |
2586 | 2023-12-30T05:33:59.648Z | Compiling path-slash v0.1.5 |
2587 | 2023-12-30T05:33:59.654Z | Running `/home/build/.rustup/toolchains/1.74.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=67c53f1d8bdbada0 -C extra-filename=-67c53f1d8bdbada0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2588 | 2023-12-30T05:33:59.972Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2589 | 2023-12-30T05:33:59.975Z | Running `/home/build/.rustup/toolchains/1.74.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=e2f9060b0b2260de -C extra-filename=-e2f9060b0b2260de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2590 | 2023-12-30T05:34:00.444Z | Compiling tokio-tungstenite v0.20.1 |
2591 | 2023-12-30T05:34:00.448Z | Running `/home/build/.rustup/toolchains/1.74.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=c63a8084780a4130 -C extra-filename=-c63a8084780a4130 --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-27679b6a1ff6042a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-53bd5be1967dd18c.rmeta --cap-lints allow -D warnings` |
2592 | 2023-12-30T05:34:01.337Z | Compiling signal-hook-mio v0.2.3 |
2593 | 2023-12-30T05:34:01.347Z | Running `/home/build/.rustup/toolchains/1.74.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=060225c871bf0cdf -C extra-filename=-060225c871bf0cdf --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-dc3967e2ac4e7655.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --cap-lints allow -D warnings` |
2594 | 2023-12-30T05:34:01.350Z | Compiling buf-list v1.0.3 |
2595 | 2023-12-30T05:34:01.350Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' -C metadata=8893d74600b806d8 -C extra-filename=-8893d74600b806d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2596 | 2023-12-30T05:34:01.554Z | Compiling display-error-chain v0.2.0 |
2597 | 2023-12-30T05:34:01.559Z | Running `/home/build/.rustup/toolchains/1.74.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=aaa19c355036061d -C extra-filename=-aaa19c355036061d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2598 | 2023-12-30T05:34:01.756Z | Compiling parking_lot_core v0.8.6 |
2599 | 2023-12-30T05:34:01.805Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=48826031f0281653 -C extra-filename=-48826031f0281653 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2600 | 2023-12-30T05:34:01.809Z | Compiling trust-dns-client v0.22.0 |
2601 | 2023-12-30T05:34:01.809Z | Running `/home/build/.rustup/toolchains/1.74.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=3e0a8bef0558b8c7 -C extra-filename=-3e0a8bef0558b8c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rmeta --cap-lints allow -D warnings` |
2602 | 2023-12-30T05:34:02.285Z | Compiling pretty-hex v0.4.0 |
2603 | 2023-12-30T05:34:02.310Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' -C metadata=d51455f5c7618491 -C extra-filename=-d51455f5c7618491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2604 | 2023-12-30T05:34:02.480Z | Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-8893d74600b806d8/build-script-build` |
2605 | 2023-12-30T05:34:02.580Z | Running `/home/build/.rustup/toolchains/1.74.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=b4c02a942dc17c0f -C extra-filename=-b4c02a942dc17c0f --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-26d2b68a816ef0bf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings --cfg seek_convenience --cfg const_fn_trait_bounds` |
2606 | 2023-12-30T05:34:02.608Z | Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-48826031f0281653/build-script-build` |
2607 | 2023-12-30T05:34:02.633Z | Compiling semver v0.1.20 |
2608 | 2023-12-30T05:34:02.636Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=9fecfb734d7157b3 -C extra-filename=-9fecfb734d7157b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2609 | 2023-12-30T05:34:02.672Z | Running `/home/build/.rustup/toolchains/1.74.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=7b466060c01f9cb9 -C extra-filename=-7b466060c01f9cb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-a3b9195715d78840.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --cap-lints allow -D warnings` |
2610 | 2023-12-30T05:34:03.505Z | Compiling parking_lot v0.11.2 |
2611 | 2023-12-30T05:34:03.531Z | Running `/home/build/.rustup/toolchains/1.74.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=c174bba757594cdf -C extra-filename=-c174bba757594cdf --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-a3b9195715d78840.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-cd1bdf41f320219b.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-7b466060c01f9cb9.rmeta --cap-lints allow -D warnings` |
2612 | 2023-12-30T05:34:03.832Z | Compiling rustc_version v0.1.7 |
2613 | 2023-12-30T05:34:03.845Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=6367f93d5bcb467d -C extra-filename=-6367f93d5bcb467d --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-9fecfb734d7157b3.rmeta --cap-lints allow -D warnings` |
2614 | 2023-12-30T05:34:03.889Z | Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2615 | 2023-12-30T05:34:03.913Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=9a262033ec2affc5 -C extra-filename=-9a262033ec2affc5 --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-22616ea412428ac4.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings` |
2616 | 2023-12-30T05:34:03.919Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2617 | 2023-12-30T05:34:03.919Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/9339b57/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=264a0c2a96840ec1 -C extra-filename=-264a0c2a96840ec1 --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-64beaabacfe3accc.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e9b1768d9f3a4fce.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ae05743c4214da30.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
2618 | 2023-12-30T05:34:04.212Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2619 | 2023-12-30T05:34:04.217Z | Running `/home/build/.rustup/toolchains/1.74.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=e77a1690291561a4 -C extra-filename=-e77a1690291561a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4c3ee75e68b70f06.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2620 | 2023-12-30T05:34:04.553Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2621 | 2023-12-30T05:34:04.557Z | Running `/home/build/.rustup/toolchains/1.74.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=e956f1f9d11aeeaf -C extra-filename=-e956f1f9d11aeeaf --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-dee72db7b50e2635.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2622 | 2023-12-30T05:34:05.226Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2623 | 2023-12-30T05:34:05.229Z | Running `/home/build/.rustup/toolchains/1.74.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=985641a98d92b119 -C extra-filename=-985641a98d92b119 --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-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2624 | 2023-12-30T05:34:06.857Z | Compiling trust-dns-server v0.22.1 |
2625 | 2023-12-30T05:34:06.884Z | Running `/home/build/.rustup/toolchains/1.74.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=de17b9e43dd330b7 -C extra-filename=-de17b9e43dd330b7 --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-a59a91390b9da3fe.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-27803a47156d2921.so --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-7155313a3bd00777.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-d1ff6e7bab6b096b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-4d166bca4eae79be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rmeta --cap-lints allow -D warnings` |
2626 | 2023-12-30T05:34:06.965Z | Compiling sled v0.34.7 |
2627 | 2023-12-30T05:34:06.968Z | Running `/home/build/.rustup/toolchains/1.74.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=534cbf6d318e0767 -C extra-filename=-534cbf6d318e0767 --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-ddd6b783a064eb7e.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-c174bba757594cdf.rmeta --cap-lints allow -D warnings` |
2628 | 2023-12-30T05:34:07.040Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2629 | 2023-12-30T05:34:07.044Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=be029504e65166df -C extra-filename=-be029504e65166df --out-dir /work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-be029504e65166df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-2cfd71c005fad142.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
2630 | 2023-12-30T05:34:09.922Z | Compiling newtype_derive v0.1.6 |
2631 | 2023-12-30T05:34:09.926Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1c6c0c01e1dcc86e -C extra-filename=-1c6c0c01e1dcc86e --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-6367f93d5bcb467d.rlib --cap-lints allow -D warnings` |
2632 | 2023-12-30T05:34:10.529Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2633 | 2023-12-30T05:34:10.532Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=9b57f9de53824432 -C extra-filename=-9b57f9de53824432 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-9b57f9de53824432 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-2cfd71c005fad142.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
2634 | 2023-12-30T05:34:14.278Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2635 | 2023-12-30T05:34:14.283Z | Running `/home/build/.rustup/toolchains/1.74.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=a6524eaf2e721d50 -C extra-filename=-a6524eaf2e721d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2636 | 2023-12-30T05:34:16.400Z | Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-1c6c0c01e1dcc86e/build-script-build` |
2637 | 2023-12-30T05:34:16.503Z | Running `/home/build/.rustup/toolchains/1.74.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=a702442b7c13e95a -C extra-filename=-a702442b7c13e95a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg op_assign` |
2638 | 2023-12-30T05:34:16.679Z | Compiling vte_generate_state_changes v0.1.1 |
2639 | 2023-12-30T05:34:16.682Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=18d20d483024d31e -C extra-filename=-18d20d483024d31e --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern proc_macro --cap-lints allow -D warnings` |
2640 | 2023-12-30T05:34:17.883Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2641 | 2023-12-30T05:34:17.887Z | Running `/home/build/.rustup/toolchains/1.74.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=92fc517c37689c14 -C extra-filename=-92fc517c37689c14 --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-4ff908e223b9ba35.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-66455a9b00682027.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3c86b9368e38f611.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6835b79b619d6d1.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-2c1d3986277d3c60.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-76f9df658ab9af36.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-344ee5eac10f80d4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-477fdaa156d56e80.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-4b21952414296c0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-f1829d2cfae2e8f8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-94d355066c7a14e6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --cap-lints allow -D warnings` |
2642 | 2023-12-30T05:34:18.813Z | Compiling memoffset v0.7.1 |
2643 | 2023-12-30T05:34:18.816Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=90d0c2331e6d1154 -C extra-filename=-90d0c2331e6d1154 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
2644 | 2023-12-30T05:34:19.407Z | Compiling arrayvec v0.5.2 |
2645 | 2023-12-30T05:34:19.410Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-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=852fb6b6c9bfb2fa -C extra-filename=-852fb6b6c9bfb2fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2646 | 2023-12-30T05:34:20.240Z | Compiling platforms v3.0.2 |
2647 | 2023-12-30T05:34:20.243Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=86233e944617d37a -C extra-filename=-86233e944617d37a --out-dir /work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2648 | 2023-12-30T05:34:20.853Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2649 | 2023-12-30T05:34:20.857Z | Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="tmp_keypath"' -C metadata=6ddfdd39cdf688f9 -C extra-filename=-6ddfdd39cdf688f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5e2f052f280517df.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-daa426c5818839ee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bc4b7986e4ebef32.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1c015594d217b93b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2650 | 2023-12-30T05:34:25.297Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2651 | 2023-12-30T05:34:25.301Z | Running `/home/build/.rustup/toolchains/1.74.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=eedd684866743192 -C extra-filename=-eedd684866743192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f7de89cc6857338.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2652 | 2023-12-30T05:34:25.891Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2653 | 2023-12-30T05:34:25.895Z | Running `/home/build/.rustup/toolchains/1.74.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=80b39ac62fe95fcd -C extra-filename=-80b39ac62fe95fcd --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-76f9df658ab9af36.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-92fc517c37689c14.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-2c556cb7b4820d0b.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-67c53f1d8bdbada0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-4b21952414296c0b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-c5c737f8ae05c7c6.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-b11434403caa652c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-2326cb9c9a527358.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-94d355066c7a14e6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2654 | 2023-12-30T05:34:26.588Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2655 | 2023-12-30T05:34:26.591Z | Running `/home/build/.rustup/toolchains/1.74.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=1a68af0c36bd6426 -C extra-filename=-1a68af0c36bd6426 --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-26d2b68a816ef0bf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d0ba6f876f29fb07.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2656 | 2023-12-30T05:34:29.070Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2657 | 2023-12-30T05:34:29.074Z | Running `/home/build/.rustup/toolchains/1.74.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=f753f9090c646000 -C extra-filename=-f753f9090c646000 --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-a59a91390b9da3fe.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2658 | 2023-12-30T05:34:29.795Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2659 | 2023-12-30T05:34:29.798Z | Running `/home/build/.rustup/toolchains/1.74.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=3c1495c81bbfdad0 -C extra-filename=-3c1495c81bbfdad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2660 | 2023-12-30T05:34:30.242Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2661 | 2023-12-30T05:34:30.248Z | Running `/home/build/.rustup/toolchains/1.74.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=8a8cdd7e46b9ff65 -C extra-filename=-8a8cdd7e46b9ff65 --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-dee72db7b50e2635.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2662 | 2023-12-30T05:34:31.073Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2663 | 2023-12-30T05:34:31.077Z | Running `/home/build/.rustup/toolchains/1.74.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=edee5b66ea7b1820 -C extra-filename=-edee5b66ea7b1820 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2664 | 2023-12-30T05:34:33.040Z | Running `/work/oxidecomputer/omicron/target/debug/build/platforms-86233e944617d37a/build-script-build` |
2665 | 2023-12-30T05:34:33.084Z | Compiling vte v0.10.1 |
2666 | 2023-12-30T05:34:33.129Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-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="arrayvec"' --cfg 'feature="default"' --cfg 'feature="no_std"' -C metadata=6a18a85e151a8d77 -C extra-filename=-6a18a85e151a8d77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-852fb6b6c9bfb2fa.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-18d20d483024d31e.so --cap-lints allow -D warnings` |
2667 | 2023-12-30T05:34:35.203Z | Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-90d0c2331e6d1154/build-script-build` |
2668 | 2023-12-30T05:34:35.410Z | Compiling steno v0.4.0 |
2669 | 2023-12-30T05:34:35.445Z | Running `/home/build/.rustup/toolchains/1.74.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=49148275be998f0f -C extra-filename=-49148275be998f0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings` |
2670 | 2023-12-30T05:34:35.835Z | Running `/work/oxidecomputer/omicron/target/debug/build/ddm-admin-client-be029504e65166df/build-script-build` |
2671 | 2023-12-30T05:34:36.184Z | Compiling fd-lock v3.0.13 |
2672 | 2023-12-30T05:34:36.187Z | Running `/home/build/.rustup/toolchains/1.74.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=9d0d22c9abf2a426 -C extra-filename=-9d0d22c9abf2a426 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-68535836c6248cbe.rmeta --cap-lints allow -D warnings` |
2673 | 2023-12-30T05:34:36.491Z | Compiling strip-ansi-escapes v0.1.1 |
2674 | 2023-12-30T05:34:36.495Z | Running `/home/build/.rustup/toolchains/1.74.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.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=17b939845317befb -C extra-filename=-17b939845317befb --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-6a18a85e151a8d77.rmeta --cap-lints allow -D warnings` |
2675 | 2023-12-30T05:34:36.729Z | Running `/home/build/.rustup/toolchains/1.74.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=8589795a66c6a8b6 -C extra-filename=-8589795a66c6a8b6 --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` |
2676 | 2023-12-30T05:34:36.904Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=5b59cb338043d9cb -C extra-filename=-5b59cb338043d9cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2677 | 2023-12-30T05:34:37.742Z | Compiling crossterm v0.26.1 |
2678 | 2023-12-30T05:34:37.745Z | Running `/home/build/.rustup/toolchains/1.74.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=46e9ab4f66d5c108 -C extra-filename=-46e9ab4f66d5c108 --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-8861c4fe0bf9ac1d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-060225c871bf0cdf.rmeta --cap-lints allow -D warnings` |
2679 | 2023-12-30T05:34:37.893Z | Compiling crossbeam-deque v0.8.3 |
2680 | 2023-12-30T05:34:37.922Z | Running `/home/build/.rustup/toolchains/1.74.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=16d1f389a1cfe257 -C extra-filename=-16d1f389a1cfe257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
2681 | 2023-12-30T05:34:38.450Z | Compiling unicase v2.7.0 |
2682 | 2023-12-30T05:34:38.476Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=b5361546712bf869 -C extra-filename=-b5361546712bf869 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2683 | 2023-12-30T05:34:39.237Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2684 | 2023-12-30T05:34:39.264Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=3738544f39015edd -C extra-filename=-3738544f39015edd --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2685 | 2023-12-30T05:34:39.307Z | Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-9b57f9de53824432/build-script-build` |
2686 | 2023-12-30T05:34:39.810Z | Compiling salty v0.2.0 |
2687 | 2023-12-30T05:34:39.813Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on -C metadata=fc97587430feb76f -C extra-filename=-fc97587430feb76f --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2688 | 2023-12-30T05:34:40.217Z | Running `/home/build/.rustup/toolchains/1.74.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=721df2f35d422e49 -C extra-filename=-721df2f35d422e49 --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-dee72db7b50e2635.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2689 | 2023-12-30T05:34:40.670Z | Compiling nu-ansi-term v0.49.0 |
2690 | 2023-12-30T05:34:40.674Z | Running `/home/build/.rustup/toolchains/1.74.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=7b035ea1035ca2f0 -C extra-filename=-7b035ea1035ca2f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2691 | 2023-12-30T05:34:40.703Z | Compiling rayon-core v1.12.0 |
2692 | 2023-12-30T05:34:40.710Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=382a30302ea49031 -C extra-filename=-382a30302ea49031 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2693 | 2023-12-30T05:34:41.263Z | Compiling signature v1.6.4 |
2694 | 2023-12-30T05:34:41.293Z | Running `/home/build/.rustup/toolchains/1.74.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=68274637701a506d -C extra-filename=-68274637701a506d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2695 | 2023-12-30T05:34:41.504Z | Compiling ed25519 v1.5.3 |
2696 | 2023-12-30T05:34:41.507Z | Running `/home/build/.rustup/toolchains/1.74.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=f055a26e6c4af7ec -C extra-filename=-f055a26e6c4af7ec --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-68274637701a506d.rmeta --cap-lints allow -D warnings` |
2697 | 2023-12-30T05:34:41.847Z | Compiling reedline v0.22.0 |
2698 | 2023-12-30T05:34:41.851Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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=7e130c01bb3ed25c -C extra-filename=-7e130c01bb3ed25c --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-dee72db7b50e2635.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-46e9ab4f66d5c108.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9d0d22c9abf2a426.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-7b035ea1035ca2f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-17b939845317befb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-66239c5eb518f684.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2699 | 2023-12-30T05:34:42.029Z | Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-382a30302ea49031/build-script-build` |
2700 | 2023-12-30T05:34:42.072Z | Running `/work/oxidecomputer/omicron/target/debug/build/salty-fc97587430feb76f/build-script-build` |
2701 | 2023-12-30T05:34:42.114Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2702 | 2023-12-30T05:34:42.118Z | Running `/home/build/.rustup/toolchains/1.74.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=334017de9c2df147 -C extra-filename=-334017de9c2df147 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2703 | 2023-12-30T05:34:42.596Z | Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-3738544f39015edd/build-script-build` |
2704 | 2023-12-30T05:34:42.721Z | Running `/work/oxidecomputer/omicron/target/debug/build/unicase-b5361546712bf869/build-script-build` |
2705 | 2023-12-30T05:34:42.969Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2706 | 2023-12-30T05:34:42.972Z | Running `/home/build/.rustup/toolchains/1.74.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=0dcc2cd8ba2ba7e6 -C extra-filename=-0dcc2cd8ba2ba7e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7f8ab4372cfe69e2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2319c5d2112e3ce4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
2707 | 2023-12-30T05:34:48.803Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2708 | 2023-12-30T05:34:48.807Z | Running `/home/build/.rustup/toolchains/1.74.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=d8a72b9b18ea3876 -C extra-filename=-d8a72b9b18ea3876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2709 | 2023-12-30T05:34:49.712Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2710 | 2023-12-30T05:34:49.715Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="testing"' -C metadata=a175195add1451f1 -C extra-filename=-a175195add1451f1 --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-a59a91390b9da3fe.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
2711 | 2023-12-30T05:34:52.111Z | Running `/home/build/.rustup/toolchains/1.74.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=86dcecd062f7d81f -C extra-filename=-86dcecd062f7d81f --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
2712 | 2023-12-30T05:34:52.604Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2713 | 2023-12-30T05:34:52.608Z | Running `/home/build/.rustup/toolchains/1.74.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=25788d956c25e805 -C extra-filename=-25788d956c25e805 --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-a59a91390b9da3fe.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
2714 | 2023-12-30T05:34:53.517Z | Compiling curve25519-dalek v4.1.1 |
2715 | 2023-12-30T05:34:53.520Z | Running `/home/build/.rustup/toolchains/1.74.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.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=803267fa389ae8d6 -C extra-filename=-803267fa389ae8d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-803267fa389ae8d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern platforms=/work/oxidecomputer/omicron/target/debug/deps/libplatforms-5b59cb338043d9cb.rlib --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-acc946df0c2c5c42.rlib --cap-lints allow -D warnings` |
2716 | 2023-12-30T05:34:54.421Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2717 | 2023-12-30T05:34:54.424Z | Running `/home/build/.rustup/toolchains/1.74.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=91c56cc38ae2f2e4 -C extra-filename=-91c56cc38ae2f2e4 --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-8589795a66c6a8b6.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-5b69abb51cddee7d.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --cap-lints allow -D warnings` |
2718 | 2023-12-30T05:34:54.542Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2719 | 2023-12-30T05:34:54.545Z | Running `/home/build/.rustup/toolchains/1.74.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=273d85210b76495f -C extra-filename=-273d85210b76495f --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-4ff908e223b9ba35.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-3d7308d675906fc6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-8d14b62f88fd6910.rmeta --cap-lints allow -D warnings` |
2720 | 2023-12-30T05:34:55.046Z | Compiling globset v0.4.13 |
2721 | 2023-12-30T05:34:55.052Z | Running `/home/build/.rustup/toolchains/1.74.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=369954cc625f5aa3 -C extra-filename=-369954cc625f5aa3 --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-e39b65394af31ca3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --cap-lints allow -D warnings` |
2722 | 2023-12-30T05:34:55.648Z | Compiling olpc-cjson v0.1.3 |
2723 | 2023-12-30T05:34:55.651Z | Running `/home/build/.rustup/toolchains/1.74.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=859215adb289ee93 -C extra-filename=-859215adb289ee93 --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-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e1664521da542a92.rmeta --cap-lints allow -D warnings` |
2724 | 2023-12-30T05:34:56.210Z | Compiling serde-big-array v0.5.1 |
2725 | 2023-12-30T05:34:56.213Z | Running `/home/build/.rustup/toolchains/1.74.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=f16d06b6e33d0a36 -C extra-filename=-f16d06b6e33d0a36 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2726 | 2023-12-30T05:34:56.568Z | Compiling serde_plain v1.0.2 |
2727 | 2023-12-30T05:34:56.571Z | Running `/home/build/.rustup/toolchains/1.74.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=fecb27bf1c1fec00 -C extra-filename=-fecb27bf1c1fec00 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2728 | 2023-12-30T05:34:57.220Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2729 | 2023-12-30T05:34:57.245Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=62919aceac2f4dfc -C extra-filename=-62919aceac2f4dfc --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2730 | 2023-12-30T05:34:58.235Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2731 | 2023-12-30T05:34:58.261Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=41f8c05aec5c4110 -C extra-filename=-41f8c05aec5c4110 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2732 | 2023-12-30T05:34:58.975Z | Compiling async-recursion v1.0.5 |
2733 | 2023-12-30T05:34:58.981Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=94d38ad116fe60a0 -C extra-filename=-94d38ad116fe60a0 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2734 | 2023-12-30T05:34:59.783Z | Compiling typed-path v0.7.0 |
2735 | 2023-12-30T05:34:59.786Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=37a37c96914ce752 -C extra-filename=-37a37c96914ce752 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2736 | 2023-12-30T05:35:01.007Z | Running `/home/build/.rustup/toolchains/1.74.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=d0f6b9de65c69e43 -C extra-filename=-d0f6b9de65c69e43 --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-a59a91390b9da3fe.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4c3ee75e68b70f06.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ff88d5c2e7048037.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-c75f6076a24bb191.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ac6e649b210698f7.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-91c56cc38ae2f2e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-f16d06b6e33d0a36.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-1883b6e44d740cc2.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-985cb4d25c7efa21.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-273d85210b76495f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2737 | 2023-12-30T05:35:02.986Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2738 | 2023-12-30T05:35:03.031Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' -C metadata=fcf6a6a72d8437bf -C extra-filename=-fcf6a6a72d8437bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-41f8c05aec5c4110.so --cap-lints allow -D warnings` |
2739 | 2023-12-30T05:35:03.268Z | Compiling tough v0.16.0 |
2740 | 2023-12-30T05:35:03.272Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' -C metadata=1df90c0488e5a829 -C extra-filename=-1df90c0488e5a829 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-94d38ad116fe60a0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-fdf79af5d0119df4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-369954cc625f5aa3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-859215adb289ee93.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-fecb27bf1c1fec00.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-37a37c96914ce752.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-018c813ad0174d69.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
2741 | 2023-12-30T05:35:03.611Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2742 | 2023-12-30T05:35:03.611Z | Running `/home/build/.rustup/toolchains/1.74.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=85ed9266386a5914 -C extra-filename=-85ed9266386a5914 --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-62919aceac2f4dfc.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2743 | 2023-12-30T05:35:04.394Z | Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-803267fa389ae8d6/build-script-build` |
2744 | 2023-12-30T05:35:04.558Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2745 | 2023-12-30T05:35:04.563Z | Running `/home/build/.rustup/toolchains/1.74.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=7dd09a7c61c3a296 -C extra-filename=-7dd09a7c61c3a296 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
2746 | 2023-12-30T05:35:05.247Z | Running `/home/build/.rustup/toolchains/1.74.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=0e102328a0a1d9d3 -C extra-filename=-0e102328a0a1d9d3 --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` |
2747 | 2023-12-30T05:35:05.889Z | Running `/home/build/.rustup/toolchains/1.74.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=1871acaa5e279c4a -C extra-filename=-1871acaa5e279c4a --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-f055a26e6c4af7ec.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings --cfg tweetnacl` |
2748 | 2023-12-30T05:35:07.855Z | Running `/home/build/.rustup/toolchains/1.74.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=4e29700f4020e47d -C extra-filename=-4e29700f4020e47d --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-16d1f389a1cfe257.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
2749 | 2023-12-30T05:35:10.598Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2750 | 2023-12-30T05:35:10.605Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=2e0ce284af53339b -C extra-filename=-2e0ce284af53339b --out-dir /work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2e0ce284af53339b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-2cfd71c005fad142.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
2751 | 2023-12-30T05:35:10.889Z | Compiling signal-hook-tokio v0.3.1 |
2752 | 2023-12-30T05:35:10.917Z | Running `/home/build/.rustup/toolchains/1.74.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=d15ec80a0a03aed9 -C extra-filename=-d15ec80a0a03aed9 --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-bacbb989514d74d7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings` |
2753 | 2023-12-30T05:35:11.183Z | Compiling serde-big-array v0.4.1 |
2754 | 2023-12-30T05:35:11.188Z | Running `/home/build/.rustup/toolchains/1.74.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=bd66fd771af74bce -C extra-filename=-bd66fd771af74bce --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2755 | 2023-12-30T05:35:11.428Z | Compiling universal-hash v0.5.1 |
2756 | 2023-12-30T05:35:11.432Z | Running `/home/build/.rustup/toolchains/1.74.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=a4456979f0a7565d -C extra-filename=-a4456979f0a7565d --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-5699d189b136fd59.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --cap-lints allow -D warnings` |
2757 | 2023-12-30T05:35:11.734Z | Compiling thiserror-impl-no-std v2.0.2 |
2758 | 2023-12-30T05:35:11.738Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=9daff27104a297f1 -C extra-filename=-9daff27104a297f1 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2759 | 2023-12-30T05:35:11.905Z | Compiling curve25519-dalek-derive v0.1.0 |
2760 | 2023-12-30T05:35:11.953Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=6b4d419621b9e8a7 -C extra-filename=-6b4d419621b9e8a7 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2761 | 2023-12-30T05:35:12.298Z | Compiling opaque-debug v0.3.0 |
2762 | 2023-12-30T05:35:12.301Z | Running `/home/build/.rustup/toolchains/1.74.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=dabfecc51b8658ae -C extra-filename=-dabfecc51b8658ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2763 | 2023-12-30T05:35:12.468Z | Compiling poly1305 v0.8.0 |
2764 | 2023-12-30T05:35:12.471Z | Running `/home/build/.rustup/toolchains/1.74.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=53d6a0d4103db3b5 -C extra-filename=-53d6a0d4103db3b5 --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-161a8fd22ed990c1.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-dabfecc51b8658ae.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-a4456979f0a7565d.rmeta --cap-lints allow -D warnings` |
2765 | 2023-12-30T05:35:13.873Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2766 | 2023-12-30T05:35:13.876Z | Running `/home/build/.rustup/toolchains/1.74.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=a1213e1c03f97dd1 -C extra-filename=-a1213e1c03f97dd1 --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-9fb3ce8e735e9f60.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-85ed9266386a5914.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-1871acaa5e279c4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-bd66fd771af74bce.rmeta --cap-lints allow -D warnings` |
2767 | 2023-12-30T05:35:14.758Z | Running `/home/build/.rustup/toolchains/1.74.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.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="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' -C metadata=bc7faa0848d4f878 -C extra-filename=-bc7faa0848d4f878 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-6b4d419621b9e8a7.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-33cffb59bc14d75d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'` |
2768 | 2023-12-30T05:35:15.356Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2769 | 2023-12-30T05:35:15.360Z | Running `/home/build/.rustup/toolchains/1.74.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=5378b994a724f39b -C extra-filename=-5378b994a724f39b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2770 | 2023-12-30T05:35:15.644Z | Compiling rayon v1.8.0 |
2771 | 2023-12-30T05:35:15.694Z | Running `/home/build/.rustup/toolchains/1.74.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=cec177c6f58aa418 -C extra-filename=-cec177c6f58aa418 --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-88da6cc752eb5faf.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4e29700f4020e47d.rmeta --cap-lints allow -D warnings` |
2772 | 2023-12-30T05:35:15.979Z | Compiling mime_guess v2.0.4 |
2773 | 2023-12-30T05:35:15.982Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' -C metadata=b193a917dec71cf9 -C extra-filename=-b193a917dec71cf9 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rlib --cap-lints allow -D warnings` |
2774 | 2023-12-30T05:35:17.691Z | Compiling thiserror-no-std v2.0.2 |
2775 | 2023-12-30T05:35:17.696Z | Running `/home/build/.rustup/toolchains/1.74.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=23ef8d7a8498a85f -C extra-filename=-23ef8d7a8498a85f --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-9daff27104a297f1.so --cap-lints allow -D warnings` |
2776 | 2023-12-30T05:35:17.866Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2777 | 2023-12-30T05:35:17.869Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on -C metadata=b12ea8f85d046950 -C extra-filename=-b12ea8f85d046950 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-b12ea8f85d046950 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2778 | 2023-12-30T05:35:18.239Z | Compiling chacha20 v0.9.1 |
2779 | 2023-12-30T05:35:18.242Z | Running `/home/build/.rustup/toolchains/1.74.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=7a93895cd9f1a55d -C extra-filename=-7a93895cd9f1a55d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ea9b7c9563393109.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-161a8fd22ed990c1.rmeta --cap-lints allow -D warnings` |
2780 | 2023-12-30T05:35:18.448Z | Compiling aead v0.5.2 |
2781 | 2023-12-30T05:35:18.451Z | Running `/home/build/.rustup/toolchains/1.74.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=0a07d67cbba7f24f -C extra-filename=-0a07d67cbba7f24f --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-5699d189b136fd59.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-6144d53d6244ae57.rmeta --cap-lints allow -D warnings` |
2782 | 2023-12-30T05:35:19.037Z | Compiling kstat-rs v0.2.3 |
2783 | 2023-12-30T05:35:19.044Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kstat-rs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5d2e6e36db52d33d -C extra-filename=-5d2e6e36db52d33d --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-dc3967e2ac4e7655.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings` |
2784 | 2023-12-30T05:35:19.064Z | Compiling corncobs v0.1.3 |
2785 | 2023-12-30T05:35:19.067Z | Running `/home/build/.rustup/toolchains/1.74.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=a5f02f7056344f34 -C extra-filename=-a5f02f7056344f34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2786 | 2023-12-30T05:35:19.564Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2787 | 2023-12-30T05:35:19.567Z | Running `/home/build/.rustup/toolchains/1.74.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=88025ebf0a15842f -C extra-filename=-88025ebf0a15842f --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-a5f02f7056344f34.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-85ed9266386a5914.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-1871acaa5e279c4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sprockets_common=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_common-a1213e1c03f97dd1.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-2f59d5358814a968.rmeta --cap-lints allow -D warnings` |
2788 | 2023-12-30T05:35:20.188Z | Compiling chacha20poly1305 v0.10.1 |
2789 | 2023-12-30T05:35:20.188Z | Running `/home/build/.rustup/toolchains/1.74.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=88a2cbee3c91d065 -C extra-filename=-88a2cbee3c91d065 --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-0a07d67cbba7f24f.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-7a93895cd9f1a55d.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ea9b7c9563393109.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-53d6a0d4103db3b5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings` |
2790 | 2023-12-30T05:35:20.271Z | Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-b12ea8f85d046950/build-script-build` |
2791 | 2023-12-30T05:35:20.340Z | Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-b193a917dec71cf9/build-script-build` |
2792 | 2023-12-30T05:35:20.377Z | Compiling vsss-rs v3.3.2 |
2793 | 2023-12-30T05:35:20.380Z | Running `/home/build/.rustup/toolchains/1.74.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.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="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' -C metadata=850e3e41ec306389 -C extra-filename=-850e3e41ec306389 --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-bc7faa0848d4f878.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-cd6ec43675eee141.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-46f2b94666a4edae.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-d6a1aea7375010bd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-dc7510ddc3d6c88c.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-23ef8d7a8498a85f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --cap-lints allow -D warnings` |
2794 | 2023-12-30T05:35:20.517Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2795 | 2023-12-30T05:35:20.520Z | Running `/home/build/.rustup/toolchains/1.74.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=2462b7d900a97a30 -C extra-filename=-2462b7d900a97a30 --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-dee72db7b50e2635.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2796 | 2023-12-30T05:35:21.990Z | Compiling diff v0.1.13 |
2797 | 2023-12-30T05:35:21.993Z | Running `/home/build/.rustup/toolchains/1.74.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=5ba3fbbf1ae2423e -C extra-filename=-5ba3fbbf1ae2423e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2798 | 2023-12-30T05:35:23.120Z | Compiling bytecount v0.6.3 |
2799 | 2023-12-30T05:35:23.147Z | Running `/home/build/.rustup/toolchains/1.74.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=1f95f3084ef75bb6 -C extra-filename=-1f95f3084ef75bb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2800 | 2023-12-30T05:35:23.458Z | Compiling papergrid v0.10.0 |
2801 | 2023-12-30T05:35:23.464Z | Running `/home/build/.rustup/toolchains/1.74.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=49e1b680e4bb46be -C extra-filename=-49e1b680e4bb46be --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-1f95f3084ef75bb6.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-6cf1b0ed1ebc9dce.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2802 | 2023-12-30T05:35:23.529Z | Running `/home/build/.rustup/toolchains/1.74.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=cd66ff657cb29e11 -C extra-filename=-cd66ff657cb29e11 --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-6a7bea3b3edc87ca.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-0e102328a0a1d9d3.rmeta --cap-lints allow -D warnings` |
2803 | 2023-12-30T05:35:25.125Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2804 | 2023-12-30T05:35:25.129Z | Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=49ea9b765c7f3b32 -C extra-filename=-49ea9b765c7f3b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5d2e6e36db52d33d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2805 | 2023-12-30T05:35:27.526Z | Compiling tabled_derive v0.6.0 |
2806 | 2023-12-30T05:35:27.530Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=5e8a697504b05084 -C extra-filename=-5e8a697504b05084 --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-22616ea412428ac4.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-a4e00c370f5769fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2807 | 2023-12-30T05:35:28.520Z | Compiling sqlparser_derive v0.1.1 |
2808 | 2023-12-30T05:35:28.523Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=7431c08c45b7c219 -C extra-filename=-7431c08c45b7c219 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2809 | 2023-12-30T05:35:29.488Z | Compiling nix v0.26.4 |
2810 | 2023-12-30T05:35:29.491Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nix-0.26.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="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' -C metadata=93cdf2342a5c6b92 -C extra-filename=-93cdf2342a5c6b92 --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-8861c4fe0bf9ac1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
2811 | 2023-12-30T05:35:30.416Z | Compiling unicode_categories v0.1.1 |
2812 | 2023-12-30T05:35:30.419Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode_categories-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=e0252d069718e29c -C extra-filename=-e0252d069718e29c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2813 | 2023-12-30T05:35:30.717Z | Compiling sqlparser v0.36.1 |
2814 | 2023-12-30T05:35:30.721Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-0.36.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' -C metadata=d0b20faaa45772d0 -C extra-filename=-d0b20faaa45772d0 --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-a8da004f5204fad5.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-7431c08c45b7c219.so --cap-lints allow -D warnings` |
2815 | 2023-12-30T05:35:30.968Z | Compiling sqlformat v0.2.3 |
2816 | 2023-12-30T05:35:30.972Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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=1a42679c4f9c9d0c -C extra-filename=-1a42679c4f9c9d0c --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-41c284b060b44704.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-24dc8bd775458b21.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-e0252d069718e29c.rmeta --cap-lints allow -D warnings` |
2817 | 2023-12-30T05:35:32.133Z | Compiling tabled v0.14.0 |
2818 | 2023-12-30T05:35:32.137Z | Running `/home/build/.rustup/toolchains/1.74.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=a20c5caa74a9a37a -C extra-filename=-a20c5caa74a9a37a --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-49e1b680e4bb46be.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-5e8a697504b05084.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2819 | 2023-12-30T05:35:34.351Z | Compiling rustyline v12.0.0 |
2820 | 2023-12-30T05:35:34.355Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustyline-12.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="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' -C metadata=3363d32c95762b16 -C extra-filename=-3363d32c95762b16 --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-231be48fc33c3583.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-9d0d22c9abf2a426.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-814cad4654b5349a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-19c64e24300af82f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-93cdf2342a5c6b92.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-a8d026b080a5f1c0.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-23480799e7d77cab.rmeta --cap-lints allow -D warnings` |
2821 | 2023-12-30T05:35:34.545Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2822 | 2023-12-30T05:35:34.549Z | Running `/home/build/.rustup/toolchains/1.74.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=2f9001c2ff6f1750 -C extra-filename=-2f9001c2ff6f1750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-88025ebf0a15842f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2823 | 2023-12-30T05:35:36.259Z | Running `/home/build/.rustup/toolchains/1.74.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=926f7ae0811ffb7b -C extra-filename=-926f7ae0811ffb7b --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-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88a2cbee3c91d065.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-850e3e41ec306389.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
2824 | 2023-12-30T05:35:37.953Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2825 | 2023-12-30T05:35:37.956Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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=c53d9dc65bc2ae49 -C extra-filename=-c53d9dc65bc2ae49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
2826 | 2023-12-30T05:35:38.772Z | Running `/work/oxidecomputer/omicron/target/debug/build/mg-admin-client-2e0ce284af53339b/build-script-build` |
2827 | 2023-12-30T05:35:39.138Z | Running `/home/build/.rustup/toolchains/1.74.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=13377038b2134288 -C extra-filename=-13377038b2134288 --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-88da6cc752eb5faf.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
2828 | 2023-12-30T05:35:40.726Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2829 | 2023-12-30T05:35:40.731Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=2724dda95ca82aeb -C extra-filename=-2724dda95ca82aeb --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-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
2830 | 2023-12-30T05:35:41.564Z | Compiling bcs v0.1.6 |
2831 | 2023-12-30T05:35:41.570Z | Running `/home/build/.rustup/toolchains/1.74.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=d774b777b24b79e3 -C extra-filename=-d774b777b24b79e3 --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-81aca5cc339569ca.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings` |
2832 | 2023-12-30T05:35:42.001Z | Compiling prettyplease v0.2.15 |
2833 | 2023-12-30T05:35:42.005Z | Running `/home/build/.rustup/toolchains/1.74.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.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f58aca6db5fe4ab7 -C extra-filename=-f58aca6db5fe4ab7 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-f58aca6db5fe4ab7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2834 | 2023-12-30T05:35:42.565Z | Compiling highway v1.1.0 |
2835 | 2023-12-30T05:35:42.568Z | Running `/home/build/.rustup/toolchains/1.74.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=a460a3da56e42aa6 -C extra-filename=-a460a3da56e42aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2836 | 2023-12-30T05:35:42.593Z | Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-f58aca6db5fe4ab7/build-script-build` |
2837 | 2023-12-30T05:35:42.634Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2838 | 2023-12-30T05:35:42.637Z | Running `/home/build/.rustup/toolchains/1.74.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=41e34ec161ae31ff -C extra-filename=-41e34ec161ae31ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2839 | 2023-12-30T05:35:42.737Z | Compiling assert_matches v1.5.0 |
2840 | 2023-12-30T05:35:42.740Z | Running `/home/build/.rustup/toolchains/1.74.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=237e8556096248b4 -C extra-filename=-237e8556096248b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2841 | 2023-12-30T05:35:42.886Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2842 | 2023-12-30T05:35:42.914Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/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=3dc3c4f6381486fa -C extra-filename=-3dc3c4f6381486fa --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-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2843 | 2023-12-30T05:35:42.987Z | Compiling http-range v0.1.5 |
2844 | 2023-12-30T05:35:42.990Z | Running `/home/build/.rustup/toolchains/1.74.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=1f91b72b02bed1c7 -C extra-filename=-1f91b72b02bed1c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2845 | 2023-12-30T05:35:43.451Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2846 | 2023-12-30T05:35:43.485Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/f1571ce/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=85d6a2dc851ee370 -C extra-filename=-85d6a2dc851ee370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-e0f38db7acb90eea.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3dc3c4f6381486fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-8faea701ad1fccc8.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
2847 | 2023-12-30T05:35:43.549Z | Compiling hyper-staticfile v0.9.5 |
2848 | 2023-12-30T05:35:43.552Z | Running `/home/build/.rustup/toolchains/1.74.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=88dfa5efb3093427 -C extra-filename=-88dfa5efb3093427 --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-27679b6a1ff6042a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-1f91b72b02bed1c7.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-17048ad0d39f59d3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --cap-lints allow -D warnings` |
2849 | 2023-12-30T05:35:43.760Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2850 | 2023-12-30T05:35:43.761Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=bf48b1b70bb54f9a -C extra-filename=-bf48b1b70bb54f9a --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-28f7157428e3683a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --cap-lints allow -D warnings` |
2851 | 2023-12-30T05:35:43.764Z | Running `/home/build/.rustup/toolchains/1.74.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=44bfcc240d61aa03 -C extra-filename=-44bfcc240d61aa03 --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-dee72db7b50e2635.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2852 | 2023-12-30T05:35:45.167Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2853 | 2023-12-30T05:35:45.171Z | Running `/home/build/.rustup/toolchains/1.74.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=48c4605e25ed2bd0 -C extra-filename=-48c4605e25ed2bd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d774b777b24b79e3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3363d32c95762b16.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d0b20faaa45772d0.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2854 | 2023-12-30T05:35:47.187Z | Compiling portable-atomic v1.4.3 |
2855 | 2023-12-30T05:35:47.190Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="fallback"' -C metadata=b10aa26e1864131f -C extra-filename=-b10aa26e1864131f --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2856 | 2023-12-30T05:35:47.214Z | Compiling crunchy v0.2.2 |
2857 | 2023-12-30T05:35:47.218Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=276708032ba2aa8e -C extra-filename=-276708032ba2aa8e --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2858 | 2023-12-30T05:35:48.100Z | Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-276708032ba2aa8e/build-script-build` |
2859 | 2023-12-30T05:35:48.142Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2860 | 2023-12-30T05:35:48.146Z | Running `/home/build/.rustup/toolchains/1.74.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=1bfde89a6a06b448 -C extra-filename=-1bfde89a6a06b448 --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-b8463fb2d6395f2e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2861 | 2023-12-30T05:35:48.891Z | Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-b10aa26e1864131f/build-script-build` |
2862 | 2023-12-30T05:35:48.992Z | Compiling clang-sys v1.6.1 |
2863 | 2023-12-30T05:35:48.995Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=409f2ba701aff8c6 -C extra-filename=-409f2ba701aff8c6 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --cap-lints allow -D warnings` |
2864 | 2023-12-30T05:35:50.283Z | Compiling humantime v2.1.0 |
2865 | 2023-12-30T05:35:50.320Z | Running `/home/build/.rustup/toolchains/1.74.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=553bdda45eb6aba6 -C extra-filename=-553bdda45eb6aba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2866 | 2023-12-30T05:35:51.160Z | Compiling tiny-keccak v2.0.2 |
2867 | 2023-12-30T05:35:51.163Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=3ea3e7c285d4b3be -C extra-filename=-3ea3e7c285d4b3be --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2868 | 2023-12-30T05:35:51.439Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2869 | 2023-12-30T05:35:51.443Z | Running `/home/build/.rustup/toolchains/1.74.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=cb412bfb6d8125ae -C extra-filename=-cb412bfb6d8125ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
2870 | 2023-12-30T05:35:51.733Z | Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-3ea3e7c285d4b3be/build-script-build` |
2871 | 2023-12-30T05:35:51.775Z | Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-409f2ba701aff8c6/build-script-build` |
2872 | 2023-12-30T05:35:51.853Z | Running `/home/build/.rustup/toolchains/1.74.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=26b4efbb12889e47 -C extra-filename=-26b4efbb12889e47 --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` |
2873 | 2023-12-30T05:35:52.393Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' -C metadata=dc581852091c8239 -C extra-filename=-dc581852091c8239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2874 | 2023-12-30T05:35:52.563Z | Compiling darling_core v0.14.4 |
2875 | 2023-12-30T05:35:52.626Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' -C metadata=ebd64f07163700bd -C extra-filename=-ebd64f07163700bd --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-6cf1b0ed1ebc9dce.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-8299fe9430dc73f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-9615ee8240108c1a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --cap-lints allow -D warnings` |
2876 | 2023-12-30T05:35:54.152Z | Compiling number_prefix v0.4.0 |
2877 | 2023-12-30T05:35:54.155Z | Running `/home/build/.rustup/toolchains/1.74.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=d6555b50a0192add -C extra-filename=-d6555b50a0192add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2878 | 2023-12-30T05:35:54.495Z | Compiling indicatif v0.17.7 |
2879 | 2023-12-30T05:35:54.498Z | Running `/home/build/.rustup/toolchains/1.74.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=167af10aa8aff9a2 -C extra-filename=-167af10aa8aff9a2 --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-33a5928f2ec0ac9f.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-d6555b50a0192add.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-26b4efbb12889e47.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2880 | 2023-12-30T05:35:56.039Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' -C metadata=e26093762467b69f -C extra-filename=-e26093762467b69f --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-dc581852091c8239.rmeta --cap-lints allow -D warnings` |
2881 | 2023-12-30T05:35:57.117Z | Compiling ascii-canvas v3.0.0 |
2882 | 2023-12-30T05:35:57.120Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=25d708df3131c530 -C extra-filename=-25d708df3131c530 --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-b835c3722defd562.rmeta --cap-lints allow -D warnings` |
2883 | 2023-12-30T05:35:58.023Z | Compiling ena v0.14.2 |
2884 | 2023-12-30T05:35:58.026Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=e919ddcae1e97f38 -C extra-filename=-e919ddcae1e97f38 --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-a8da004f5204fad5.rmeta --cap-lints allow -D warnings` |
2885 | 2023-12-30T05:35:58.182Z | Compiling libloading v0.7.4 |
2886 | 2023-12-30T05:35:58.186Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=63bac09e9f2644e0 -C extra-filename=-63bac09e9f2644e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --cap-lints allow -D warnings` |
2887 | 2023-12-30T05:35:58.682Z | Compiling bindgen v0.65.1 |
2888 | 2023-12-30T05:35:58.685Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=551da9e7f0cc4585 -C extra-filename=-551da9e7f0cc4585 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-551da9e7f0cc4585 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2889 | 2023-12-30T05:35:58.833Z | Compiling regex-syntax v0.6.29 |
2890 | 2023-12-30T05:35:58.836Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=3c4bae917f8cf355 -C extra-filename=-3c4bae917f8cf355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2891 | 2023-12-30T05:35:59.914Z | Compiling ref-cast v1.0.20 |
2892 | 2023-12-30T05:35:59.917Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=821b2ffc3e6d43e9 -C extra-filename=-821b2ffc3e6d43e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2893 | 2023-12-30T05:36:00.809Z | Compiling maplit v1.0.2 |
2894 | 2023-12-30T05:36:00.834Z | Running `/home/build/.rustup/toolchains/1.74.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=83ebfaaf8e08f401 -C extra-filename=-83ebfaaf8e08f401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2895 | 2023-12-30T05:36:01.000Z | Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-821b2ffc3e6d43e9/build-script-build` |
2896 | 2023-12-30T05:36:01.089Z | Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-551da9e7f0cc4585/build-script-build` |
2897 | 2023-12-30T05:36:01.131Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' -C metadata=c7ac13b0a6538740 -C extra-filename=-c7ac13b0a6538740 --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-219023a8387da708.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-63bac09e9f2644e0.rmeta --cap-lints allow -D warnings` |
2898 | 2023-12-30T05:36:02.758Z | Compiling darling_macro v0.14.4 |
2899 | 2023-12-30T05:36:02.761Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=5eb46c7584984528 -C extra-filename=-5eb46c7584984528 --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-ebd64f07163700bd.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2900 | 2023-12-30T05:36:04.865Z | Compiling darling v0.14.4 |
2901 | 2023-12-30T05:36:04.868Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' -C metadata=47519f77a19d4673 -C extra-filename=-47519f77a19d4673 --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-ebd64f07163700bd.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-5eb46c7584984528.so --cap-lints allow -D warnings` |
2902 | 2023-12-30T05:36:05.045Z | Compiling lalrpop v0.19.12 |
2903 | 2023-12-30T05:36:05.049Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on -C metadata=f3a0f7b1e3648316 -C extra-filename=-f3a0f7b1e3648316 --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-25d708df3131c530.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-1273314ddbc76afe.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-5ba3fbbf1ae2423e.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-e919ddcae1e97f38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9351ec178e203864.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-3c4bae917f8cf355.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-985cb4d25c7efa21.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-e26093762467b69f.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-bcfe243e41aa4734.rmeta --cap-lints allow -D warnings` |
2904 | 2023-12-30T05:36:06.533Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2905 | 2023-12-30T05:36:06.536Z | Running `/home/build/.rustup/toolchains/1.74.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=050c73497a1f2e26 -C extra-filename=-050c73497a1f2e26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2906 | 2023-12-30T05:36:07.974Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2907 | 2023-12-30T05:36:07.980Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=6d6438cebd48ccc7 -C extra-filename=-6d6438cebd48ccc7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6d6438cebd48ccc7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2908 | 2023-12-30T05:36:08.013Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2909 | 2023-12-30T05:36:08.016Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=09d0a0be5d90cc4a -C extra-filename=-09d0a0be5d90cc4a --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2910 | 2023-12-30T05:36:08.529Z | Compiling cexpr v0.6.0 |
2911 | 2023-12-30T05:36:08.532Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=e2953340f9db8097 -C extra-filename=-e2953340f9db8097 --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-24dc8bd775458b21.rmeta --cap-lints allow -D warnings` |
2912 | 2023-12-30T05:36:09.450Z | Compiling ref-cast-impl v1.0.20 |
2913 | 2023-12-30T05:36:09.456Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=68aa09b08a74e587 -C extra-filename=-68aa09b08a74e587 --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro --cap-lints allow -D warnings` |
2914 | 2023-12-30T05:36:09.488Z | Compiling which v4.4.0 |
2915 | 2023-12-30T05:36:09.492Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=d6647caaeebe4883 -C extra-filename=-d6647caaeebe4883 --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-88da6cc752eb5faf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
2916 | 2023-12-30T05:36:10.479Z | Compiling fs-err v2.11.0 |
2917 | 2023-12-30T05:36:10.483Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d03364d7a6a5341a -C extra-filename=-d03364d7a6a5341a --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-eede919deb9ba8a1.rlib --cap-lints allow -D warnings` |
2918 | 2023-12-30T05:36:11.065Z | Compiling rustc-hash v1.1.0 |
2919 | 2023-12-30T05:36:11.069Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7b7bac8460bb1330 -C extra-filename=-7b7bac8460bb1330 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2920 | 2023-12-30T05:36:11.284Z | Compiling peeking_take_while v0.1.2 |
2921 | 2023-12-30T05:36:11.288Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=c3d1425bfda4ae47 -C extra-filename=-c3d1425bfda4ae47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2922 | 2023-12-30T05:36:11.414Z | Compiling shlex v1.1.0 |
2923 | 2023-12-30T05:36:11.417Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=81148a4ce92371cd -C extra-filename=-81148a4ce92371cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2924 | 2023-12-30T05:36:11.486Z | Compiling lazycell v1.3.0 |
2925 | 2023-12-30T05:36:11.489Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=8779f586eb159602 -C extra-filename=-8779f586eb159602 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2926 | 2023-12-30T05:36:11.713Z | Running `/home/build/.rustup/toolchains/1.74.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=17270d3faad94aa6 -C extra-filename=-17270d3faad94aa6 --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-68aa09b08a74e587.so --cap-lints allow -D warnings` |
2927 | 2023-12-30T05:36:11.740Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="runtime"' --cfg 'feature="which"' --cfg 'feature="which-rustfmt"' -C metadata=c5a32a8d865997be -C extra-filename=-c5a32a8d865997be --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-8861c4fe0bf9ac1d.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-e2953340f9db8097.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-c7ac13b0a6538740.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8779f586eb159602.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern peeking_take_while=/work/oxidecomputer/omicron/target/debug/deps/libpeeking_take_while-c3d1425bfda4ae47.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bf48b1b70bb54f9a.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-7b7bac8460bb1330.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-81148a4ce92371cd.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-d6647caaeebe4883.rmeta --cap-lints allow -D warnings` |
2928 | 2023-12-30T05:36:11.862Z | Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d03364d7a6a5341a/build-script-build` |
2929 | 2023-12-30T05:36:11.920Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-6d6438cebd48ccc7/build-script-build` |
2930 | 2023-12-30T05:36:11.961Z | Compiling derive_builder_core v0.12.0 |
2931 | 2023-12-30T05:36:11.964Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=88548c642420c338 -C extra-filename=-88548c642420c338 --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-47519f77a19d4673.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rmeta --cap-lints allow -D warnings` |
2932 | 2023-12-30T05:36:12.073Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2933 | 2023-12-30T05:36:12.120Z | Running `/home/build/.rustup/toolchains/1.74.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=ee577f98c32ee36a -C extra-filename=-ee577f98c32ee36a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2934 | 2023-12-30T05:36:13.925Z | Compiling libxml v0.3.3 |
2935 | 2023-12-30T05:36:13.929Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=11de4411db6ff758 -C extra-filename=-11de4411db6ff758 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings` |
2936 | 2023-12-30T05:36:14.490Z | Running `/home/build/.rustup/toolchains/1.74.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.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=f7f269a573d7ce7a -C extra-filename=-f7f269a573d7ce7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg rustc_1_63` |
2937 | 2023-12-30T05:36:14.621Z | Running `/work/oxidecomputer/omicron/target/debug/build/libxml-11de4411db6ff758/build-script-build` |
2938 | 2023-12-30T05:36:14.648Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2939 | 2023-12-30T05:36:14.651Z | Running `/home/build/.rustup/toolchains/1.74.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=1e86fe8ac96a2b05 -C extra-filename=-1e86fe8ac96a2b05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2940 | 2023-12-30T05:36:15.409Z | Compiling bytesize v1.3.0 |
2941 | 2023-12-30T05:36:15.412Z | Running `/home/build/.rustup/toolchains/1.74.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=c44dd77a8e6040fb -C extra-filename=-c44dd77a8e6040fb --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2942 | 2023-12-30T05:36:15.595Z | Compiling strum_macros v0.24.3 |
2943 | 2023-12-30T05:36:15.598Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=e0eff69b21616d4f -C extra-filename=-e0eff69b21616d4f --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-22616ea412428ac4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-aa4a5c579286af9a.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2944 | 2023-12-30T05:36:16.075Z | Compiling cookie v0.18.0 |
2945 | 2023-12-30T05:36:16.078Z | Running `/home/build/.rustup/toolchains/1.74.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.18.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0b1b277098cc37eb -C extra-filename=-0b1b277098cc37eb --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2946 | 2023-12-30T05:36:16.109Z | Compiling derive_builder_macro v0.12.0 |
2947 | 2023-12-30T05:36:16.113Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=e8de0f45abf3e194 -C extra-filename=-e8de0f45abf3e194 --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-88548c642420c338.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2948 | 2023-12-30T05:36:16.660Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2949 | 2023-12-30T05:36:16.713Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=bfa9a024476342ec -C extra-filename=-bfa9a024476342ec --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-bfa9a024476342ec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-e17594c523c95a14.rlib --cap-lints allow -D warnings` |
2950 | 2023-12-30T05:36:17.261Z | Compiling indoc v1.0.9 |
2951 | 2023-12-30T05:36:17.289Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=63b7117dbf8d1e97 -C extra-filename=-63b7117dbf8d1e97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2952 | 2023-12-30T05:36:17.879Z | Compiling derive_builder v0.12.0 |
2953 | 2023-12-30T05:36:17.905Z | Running `/home/build/.rustup/toolchains/1.74.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=4bbcc5ae2a4f3293 -C extra-filename=-4bbcc5ae2a4f3293 --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-e8de0f45abf3e194.so --cap-lints allow -D warnings` |
2954 | 2023-12-30T05:36:18.145Z | Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-bfa9a024476342ec/build-script-build` |
2955 | 2023-12-30T05:36:18.280Z | Running `/work/oxidecomputer/omicron/target/debug/build/cookie-0b1b277098cc37eb/build-script-build` |
2956 | 2023-12-30T05:36:18.349Z | Running `/home/build/.rustup/toolchains/1.74.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=e576214942181323 -C extra-filename=-e576214942181323 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings -L native=/usr/lib/amd64 -l xml2` |
2957 | 2023-12-30T05:36:19.208Z | Running `/home/build/.rustup/toolchains/1.74.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=134f020ff15f4910 -C extra-filename=-134f020ff15f4910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
2958 | 2023-12-30T05:36:22.487Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2959 | 2023-12-30T05:36:22.547Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=46225f600309fbd4 -C extra-filename=-46225f600309fbd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-46225f600309fbd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2960 | 2023-12-30T05:36:23.037Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2961 | 2023-12-30T05:36:23.056Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=865b0d723f3cb534 -C extra-filename=-865b0d723f3cb534 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2962 | 2023-12-30T05:36:23.669Z | Compiling bb8 v0.8.1 |
2963 | 2023-12-30T05:36:23.672Z | Running `/home/build/.rustup/toolchains/1.74.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=63f6ada264cf89fa -C extra-filename=-63f6ada264cf89fa --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-a59a91390b9da3fe.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-db195f051fe2c4db.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-27679b6a1ff6042a.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings` |
2964 | 2023-12-30T05:36:23.998Z | Compiling quick-xml v0.23.1 |
2965 | 2023-12-30T05:36:24.002Z | Running `/home/build/.rustup/toolchains/1.74.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=3c04114df489271d -C extra-filename=-3c04114df489271d --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-19c64e24300af82f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
2966 | 2023-12-30T05:36:24.530Z | Compiling oso-derive v0.27.0 |
2967 | 2023-12-30T05:36:24.534Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=d36ccf453e10a6b0 -C extra-filename=-d36ccf453e10a6b0 --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-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2968 | 2023-12-30T05:36:25.843Z | Compiling impl-trait-for-tuples v0.2.2 |
2969 | 2023-12-30T05:36:25.846Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=11495460557cee3b -C extra-filename=-11495460557cee3b --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-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-a4bd5d627c03f8b9.rlib --extern proc_macro --cap-lints allow -D warnings` |
2970 | 2023-12-30T05:36:26.598Z | Compiling smawk v0.3.1 |
2971 | 2023-12-30T05:36:26.601Z | Running `/home/build/.rustup/toolchains/1.74.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=114b268f418e4796 -C extra-filename=-114b268f418e4796 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2972 | 2023-12-30T05:36:26.918Z | Compiling is_ci v1.1.1 |
2973 | 2023-12-30T05:36:26.922Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_ci-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=f51f43a5767b927b -C extra-filename=-f51f43a5767b927b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2974 | 2023-12-30T05:36:27.300Z | Compiling unicode-linebreak v0.1.5 |
2975 | 2023-12-30T05:36:27.303Z | Running `/home/build/.rustup/toolchains/1.74.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=dac2249bb67fad46 -C extra-filename=-dac2249bb67fad46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2976 | 2023-12-30T05:36:27.527Z | Compiling supports-color v2.1.0 |
2977 | 2023-12-30T05:36:27.530Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ba61011aec5d94a1 -C extra-filename=-ba61011aec5d94a1 --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-9351ec178e203864.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-f51f43a5767b927b.rmeta --cap-lints allow -D warnings` |
2978 | 2023-12-30T05:36:28.137Z | Compiling textwrap v0.16.0 |
2979 | 2023-12-30T05:36:28.137Z | Running `/home/build/.rustup/toolchains/1.74.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=a9fe9f90ca417355 -C extra-filename=-a9fe9f90ca417355 --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-114b268f418e4796.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-dac2249bb67fad46.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2980 | 2023-12-30T05:36:28.156Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2981 | 2023-12-30T05:36:28.159Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' -C metadata=0c2e134799b90b26 -C extra-filename=-0c2e134799b90b26 --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-a59a91390b9da3fe.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-63f6ada264cf89fa.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2982 | 2023-12-30T05:36:29.232Z | Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-46225f600309fbd4/build-script-build` |
2983 | 2023-12-30T05:36:29.275Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=d6bffa1fea320d97 -C extra-filename=-d6bffa1fea320d97 --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-d1ff6e7bab6b096b.rmeta --cap-lints allow -D warnings` |
2984 | 2023-12-30T05:36:30.375Z | Running `/home/build/.rustup/toolchains/1.74.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=409bf7d5408173ee -C extra-filename=-409bf7d5408173ee --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-19d4a994ab595f5a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64` |
2985 | 2023-12-30T05:36:30.996Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2986 | 2023-12-30T05:36:31.000Z | Running `/home/build/.rustup/toolchains/1.74.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=15dcdbcf4ef050f8 -C extra-filename=-15dcdbcf4ef050f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-c44dd77a8e6040fb.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-90287c4eda616f52.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
2987 | 2023-12-30T05:36:31.049Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2988 | 2023-12-30T05:36:31.080Z | Running `/home/build/.rustup/toolchains/1.74.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=6b76a901b6b9c429 -C extra-filename=-6b76a901b6b9c429 --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-dee72db7b50e2635.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2989 | 2023-12-30T05:36:44.305Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2990 | 2023-12-30T05:36:44.360Z | Running `/home/build/.rustup/toolchains/1.74.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=b9ef3722cdaa6771 -C extra-filename=-b9ef3722cdaa6771 --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-a59a91390b9da3fe.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
2991 | 2023-12-30T05:36:44.926Z | Compiling crossterm v0.27.0 |
2992 | 2023-12-30T05:36:44.929Z | Running `/home/build/.rustup/toolchains/1.74.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=ef6b51fa9c0fda85 -C extra-filename=-ef6b51fa9c0fda85 --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-231be48fc33c3583.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-bacbb989514d74d7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-55ccbb6e3cb276b0.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a83af483cd943d6f.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-060225c871bf0cdf.rmeta --cap-lints allow -D warnings` |
2993 | 2023-12-30T05:36:46.104Z | Compiling cassowary v0.3.0 |
2994 | 2023-12-30T05:36:46.107Z | Running `/home/build/.rustup/toolchains/1.74.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=62d3458e82eb5912 -C extra-filename=-62d3458e82eb5912 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
2995 | 2023-12-30T05:36:48.356Z | Compiling indoc v2.0.3 |
2996 | 2023-12-30T05:36:48.359Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=da4a49defead9c2a -C extra-filename=-da4a49defead9c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings` |
2997 | 2023-12-30T05:36:50.316Z | Compiling ratatui v0.23.0 |
2998 | 2023-12-30T05:36:50.325Z | Running `/home/build/.rustup/toolchains/1.74.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=616f9884b9564ecf -C extra-filename=-616f9884b9564ecf --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-231be48fc33c3583.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-62d3458e82eb5912.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-da4a49defead9c2a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-89a889cf9a6c2547.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-3db9a7183557834f.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
2999 | 2023-12-30T05:36:50.325Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3000 | 2023-12-30T05:36:50.326Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=16d9f06b8d904b15 -C extra-filename=-16d9f06b8d904b15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3001 | 2023-12-30T05:36:54.736Z | Compiling rtoolbox v0.0.1 |
3002 | 2023-12-30T05:36:54.742Z | Running `/home/build/.rustup/toolchains/1.74.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=42cecd3c924e2a62 -C extra-filename=-42cecd3c924e2a62 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
3003 | 2023-12-30T05:36:55.391Z | Compiling rpassword v7.3.1 |
3004 | 2023-12-30T05:36:55.394Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=3504c52dab44596f -C extra-filename=-3504c52dab44596f --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-dc3967e2ac4e7655.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-42cecd3c924e2a62.rmeta --cap-lints allow -D warnings` |
3005 | 2023-12-30T05:36:55.889Z | Compiling tui-tree-widget v0.13.0 |
3006 | 2023-12-30T05:36:55.889Z | Running `/home/build/.rustup/toolchains/1.74.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=501b4a861fe1b8f4 -C extra-filename=-501b4a861fe1b8f4 --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-616f9884b9564ecf.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --cap-lints allow -D warnings` |
3007 | 2023-12-30T05:36:55.915Z | Compiling shell-words v1.1.0 |
3008 | 2023-12-30T05:36:55.919Z | Running `/home/build/.rustup/toolchains/1.74.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=42243f9dff0c01c7 -C extra-filename=-42243f9dff0c01c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3009 | 2023-12-30T05:36:56.404Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3010 | 2023-12-30T05:36:56.407Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=3e14dac83e94a142 -C extra-filename=-3e14dac83e94a142 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3e14dac83e94a142 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3011 | 2023-12-30T05:36:56.703Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3012 | 2023-12-30T05:36:56.706Z | Running `/home/build/.rustup/toolchains/1.74.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=5770655413c65358 -C extra-filename=-5770655413c65358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3013 | 2023-12-30T05:36:56.927Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
3014 | 2023-12-30T05:36:56.931Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/fab2799/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=d30f617fd0ae62e6 -C extra-filename=-d30f617fd0ae62e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-84ecd44a98e3688b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-b363a80fbad56cd8.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --cap-lints allow -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
3015 | 2023-12-30T05:36:56.961Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3e14dac83e94a142/build-script-build` |
3016 | 2023-12-30T05:36:57.001Z | Compiling fatfs v0.3.6 |
3017 | 2023-12-30T05:36:57.013Z | Running `/home/build/.rustup/toolchains/1.74.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=52e6bd22161c97f0 -C extra-filename=-52e6bd22161c97f0 --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-8861c4fe0bf9ac1d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --cap-lints allow -D warnings` |
3018 | 2023-12-30T05:36:59.457Z | Compiling yansi v0.5.1 |
3019 | 2023-12-30T05:36:59.460Z | Running `/home/build/.rustup/toolchains/1.74.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=ea7e7c397c8cc657 -C extra-filename=-ea7e7c397c8cc657 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3020 | 2023-12-30T05:36:59.922Z | Compiling pretty_assertions v1.4.0 |
3021 | 2023-12-30T05:36:59.926Z | Running `/home/build/.rustup/toolchains/1.74.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=49915d2a1e363f07 -C extra-filename=-49915d2a1e363f07 --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-5ba3fbbf1ae2423e.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-ea7e7c397c8cc657.rmeta --cap-lints allow -D warnings` |
3022 | 2023-12-30T05:37:00.021Z | Compiling target-lexicon v0.12.12 |
3023 | 2023-12-30T05:37:00.061Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=58441bb8d71fd0c2 -C extra-filename=-58441bb8d71fd0c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3024 | 2023-12-30T05:37:00.487Z | Compiling guppy-workspace-hack v0.1.0 |
3025 | 2023-12-30T05:37:00.490Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=01fb90101b4967fb -C extra-filename=-01fb90101b4967fb --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3026 | 2023-12-30T05:37:01.014Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3027 | 2023-12-30T05:37:01.018Z | Running `/home/build/.rustup/toolchains/1.74.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=6503710418b84072 -C extra-filename=-6503710418b84072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3028 | 2023-12-30T05:37:01.041Z | Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-01fb90101b4967fb/build-script-build` |
3029 | 2023-12-30T05:37:01.082Z | Compiling rand v0.4.6 |
3030 | 2023-12-30T05:37:01.085Z | Running `/home/build/.rustup/toolchains/1.74.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=958266764e028e33 -C extra-filename=-958266764e028e33 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
3031 | 2023-12-30T05:37:01.681Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-58441bb8d71fd0c2/build-script-build` |
3032 | 2023-12-30T05:37:01.813Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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=9650606a6b096b6a -C extra-filename=-9650606a6b096b6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings --cfg 'feature="rust_1_40"'` |
3033 | 2023-12-30T05:37:03.105Z | Compiling target-spec v3.0.1 |
3034 | 2023-12-30T05:37:03.108Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.0.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=a061793d02d3ccdb -C extra-filename=-a061793d02d3ccdb --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3035 | 2023-12-30T05:37:04.092Z | Compiling remove_dir_all v0.5.3 |
3036 | 2023-12-30T05:37:04.097Z | Running `/home/build/.rustup/toolchains/1.74.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=661434d0dc50455e -C extra-filename=-661434d0dc50455e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3037 | 2023-12-30T05:37:04.247Z | Compiling plotters-backend v0.3.5 |
3038 | 2023-12-30T05:37:04.251Z | Running `/home/build/.rustup/toolchains/1.74.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=e462c2a67ec472b3 -C extra-filename=-e462c2a67ec472b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3039 | 2023-12-30T05:37:05.114Z | Compiling plotters-svg v0.3.5 |
3040 | 2023-12-30T05:37:05.117Z | Running `/home/build/.rustup/toolchains/1.74.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=0f7ec5feb44a5134 -C extra-filename=-0f7ec5feb44a5134 --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-e462c2a67ec472b3.rmeta --cap-lints allow -D warnings` |
3041 | 2023-12-30T05:37:05.726Z | Compiling tempdir v0.3.7 |
3042 | 2023-12-30T05:37:05.729Z | Running `/home/build/.rustup/toolchains/1.74.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=f0422b60487fbb5d -C extra-filename=-f0422b60487fbb5d --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-958266764e028e33.rmeta --extern remove_dir_all=/work/oxidecomputer/omicron/target/debug/deps/libremove_dir_all-661434d0dc50455e.rmeta --cap-lints allow -D warnings` |
3043 | 2023-12-30T05:37:05.849Z | Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-a061793d02d3ccdb/build-script-build` |
3044 | 2023-12-30T05:37:05.891Z | Compiling cfg-expr v0.15.5 |
3045 | 2023-12-30T05:37:05.894Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' -C metadata=1d24bd8863dd03f6 -C extra-filename=-1d24bd8863dd03f6 --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-b9214902439ca54b.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --cap-lints allow -D warnings` |
3046 | 2023-12-30T05:37:06.397Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-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=15002156b02673e3 -C extra-filename=-15002156b02673e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3047 | 2023-12-30T05:37:06.514Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3048 | 2023-12-30T05:37:06.517Z | Running `/home/build/.rustup/toolchains/1.74.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=61e0bc8112c34f6a -C extra-filename=-61e0bc8112c34f6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3049 | 2023-12-30T05:37:08.268Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3050 | 2023-12-30T05:37:08.271Z | Running `/home/build/.rustup/toolchains/1.74.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=6c38bae3302531af -C extra-filename=-6c38bae3302531af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3051 | 2023-12-30T05:37:09.954Z | Compiling assert_cmd v2.0.12 |
3052 | 2023-12-30T05:37:09.960Z | Running `/home/build/.rustup/toolchains/1.74.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=ab3de0844415da3e -C extra-filename=-ab3de0844415da3e --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-ae5ed257b591d4e2.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-ce6aeddc0b5d8d62.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-07fc207f0825dc23.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-7d111e89a58c4d20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-a10b956f74bf4c45.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-e5f61cb843a6521e.rmeta --cap-lints allow -D warnings` |
3053 | 2023-12-30T05:37:12.138Z | Compiling cargo-platform v0.1.3 |
3054 | 2023-12-30T05:37:12.141Z | Running `/home/build/.rustup/toolchains/1.74.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=e83cff85835fa7da -C extra-filename=-e83cff85835fa7da --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
3055 | 2023-12-30T05:37:13.087Z | Compiling cast v0.3.0 |
3056 | 2023-12-30T05:37:13.129Z | Running `/home/build/.rustup/toolchains/1.74.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=2242429bf0d1ca7e -C extra-filename=-2242429bf0d1ca7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3057 | 2023-12-30T05:37:13.635Z | Compiling criterion-plot v0.5.0 |
3058 | 2023-12-30T05:37:13.638Z | Running `/home/build/.rustup/toolchains/1.74.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=4c1e8b9104795524 -C extra-filename=-4c1e8b9104795524 --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-2242429bf0d1ca7e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --cap-lints allow -D warnings` |
3059 | 2023-12-30T05:37:15.315Z | Compiling cargo_metadata v0.18.1 |
3060 | 2023-12-30T05:37:15.318Z | Running `/home/build/.rustup/toolchains/1.74.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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-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=784bda7ae0c890f6 -C extra-filename=-784bda7ae0c890f6 --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-b8463fb2d6395f2e.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-e83cff85835fa7da.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --cap-lints allow -D warnings` |
3061 | 2023-12-30T05:37:19.869Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-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=579ae90924db0ad3 -C extra-filename=-579ae90924db0ad3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_expr=/work/oxidecomputer/omicron/target/debug/deps/libcfg_expr-1d24bd8863dd03f6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-9650606a6b096b6a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rmeta --cap-lints allow -D warnings` |
3062 | 2023-12-30T05:37:21.565Z | Compiling plotters v0.3.5 |
3063 | 2023-12-30T05:37:21.569Z | Running `/home/build/.rustup/toolchains/1.74.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=e92a635b62a210e4 -C extra-filename=-e92a635b62a210e4 --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-cc34ce3dd45ecec2.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-e462c2a67ec472b3.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-0f7ec5feb44a5134.rmeta --cap-lints allow -D warnings` |
3064 | 2023-12-30T05:37:22.106Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3065 | 2023-12-30T05:37:22.109Z | Running `/home/build/.rustup/toolchains/1.74.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=21c467d9ed5886f3 -C extra-filename=-21c467d9ed5886f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3066 | 2023-12-30T05:37:25.689Z | Compiling pathdiff v0.2.1 |
3067 | 2023-12-30T05:37:25.692Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' -C metadata=6b610e0a2d438816 -C extra-filename=-6b610e0a2d438816 --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-b8463fb2d6395f2e.rmeta --cap-lints allow -D warnings` |
3068 | 2023-12-30T05:37:25.937Z | Compiling tinytemplate v1.2.1 |
3069 | 2023-12-30T05:37:26.002Z | Running `/home/build/.rustup/toolchains/1.74.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=b01853fa9455f556 -C extra-filename=-b01853fa9455f556 --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-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --cap-lints allow -D warnings` |
3070 | 2023-12-30T05:37:27.719Z | Compiling nested v0.1.1 |
3071 | 2023-12-30T05:37:27.750Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nested /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nested-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=1f2a3b2e80653418 -C extra-filename=-1f2a3b2e80653418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3072 | 2023-12-30T05:37:28.208Z | Compiling anes v0.1.6 |
3073 | 2023-12-30T05:37:28.211Z | Running `/home/build/.rustup/toolchains/1.74.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=4dc1630ea95817a2 -C extra-filename=-4dc1630ea95817a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3074 | 2023-12-30T05:37:29.034Z | Compiling oorandom v11.1.3 |
3075 | 2023-12-30T05:37:29.037Z | Running `/home/build/.rustup/toolchains/1.74.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=e694ec5b9251c269 -C extra-filename=-e694ec5b9251c269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3076 | 2023-12-30T05:37:29.353Z | Compiling criterion v0.5.1 |
3077 | 2023-12-30T05:37:29.356Z | Running `/home/build/.rustup/toolchains/1.74.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=636adce12a06a677 -C extra-filename=-636adce12a06a677 --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-4dc1630ea95817a2.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-2242429bf0d1ca7e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-4c1e8b9104795524.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-9351ec178e203864.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-015c0fad4a8ed83f.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-cc34ce3dd45ecec2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-e694ec5b9251c269.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-e92a635b62a210e4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-b01853fa9455f556.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings` |
3078 | 2023-12-30T05:37:37.616Z | Compiling guppy v0.17.4 |
3079 | 2023-12-30T05:37:37.620Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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=c53343fd4c3e2487 -C extra-filename=-c53343fd4c3e2487 --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-340967dacea69100.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-784bda7ae0c890f6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-df657a3bdf785ff2.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-15002156b02673e3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-1f2a3b2e80653418.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-6b610e0a2d438816.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-b9214902439ca54b.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-579ae90924db0ad3.rmeta --cap-lints allow -D warnings` |
3080 | 2023-12-30T05:37:52.998Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
3081 | 2023-12-30T05:37:53.001Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=41419fcb0d985aee -C extra-filename=-41419fcb0d985aee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3082 | 2023-12-30T05:37:53.347Z | Compiling threadpool v1.8.1 |
3083 | 2023-12-30T05:37:53.350Z | Running `/home/build/.rustup/toolchains/1.74.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=5075aa10aec27485 -C extra-filename=-5075aa10aec27485 --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-46d4bea4d320c912.rmeta --cap-lints allow -D warnings` |
3084 | 2023-12-30T05:37:54.842Z | Compiling nanorand v0.7.0 |
3085 | 2023-12-30T05:37:54.845Z | Running `/home/build/.rustup/toolchains/1.74.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=b9898b01c2555898 -C extra-filename=-b9898b01c2555898 --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-7defc2e9733c79ab.rmeta --cap-lints allow -D warnings` |
3086 | 2023-12-30T05:37:55.694Z | Compiling flume v0.11.0 |
3087 | 2023-12-30T05:37:55.698Z | Running `/home/build/.rustup/toolchains/1.74.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=6592566a617d6e2a -C extra-filename=-6592566a617d6e2a --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-bacbb989514d74d7.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-c7b53465c7a25004.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-b9898b01c2555898.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-466f997862055ffa.rmeta --cap-lints allow -D warnings` |
3088 | 2023-12-30T05:37:55.782Z | Compiling libtest-mimic v0.6.1 |
3089 | 2023-12-30T05:37:55.784Z | Running `/home/build/.rustup/toolchains/1.74.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=38879fc824b40eb4 -C extra-filename=-38879fc824b40eb4 --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-4aaae1e4e37a6bca.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-5075aa10aec27485.rmeta --cap-lints allow -D warnings` |
3090 | 2023-12-30T05:37:56.811Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3091 | 2023-12-30T05:37:56.814Z | Running `/home/build/.rustup/toolchains/1.74.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=393b687e9cb15eed -C extra-filename=-393b687e9cb15eed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rmeta --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3092 | 2023-12-30T05:37:59.184Z | Compiling rstest_macros v0.18.2 |
3093 | 2023-12-30T05:37:59.221Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=4b659fba1f6c1153 -C extra-filename=-4b659fba1f6c1153 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-4b659fba1f6c1153 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-acc946df0c2c5c42.rlib --cap-lints allow -D warnings` |
3094 | 2023-12-30T05:38:00.065Z | Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-4b659fba1f6c1153/build-script-build` |
3095 | 2023-12-30T05:38:00.219Z | Compiling datatest-stable v0.2.3 |
3096 | 2023-12-30T05:38:00.285Z | Running `/home/build/.rustup/toolchains/1.74.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=3849db151021b09c -C extra-filename=-3849db151021b09c --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-b8463fb2d6395f2e.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-38879fc824b40eb4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta --cap-lints allow -D warnings` |
3097 | 2023-12-30T05:38:01.191Z | Compiling httptest v0.15.5 |
3098 | 2023-12-30T05:38:01.222Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ab24ee15051c498d -C extra-filename=-ab24ee15051c498d --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-b8e8dc310f6d46a3.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-f43b5444f1071237.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a8da004f5204fad5.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings` |
3099 | 2023-12-30T05:38:01.508Z | Compiling similar-asserts v1.5.0 |
3100 | 2023-12-30T05:38:01.512Z | Running `/home/build/.rustup/toolchains/1.74.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=42821009c645f3d6 -C extra-filename=-42821009c645f3d6 --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-33a5928f2ec0ac9f.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4a7b84e25ebd2235.rmeta --cap-lints allow -D warnings` |
3101 | 2023-12-30T05:38:03.436Z | Compiling topological-sort v0.2.2 |
3102 | 2023-12-30T05:38:03.440Z | Running `/home/build/.rustup/toolchains/1.74.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=2d8a79eafcf012fe -C extra-filename=-2d8a79eafcf012fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3103 | 2023-12-30T05:38:03.856Z | Compiling relative-path v1.9.0 |
3104 | 2023-12-30T05:38:03.861Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="default"' -C metadata=3a2ec034d746b546 -C extra-filename=-3a2ec034d746b546 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3105 | 2023-12-30T05:38:05.086Z | Compiling trybuild v1.0.85 |
3106 | 2023-12-30T05:38:05.089Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=365b189f2d87b8e3 -C extra-filename=-365b189f2d87b8e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-365b189f2d87b8e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3107 | 2023-12-30T05:38:05.844Z | Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-365b189f2d87b8e3/build-script-build` |
3108 | 2023-12-30T05:38:05.885Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' -C metadata=c000e381f3029f88 -C extra-filename=-c000e381f3029f88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-3a2ec034d746b546.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-caebfb5394c94cd8.rlib --extern proc_macro --cap-lints allow -D warnings` |
3109 | 2023-12-30T05:38:09.517Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3110 | 2023-12-30T05:38:09.521Z | Running `/home/build/.rustup/toolchains/1.74.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=1aa80273a8df2bf7 -C extra-filename=-1aa80273a8df2bf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3111 | 2023-12-30T05:38:12.548Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3112 | 2023-12-30T05:38:12.551Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=1a640bc3f538690e -C extra-filename=-1a640bc3f538690e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-1a640bc3f538690e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3113 | 2023-12-30T05:38:13.142Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3114 | 2023-12-30T05:38:13.147Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C metadata=d0256e5f33145c88 -C extra-filename=-d0256e5f33145c88 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-d0256e5f33145c88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3115 | 2023-12-30T05:38:13.672Z | Compiling basic-toml v0.1.4 |
3116 | 2023-12-30T05:38:13.672Z | Running `/home/build/.rustup/toolchains/1.74.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=502eed9dd42eff39 -C extra-filename=-502eed9dd42eff39 --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-81aca5cc339569ca.rmeta --cap-lints allow -D warnings` |
3117 | 2023-12-30T05:38:17.088Z | Compiling crossbeam-queue v0.3.8 |
3118 | 2023-12-30T05:38:17.092Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=bd3cd4be0d1da9fa -C extra-filename=-bd3cd4be0d1da9fa --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3119 | 2023-12-30T05:38:17.998Z | Compiling constant_time_eq v0.2.6 |
3120 | 2023-12-30T05:38:18.002Z | Running `/home/build/.rustup/toolchains/1.74.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=5a566bdcef8f3648 -C extra-filename=-5a566bdcef8f3648 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3121 | 2023-12-30T05:38:18.303Z | Compiling arrayref v0.3.7 |
3122 | 2023-12-30T05:38:18.306Z | Running `/home/build/.rustup/toolchains/1.74.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=c82937e0539cd78a -C extra-filename=-c82937e0539cd78a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3123 | 2023-12-30T05:38:18.430Z | Compiling futures-timer v3.0.2 |
3124 | 2023-12-30T05:38:18.434Z | Running `/home/build/.rustup/toolchains/1.74.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=03c4018de16c3e74 -C extra-filename=-03c4018de16c3e74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3125 | 2023-12-30T05:38:19.922Z | Compiling arrayvec v0.7.4 |
3126 | 2023-12-30T05:38:19.926Z | Running `/home/build/.rustup/toolchains/1.74.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=310e9298594bc586 -C extra-filename=-310e9298594bc586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3127 | 2023-12-30T05:38:20.557Z | Compiling blake2b_simd v1.0.1 |
3128 | 2023-12-30T05:38:20.560Z | Running `/home/build/.rustup/toolchains/1.74.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=33fc952068f258a4 -C extra-filename=-33fc952068f258a4 --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-c82937e0539cd78a.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-310e9298594bc586.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5a566bdcef8f3648.rmeta --cap-lints allow -D warnings` |
3129 | 2023-12-30T05:38:22.430Z | Compiling rstest v0.18.2 |
3130 | 2023-12-30T05:38:22.446Z | Running `/home/build/.rustup/toolchains/1.74.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=ba03bdd15a34acd7 -C extra-filename=-ba03bdd15a34acd7 --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-291b307e90d86504.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-03c4018de16c3e74.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-c000e381f3029f88.so --cap-lints allow -D warnings` |
3131 | 2023-12-30T05:38:22.775Z | Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-queue-bd3cd4be0d1da9fa/build-script-build` |
3132 | 2023-12-30T05:38:22.816Z | Running `/home/build/.rustup/toolchains/1.74.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=83bf851ede3a88d4 -C extra-filename=-83bf851ede3a88d4 --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-502eed9dd42eff39.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2e558ad2340e05ad.rmeta --cap-lints allow -D warnings` |
3133 | 2023-12-30T05:38:30.769Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-d0256e5f33145c88/build-script-build` |
3134 | 2023-12-30T05:38:30.836Z | Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-1a640bc3f538690e/build-script-build` |
3135 | 2023-12-30T05:38:30.849Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3136 | 2023-12-30T05:38:30.853Z | Running `/home/build/.rustup/toolchains/1.74.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=596439dda6bf080c -C extra-filename=-596439dda6bf080c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3137 | 2023-12-30T05:38:32.183Z | Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3138 | 2023-12-30T05:38:32.187Z | Running `/home/build/.rustup/toolchains/1.74.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=adb92bc0d26349b0 -C extra-filename=-adb92bc0d26349b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rmeta -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3139 | 2023-12-30T05:38:35.203Z | Compiling partial-io v0.5.4 |
3140 | 2023-12-30T05:38:35.207Z | Running `/home/build/.rustup/toolchains/1.74.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=0e118e19d5c6672a -C extra-filename=-0e118e19d5c6672a --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-291b307e90d86504.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-7f69f2d0e7cd2357.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --cap-lints allow -D warnings` |
3141 | 2023-12-30T05:38:35.966Z | Compiling approx v0.5.1 |
3142 | 2023-12-30T05:38:35.969Z | Running `/home/build/.rustup/toolchains/1.74.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=4f8b84f57001d30c -C extra-filename=-4f8b84f57001d30c --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-cc34ce3dd45ecec2.rmeta --cap-lints allow -D warnings` |
3143 | 2023-12-30T05:38:36.352Z | Compiling constant_time_eq v0.3.0 |
3144 | 2023-12-30T05:38:36.355Z | Running `/home/build/.rustup/toolchains/1.74.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=488618ce28bbcd62 -C extra-filename=-488618ce28bbcd62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3145 | 2023-12-30T05:38:36.634Z | Compiling hex-literal v0.4.1 |
3146 | 2023-12-30T05:38:36.672Z | Running `/home/build/.rustup/toolchains/1.74.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=085e4acea661f57d -C extra-filename=-085e4acea661f57d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings` |
3147 | 2023-12-30T05:38:36.875Z | Compiling rust-argon2 v1.0.1 |
3148 | 2023-12-30T05:38:36.914Z | Running `/home/build/.rustup/toolchains/1.74.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=1c9e49f2abbae76e -C extra-filename=-1c9e49f2abbae76e --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-2142c24215a1cbad.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-33fc952068f258a4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-488618ce28bbcd62.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
3149 | 2023-12-30T05:38:37.569Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3150 | 2023-12-30T05:38:37.573Z | Running `/home/build/.rustup/toolchains/1.74.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 -C debuginfo=line-tables-only --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' -C metadata=6f6467701fedb925 -C extra-filename=-6f6467701fedb925 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-6f6467701fedb925 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-c5a32a8d865997be.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d5e8df27f8d820e4.rlib --cap-lints allow -D warnings` |
3151 | 2023-12-30T05:38:38.028Z | Running `/home/build/.rustup/toolchains/1.74.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=59af466b54d38a09 -C extra-filename=-59af466b54d38a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
3152 | 2023-12-30T05:38:38.408Z | Compiling crossbeam v0.8.2 |
3153 | 2023-12-30T05:38:38.411Z | Running `/home/build/.rustup/toolchains/1.74.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=d47bdef88776902c -C extra-filename=-d47bdef88776902c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-32a85d5b9d9472a5.rmeta --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-16d1f389a1cfe257.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f0fa698477c03a85.rmeta --extern crossbeam_queue=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_queue-59af466b54d38a09.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-479d9e8cd719f4b6.rmeta --cap-lints allow -D warnings` |
3154 | 2023-12-30T05:38:38.571Z | Compiling termios v0.3.3 |
3155 | 2023-12-30T05:38:38.574Z | Running `/home/build/.rustup/toolchains/1.74.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=6b72a30dc15bdbf4 -C extra-filename=-6b72a30dc15bdbf4 --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-dc3967e2ac4e7655.rmeta --cap-lints allow -D warnings` |
3156 | 2023-12-30T05:38:38.984Z | Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3157 | 2023-12-30T05:38:38.991Z | Running `/home/build/.rustup/toolchains/1.74.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=1d229513b79207e4 -C extra-filename=-1d229513b79207e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6b72a30dc15bdbf4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3158 | 2023-12-30T05:38:41.213Z | Running `/work/oxidecomputer/omicron/target/debug/build/samael-6f6467701fedb925/build-script-bindings` |
3159 | 2023-12-30T05:38:42.374Z | Running `/home/build/.rustup/toolchains/1.74.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=56e5b4029ee7d41a -C extra-filename=-56e5b4029ee7d41a --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-2b7d06acdf8c01fb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1c9e49f2abbae76e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3160 | 2023-12-30T05:38:44.213Z | Compiling omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
3161 | 2023-12-30T05:38:44.256Z | Running `/home/build/.rustup/toolchains/1.74.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=543dd69bfbd620f5 -C extra-filename=-543dd69bfbd620f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossbeam=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam-d47bdef88776902c.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-596439dda6bf080c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3162 | 2023-12-30T05:38:45.349Z | Running `/home/build/.rustup/toolchains/1.74.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=a40671b917b713f3 -C extra-filename=-a40671b917b713f3 --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-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-e5f44abe68a68320.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-4bbcc5ae2a4f3293.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-e576214942181323.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-52fc005630b42931.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-3c04114df489271d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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` |
3163 | 2023-12-30T05:38:46.170Z | Running `/home/build/.rustup/toolchains/1.74.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=2cd79a50afd973da -C extra-filename=-2cd79a50afd973da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d0ba6f876f29fb07.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ba03bdd15a34acd7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-83bf851ede3a88d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3164 | 2023-12-30T05:38:53.457Z | Running `/home/build/.rustup/toolchains/1.74.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=33ff8778db079bee -C extra-filename=-33ff8778db079bee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-adb92bc0d26349b0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3165 | 2023-12-30T05:38:54.268Z | Running `/home/build/.rustup/toolchains/1.74.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=481f247ee9416c2a -C extra-filename=-481f247ee9416c2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-adb92bc0d26349b0.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3166 | 2023-12-30T05:38:56.091Z | Running `/home/build/.rustup/toolchains/1.74.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=c59b98c6463d2982 -C extra-filename=-c59b98c6463d2982 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d0ba6f876f29fb07.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ba03bdd15a34acd7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-83bf851ede3a88d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3167 | 2023-12-30T05:38:56.405Z | Running `/home/build/.rustup/toolchains/1.74.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=29155e89663ceca3 -C extra-filename=-29155e89663ceca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-0e118e19d5c6672a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3168 | 2023-12-30T05:38:57.148Z | Running `/home/build/.rustup/toolchains/1.74.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=cfe9dfd1d2b3983b -C extra-filename=-cfe9dfd1d2b3983b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-0e118e19d5c6672a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3169 | 2023-12-30T05:38:57.421Z | Running `/home/build/.rustup/toolchains/1.74.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=be0464277e7a156e -C extra-filename=-be0464277e7a156e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-596439dda6bf080c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3170 | 2023-12-30T05:38:59.529Z | Running `/home/build/.rustup/toolchains/1.74.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=de91793471c3a61e -C extra-filename=-de91793471c3a61e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3171 | 2023-12-30T05:39:01.550Z | Running `/home/build/.rustup/toolchains/1.74.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=08c80560264a3a09 -C extra-filename=-08c80560264a3a09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3172 | 2023-12-30T05:39:04.762Z | Running `/home/build/.rustup/toolchains/1.74.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=dae56c6882ecdfdc -C extra-filename=-dae56c6882ecdfdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3173 | 2023-12-30T05:39:10.470Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=0f6ddbccc4f8885f -C extra-filename=-0f6ddbccc4f8885f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3174 | 2023-12-30T05:39:10.951Z | Running `/home/build/.rustup/toolchains/1.74.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=ad43e04bcb77eaee -C extra-filename=-ad43e04bcb77eaee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3175 | 2023-12-30T05:39:11.475Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=dd02b66e5b7ac1d1 -C extra-filename=-dd02b66e5b7ac1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3176 | 2023-12-30T05:39:14.493Z | Running `/home/build/.rustup/toolchains/1.74.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=142424ddd4556767 -C extra-filename=-142424ddd4556767 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3177 | 2023-12-30T05:39:18.699Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=523230b6000db030 -C extra-filename=-523230b6000db030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3178 | 2023-12-30T05:39:41.604Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=ddd1699039831c1f -C extra-filename=-ddd1699039831c1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1aa80273a8df2bf7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3179 | 2023-12-30T05:39:44.796Z | Running `/home/build/.rustup/toolchains/1.74.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=1ac91600075fd8c3 -C extra-filename=-1ac91600075fd8c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1aa80273a8df2bf7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3180 | 2023-12-30T05:39:48.671Z | Running `/home/build/.rustup/toolchains/1.74.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=b76fbb1ecc0887f8 -C extra-filename=-b76fbb1ecc0887f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1aa80273a8df2bf7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3181 | 2023-12-30T05:39:58.066Z | Running `/home/build/.rustup/toolchains/1.74.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=bc64bbc0419894c9 -C extra-filename=-bc64bbc0419894c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3182 | 2023-12-30T05:40:02.146Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only -C metadata=5f1ccf1eb67f6aae -C extra-filename=-5f1ccf1eb67f6aae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3183 | 2023-12-30T05:40:05.138Z | Compiling polar-core v0.27.0 |
3184 | 2023-12-30T05:40:05.142Z | Running `/home/build/.rustup/toolchains/1.74.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 debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' -C metadata=6efc133c2b6e14ef -C extra-filename=-6efc133c2b6e14ef --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-6efc133c2b6e14ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-f3a0f7b1e3648316.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2b0b8e073f7f1ad3.so --cap-lints allow -D warnings` |
3185 | 2023-12-30T05:40:08.101Z | Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-6efc133c2b6e14ef/build-script-build` |
3186 | 2023-12-30T05:40:11.938Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name services_ledger_check_migrate --edition=2021 sled-agent/src/bin/services-ledger-check-migrate.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e8579829e8558621 -C extra-filename=-e8579829e8558621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3187 | 2023-12-30T05:40:11.965Z | Running `/home/build/.rustup/toolchains/1.74.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=f3792339529ebf25 -C extra-filename=-f3792339529ebf25 --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-63b7117dbf8d1e97.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-5f0c5f1a0483f4f9.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-e0eff69b21616d4f.so --cap-lints allow -D warnings` |
3188 | 2023-12-30T05:40:15.938Z | Running `/home/build/.rustup/toolchains/1.74.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=155a2484f46f541c -C extra-filename=-155a2484f46f541c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3189 | 2023-12-30T05:40:18.136Z | Running `/home/build/.rustup/toolchains/1.74.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=45da7a31c55e99ae -C extra-filename=-45da7a31c55e99ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3190 | 2023-12-30T05:40:21.992Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=cb5ef2ab45ae28cc -C extra-filename=-cb5ef2ab45ae28cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3191 | 2023-12-30T05:40:25.488Z | Running `/home/build/.rustup/toolchains/1.74.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=ee7ee9b19a45f72e -C extra-filename=-ee7ee9b19a45f72e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3192 | 2023-12-30T05:40:28.277Z | Compiling oso v0.27.0 |
3193 | 2023-12-30T05:40:28.280Z | Running `/home/build/.rustup/toolchains/1.74.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=8a4116b687b73875 -C extra-filename=-8a4116b687b73875 --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-11495460557cee3b.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-1e7ab31398eb494a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-d36ccf453e10a6b0.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-f3792339529ebf25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-f572e5f175be25c2.rmeta --cap-lints allow -D warnings` |
3194 | 2023-12-30T05:40:39.836Z | Running `/home/build/.rustup/toolchains/1.74.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=19d4e3adc6e1b4a7 -C extra-filename=-19d4e3adc6e1b4a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-865b0d723f3cb534.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-63f6ada264cf89fa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d6bffa1fea320d97.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-409bf7d5408173ee.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8a4116b687b73875.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3195 | 2023-12-30T05:40:47.404Z | Running `/home/build/.rustup/toolchains/1.74.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=1ef5c8f33da4e530 -C extra-filename=-1ef5c8f33da4e530 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3849db151021b09c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3196 | 2023-12-30T05:40:47.997Z | Running `/home/build/.rustup/toolchains/1.74.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=4909d7a841fd98cb -C extra-filename=-4909d7a841fd98cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3849db151021b09c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3197 | 2023-12-30T05:40:48.230Z | Running `/home/build/.rustup/toolchains/1.74.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=c354a7b9c9d575d3 -C extra-filename=-c354a7b9c9d575d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3849db151021b09c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3198 | 2023-12-30T05:40:50.235Z | Running `/home/build/.rustup/toolchains/1.74.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=26b7aef5143674cc -C extra-filename=-26b7aef5143674cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3849db151021b09c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3199 | 2023-12-30T05:40:53.383Z | Running `/home/build/.rustup/toolchains/1.74.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=bdf1852d653e2850 -C extra-filename=-bdf1852d653e2850 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3200 | 2023-12-30T05:41:08.782Z | Running `/home/build/.rustup/toolchains/1.74.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=ab1e61573655ffa0 -C extra-filename=-ab1e61573655ffa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3201 | 2023-12-30T05:41:09.721Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=036f20a2cced3ff8 -C extra-filename=-036f20a2cced3ff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3202 | 2023-12-30T05:41:10.066Z | Running `/home/build/.rustup/toolchains/1.74.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=559e94a82a1dd4af -C extra-filename=-559e94a82a1dd4af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3203 | 2023-12-30T05:41:11.596Z | Running `/home/build/.rustup/toolchains/1.74.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=8815fcc04c4e3477 -C extra-filename=-8815fcc04c4e3477 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3204 | 2023-12-30T05:41:15.939Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=94d5c17fd0963bdb -C extra-filename=-94d5c17fd0963bdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3205 | 2023-12-30T05:41:31.679Z | Running `/home/build/.rustup/toolchains/1.74.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=e982fa0dfe2c977b -C extra-filename=-e982fa0dfe2c977b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3206 | 2023-12-30T05:41:33.759Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3207 | 2023-12-30T05:41:33.763Z | Running `/home/build/.rustup/toolchains/1.74.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=5d9c6f70f1955bf6 -C extra-filename=-5d9c6f70f1955bf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3208 | 2023-12-30T05:41:40.337Z | Running `/home/build/.rustup/toolchains/1.74.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=879475f926551819 -C extra-filename=-879475f926551819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rmeta --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rmeta -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3209 | 2023-12-30T05:41:41.625Z | Running `/home/build/.rustup/toolchains/1.74.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=1a661e21c6bafb8c -C extra-filename=-1a661e21c6bafb8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3210 | 2023-12-30T05:41:44.233Z | Running `/home/build/.rustup/toolchains/1.74.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=e0eee7f30193d1e0 -C extra-filename=-e0eee7f30193d1e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3211 | 2023-12-30T05:41:46.683Z | Running `/home/build/.rustup/toolchains/1.74.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=63d6017fd7ab545f -C extra-filename=-63d6017fd7ab545f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3212 | 2023-12-30T05:41:46.717Z | Running `/home/build/.rustup/toolchains/1.74.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=135fce3afb9b5fd7 -C extra-filename=-135fce3afb9b5fd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3213 | 2023-12-30T05:42:02.627Z | Running `/home/build/.rustup/toolchains/1.74.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=d5de8e54d89014f8 -C extra-filename=-d5de8e54d89014f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3214 | 2023-12-30T05:42:04.344Z | Running `/home/build/.rustup/toolchains/1.74.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=afda861543f7b00e -C extra-filename=-afda861543f7b00e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3215 | 2023-12-30T05:42:05.347Z | Running `/home/build/.rustup/toolchains/1.74.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=f8efbea71ba648f6 -C extra-filename=-f8efbea71ba648f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3216 | 2023-12-30T05:42:08.041Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=944a9ac7cf708c9a -C extra-filename=-944a9ac7cf708c9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3217 | 2023-12-30T05:42:12.024Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=935ff688f68c9d30 -C extra-filename=-935ff688f68c9d30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3218 | 2023-12-30T05:42:15.930Z | Running `/home/build/.rustup/toolchains/1.74.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=0e8eca1835b9359b -C extra-filename=-0e8eca1835b9359b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3219 | 2023-12-30T05:42:19.725Z | Running `/home/build/.rustup/toolchains/1.74.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=0104edc9fc1e0d57 -C extra-filename=-0104edc9fc1e0d57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3220 | 2023-12-30T05:42:20.088Z | Running `/home/build/.rustup/toolchains/1.74.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=2732567e4f2fdcc6 -C extra-filename=-2732567e4f2fdcc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3221 | 2023-12-30T05:42:22.743Z | Running `/home/build/.rustup/toolchains/1.74.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=7e0317ad86a889ba -C extra-filename=-7e0317ad86a889ba --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-88db69bac18fd6c2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-67b2bd88d9f7c33a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3222 | 2023-12-30T05:42:33.609Z | Running `/home/build/.rustup/toolchains/1.74.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=68da000579aadacd -C extra-filename=-68da000579aadacd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-88db69bac18fd6c2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-67b2bd88d9f7c33a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3223 | 2023-12-30T05:42:40.720Z | Running `/home/build/.rustup/toolchains/1.74.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=430af982df911552 -C extra-filename=-430af982df911552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-c44dd77a8e6040fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-90287c4eda616f52.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3224 | 2023-12-30T05:42:49.350Z | Running `/home/build/.rustup/toolchains/1.74.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=fc6dffd85ff5d695 -C extra-filename=-fc6dffd85ff5d695 --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-dee72db7b50e2635.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3225 | 2023-12-30T05:42:52.629Z | Running `/home/build/.rustup/toolchains/1.74.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=74aa4d62f8d3f6b4 -C extra-filename=-74aa4d62f8d3f6b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88a2cbee3c91d065.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-850e3e41ec306389.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3226 | 2023-12-30T05:42:57.844Z | Running `/home/build/.rustup/toolchains/1.74.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=f6f523c61e59fb70 -C extra-filename=-f6f523c61e59fb70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88a2cbee3c91d065.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-850e3e41ec306389.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3227 | 2023-12-30T05:43:03.244Z | Running `/home/build/.rustup/toolchains/1.74.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=67fe84fec5595ba5 -C extra-filename=-67fe84fec5595ba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3228 | 2023-12-30T05:43:12.368Z | Running `/home/build/.rustup/toolchains/1.74.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=3fff12d3b33fd2fb -C extra-filename=-3fff12d3b33fd2fb --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-b8463fb2d6395f2e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3229 | 2023-12-30T05:43:15.581Z | Running `/home/build/.rustup/toolchains/1.74.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=a717c6f099edb166 -C extra-filename=-a717c6f099edb166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3230 | 2023-12-30T05:43:16.327Z | Running `/home/build/.rustup/toolchains/1.74.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=4930d932e1427fac -C extra-filename=-4930d932e1427fac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3231 | 2023-12-30T05:43:19.552Z | Running `/home/build/.rustup/toolchains/1.74.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=cb3f62fed80958d5 -C extra-filename=-cb3f62fed80958d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-88025ebf0a15842f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3232 | 2023-12-30T05:43:21.840Z | Running `/home/build/.rustup/toolchains/1.74.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=795148212c4e0aa0 -C extra-filename=-795148212c4e0aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-ab24ee15051c498d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3233 | 2023-12-30T05:43:25.051Z | Running `/home/build/.rustup/toolchains/1.74.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=bfb2fe08a129c2c8 -C extra-filename=-bfb2fe08a129c2c8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-865b0d723f3cb534.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-63f6ada264cf89fa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d6bffa1fea320d97.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-409bf7d5408173ee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8a4116b687b73875.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3234 | 2023-12-30T05:43:41.265Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=afcc07409574f104 -C extra-filename=-afcc07409574f104 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3235 | 2023-12-30T05:43:42.778Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test -C metadata=e4446bb8a968a05d -C extra-filename=-e4446bb8a968a05d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3236 | 2023-12-30T05:43:43.015Z | Running `/home/build/.rustup/toolchains/1.74.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=6ecc5e00c75bffe2 -C extra-filename=-6ecc5e00c75bffe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3237 | 2023-12-30T05:43:46.511Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=38edccc1129d81df -C extra-filename=-38edccc1129d81df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64` |
3238 | 2023-12-30T05:44:21.337Z | Running `/home/build/.rustup/toolchains/1.74.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=8b4582979bcb9120 -C extra-filename=-8b4582979bcb9120 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-88025ebf0a15842f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3239 | 2023-12-30T05:44:24.311Z | Running `/home/build/.rustup/toolchains/1.74.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=67b814122956276a -C extra-filename=-67b814122956276a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3240 | 2023-12-30T05:44:29.832Z | Running `/home/build/.rustup/toolchains/1.74.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=995ef3e7773df6d0 -C extra-filename=-995ef3e7773df6d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d774b777b24b79e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3363d32c95762b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d0b20faaa45772d0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3241 | 2023-12-30T05:44:33.420Z | Running `/home/build/.rustup/toolchains/1.74.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=737d26a714c9f9de -C extra-filename=-737d26a714c9f9de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d774b777b24b79e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3363d32c95762b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d0b20faaa45772d0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3242 | 2023-12-30T05:44:39.763Z | Running `/home/build/.rustup/toolchains/1.74.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=6d8194b924e16173 -C extra-filename=-6d8194b924e16173 --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bf48b1b70bb54f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3243 | 2023-12-30T05:44:45.145Z | Running `/home/build/.rustup/toolchains/1.74.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=a511e9ebf23b111d -C extra-filename=-a511e9ebf23b111d --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-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bf48b1b70bb54f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3244 | 2023-12-30T05:44:47.463Z | Running `/home/build/.rustup/toolchains/1.74.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=e3a954cdbaaa877c -C extra-filename=-e3a954cdbaaa877c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3245 | 2023-12-30T05:44:49.733Z | Running `/home/build/.rustup/toolchains/1.74.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=8c8dea27e7ab0cfc -C extra-filename=-8c8dea27e7ab0cfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88a2cbee3c91d065.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-850e3e41ec306389.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3246 | 2023-12-30T05:45:20.741Z | Running `/home/build/.rustup/toolchains/1.74.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=62f9409a3844eee6 -C extra-filename=-62f9409a3844eee6 --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3247 | 2023-12-30T05:45:25.401Z | Running `/home/build/.rustup/toolchains/1.74.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=27f2036199150d34 -C extra-filename=-27f2036199150d34 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3248 | 2023-12-30T05:45:36.948Z | Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -C metadata=34f43f7b4ab3ff7d -C extra-filename=-34f43f7b4ab3ff7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5d2e6e36db52d33d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3249 | 2023-12-30T05:45:44.553Z | Running `/home/build/.rustup/toolchains/1.74.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=25da6e93874658e4 -C extra-filename=-25da6e93874658e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3250 | 2023-12-30T05:45:45.452Z | Running `/home/build/.rustup/toolchains/1.74.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=540d77d06025bc59 -C extra-filename=-540d77d06025bc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7f8ab4372cfe69e2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2319c5d2112e3ce4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3251 | 2023-12-30T05:45:50.742Z | Running `/home/build/.rustup/toolchains/1.74.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=952758b1b84370b3 -C extra-filename=-952758b1b84370b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3252 | 2023-12-30T05:45:58.789Z | Running `/home/build/.rustup/toolchains/1.74.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=4fb0a2c39efb51c8 -C extra-filename=-4fb0a2c39efb51c8 --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-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3253 | 2023-12-30T05:46:02.844Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --test --cfg 'feature="testing"' -C metadata=e9c3ab18c7759118 -C extra-filename=-e9c3ab18c7759118 --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-a59a91390b9da3fe.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3254 | 2023-12-30T05:46:04.745Z | Running `/home/build/.rustup/toolchains/1.74.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=745028aad1fc5826 -C extra-filename=-745028aad1fc5826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3255 | 2023-12-30T05:46:06.861Z | Running `/home/build/.rustup/toolchains/1.74.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=2d51a29a47380f39 -C extra-filename=-2d51a29a47380f39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3256 | 2023-12-30T05:46:10.289Z | Running `/home/build/.rustup/toolchains/1.74.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=9b47a653d32c8f1b -C extra-filename=-9b47a653d32c8f1b --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-a59a91390b9da3fe.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out` |
3257 | 2023-12-30T05:46:23.153Z | Running `/home/build/.rustup/toolchains/1.74.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=9bae82ead46e10fd -C extra-filename=-9bae82ead46e10fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3258 | 2023-12-30T05:46:26.394Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3259 | 2023-12-30T05:46:26.398Z | Running `/home/build/.rustup/toolchains/1.74.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=272cb01ad612ef0c -C extra-filename=-272cb01ad612ef0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64` |
3260 | 2023-12-30T05:46:27.450Z | Running `/home/build/.rustup/toolchains/1.74.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=4b0e347cba7b034e -C extra-filename=-4b0e347cba7b034e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3261 | 2023-12-30T05:46:31.590Z | Running `/home/build/.rustup/toolchains/1.74.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=9b854228a6cfc7de -C extra-filename=-9b854228a6cfc7de --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-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3262 | 2023-12-30T05:46:38.956Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3263 | 2023-12-30T05:46:38.960Z | Running `/home/build/.rustup/toolchains/1.74.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=0abb5d734606c3e9 -C extra-filename=-0abb5d734606c3e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3264 | 2023-12-30T05:46:41.854Z | Running `/home/build/.rustup/toolchains/1.74.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=0d2985aa571ad156 -C extra-filename=-0d2985aa571ad156 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3265 | 2023-12-30T05:46:47.598Z | Running `/home/build/.rustup/toolchains/1.74.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=d1825a6a01432a06 -C extra-filename=-d1825a6a01432a06 --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-a59a91390b9da3fe.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3266 | 2023-12-30T05:46:53.366Z | Running `/home/build/.rustup/toolchains/1.74.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"' --cfg 'feature="tmp_keypath"' -C metadata=19eb3824b88114cb -C extra-filename=-19eb3824b88114cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5e2f052f280517df.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-daa426c5818839ee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bc4b7986e4ebef32.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1c015594d217b93b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3267 | 2023-12-30T05:46:58.352Z | Running `/home/build/.rustup/toolchains/1.74.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=7160d48e2d291919 -C extra-filename=-7160d48e2d291919 --out-dir /work/oxidecomputer/omicron/target/debug/examples -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4c3ee75e68b70f06.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3268 | 2023-12-30T05:46:59.759Z | Running `/home/build/.rustup/toolchains/1.74.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=27e8f509a181c3fe -C extra-filename=-27e8f509a181c3fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3269 | 2023-12-30T05:47:11.695Z | Running `/home/build/.rustup/toolchains/1.74.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=5d9e0b8b49150823 -C extra-filename=-5d9e0b8b49150823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f7de89cc6857338.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3270 | 2023-12-30T05:47:13.069Z | Running `/home/build/.rustup/toolchains/1.74.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=80b52642584390a9 -C extra-filename=-80b52642584390a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3271 | 2023-12-30T05:47:15.893Z | Running `/home/build/.rustup/toolchains/1.74.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=038ae8d8772f4a3a -C extra-filename=-038ae8d8772f4a3a --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-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3272 | 2023-12-30T05:47:19.360Z | Running `/home/build/.rustup/toolchains/1.74.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=e17e20fca409d352 -C extra-filename=-e17e20fca409d352 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3273 | 2023-12-30T05:47:23.000Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3274 | 2023-12-30T05:47:23.012Z | Running `/home/build/.rustup/toolchains/1.74.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=88b5150e92d04c79 -C extra-filename=-88b5150e92d04c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3275 | 2023-12-30T05:47:25.431Z | Running `/home/build/.rustup/toolchains/1.74.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=6bbfe612823fb5b6 -C extra-filename=-6bbfe612823fb5b6 --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-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3276 | 2023-12-30T05:47:29.204Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c87a881757a71b21 -C extra-filename=-c87a881757a71b21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3277 | 2023-12-30T05:47:37.567Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=034b99473d4f76a5 -C extra-filename=-034b99473d4f76a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3278 | 2023-12-30T05:47:38.987Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=4593dfebbb60e289 -C extra-filename=-4593dfebbb60e289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3279 | 2023-12-30T05:47:40.440Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=46e97a7c09d69e5e -C extra-filename=-46e97a7c09d69e5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3280 | 2023-12-30T05:47:41.718Z | Running `/home/build/.rustup/toolchains/1.74.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=e7a73c3df73b95f9 -C extra-filename=-e7a73c3df73b95f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3281 | 2023-12-30T05:47:43.157Z | Running `/home/build/.rustup/toolchains/1.74.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=4f383cec28dbb749 -C extra-filename=-4f383cec28dbb749 --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-dee72db7b50e2635.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3282 | 2023-12-30T05:47:45.329Z | Running `/home/build/.rustup/toolchains/1.74.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=28f18aec6d999de1 -C extra-filename=-28f18aec6d999de1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4c3ee75e68b70f06.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3283 | 2023-12-30T05:47:50.376Z | Running `/home/build/.rustup/toolchains/1.74.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=149b530528e449e3 -C extra-filename=-149b530528e449e3 --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-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3284 | 2023-12-30T05:47:57.141Z | Running `/home/build/.rustup/toolchains/1.74.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=c018e07784fe9b09 -C extra-filename=-c018e07784fe9b09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3285 | 2023-12-30T05:47:58.139Z | Running `/home/build/.rustup/toolchains/1.74.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=81462ab39441db2c -C extra-filename=-81462ab39441db2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib -D warnings -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib` |
3286 | 2023-12-30T05:50:18.686Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=140c2199d3200751 -C extra-filename=-140c2199d3200751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3287 | 2023-12-30T05:50:18.687Z | Running `/home/build/.rustup/toolchains/1.74.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=4f0f77c619d54b37 -C extra-filename=-4f0f77c619d54b37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3288 | 2023-12-30T05:50:18.705Z | Running `/home/build/.rustup/toolchains/1.74.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=af84a647b054eacb -C extra-filename=-af84a647b054eacb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-ab24ee15051c498d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3289 | 2023-12-30T05:50:23.362Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=c80674bf580953df -C extra-filename=-c80674bf580953df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/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-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3290 | 2023-12-30T05:50:25.134Z | Running `/home/build/.rustup/toolchains/1.74.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=4781e1ff8518b68c -C extra-filename=-4781e1ff8518b68c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3291 | 2023-12-30T05:50:26.782Z | Running `/home/build/.rustup/toolchains/1.74.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=949623066d0b6126 -C extra-filename=-949623066d0b6126 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3292 | 2023-12-30T05:50:28.283Z | Running `/home/build/.rustup/toolchains/1.74.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=854558fdd3d83319 -C extra-filename=-854558fdd3d83319 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-ab24ee15051c498d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3293 | 2023-12-30T05:50:38.004Z | Running `/home/build/.rustup/toolchains/1.74.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=28d4c098dbfa6197 -C extra-filename=-28d4c098dbfa6197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-ab24ee15051c498d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3294 | 2023-12-30T05:50:41.931Z | Running `/home/build/.rustup/toolchains/1.74.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 embed-bitcode=no -C debuginfo=line-tables-only -C metadata=6bfe0a04c6fe8a1a -C extra-filename=-6bfe0a04c6fe8a1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -D warnings -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3295 | 2023-12-30T05:50:52.061Z | Running `/home/build/.rustup/toolchains/1.74.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=144595c919dd35da -C extra-filename=-144595c919dd35da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.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-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out -L native=/usr/lib/amd64 -L native=/usr/lib/amd64` |
3296 | 2023-12-30T06:02:48.006Z | Finished test [unoptimized + debuginfo] target(s) in 32m 37s |
3297 | 2023-12-30T06:02:48.813Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/authz_macros-a511e9ebf23b111d` |
3298 | 2023-12-30T06:02:48.813Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstore-8c8dea27e7ab0cfc` |
3299 | 2023-12-30T06:02:48.813Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_learner-74aa4d62f8d3f6b4` |
3300 | 2023-12-30T06:02:48.813Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/v0_fsm_proptest_rack_coordinator-f6f523c61e59fb70` |
3301 | 2023-12-30T06:02:48.813Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/bootstrap_agent_client-25da6e93874658e4` |
3302 | 2023-12-30T06:02:48.813Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/caboose_util-272cb01ad612ef0c` |
3303 | 2023-12-30T06:02:48.813Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/crdb_seed-88b5150e92d04c79` |
3304 | 2023-12-30T06:02:48.813Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/db_macros-6d8194b924e16173` |
3305 | 2023-12-30T06:02:48.821Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ddm_admin_client-4fb0a2c39efb51c8` |
3306 | 2023-12-30T06:02:48.821Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-63d6017fd7ab545f` |
3307 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/apigen-1a661e21c6bafb8c` |
3308 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_db_dump-afda861543f7b00e` |
3309 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_server-f8efbea71ba648f6` |
3310 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnsadm-e982fa0dfe2c977b` |
3311 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/basic_test-d5de8e54d89014f8` |
3312 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/commands_test-e0eee7f30193d1e0` |
3313 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/openapi_test-135fce3afb9b5fd7` |
3314 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dns_service_client-4f383cec28dbb749` |
3315 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dpd_client-9b854228a6cfc7de` |
3316 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_cli-1d229513b79207e4` |
3317 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_client-149b530528e449e3` |
3318 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/gateway_test_utils-3fff12d3b33fd2fb` |
3319 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/illumos_utils-19eb3824b88114cb` |
3320 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-cfe9dfd1d2b3983b` |
3321 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator-29155e89663ceca3` |
3322 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifact_client-952758b1b84370b3` |
3323 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-2d51a29a47380f39` |
3324 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_artifactd-ab1e61573655ffa0` |
3325 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-559e94a82a1dd4af` |
3326 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/installinator_common-745028aad1fc5826` |
3327 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/internal_dns-e3a954cdbaaa877c` |
3328 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/dnswait-0abb5d734606c3e9` |
3329 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/ipcc_key_value-0d2985aa571ad156` |
3330 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/key_manager-d1825a6a01432a06` |
3331 | 2023-12-30T06:02:48.822Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mg_admin_client-62f9409a3844eee6` |
3332 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_client-6bbfe612823fb5b6` |
3333 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_model-67fe84fec5595ba5` |
3334 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_db_queries-bfb2fe08a129c2c8` |
3335 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_defaults-80b52642584390a9` |
3336 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_inventory-e4446bb8a968a05d` |
3337 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus_types-4b0e347cba7b034e` |
3338 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_certificates-27e8f509a181c3fe` |
3339 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_common-28f18aec6d999de1` |
3340 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/thing_flinger-543dd69bfbd620f5` |
3341 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_dev-4f0f77c619d54b37` |
3342 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_omicron_dev-4781e1ff8518b68c` |
3343 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_gateway-a717c6f099edb166` |
3344 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mgs-4930d932e1427fac` |
3345 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-6ecc5e00c75bffe2` |
3346 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_nexus-795148212c4e0aa0` |
3347 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/nexus-af84a647b054eacb` |
3348 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/schema_updater-28d4c098dbfa6197` |
3349 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all-854558fdd3d83319` |
3350 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omdb-949623066d0b6126` |
3351 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_all_output-144595c919dd35da` |
3352 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-08c80560264a3a09` |
3353 | 2023-12-30T06:02:48.823Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_package-be0464277e7a156e` |
3354 | 2023-12-30T06:02:48.824Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_passwords-56e5b4029ee7d41a` |
3355 | 2023-12-30T06:02:48.824Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_rpaths-81462ab39441db2c` |
3356 | 2023-12-30T06:02:48.824Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_sled_agent-bdf1852d653e2850` |
3357 | 2023-12-30T06:02:48.824Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/services_ledger_check_migrate-e8579829e8558621` |
3358 | 2023-12-30T06:02:48.824Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent-bc64bbc0419894c9` |
3359 | 2023-12-30T06:02:48.824Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_sim-ad43e04bcb77eaee` |
3360 | 2023-12-30T06:02:48.824Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/zone_bundle-142424ddd4556767` |
3361 | 2023-12-30T06:02:48.824Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-dae56c6882ecdfdc` |
3362 | 2023-12-30T06:02:48.824Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/omicron_test_utils-5d9e0b8b49150823` |
3363 | 2023-12-30T06:02:48.824Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxide_client-e7a73c3df73b95f9` |
3364 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-2cd79a50afd973da` |
3365 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_compilation-c59b98c6463d2982` |
3366 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_client-038ae8d8772f4a3a` |
3367 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_collector-67b814122956276a` |
3368 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/clickhouse_schema_updater-0104edc9fc1e0d57` |
3369 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter-0e8eca1835b9359b` |
3370 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/test_commands-2732567e4f2fdcc6` |
3371 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_db-737d26a714c9f9de` |
3372 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oxdb-995ef3e7773df6d0` |
3373 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_instruments-34f43f7b4ab3ff7d` |
3374 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_macro_impl-c018e07784fe9b09` |
3375 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/oximeter_producer-9bae82ead46e10fd` |
3376 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_agent_client-9b47a653d32c8f1b` |
3377 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_hardware-540d77d06025bc59` |
3378 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sled_storage-e9c3ab18c7759118` |
3379 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-cb3f62fed80958d5` |
3380 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/sp_sim-8b4582979bcb9120` |
3381 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-26b7aef5143674cc` |
3382 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous-1ef5c8f33da4e530` |
3383 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/integration_tests-c354a7b9c9d575d3` |
3384 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/manifest_tests-4909d7a841fd98cb` |
3385 | 2023-12-30T06:02:48.825Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/tufaceous_lib-430af982df911552` |
3386 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/update_engine-68da000579aadacd` |
3387 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-8815fcc04c4e3477` |
3388 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket-ee7ee9b19a45f72e` |
3389 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-155a2484f46f541c` |
3390 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_common-e17e20fca409d352` |
3391 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-45da7a31c55e99ae` |
3392 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg-481f247ee9416c2a` |
3393 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicket_dbg_server-33ff8778db079bee` |
3394 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-de91793471c3a61e` |
3395 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd-1ac91600075fd8c3` |
3396 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/mod-b76fbb1ecc0887f8` |
3397 | 2023-12-30T06:02:48.826Z | Executable `/work/oxidecomputer/omicron/target/debug/deps/wicketd_client-fc6dffd85ff5d695` |
3398 | 2023-12-30T06:02:49.013Z | |
3399 | 2023-12-30T06:02:49.016Z | real 32:39.769159912 |
3400 | 2023-12-30T06:02:49.016Z | user 3:04:30.354625879 |
3401 | 2023-12-30T06:02:49.016Z | sys 19:24.941829669 |
3402 | 2023-12-30T06:02:49.016Z | trap 8.436783570 |
3403 | 2023-12-30T06:02:49.016Z | tflt 6.040651167 |
3404 | 2023-12-30T06:02:49.016Z | dflt 1:09.441045185 |
3405 | 2023-12-30T06:02:49.016Z | kflt 0.024891046 |
3406 | 2023-12-30T06:02:49.016Z | lock 6:05:40.640746774 |
3407 | 2023-12-30T06:02:49.017Z | slp 11:34:53.735666416 |
3408 | 2023-12-30T06:02:49.017Z | lat 5:39.786294204 |
3409 | 2023-12-30T06:02:49.017Z | stop 5:44.197342342 |
3410 | 2023-12-30T06:02:51.008Z | |
3411 | 2023-12-30T06:02:51.008Z | ##### ###### #### ##### |
3412 | 2023-12-30T06:02:51.008Z | # # # # |
3413 | 2023-12-30T06:02:51.008Z | # ##### #### # |
3414 | 2023-12-30T06:02:51.008Z | # # # # |
3415 | 2023-12-30T06:02:51.008Z | # # # # # |
3416 | 2023-12-30T06:02:51.008Z | # ###### #### # |
3417 | 2023-12-30T06:02:51.008Z | |
3418 | 2023-12-30T06:02:52.048Z | Downloading crates ... |
3419 | 2023-12-30T06:02:53.104Z | Downloaded redox_syscall v0.3.5 |
3420 | 2023-12-30T06:02:53.112Z | Downloaded russh-cryptovec v0.7.0 |
3421 | 2023-12-30T06:02:53.115Z | Downloaded redox_syscall v0.4.1 |
3422 | 2023-12-30T06:02:53.118Z | Downloaded errno-dragonfly v0.1.2 |
3423 | 2023-12-30T06:02:53.124Z | Downloaded wasm-bindgen-futures v0.4.37 |
3424 | 2023-12-30T06:02:53.127Z | Downloaded fuchsia-cprng v0.1.1 |
3425 | 2023-12-30T06:02:53.130Z | Downloaded core-foundation-sys v0.8.4 |
3426 | 2023-12-30T06:02:53.134Z | Downloaded blowfish v0.9.1 |
3427 | 2023-12-30T06:02:53.137Z | Downloaded ctr v0.9.2 |
3428 | 2023-12-30T06:02:53.141Z | Downloaded option-ext v0.2.0 |
3429 | 2023-12-30T06:02:53.144Z | Downloaded windows-targets v0.48.5 |
3430 | 2023-12-30T06:02:53.147Z | Downloaded system-configuration-sys v0.5.0 |
3431 | 2023-12-30T06:02:53.147Z | Downloaded clipboard-win v4.5.0 |
3432 | 2023-12-30T06:02:53.150Z | Downloaded hermit-abi v0.1.19 |
3433 | 2023-12-30T06:02:53.152Z | Downloaded system-configuration v0.5.1 |
3434 | 2023-12-30T06:02:53.155Z | Downloaded error-code v2.3.1 |
3435 | 2023-12-30T06:02:53.155Z | Downloaded ghash v0.5.0 |
3436 | 2023-12-30T06:02:53.158Z | Downloaded str-buf v1.0.6 |
3437 | 2023-12-30T06:02:53.158Z | Downloaded aes v0.8.3 |
3438 | 2023-12-30T06:02:53.166Z | Downloaded ed25519 v2.2.2 |
3439 | 2023-12-30T06:02:53.170Z | Downloaded critical-section v1.1.2 |
3440 | 2023-12-30T06:02:53.173Z | Downloaded polyval v0.6.1 |
3441 | 2023-12-30T06:02:53.178Z | Downloaded dirs-sys v0.4.1 |
3442 | 2023-12-30T06:02:53.182Z | Downloaded rfc6979 v0.4.0 |
3443 | 2023-12-30T06:02:53.182Z | Downloaded iana-time-zone-haiku v0.1.2 |
3444 | 2023-12-30T06:02:53.182Z | Downloaded atomic-polyfill v0.1.11 |
3445 | 2023-12-30T06:02:53.185Z | Downloaded rand_core v0.4.2 |
3446 | 2023-12-30T06:02:53.187Z | Downloaded dirs v5.0.1 |
3447 | 2023-12-30T06:02:53.190Z | Downloaded redox_users v0.4.3 |
3448 | 2023-12-30T06:02:53.193Z | Downloaded android-tzdata v0.1.1 |
3449 | 2023-12-30T06:02:53.193Z | Downloaded cargo_toml v0.17.0 |
3450 | 2023-12-30T06:02:53.196Z | Downloaded android_system_properties v0.1.5 |
3451 | 2023-12-30T06:02:53.200Z | Downloaded rdrand v0.4.0 |
3452 | 2023-12-30T06:02:53.200Z | Downloaded wasm-bindgen-shared v0.2.87 |
3453 | 2023-12-30T06:02:53.203Z | Downloaded windows-targets v0.42.2 |
3454 | 2023-12-30T06:02:53.203Z | Downloaded cbc v0.1.2 |
3455 | 2023-12-30T06:02:53.206Z | Downloaded rand_chacha v0.2.2 |
3456 | 2023-12-30T06:02:53.209Z | Downloaded windows-targets v0.52.0 |
3457 | 2023-12-30T06:02:53.209Z | Downloaded md5 v0.7.0 |
3458 | 2023-12-30T06:02:53.212Z | Downloaded rand_core v0.5.1 |
3459 | 2023-12-30T06:02:53.215Z | Downloaded wasm-bindgen-backend v0.2.87 |
3460 | 2023-12-30T06:02:53.218Z | Downloaded hermit-abi v0.3.2 |
3461 | 2023-12-30T06:02:53.223Z | Downloaded getrandom v0.1.16 |
3462 | 2023-12-30T06:02:53.226Z | Downloaded pbkdf2 v0.11.0 |
3463 | 2023-12-30T06:02:53.229Z | Downloaded rand_hc v0.2.0 |
3464 | 2023-12-30T06:02:53.232Z | Downloaded wasm-streams v0.3.0 |
3465 | 2023-12-30T06:02:53.236Z | Downloaded redox_syscall v0.2.16 |
3466 | 2023-12-30T06:02:53.241Z | Downloaded ipconfig v0.3.2 |
3467 | 2023-12-30T06:02:53.244Z | Downloaded schannel v0.1.22 |
3468 | 2023-12-30T06:02:53.250Z | Downloaded wasm-bindgen-macro-support v0.2.87 |
3469 | 2023-12-30T06:02:53.253Z | Downloaded primeorder v0.13.6 |
3470 | 2023-12-30T06:02:53.256Z | Downloaded rand_core v0.3.1 |
3471 | 2023-12-30T06:02:53.259Z | Downloaded pbkdf2 v0.12.2 |
3472 | 2023-12-30T06:02:53.262Z | Downloaded winapi-util v0.1.5 |
3473 | 2023-12-30T06:02:53.262Z | Downloaded crossterm_winapi v0.9.1 |
3474 | 2023-12-30T06:02:53.265Z | Downloaded security-framework-sys v2.9.1 |
3475 | 2023-12-30T06:02:53.269Z | Downloaded anstyle-wincon v2.1.0 |
3476 | 2023-12-30T06:02:53.272Z | Downloaded wasi v0.11.0+wasi-snapshot-preview1 |
3477 | 2023-12-30T06:02:53.275Z | Downloaded bcrypt-pbkdf v0.10.0 |
3478 | 2023-12-30T06:02:53.280Z | Downloaded fs2 v0.4.3 |
3479 | 2023-12-30T06:02:53.283Z | Downloaded ecdsa v0.16.9 |
3480 | 2023-12-30T06:02:53.283Z | Downloaded core-foundation v0.9.3 |
3481 | 2023-12-30T06:02:53.286Z | Downloaded winreg v0.50.0 |
3482 | 2023-12-30T06:02:53.291Z | Downloaded wasm-bindgen-macro v0.2.87 |
3483 | 2023-12-30T06:02:53.298Z | Downloaded p256 v0.13.2 |
3484 | 2023-12-30T06:02:53.303Z | Downloaded wasi v0.9.0+wasi-snapshot-preview1 |
3485 | 2023-12-30T06:02:53.307Z | Downloaded windows_aarch64_gnullvm v0.52.0 |
3486 | 2023-12-30T06:02:53.325Z | Downloaded russh-keys v0.40.1 |
3487 | 2023-12-30T06:02:53.328Z | Downloaded encode_unicode v0.3.6 |
3488 | 2023-12-30T06:02:53.332Z | Downloaded widestring v1.0.2 |
3489 | 2023-12-30T06:02:53.338Z | Downloaded windows_i686_msvc v0.42.2 |
3490 | 2023-12-30T06:02:53.362Z | Downloaded js-sys v0.3.64 |
3491 | 2023-12-30T06:02:53.372Z | Downloaded bumpalo v3.13.0 |
3492 | 2023-12-30T06:02:53.376Z | Downloaded russh v0.40.2 |
3493 | 2023-12-30T06:02:53.385Z | Downloaded ed25519-dalek v2.0.0 |
3494 | 2023-12-30T06:02:53.392Z | Downloaded password-hash v0.4.2 |
3495 | 2023-12-30T06:02:53.412Z | Downloaded security-framework v2.9.2 |
3496 | 2023-12-30T06:02:53.500Z | Downloaded rand v0.7.3 |
3497 | 2023-12-30T06:02:53.504Z | Downloaded aes-gcm v0.10.3 |
3498 | 2023-12-30T06:02:53.609Z | Downloaded wasm-bindgen v0.2.87 |
3499 | 2023-12-30T06:02:53.786Z | Downloaded windows-sys v0.48.0 |
3500 | 2023-12-30T06:02:53.968Z | Downloaded winapi-i686-pc-windows-gnu v0.4.0 |
3501 | 2023-12-30T06:02:54.254Z | Downloaded winapi-x86_64-pc-windows-gnu v0.4.0 |
3502 | 2023-12-30T06:02:54.597Z | Downloaded windows_x86_64_gnullvm v0.42.2 |
3503 | 2023-12-30T06:02:54.614Z | Downloaded windows_aarch64_gnullvm v0.42.2 |
3504 | 2023-12-30T06:02:54.743Z | Downloaded windows_x86_64_gnullvm v0.48.5 |
3505 | 2023-12-30T06:02:54.768Z | Downloaded windows_x86_64_gnullvm v0.52.0 |
3506 | 2023-12-30T06:02:54.817Z | Downloaded windows_aarch64_gnullvm v0.48.5 |
3507 | 2023-12-30T06:02:54.899Z | Downloaded fiat-crypto v0.2.1 |
3508 | 2023-12-30T06:02:55.052Z | Downloaded windows_aarch64_msvc v0.42.2 |
3509 | 2023-12-30T06:02:55.118Z | Downloaded windows_x86_64_msvc v0.42.2 |
3510 | 2023-12-30T06:02:55.179Z | Downloaded web-sys v0.3.64 |
3511 | 2023-12-30T06:02:55.417Z | Downloaded windows_x86_64_gnu v0.42.2 |
3512 | 2023-12-30T06:02:55.503Z | Downloaded windows_i686_gnu v0.42.2 |
3513 | 2023-12-30T06:02:55.537Z | Downloaded windows_x86_64_gnu v0.52.0 |
3514 | 2023-12-30T06:02:55.585Z | Downloaded windows_x86_64_gnu v0.48.5 |
3515 | 2023-12-30T06:02:55.666Z | Downloaded windows_x86_64_msvc v0.52.0 |
3516 | 2023-12-30T06:02:55.704Z | Downloaded windows_aarch64_msvc v0.52.0 |
3517 | 2023-12-30T06:02:55.733Z | Downloaded windows_i686_msvc v0.48.5 |
3518 | 2023-12-30T06:02:55.763Z | Downloaded windows_i686_msvc v0.52.0 |
3519 | 2023-12-30T06:02:55.792Z | Downloaded windows_i686_gnu v0.52.0 |
3520 | 2023-12-30T06:02:55.880Z | Downloaded linux-raw-sys v0.3.8 |
3521 | 2023-12-30T06:02:55.902Z | Downloaded windows_i686_gnu v0.48.5 |
3522 | 2023-12-30T06:02:55.922Z | Downloaded windows_x86_64_msvc v0.48.5 |
3523 | 2023-12-30T06:02:55.950Z | Downloaded windows_aarch64_msvc v0.48.5 |
3524 | 2023-12-30T06:02:55.995Z | Downloaded winapi v0.3.9 |
3525 | 2023-12-30T06:02:56.112Z | Downloaded linux-raw-sys v0.4.11 |
3526 | 2023-12-30T06:02:56.471Z | Downloaded windows-sys v0.52.0 |
3527 | 2023-12-30T06:02:56.613Z | Downloaded windows-sys v0.45.0 |
3528 | 2023-12-30T06:02:57.464Z | Downloaded windows v0.48.0 |
3529 | 2023-12-30T06:02:58.533Z | info: experimental features enabled: setup-scripts |
3530 | 2023-12-30T06:02:59.934Z | Finished test [unoptimized + debuginfo] target(s) in 1.37s |
3531 | 2023-12-30T06:03:01.910Z | Starting 1001 tests across 101 binaries (3 skipped) |
3532 | 2023-12-30T06:03:01.918Z | SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3533 | 2023-12-30T06:03:02.757Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
3534 | 2023-12-30T06:03:16.071Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3535 | 2023-12-30T06:03:19.136Z | Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3536 | 2023-12-30T06:03:31.370Z | Finished test [unoptimized + debuginfo] target(s) in 29.36s |
3537 | 2023-12-30T06:03:31.413Z | Running `target/debug/crdb-seed` |
3538 | 2023-12-30T06:03:31.447Z | Dec 30 06:03:31.442 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpG5xcVs |
3539 | 2023-12-30T06:03:31.451Z | Dec 30 06:03:31.442 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpAXMIlm,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpG5xcVs/listen-url |
3540 | 2023-12-30T06:03:31.451Z | Dec 30 06:03:31.444 INFO cockroach environment: BUILDOMAT_JOB_ID=01HJWJZEV0V8HCWFCHMCTPG5VD BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CI=true GITHUB_BRANCH=update-schemars GITHUB_REF=refs/heads/update-schemars GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=33886b502bb84d4d00d5a181d0efc59e382a3f47 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-9a9914cf2dc39a59/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out:/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out:/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env0xOvRC NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out:/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=7978ec12-2b00-49a7-acf6-b3c2f1cfa257 PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTDOCFLAGS=-D warnings RUSTFLAGS=-D warnings RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.74.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 |
3541 | 2023-12-30T06:03:33.317Z | Dec 30 06:03:33.312 INFO cockroach pid: 3936 |
3542 | 2023-12-30T06:03:33.317Z | Dec 30 06:03:33.312 INFO cockroach listen URL: postgresql://root@[::1]:37933/omicron?sslmode=disable |
3543 | 2023-12-30T06:03:33.317Z | Dec 30 06:03:33.312 INFO cockroach: populating |
3544 | 2023-12-30T06:03:35.851Z | Dec 30 06:03:35.846 INFO cockroach: populated |
3545 | 2023-12-30T06:03:38.397Z | Dec 30 06:03:38.392 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/dcb5f50b6cdb5a0f98922cc8c7b903ea1d5beb21e448d6b8ac0c63fc790066b5.tar` |
3546 | 2023-12-30T06:03:38.402Z | SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test |
3547 | 2023-12-30T06:03:38.487Z | PASS [ 0.048s] authz-macros tests::test_authz_dump |
3548 | 2023-12-30T06:03:38.487Z | PASS [ 0.042s] bootstore schemes::tests::hello_roundtrip |
3549 | 2023-12-30T06:03:38.487Z | PASS [ 0.035s] bootstore schemes::v0::share_pkg::tests::create_packages |
3550 | 2023-12-30T06:03:38.487Z | PASS [ 0.042s] bootstore trust_quorum::rack_secret::tests::create_and_verify |
3551 | 2023-12-30T06:03:38.487Z | PASS [ 0.035s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares |
3552 | 2023-12-30T06:03:38.498Z | PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_for_enums |
3553 | 2023-12-30T06:03:38.513Z | PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity |
3554 | 2023-12-30T06:03:38.513Z | PASS [ 0.034s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type |
3555 | 2023-12-30T06:03:38.520Z | PASS [ 0.033s] db-macros tests::test_derive_metadata_identity_fails_without_table_name |
3556 | 2023-12-30T06:03:38.526Z | PASS [ 0.027s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles |
3557 | 2023-12-30T06:03:38.534Z | PASS [ 0.108s] bootstore schemes::v0::peer::tests::network_config |
3558 | 2023-12-30T06:03:38.746Z | PASS [ 0.232s] dns-server storage::test::test_update_in_progress |
3559 | 2023-12-30T06:03:38.772Z | PASS [ 0.250s] dns-server storage::test::test_update_interrupted |
3560 | 2023-12-30T06:03:38.782Z | PASS [ 0.274s] dns-server storage::test::test_update_basic |
3561 | 2023-12-30T06:03:39.156Z | PASS [ 0.622s] dns-server::basic_test a_crud |
3562 | 2023-12-30T06:03:39.156Z | PASS [ 0.615s] dns-server::basic_test aaaa_crud |
3563 | 2023-12-30T06:03:39.184Z | PASS [ 0.415s] dns-server::basic_test multi_record_crud |
3564 | 2023-12-30T06:03:39.197Z | PASS [ 0.411s] dns-server::basic_test name_contains_zone |
3565 | 2023-12-30T06:03:39.197Z | PASS [ 0.448s] dns-server::basic_test empty_record |
3566 | 2023-12-30T06:03:39.402Z | PASS [ 0.204s] dns-server::openapi_test test_dns_server_openapi |
3567 | 2023-12-30T06:03:39.490Z | PASS [ 0.087s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules |
3568 | 2023-12-30T06:03:39.509Z | PASS [ 0.348s] dns-server::basic_test nxdomain |
3569 | 2023-12-30T06:03:39.533Z | PASS [ 0.039s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping |
3570 | 2023-12-30T06:03:39.562Z | PASS [ 0.060s] illumos-utils destructor::test::test_delayed_delete |
3571 | 2023-12-30T06:03:39.572Z | PASS [ 0.416s] dns-server::basic_test servfail |
3572 | 2023-12-30T06:03:39.590Z | PASS [ 0.032s] illumos-utils destructor::test::test_destructor_bad_close |
3573 | 2023-12-30T06:03:39.603Z | PASS [ 0.033s] illumos-utils link::test::test_allocate |
3574 | 2023-12-30T06:03:39.616Z | PASS [ 0.027s] illumos-utils link::test::test_allocate_within_scopes |
3575 | 2023-12-30T06:03:39.635Z | PASS [ 0.031s] illumos-utils running_zone::tests::test_is_oxide_smf_log_file |
3576 | 2023-12-30T06:03:39.647Z | PASS [ 0.030s] illumos-utils running_zone::tests::test_is_oxide_smf_service |
3577 | 2023-12-30T06:03:39.687Z | PASS [ 0.470s] dns-server::basic_test srv_crud |
3578 | 2023-12-30T06:03:39.691Z | PASS [ 1.239s] bootstore schemes::v0::peer::tests::basic_3_nodes |
3579 | 2023-12-30T06:03:39.691Z | PASS [ 0.032s] illumos-utils zone::tests::test_parse_ip_network |
3580 | 2023-12-30T06:03:39.691Z | PASS [ 0.033s] illumos-utils zpool::test::test_parse_bad_zpool_names |
3581 | 2023-12-30T06:03:39.691Z | PASS [ 0.032s] illumos-utils zpool::test::test_parse_external_zpool_name |
3582 | 2023-12-30T06:03:39.699Z | PASS [ 0.026s] illumos-utils zpool::test::test_parse_zpool |
3583 | 2023-12-30T06:03:39.699Z | PASS [ 0.033s] illumos-utils zpool::test::test_parse_internal_zpool_name |
3584 | 2023-12-30T06:03:39.708Z | PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column |
3585 | 2023-12-30T06:03:39.716Z | PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool_name_json |
3586 | 2023-12-30T06:03:39.722Z | PASS [ 0.031s] illumos-utils zpool::test::test_zpool_name_regex |
3587 | 2023-12-30T06:03:39.919Z | PASS [ 0.193s] installinator-common block_size_writer::tests::proptest_block_writer |
3588 | 2023-12-30T06:03:39.939Z | PASS [ 0.220s] installinator-artifactd::mod integration_tests::openapi::test_server_openapi |
3589 | 2023-12-30T06:03:39.953Z | PASS [ 0.036s] internal-dns config::test::display_hosts |
3590 | 2023-12-30T06:03:39.966Z | PASS [ 0.030s] internal-dns config::test::display_srv_service |
3591 | 2023-12-30T06:03:39.992Z | PASS [ 0.038s] internal-dns config::test::test_builder_errors |
3592 | 2023-12-30T06:03:40.014Z | PASS [ 0.046s] internal-dns config::test::test_builder_output |
3593 | 2023-12-30T06:03:40.422Z | PASS [ 0.892s] illumos-utils destructor::test::test_delayed_delete_with_error |
3594 | 2023-12-30T06:03:40.448Z | PASS [ 0.434s] internal-dns resolver::test::insert_and_lookup_one_record |
3595 | 2023-12-30T06:03:40.705Z | PASS [ 0.709s] internal-dns resolver::test::insert_and_lookup_multiple_records |
3596 | 2023-12-30T06:03:40.830Z | PASS [ 0.405s] internal-dns resolver::test::lookup_nonexistent_record_fails |
3597 | 2023-12-30T06:03:41.319Z | PASS [ 0.873s] internal-dns resolver::test::resolver_can_access_backup_dns_server |
3598 | 2023-12-30T06:03:41.450Z | PASS [ 0.748s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client |
3599 | 2023-12-30T06:03:41.486Z | PASS [ 0.037s] ipcc-key-value tests::deserialize_fixed_value |
3600 | 2023-12-30T06:03:41.535Z | PASS [ 0.049s] ipcc-key-value tests::installinator_image_id_round_trip |
3601 | 2023-12-30T06:03:41.554Z | PASS [ 0.729s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets |
3602 | 2023-12-30T06:03:41.579Z | PASS [ 0.045s] ipcc-key-value tests::serialized_size |
3603 | 2023-12-30T06:03:41.603Z | PASS [ 0.049s] key-manager tests::different_disks_produce_different_keys |
3604 | 2023-12-30T06:03:41.609Z | PASS [ 0.031s] key-manager tests::different_ikm_produces_different_keys |
3605 | 2023-12-30T06:03:41.632Z | PASS [ 0.030s] key-manager tests::disk_encryption_key_epoch_0 |
3606 | 2023-12-30T06:03:41.640Z | PASS [ 0.030s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch |
3607 | 2023-12-30T06:03:41.669Z | PASS [ 0.037s] nexus-db-model bytecount::test::test_bytecount_i64_conversions |
3608 | 2023-12-30T06:03:41.681Z | PASS [ 0.041s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count |
3609 | 2023-12-30T06:03:41.733Z | PASS [ 0.048s] nexus-db-model role_assignment::tests::test_role_assignment_from_database |
3610 | 2023-12-30T06:03:41.758Z | PASS [ 0.090s] nexus-db-model device_auth::test::test_generate_user_code |
3611 | 2023-12-30T06:03:41.765Z | PASS [ 0.036s] nexus-db-model semver_version::test::test_to_from_sortable_string |
3612 | 2023-12-30T06:03:41.787Z | PASS [ 0.468s] internal-dns resolver::test::update_record |
3613 | 2023-12-30T06:03:41.794Z | PASS [ 0.036s] nexus-db-model tests::test_ip_subnet_check_requestable_address |
3614 | 2023-12-30T06:03:41.800Z | PASS [ 0.036s] nexus-db-model tests::test_ipv6_net_random_subnet |
3615 | 2023-12-30T06:03:41.819Z | PASS [ 0.032s] nexus-db-model tests::test_roles_database_strings |
3616 | 2023-12-30T06:03:41.843Z | PASS [ 0.048s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr |
3617 | 2023-12-30T06:03:41.856Z | PASS [ 0.052s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_empty_headers |
3618 | 2023-12-30T06:03:41.893Z | PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_ignore_other_headers |
3619 | 2023-12-30T06:03:41.919Z | PASS [ 0.056s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_one_cookie |
3620 | 2023-12-30T06:03:41.919Z | PASS [ 0.046s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers |
3621 | 2023-12-30T06:03:41.939Z | PASS [ 0.053s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name |
3622 | 2023-12-30T06:03:41.961Z | PASS [ 0.047s] nexus-db-queries authn::external::cookies::test::test_parse_cookies_two_cookies |
3623 | 2023-12-30T06:03:41.995Z | PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_garbage_cookie |
3624 | 2023-12-30T06:03:42.013Z | PASS [ 0.103s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_absolute |
3625 | 2023-12-30T06:03:42.035Z | PASS [ 0.093s] nexus-db-queries authn::external::session_cookie::test::test_expired_cookie_idle |
3626 | 2023-12-30T06:03:42.043Z | PASS [ 0.049s] nexus-db-queries authn::external::session_cookie::test::test_get_token |
3627 | 2023-12-30T06:03:42.059Z | PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_get_token_no_header |
3628 | 2023-12-30T06:03:42.067Z | PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_get_token_other_cookie_present |
3629 | 2023-12-30T06:03:42.090Z | PASS [ 0.048s] nexus-db-queries authn::external::session_cookie::test::test_missing_cookie |
3630 | 2023-12-30T06:03:42.100Z | PASS [ 0.045s] nexus-db-queries authn::external::session_cookie::test::test_other_cookie |
3631 | 2023-12-30T06:03:42.118Z | PASS [ 0.046s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value |
3632 | 2023-12-30T06:03:42.133Z | PASS [ 0.041s] nexus-db-queries authn::external::session_cookie::test::test_session_cookie_value_error |
3633 | 2023-12-30T06:03:42.154Z | PASS [ 0.054s] nexus-db-queries authn::external::session_cookie::test::test_valid_cookie |
3634 | 2023-12-30T06:03:42.161Z | PASS [ 0.048s] nexus-db-queries authn::external::spoof::test::test_make_header_value |
3635 | 2023-12-30T06:03:42.171Z | PASS [ 0.041s] nexus-db-queries authn::external::spoof::test::test_make_header_value_raw |
3636 | 2023-12-30T06:03:42.199Z | PASS [ 0.044s] nexus-db-queries authn::external::spoof::test::test_spoof_header_bad_uuids |
3637 | 2023-12-30T06:03:42.206Z | PASS [ 0.045s] nexus-db-queries authn::external::spoof::test::test_spoof_header_missing |
3638 | 2023-12-30T06:03:42.215Z | PASS [ 0.043s] nexus-db-queries authn::external::spoof::test::test_spoof_header_valid |
3639 | 2023-12-30T06:03:42.244Z | PASS [ 0.046s] nexus-db-queries authn::external::spoof::test::test_spoof_reserved_values |
3640 | 2023-12-30T06:03:42.254Z | PASS [ 0.040s] nexus-db-queries authn::external::token::test::test_make_header_value |
3641 | 2023-12-30T06:03:42.263Z | PASS [ 0.055s] nexus-db-queries authn::external::test::test_authn_sequence |
3642 | 2023-12-30T06:03:42.284Z | PASS [ 0.041s] nexus-db-queries authn::external::token::test::test_token_header_bad_utf8 |
3643 | 2023-12-30T06:03:42.293Z | PASS [ 0.038s] nexus-db-queries authn::external::token::test::test_token_header_missing |
3644 | 2023-12-30T06:03:42.304Z | PASS [ 0.042s] nexus-db-queries authn::external::token::test::test_token_header_valid |
3645 | 2023-12-30T06:03:42.338Z | PASS [ 0.052s] nexus-db-queries authn::test::test_internal_users |
3646 | 2023-12-30T06:03:42.368Z | PASS [ 0.064s] nexus-db-queries authz::oso_generic::test::test_duplicate_polar_classes |
3647 | 2023-12-30T06:03:43.529Z | PASS [ 4.337s] dns-server::commands_test test_dnsadm |
3648 | 2023-12-30T06:03:50.164Z | PASS [ 7.865s] nexus-db-queries authz::context::test::test_unregistered_resource |
3649 | 2023-12-30T06:03:51.464Z | PASS [ 7.918s] nexus-db-queries context::test::test_background_context |
3650 | 2023-12-30T06:03:53.613Z | PASS [ 13.911s] installinator mock_peers::tests::proptest_fetch_artifact |
3651 | 2023-12-30T06:03:57.600Z | PASS [ 17.887s] installinator write::tests::proptest_write_artifact |
3652 | 2023-12-30T06:03:58.921Z | PASS [ 16.575s] nexus-db-queries authz::policy_test::test_conferred_roles |
3653 | 2023-12-30T06:04:00.471Z | PASS [ 10.286s] nexus-db-queries context::test::test_child_context |
3654 | 2023-12-30T06:04:02.083Z | PASS [ 8.470s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails |
3655 | 2023-12-30T06:04:02.204Z | PASS [ 10.755s] nexus-db-queries context::test::test_test_context |
3656 | 2023-12-30T06:04:06.408Z | PASS [ 8.811s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails |
3657 | 2023-12-30T06:04:06.881Z | PASS [ 7.966s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails |
3658 | 2023-12-30T06:04:08.806Z | PASS [ 8.359s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails |
3659 | 2023-12-30T06:04:10.737Z | PASS [ 8.534s] nexus-db-queries db::collection_attach::test::test_attach_once |
3660 | 2023-12-30T06:04:11.114Z | PASS [ 9.032s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times |
3661 | 2023-12-30T06:04:11.169Z | PASS [ 0.055s] nexus-db-queries db::collection_attach::test::test_verify_query |
3662 | 2023-12-30T06:04:14.560Z | PASS [ 8.151s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous |
3663 | 2023-12-30T06:04:14.891Z | PASS [ 8.011s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached |
3664 | 2023-12-30T06:04:16.825Z | PASS [ 8.020s] nexus-db-queries db::collection_attach::test::test_attach_with_filters |
3665 | 2023-12-30T06:04:18.912Z | PASS [ 8.174s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter |
3666 | 2023-12-30T06:04:19.663Z | PASS [ 8.494s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails |
3667 | 2023-12-30T06:04:22.660Z | PASS [ 8.099s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails |
3668 | 2023-12-30T06:04:22.739Z | PASS [ 0.055s] nexus-db-queries db::collection_detach::test::test_verify_query |
3669 | 2023-12-30T06:04:22.914Z | PASS [ 8.016s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails |
3670 | 2023-12-30T06:04:25.009Z | PASS [ 8.183s] nexus-db-queries db::collection_detach::test::test_detach_once |
3671 | 2023-12-30T06:04:26.721Z | PASS [ 7.781s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached |
3672 | 2023-12-30T06:04:27.546Z | PASS [ 7.885s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter |
3673 | 2023-12-30T06:04:29.110Z | PASS [ 46.742s] nexus-db-queries authz::policy_test::test_iam_roles_behavior |
3674 | 2023-12-30T06:04:29.715Z | PASS [ 7.004s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource |
3675 | 2023-12-30T06:04:29.792Z | PASS [ 6.885s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection |
3676 | 2023-12-30T06:04:31.055Z | PASS [ 6.046s] nexus-db-queries db::collection_detach_many::test::test_detach_many |
3677 | 2023-12-30T06:04:31.104Z | PASS [ 0.049s] nexus-db-queries db::collection_detach_many::test::test_verify_query |
3678 | 2023-12-30T06:04:32.327Z | PASS [ 5.633s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails |
3679 | 2023-12-30T06:04:33.099Z | PASS [ 5.551s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds |
3680 | 2023-12-30T06:04:33.143Z | PASS [ 0.047s] nexus-db-queries db::collection_insert::test::test_verify_query |
3681 | 2023-12-30T06:04:33.191Z | PASS [ 0.047s] nexus-db-queries db::column_walker::test::test_walk_columns |
3682 | 2023-12-30T06:04:33.240Z | PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_walk_table |
3683 | 2023-12-30T06:04:33.310Z | PASS [ 0.073s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_allows_valid_up_sql_collections |
3684 | 2023-12-30T06:04:33.357Z | PASS [ 0.046s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_collections |
3685 | 2023-12-30T06:04:33.409Z | PASS [ 0.051s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_invalid_up_sql_names |
3686 | 2023-12-30T06:04:33.454Z | PASS [ 0.047s] nexus-db-queries db::datastore::db_metadata::test::all_sql_for_version_migration_rejects_no_up_sql_files |
3687 | 2023-12-30T06:04:34.775Z | PASS [ 5.665s] nexus-db-queries db::collection_detach_many::test::test_detach_once |
3688 | 2023-12-30T06:04:35.510Z | PASS [ 5.794s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous |
3689 | 2023-12-30T06:04:35.638Z | PASS [ 5.845s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached |
3690 | 2023-12-30T06:04:35.695Z | PASS [ 0.058s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic |
3691 | 2023-12-30T06:04:36.385Z | PASS [ 5.281s] nexus-db-queries db::collection_insert::test::test_collection_not_present |
3692 | 2023-12-30T06:04:37.444Z | PASS [ 5.120s] nexus-db-queries db::collection_insert::test::test_collection_present |
3693 | 2023-12-30T06:04:38.451Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-learner run |
3694 | 2023-12-30T06:04:38.461Z | SLOW [> 60.000s] bootstore::v0-fsm-proptest-rack-coordinator run |
3695 | 2023-12-30T06:04:38.659Z | PASS [ 60.207s] bootstore::v0-fsm-proptest-learner run |
3696 | 2023-12-30T06:04:39.063Z | PASS [ 5.608s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward |
3697 | 2023-12-30T06:04:40.044Z | PASS [ 5.269s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version |
3698 | 2023-12-30T06:04:43.452Z | PASS [ 7.757s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness |
3699 | 2023-12-30T06:04:43.619Z | PASS [ 8.106s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent |
3700 | 2023-12-30T06:04:45.846Z | PASS [ 8.400s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic |
3701 | 2023-12-30T06:04:46.583Z | PASS [ 10.197s] nexus-db-queries db::datastore::dns::test::test_dns_update |
3702 | 2023-12-30T06:04:47.056Z | PASS [ 7.990s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized |
3703 | 2023-12-30T06:04:47.070Z | PASS [ 8.412s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex |
3704 | 2023-12-30T06:04:47.386Z | PASS [ 7.340s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found |
3705 | 2023-12-30T06:04:51.152Z | PASS [ 7.537s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools |
3706 | 2023-12-30T06:04:53.097Z | PASS [ 74.638s] bootstore::v0-fsm-proptest-rack-coordinator run |
3707 | 2023-12-30T06:04:53.897Z | PASS [ 8.049s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking |
3708 | 2023-12-30T06:04:53.911Z | PASS [ 10.458s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert |
3709 | 2023-12-30T06:04:54.444Z | PASS [ 7.863s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted |
3710 | 2023-12-30T06:04:55.000Z | PASS [ 7.947s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency |
3711 | 2023-12-30T06:04:55.100Z | PASS [ 8.026s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_delete_reupsert_new_sled |
3712 | 2023-12-30T06:04:55.266Z | PASS [ 7.880s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_disks |
3713 | 2023-12-30T06:04:58.648Z | PASS [ 7.496s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_different_uuid_idempotent |
3714 | 2023-12-30T06:05:00.734Z | PASS [ 7.638s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_reupsert_new_sled |
3715 | 2023-12-30T06:05:01.798Z | PASS [ 7.888s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets |
3716 | 2023-12-30T06:05:01.830Z | PASS [ 7.935s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_upsert_same_uuid_idempotent |
3717 | 2023-12-30T06:05:01.848Z | PASS [ 0.050s] nexus-db-queries db::datastore::region::test::test_extent_count |
3718 | 2023-12-30T06:05:03.182Z | PASS [ 8.737s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty |
3719 | 2023-12-30T06:05:03.212Z | PASS [ 8.212s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error |
3720 | 2023-12-30T06:05:03.421Z | PASS [ 8.325s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error |
3721 | 2023-12-30T06:05:03.992Z | PASS [ 8.726s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services |
3722 | 2023-12-30T06:05:06.727Z | PASS [ 8.079s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services |
3723 | 2023-12-30T06:05:08.036Z | PASS [ 7.304s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations |
3724 | 2023-12-30T06:05:09.410Z | PASS [ 7.563s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware |
3725 | 2023-12-30T06:05:10.158Z | PASS [ 8.329s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable |
3726 | 2023-12-30T06:05:11.169Z | PASS [ 7.957s] nexus-db-queries db::datastore::test::test_component_update_conflict |
3727 | 2023-12-30T06:05:11.261Z | PASS [ 8.079s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches |
3728 | 2023-12-30T06:05:11.300Z | PASS [ 7.878s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent |
3729 | 2023-12-30T06:05:11.394Z | PASS [ 7.403s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent |
3730 | 2023-12-30T06:05:14.367Z | PASS [ 7.637s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints |
3731 | 2023-12-30T06:05:14.741Z | PASS [ 5.331s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan |
3732 | 2023-12-30T06:05:15.096Z | PASS [ 7.059s] nexus-db-queries db::datastore::test::test_project_creation |
3733 | 2023-12-30T06:05:18.460Z | PASS [ 8.302s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent |
3734 | 2023-12-30T06:05:19.304Z | PASS [ 8.042s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools |
3735 | 2023-12-30T06:05:21.591Z | PASS [ 10.422s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent |
3736 | 2023-12-30T06:05:21.928Z | PASS [ 10.628s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails |
3737 | 2023-12-30T06:05:22.423Z | PASS [ 11.030s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random |
3738 | 2023-12-30T06:05:22.644Z | PASS [ 7.549s] nexus-db-queries db::datastore::test::test_service_upsert_and_list |
3739 | 2023-12-30T06:05:24.537Z | PASS [ 5.230s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation |
3740 | 2023-12-30T06:05:25.233Z | PASS [ 10.492s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails |
3741 | 2023-12-30T06:05:25.476Z | PASS [ 11.111s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds |
3742 | 2023-12-30T06:05:25.888Z | PASS [ 7.398s] nexus-db-queries db::datastore::test::test_session_methods |
3743 | 2023-12-30T06:05:28.984Z | PASS [ 7.369s] nexus-db-queries db::datastore::test::test_ssh_keys |
3744 | 2023-12-30T06:05:29.379Z | PASS [ 0.047s] nexus-db-queries db::fixed_data::role_builtin::test::test_fixed_role_data |
3745 | 2023-12-30T06:05:29.379Z | PASS [ 0.041s] nexus-db-queries db::fixed_data::silo_user::test::test_silo_user_ids_are_valid |
3746 | 2023-12-30T06:05:29.379Z | PASS [ 7.147s] nexus-db-queries db::datastore::test::test_system_update_conflict |
3747 | 2023-12-30T06:05:29.379Z | PASS [ 0.045s] nexus-db-queries db::fixed_data::test::test_builtin_fleet_id_is_valid |
3748 | 2023-12-30T06:05:29.379Z | PASS [ 0.044s] nexus-db-queries db::fixed_data::user_builtin::test::test_builtin_user_ids_are_valid |
3749 | 2023-12-30T06:05:29.526Z | PASS [ 7.102s] nexus-db-queries db::datastore::test::test_table_scan |
3750 | 2023-12-30T06:05:29.779Z | PASS [ 7.134s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources |
3751 | 2023-12-30T06:05:30.675Z | PASS [ 5.199s] nexus-db-queries db::explain::test::test_explain_async |
3752 | 2023-12-30T06:05:30.924Z | PASS [ 5.063s] nexus-db-queries db::explain::test::test_explain_full_table_scan |
3753 | 2023-12-30T06:05:31.433Z | PASS [ 0.055s] nexus-db-queries db::pagination::test::test_paginator |
3754 | 2023-12-30T06:05:32.244Z | PASS [ 7.710s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion |
3755 | 2023-12-30T06:05:32.881Z | PASS [ 7.645s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries |
3756 | 2023-12-30T06:05:34.987Z | PASS [ 5.868s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending |
3757 | 2023-12-30T06:05:35.508Z | PASS [ 5.981s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending |
3758 | 2023-12-30T06:05:35.585Z | PASS [ 5.806s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending |
3759 | 2023-12-30T06:05:36.222Z | PASS [ 7.102s] nexus-db-queries db::lookup::test::test_lookup |
3760 | 2023-12-30T06:05:36.547Z | PASS [ 5.873s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending |
3761 | 2023-12-30T06:05:39.038Z | PASS [ 8.062s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool |
3762 | 2023-12-30T06:05:39.706Z | PASS [ 7.462s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap |
3763 | 2023-12-30T06:05:40.854Z | PASS [ 7.978s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_is_idempotent |
3764 | 2023-12-30T06:05:42.743Z | PASS [ 7.755s] nexus-db-queries db::queries::external_ip::tests::test_explicit_external_ip_for_service_out_of_range |
3765 | 2023-12-30T06:05:43.662Z | PASS [ 8.154s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent |
3766 | 2023-12-30T06:05:43.669Z | PASS [ 8.086s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_for_service_is_idempotent_even_when_full |
3767 | 2023-12-30T06:05:43.715Z | PASS [ 0.042s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address |
3768 | 2023-12-30T06:05:43.749Z | PASS [ 7.555s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent |
3769 | 2023-12-30T06:05:44.007Z | PASS [ 7.457s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion |
3770 | 2023-12-30T06:05:46.981Z | PASS [ 7.942s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_for_service |
3771 | 2023-12-30T06:05:47.093Z | PASS [ 7.388s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools |
3772 | 2023-12-30T06:05:48.236Z | PASS [ 7.381s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok |
3773 | 2023-12-30T06:05:50.190Z | PASS [ 7.448s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range |
3774 | 2023-12-30T06:05:51.653Z | PASS [ 7.936s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds |
3775 | 2023-12-30T06:05:51.697Z | PASS [ 7.947s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails |
3776 | 2023-12-30T06:05:51.748Z | PASS [ 7.702s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails |
3777 | 2023-12-30T06:05:52.439Z | PASS [ 8.778s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion |
3778 | 2023-12-30T06:05:54.356Z | PASS [ 7.242s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac |
3779 | 2023-12-30T06:05:54.465Z | PASS [ 7.475s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip |
3780 | 2023-12-30T06:05:54.515Z | PASS [ 0.060s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset |
3781 | 2023-12-30T06:05:55.772Z | PASS [ 7.536s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails |
3782 | 2023-12-30T06:05:57.467Z | PASS [ 7.278s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails |
3783 | 2023-12-30T06:05:57.612Z | PASS [ 0.143s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count |
3784 | 2023-12-30T06:05:57.656Z | PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps |
3785 | 2023-12-30T06:05:57.704Z | PASS [ 0.049s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping |
3786 | 2023-12-30T06:05:57.748Z | PASS [ 0.044s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping |
3787 | 2023-12-30T06:05:57.791Z | PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping |
3788 | 2023-12-30T06:06:00.226Z | PASS [ 7.710s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails |
3789 | 2023-12-30T06:06:00.230Z | PASS [ 7.674s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails |
3790 | 2023-12-30T06:06:00.230Z | PASS [ 7.721s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails |
3791 | 2023-12-30T06:06:00.230Z | PASS [ 7.470s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation |
3792 | 2023-12-30T06:06:01.138Z | PASS [ 5.364s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query |
3793 | 2023-12-30T06:06:01.185Z | PASS [ 0.045s] nexus-defaults tests::test_random_vpc_ipv6_prefix |
3794 | 2023-12-30T06:06:01.253Z | PASS [ 0.072s] nexus-inventory builder::test::test_basic |
3795 | 2023-12-30T06:06:01.291Z | PASS [ 0.036s] nexus-inventory builder::test::test_empty |
3796 | 2023-12-30T06:06:01.352Z | PASS [ 0.062s] nexus-inventory builder::test::test_problems |
3797 | 2023-12-30T06:06:02.022Z | PASS [ 7.686s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails |
3798 | 2023-12-30T06:06:02.103Z | PASS [ 0.752s] nexus-inventory collector::test::test_basic |
3799 | 2023-12-30T06:06:02.300Z | PASS [ 7.785s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query |
3800 | 2023-12-30T06:06:02.333Z | PASS [ 0.033s] nexus-types external_api::shared::test::test_policy_parsing |
3801 | 2023-12-30T06:06:02.440Z | PASS [ 0.108s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid |
3802 | 2023-12-30T06:06:02.494Z | PASS [ 0.052s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist |
3803 | 2023-12-30T06:06:02.581Z | PASS [ 0.087s] omicron-certificates tests::test_cert_extended_key_usage |
3804 | 2023-12-30T06:06:02.656Z | PASS [ 0.072s] omicron-certificates tests::test_common_name_is_validated |
3805 | 2023-12-30T06:06:02.740Z | PASS [ 0.087s] omicron-certificates tests::test_subject_alternate_names_are_validated |
3806 | 2023-12-30T06:06:02.758Z | PASS [ 0.654s] nexus-inventory collector::test::test_multi_mgs_failure |
3807 | 2023-12-30T06:06:02.776Z | PASS [ 0.036s] omicron-common address::test::test_dns_subnets |
3808 | 2023-12-30T06:06:02.788Z | PASS [ 0.031s] omicron-common address::test::test_ip_range_checks_non_decreasing |
3809 | 2023-12-30T06:06:02.810Z | PASS [ 0.034s] omicron-common address::test::test_ip_range_enum_deserialization |
3810 | 2023-12-30T06:06:02.822Z | PASS [ 0.034s] omicron-common address::test::test_ip_range_iter |
3811 | 2023-12-30T06:06:02.842Z | PASS [ 0.032s] omicron-common address::test::test_ip_range_try_from |
3812 | 2023-12-30T06:06:02.854Z | PASS [ 0.033s] omicron-common address::test::test_ipv6_subnet_deserialize |
3813 | 2023-12-30T06:06:02.871Z | PASS [ 0.031s] omicron-common address::test::test_sled_address |
3814 | 2023-12-30T06:06:02.878Z | PASS [ 0.858s] nexus-inventory collector::test::test_multi_mgs |
3815 | 2023-12-30T06:06:02.885Z | PASS [ 0.032s] omicron-common api::external::error::test::test_bail_unless |
3816 | 2023-12-30T06:06:02.903Z | PASS [ 0.029s] omicron-common api::external::error::test::test_context |
3817 | 2023-12-30T06:06:02.911Z | PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_pagination_examples |
3818 | 2023-12-30T06:06:02.923Z | PASS [ 0.037s] omicron-common api::external::http_pagination::test::test_pagination_schemas |
3819 | 2023-12-30T06:06:02.932Z | PASS [ 5.140s] nexus-db-queries db::queries::vpc_subnet::test::test_filter_conflicting_vpc_subnet_ranges_query |
3820 | 2023-12-30T06:06:02.939Z | PASS [ 0.038s] omicron-common api::external::http_pagination::test::test_scan_by_id |
3821 | 2023-12-30T06:06:02.948Z | PASS [ 0.035s] omicron-common api::external::http_pagination::test::test_scan_by_name |
3822 | 2023-12-30T06:06:02.956Z | PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic |
3823 | 2023-12-30T06:06:02.982Z | PASS [ 0.031s] omicron-common api::external::test::test_bytecount |
3824 | 2023-12-30T06:06:02.988Z | PASS [ 0.031s] omicron-common api::external::test::test_bytecount_display |
3825 | 2023-12-30T06:06:02.998Z | PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id |
3826 | 2023-12-30T06:06:03.006Z | PASS [ 0.062s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name |
3827 | 2023-12-30T06:06:03.026Z | PASS [ 0.040s] omicron-common api::external::test::test_digest |
3828 | 2023-12-30T06:06:03.026Z | PASS [ 0.032s] omicron-common api::external::test::test_firewall_deserialization |
3829 | 2023-12-30T06:06:03.042Z | PASS [ 0.047s] omicron-common api::external::test::test_firewall_rule_host_filter_parse |
3830 | 2023-12-30T06:06:03.056Z | PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_from_str |
3831 | 2023-12-30T06:06:03.056Z | PASS [ 0.048s] omicron-common api::external::test::test_firewall_rule_target_parse |
3832 | 2023-12-30T06:06:03.061Z | PASS [ 0.035s] omicron-common api::external::test::test_ip_port_range_into_str |
3833 | 2023-12-30T06:06:03.066Z | PASS [ 0.027s] omicron-common api::external::test::test_ipnet_first_last_address |
3834 | 2023-12-30T06:06:03.077Z | PASS [ 0.029s] omicron-common api::external::test::test_ipnet_serde |
3835 | 2023-12-30T06:06:03.082Z | PASS [ 0.030s] omicron-common api::external::test::test_ipv4_net_operations |
3836 | 2023-12-30T06:06:03.090Z | PASS [ 0.029s] omicron-common api::external::test::test_ipv6_net_operations |
3837 | 2023-12-30T06:06:03.100Z | PASS [ 0.032s] omicron-common api::external::test::test_mac_system_iterator |
3838 | 2023-12-30T06:06:03.105Z | PASS [ 0.029s] omicron-common api::external::test::test_mac_to_int_conversions |
3839 | 2023-12-30T06:06:03.112Z | PASS [ 0.029s] omicron-common api::external::test::test_macaddr |
3840 | 2023-12-30T06:06:03.118Z | PASS [ 0.030s] omicron-common api::external::test::test_name_parse |
3841 | 2023-12-30T06:06:03.131Z | PASS [ 0.025s] omicron-common api::external::test::test_name_parse_from_param |
3842 | 2023-12-30T06:06:03.131Z | PASS [ 0.025s] omicron-common api::external::test::test_resource_name_parse |
3843 | 2023-12-30T06:06:03.143Z | PASS [ 0.030s] omicron-common api::external::test::test_role_name_parse |
3844 | 2023-12-30T06:06:03.152Z | PASS [ 0.033s] omicron-common api::external::test::test_route_destination_parse |
3845 | 2023-12-30T06:06:03.158Z | PASS [ 0.027s] omicron-common api::external::test::test_semver_serialize |
3846 | 2023-12-30T06:06:03.165Z | PASS [ 0.040s] omicron-common api::external::test::test_route_target_parse |
3847 | 2023-12-30T06:06:03.173Z | PASS [ 0.030s] omicron-common api::external::test::test_semver_validation |
3848 | 2023-12-30T06:06:03.185Z | PASS [ 0.027s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip |
3849 | 2023-12-30T06:06:03.203Z | PASS [ 0.037s] omicron-common ledger::test::test_create_default_ledger |
3850 | 2023-12-30T06:06:03.209Z | PASS [ 0.051s] omicron-common ledger::test::test_commit_handles_write_failures |
3851 | 2023-12-30T06:06:03.222Z | PASS [ 0.037s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage |
3852 | 2023-12-30T06:06:03.226Z | PASS [ 0.043s] omicron-common ledger::test::test_create_ledger_reads_from_storage |
3853 | 2023-12-30T06:06:03.239Z | PASS [ 0.037s] omicron-common nexus_config::test::test_bad_authn_schemes |
3854 | 2023-12-30T06:06:03.252Z | PASS [ 0.029s] omicron-common nexus_config::test::test_config_empty |
3855 | 2023-12-30T06:06:03.252Z | PASS [ 0.036s] omicron-common nexus_config::test::test_config_bad_toml |
3856 | 2023-12-30T06:06:03.258Z | PASS [ 0.036s] omicron-common nexus_config::test::test_config_nonexistent |
3857 | 2023-12-30T06:06:03.267Z | PASS [ 0.027s] omicron-common nexus_config::test::test_deployment_config_schema |
3858 | 2023-12-30T06:06:03.276Z | PASS [ 0.031s] omicron-common nexus_config::test::test_invalid_ipv4_prefix_tunable |
3859 | 2023-12-30T06:06:03.318Z | PASS [ 0.040s] omicron-common nexus_config::test::test_repo_configs_are_valid |
3860 | 2023-12-30T06:06:03.325Z | PASS [ 0.041s] omicron-common nexus_config::test::test_valid |
3861 | 2023-12-30T06:06:03.325Z | PASS [ 0.032s] omicron-common postgres_config::test::test_bad_url |
3862 | 2023-12-30T06:06:03.325Z | PASS [ 0.033s] omicron-common postgres_config::test::test_example_url |
3863 | 2023-12-30T06:06:03.329Z | PASS [ 0.027s] omicron-common update::tests::serde_artifact_kind |
3864 | 2023-12-30T06:06:03.899Z | PASS [ 0.165s] omicron-dev::test_omicron_dev test_omicron_dev_bad_cmd |
3865 | 2023-12-30T06:06:03.935Z | PASS [ 0.224s] omicron-dev::test_omicron_dev test_cert_create |
3866 | 2023-12-30T06:06:03.935Z | PASS [ 0.101s] omicron-dev::test_omicron_dev test_omicron_dev_db_populate_no_args |
3867 | 2023-12-30T06:06:03.935Z | PASS [ 0.099s] omicron-dev::test_omicron_dev test_omicron_dev_db_wipe_no_args |
3868 | 2023-12-30T06:06:03.935Z | PASS [ 0.074s] omicron-dev::test_omicron_dev test_omicron_dev_no_args |
3869 | 2023-12-30T06:06:03.935Z | PASS [ 0.042s] omicron-gateway management_switch::location_map::tests::test_config_validation |
3870 | 2023-12-30T06:06:03.935Z | PASS [ 0.037s] omicron-gateway management_switch::location_map::tests::test_resolve_location |
3871 | 2023-12-30T06:06:04.093Z | PASS [ 0.352s] omicron-gateway::test_all integration_tests::commands::test_mgs_openapi_sled |
3872 | 2023-12-30T06:06:04.404Z | PASS [ 0.310s] omicron-gateway::test_all integration_tests::component_list::component_list |
3873 | 2023-12-30T06:06:04.640Z | PASS [ 5.268s] nexus-db-queries db::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery |
3874 | 2023-12-30T06:06:04.703Z | PASS [ 5.345s] nexus-db-queries db::saga_recovery::test::test_failure_during_saga_can_be_recovered |
3875 | 2023-12-30T06:06:04.903Z | PASS [ 0.499s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations |
3876 | 2023-12-30T06:06:04.916Z | PASS [ 0.278s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication |
3877 | 2023-12-30T06:06:05.010Z | PASS [ 0.305s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach |
3878 | 2023-12-30T06:06:06.689Z | PASS [ 7.261s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples |
3879 | 2023-12-30T06:06:06.699Z | PASS [ 6.789s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples |
3880 | 2023-12-30T06:06:18.002Z | PASS [ 14.693s] omicron-dev::test_omicron_dev test_db_killed |
3881 | 2023-12-30T06:06:24.403Z | PASS [ 21.089s] omicron-dev::test_omicron_dev test_db_run |
3882 | 2023-12-30T06:06:30.063Z | PASS [ 26.440s] omicron-dev::test_omicron_dev test_run_all |
3883 | 2023-12-30T06:06:31.113Z | PASS [ 26.195s] omicron-nexus app::background::common::test::test_driver_basic |
3884 | 2023-12-30T06:06:31.600Z | PASS [ 24.902s] omicron-nexus app::background::dns_servers::test::test_basic |
3885 | 2023-12-30T06:06:31.620Z | PASS [ 26.608s] omicron-nexus app::background::dns_config::test::test_basic |
3886 | 2023-12-30T06:06:31.719Z | PASS [ 0.117s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic |
3887 | 2023-12-30T06:06:31.848Z | PASS [ 0.131s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty |
3888 | 2023-12-30T06:06:31.939Z | PASS [ 0.090s] omicron-nexus app::external_endpoints::test::test_no_endpoint |
3889 | 2023-12-30T06:06:32.006Z | PASS [ 0.068s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying |
3890 | 2023-12-30T06:06:32.255Z | PASS [ 25.566s] omicron-nexus app::background::dns_propagation::test::test_basic |
3891 | 2023-12-30T06:06:32.639Z | PASS [ 1.526s] omicron-nexus app::external_endpoints::test::test_authority |
3892 | 2023-12-30T06:06:33.239Z | PASS [ 28.336s] omicron-nexus app::background::common::test::test_activation_in_progress |
3893 | 2023-12-30T06:06:43.357Z | PASS [ 25.357s] omicron-nexus app::background::external_endpoints::test::test_basic |
3894 | 2023-12-30T06:06:43.395Z | PASS [ 11.778s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex |
3895 | 2023-12-30T06:06:49.602Z | PASS [ 25.199s] omicron-nexus app::background::init::test::test_dns_propagation_basic |
3896 | 2023-12-30T06:07:00.694Z | PASS [ 27.453s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds |
3897 | 2023-12-30T06:07:01.324Z | PASS [ 31.259s] omicron-nexus app::background::inventory_collection::test::test_basic |
3898 | 2023-12-30T06:07:02.370Z | PASS [ 29.730s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently |
3899 | 2023-12-30T06:07:05.871Z | PASS [ 33.864s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind |
3900 | 2023-12-30T06:07:07.507Z | PASS [ 35.253s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently |
3901 | 2023-12-30T06:07:11.841Z | PASS [ 28.445s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds |
3902 | 2023-12-30T06:07:12.408Z | PASS [ 29.052s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently |
3903 | 2023-12-30T06:07:35.610Z | PASS [ 33.235s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds |
3904 | 2023-12-30T06:07:38.711Z | PASS [ 37.388s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently |
3905 | 2023-12-30T06:07:41.008Z | PASS [ 35.138s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently |
3906 | 2023-12-30T06:07:43.877Z | PASS [ 34.983s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds |
3907 | 2023-12-30T06:07:47.148Z | PASS [ 34.741s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds |
3908 | 2023-12-30T06:07:49.602Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3909 | 2023-12-30T06:08:00.695Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3910 | 2023-12-30T06:08:11.841Z | SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
3911 | 2023-12-30T06:08:12.795Z | PASS [ 34.055s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently |
3912 | 2023-12-30T06:08:13.934Z | PASS [ 32.927s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind |
3913 | 2023-12-30T06:08:14.531Z | PASS [ 32.041s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds |
3914 | 2023-12-30T06:08:18.623Z | PASS [ 42.459s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind |
3915 | 2023-12-30T06:08:18.623Z | PASS [ 0.064s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request |
3916 | 2023-12-30T06:08:21.970Z | PASS [ 34.818s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind |
3917 | 2023-12-30T06:08:28.446Z | PASS [ 76.607s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind |
3918 | 2023-12-30T06:08:37.825Z | PASS [ 25.059s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds |
3919 | 2023-12-30T06:08:49.382Z | PASS [ 31.256s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds |
3920 | 2023-12-30T06:08:49.603Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3921 | 2023-12-30T06:08:55.168Z | PASS [ 33.201s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set |
3922 | 2023-12-30T06:09:00.006Z | PASS [ 22.155s] omicron-nexus app::sagas::test_saga::test_saga_stuck |
3923 | 2023-12-30T06:09:00.696Z | SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3924 | 2023-12-30T06:09:10.189Z | PASS [ 41.743s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset |
3925 | 2023-12-30T06:09:13.934Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3926 | 2023-12-30T06:09:14.532Z | SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
3927 | 2023-12-30T06:09:21.056Z | PASS [ 31.673s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind |
3928 | 2023-12-30T06:09:21.154Z | PASS [ 25.987s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds |
3929 | 2023-12-30T06:09:23.190Z | PASS [ 23.142s] omicron-nexus app::update::tests::test_populate_mock_system_updates |
3930 | 2023-12-30T06:09:34.700Z | PASS [ 24.512s] omicron-nexus app::update::tests::test_semver_max |
3931 | 2023-12-30T06:09:42.802Z | PASS [ 8.102s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input |
3932 | 2023-12-30T06:09:42.864Z | PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory |
3933 | 2023-12-30T06:09:42.928Z | PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent |
3934 | 2023-12-30T06:09:42.990Z | PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested |
3935 | 2023-12-30T06:09:43.056Z | PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink |
3936 | 2023-12-30T06:09:43.110Z | PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_finds_file |
3937 | 2023-12-30T06:09:43.168Z | PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink |
3938 | 2023-12-30T06:09:43.226Z | PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_relative_uri |
3939 | 2023-12-30T06:09:43.361Z | PASS [ 0.134s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy |
3940 | 2023-12-30T06:09:43.764Z | PASS [ 22.709s] omicron-nexus app::update::tests::test_system_updates |
3941 | 2023-12-30T06:09:44.287Z | PASS [ 23.132s] omicron-nexus app::update::tests::test_update_deployments |
3942 | 2023-12-30T06:09:45.912Z | PASS [ 22.792s] omicron-nexus app::update::tests::test_updateable_components |
3943 | 2023-12-30T06:09:49.640Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3944 | 2023-12-30T06:09:56.542Z | PASS [ 10.629s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie |
3945 | 2023-12-30T06:10:00.697Z | SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3946 | 2023-12-30T06:10:04.334Z | PASS [ 20.049s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range |
3947 | 2023-12-30T06:10:04.481Z | PASS [ 0.147s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured |
3948 | 2023-12-30T06:10:04.488Z | PASS [ 20.727s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud |
3949 | 2023-12-30T06:10:07.075Z | PASS [ 10.534s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed |
3950 | 2023-12-30T06:10:13.935Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3951 | 2023-12-30T06:10:14.533Z | SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
3952 | 2023-12-30T06:10:18.889Z | PASS [ 124.360s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry |
3953 | 2023-12-30T06:10:27.685Z | PASS [ 23.192s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv |
3954 | 2023-12-30T06:10:28.430Z | PASS [ 23.949s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys |
3955 | 2023-12-30T06:10:31.177Z | PASS [ 24.100s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv |
3956 | 2023-12-30T06:10:42.446Z | PASS [ 23.558s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv |
3957 | 2023-12-30T06:10:43.366Z | SLOW [> 60.000s] omicron-nexus populate::test::test_populators |
3958 | 2023-12-30T06:10:49.603Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3959 | 2023-12-30T06:10:51.053Z | PASS [ 22.623s] omicron-nexus::test_all integration_tests::basic::test_basic_failures |
3960 | 2023-12-30T06:10:52.220Z | PASS [ 24.538s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv |
3961 | 2023-12-30T06:10:53.977Z | PASS [ 22.803s] omicron-nexus::test_all integration_tests::basic::test_ping |
3962 | 2023-12-30T06:10:56.070Z | PASS [ 72.709s] omicron-nexus populate::test::test_populators |
3963 | 2023-12-30T06:11:00.698Z | SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3964 | 2023-12-30T06:11:13.935Z | SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3965 | 2023-12-30T06:11:15.172Z | PASS [ 32.725s] omicron-nexus::test_all integration_tests::basic::test_projects_basic |
3966 | 2023-12-30T06:11:15.224Z | PASS [ 23.005s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert |
3967 | 2023-12-30T06:11:17.257Z | PASS [ 23.280s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key |
3968 | 2023-12-30T06:11:19.644Z | PASS [ 23.575s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert |
3969 | 2023-12-30T06:11:28.292Z | PASS [ 37.239s] omicron-nexus::test_all integration_tests::basic::test_projects_list |
3970 | 2023-12-30T06:11:39.982Z | PASS [ 23.420s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name |
3971 | 2023-12-30T06:11:39.982Z | PASS [ 23.710s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key |
3972 | 2023-12-30T06:11:42.875Z | PASS [ 23.232s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation |
3973 | 2023-12-30T06:11:43.017Z | PASS [ 0.141s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args |
3974 | 2023-12-30T06:11:43.079Z | PASS [ 25.823s] omicron-nexus::test_all integration_tests::certificates::test_crud |
3975 | 2023-12-30T06:11:43.499Z | PASS [ 0.420s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi_internal |
3976 | 2023-12-30T06:11:43.914Z | PASS [ 0.898s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi |
3977 | 2023-12-30T06:11:45.058Z | PASS [ 6.123s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config |
3978 | 2023-12-30T06:11:45.169Z | PASS [ 6.577s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config |
3979 | 2023-12-30T06:11:49.603Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3980 | 2023-12-30T06:11:59.647Z | PASS [ 31.355s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates |
3981 | 2023-12-30T06:12:00.698Z | SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3982 | 2023-12-30T06:12:07.226Z | PASS [ 23.726s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir |
3983 | 2023-12-30T06:12:07.457Z | PASS [ 23.544s] omicron-nexus::test_all integration_tests::console_api::test_assets |
3984 | 2023-12-30T06:12:08.219Z | PASS [ 23.162s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri |
3985 | 2023-12-30T06:12:13.053Z | PASS [ 27.883s] omicron-nexus::test_all integration_tests::console_api::test_console_pages |
3986 | 2023-12-30T06:12:13.942Z | SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3987 | 2023-12-30T06:12:30.232Z | PASS [ 22.754s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple |
3988 | 2023-12-30T06:12:30.232Z | PASS [ 22.729s] omicron-nexus::test_all integration_tests::console_api::test_session_me |
3989 | 2023-12-30T06:12:30.475Z | PASS [ 30.828s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos |
3990 | 2023-12-30T06:12:31.874Z | PASS [ 23.655s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups |
3991 | 2023-12-30T06:12:42.577Z | PASS [ 29.525s] omicron-nexus::test_all integration_tests::console_api::test_sessions |
3992 | 2023-12-30T06:12:49.603Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
3993 | 2023-12-30T06:12:53.893Z | PASS [ 23.912s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages |
3994 | 2023-12-30T06:12:54.157Z | PASS [ 23.970s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow |
3995 | 2023-12-30T06:12:59.629Z | PASS [ 29.155s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets |
3996 | 2023-12-30T06:13:00.700Z | SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
3997 | 2023-12-30T06:13:13.584Z | PASS [ 31.008s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails |
3998 | 2023-12-30T06:13:13.936Z | SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
3999 | 2023-12-30T06:13:15.073Z | PASS [ 43.200s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete |
4000 | 2023-12-30T06:13:23.340Z | PASS [ 29.184s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started |
4001 | 2023-12-30T06:13:24.134Z | PASS [ 30.242s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing |
4002 | 2023-12-30T06:13:27.295Z | PASS [ 27.666s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected |
4003 | 2023-12-30T06:13:43.312Z | PASS [ 329.382s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry |
4004 | 2023-12-30T06:13:49.603Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4005 | 2023-12-30T06:13:50.811Z | PASS [ 26.663s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation |
4006 | 2023-12-30T06:13:56.362Z | PASS [ 42.779s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics |
4007 | 2023-12-30T06:13:57.266Z | PASS [ 29.972s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure |
4008 | 2023-12-30T06:14:00.698Z | SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4009 | 2023-12-30T06:14:07.371Z | PASS [ 52.298s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated |
4010 | 2023-12-30T06:14:08.001Z | PASS [ 24.688s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes |
4011 | 2023-12-30T06:14:15.130Z | PASS [ 24.335s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes |
4012 | 2023-12-30T06:14:15.463Z | PASS [ 52.124s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances |
4013 | 2023-12-30T06:14:20.953Z | PASS [ 24.592s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size |
4014 | 2023-12-30T06:14:21.301Z | PASS [ 24.033s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size |
4015 | 2023-12-30T06:14:38.437Z | PASS [ 31.066s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting |
4016 | 2023-12-30T06:14:40.905Z | PASS [ 25.775s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big |
4017 | 2023-12-30T06:14:46.460Z | PASS [ 30.996s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection |
4018 | 2023-12-30T06:14:49.604Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4019 | 2023-12-30T06:14:50.716Z | PASS [ 29.414s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools |
4020 | 2023-12-30T06:14:50.844Z | PASS [ 29.888s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete |
4021 | 2023-12-30T06:14:53.302Z | PASS [ 45.297s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment |
4022 | 2023-12-30T06:15:00.701Z | SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4023 | 2023-12-30T06:15:08.438Z | PASS [ 27.529s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent |
4024 | 2023-12-30T06:15:09.995Z | PASS [ 31.558s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename |
4025 | 2023-12-30T06:15:10.817Z | PASS [ 24.359s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access |
4026 | 2023-12-30T06:15:16.933Z | PASS [ 26.093s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create |
4027 | 2023-12-30T06:15:18.415Z | PASS [ 25.117s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool |
4028 | 2023-12-30T06:15:19.186Z | PASS [ 0.770s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance |
4029 | 2023-12-30T06:15:19.778Z | PASS [ 0.584s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure |
4030 | 2023-12-30T06:15:20.403Z | PASS [ 0.630s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled |
4031 | 2023-12-30T06:15:20.650Z | PASS [ 3.715s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress |
4032 | 2023-12-30T06:15:26.865Z | PASS [ 36.153s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attachment |
4033 | 2023-12-30T06:15:32.223Z | PASS [ 23.740s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use |
4034 | 2023-12-30T06:15:34.779Z | PASS [ 24.782s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use |
4035 | 2023-12-30T06:15:35.489Z | PASS [ 24.672s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete |
4036 | 2023-12-30T06:15:46.492Z | PASS [ 26.094s] omicron-nexus::test_all integration_tests::images::test_image_create |
4037 | 2023-12-30T06:15:47.456Z | PASS [ 26.807s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions |
4038 | 2023-12-30T06:15:49.603Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4039 | 2023-12-30T06:16:00.510Z | PASS [ 28.334s] omicron-nexus::test_all integration_tests::images::test_image_promotion |
4040 | 2023-12-30T06:16:00.607Z | PASS [ 33.741s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails |
4041 | 2023-12-30T06:16:00.704Z | SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4042 | 2023-12-30T06:16:01.680Z | PASS [ 26.177s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small |
4043 | 2023-12-30T06:16:01.950Z | PASS [ 27.172s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image |
4044 | 2023-12-30T06:16:09.471Z | PASS [ 8.960s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach |
4045 | 2023-12-30T06:16:10.720Z | PASS [ 10.109s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite |
4046 | 2023-12-30T06:16:11.816Z | PASS [ 24.361s] omicron-nexus::test_all integration_tests::images::test_silo_image_create |
4047 | 2023-12-30T06:16:12.412Z | PASS [ 10.748s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema |
4048 | 2023-12-30T06:16:13.721Z | PASS [ 27.228s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails |
4049 | 2023-12-30T06:16:14.506Z | PASS [ 12.558s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated |
4050 | 2023-12-30T06:16:35.037Z | PASS [ 25.569s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema |
4051 | 2023-12-30T06:16:38.186Z | PASS [ 588.593s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind |
4052 | 2023-12-30T06:16:45.433Z | PASS [ 33.617s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance |
4053 | 2023-12-30T06:16:49.192Z | PASS [ 588.506s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently |
4054 | 2023-12-30T06:16:49.768Z | PASS [ 36.048s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance |
4055 | 2023-12-30T06:16:58.620Z | PASS [ 44.115s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity |
4056 | 2023-12-30T06:16:59.437Z | PASS [ 24.392s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit |
4057 | 2023-12-30T06:17:01.444Z | PASS [ 49.022s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks |
4058 | 2023-12-30T06:17:04.895Z | PASS [ 54.181s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance |
4059 | 2023-12-30T06:17:15.025Z | PASS [ 25.258s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip |
4060 | 2023-12-30T06:17:22.465Z | PASS [ 33.276s] omicron-nexus::test_all integration_tests::instances::test_instance_access |
4061 | 2023-12-30T06:17:24.535Z | PASS [ 46.349s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity |
4062 | 2023-12-30T06:17:35.309Z | PASS [ 36.689s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips |
4063 | 2023-12-30T06:17:39.040Z | PASS [ 39.614s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks |
4064 | 2023-12-30T06:17:44.655Z | PASS [ 43.216s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo |
4065 | 2023-12-30T06:17:45.433Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4066 | 2023-12-30T06:17:46.284Z | PASS [ 41.389s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface |
4067 | 2023-12-30T06:17:54.640Z | PASS [ 39.616s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo |
4068 | 2023-12-30T06:18:04.315Z | PASS [ 41.850s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record |
4069 | 2023-12-30T06:18:14.965Z | PASS [ 50.430s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool |
4070 | 2023-12-30T06:18:19.838Z | PASS [ 94.407s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed |
4071 | 2023-12-30T06:18:20.318Z | PASS [ 45.007s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error |
4072 | 2023-12-30T06:18:25.962Z | PASS [ 39.679s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate |
4073 | 2023-12-30T06:18:26.293Z | PASS [ 41.644s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration |
4074 | 2023-12-30T06:18:33.679Z | PASS [ 54.638s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics |
4075 | 2023-12-30T06:18:37.269Z | PASS [ 42.629s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p |
4076 | 2023-12-30T06:18:40.983Z | PASS [ 36.665s] omicron-nexus::test_all integration_tests::instances::test_instance_serial |
4077 | 2023-12-30T06:18:47.584Z | PASS [ 27.268s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails |
4078 | 2023-12-30T06:18:54.136Z | PASS [ 27.841s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely |
4079 | 2023-12-30T06:18:58.280Z | PASS [ 43.316s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state |
4080 | 2023-12-30T06:19:05.402Z | PASS [ 39.440s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings |
4081 | 2023-12-30T06:19:05.494Z | PASS [ 45.642s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces |
4082 | 2023-12-30T06:19:05.509Z | PASS [ 24.528s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found |
4083 | 2023-12-30T06:19:06.453Z | PASS [ 32.775s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces |
4084 | 2023-12-30T06:19:09.083Z | PASS [ 31.814s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address |
4085 | 2023-12-30T06:19:27.138Z | PASS [ 33.003s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start |
4086 | 2023-12-30T06:19:27.930Z | PASS [ 22.497s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request |
4087 | 2023-12-30T06:19:29.597Z | PASS [ 24.117s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size |
4088 | 2023-12-30T06:19:30.028Z | PASS [ 24.521s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size |
4089 | 2023-12-30T06:19:30.952Z | PASS [ 24.499s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size |
4090 | 2023-12-30T06:19:34.019Z | PASS [ 46.428s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt |
4091 | 2023-12-30T06:19:34.394Z | PASS [ 25.312s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud |
4092 | 2023-12-30T06:19:36.517Z | PASS [ 38.228s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped |
4093 | 2023-12-30T06:19:52.364Z | PASS [ 24.465s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails |
4094 | 2023-12-30T06:19:53.332Z | PASS [ 23.735s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination |
4095 | 2023-12-30T06:19:54.761Z | PASS [ 24.733s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service |
4096 | 2023-12-30T06:19:54.927Z | PASS [ 23.975s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_with_silo |
4097 | 2023-12-30T06:20:00.907Z | PASS [ 26.513s] omicron-nexus::test_all integration_tests::loopback_address::test_anycast_loopback_address_basic_crud |
4098 | 2023-12-30T06:20:02.623Z | PASS [ 26.114s] omicron-nexus::test_all integration_tests::loopback_address::test_loopback_address_basic_crud |
4099 | 2023-12-30T06:20:07.490Z | PASS [ 40.354s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_usable_by_project |
4100 | 2023-12-30T06:20:09.481Z | PASS [ 35.471s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails |
4101 | 2023-12-30T06:20:18.006Z | PASS [ 23.245s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records |
4102 | 2023-12-30T06:20:26.493Z | PASS [ 31.567s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration |
4103 | 2023-12-30T06:20:35.017Z | PASS [ 27.527s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64 |
4104 | 2023-12-30T06:20:36.026Z | PASS [ 26.545s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple |
4105 | 2023-12-30T06:20:37.696Z | PASS [ 36.790s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write |
4106 | 2023-12-30T06:20:45.159Z | PASS [ 27.154s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk |
4107 | 2023-12-30T06:20:52.367Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4108 | 2023-12-30T06:20:53.333Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4109 | 2023-12-30T06:20:57.286Z | PASS [ 54.665s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk |
4110 | 2023-12-30T06:21:04.569Z | PASS [ 28.544s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset |
4111 | 2023-12-30T06:21:06.826Z | PASS [ 74.463s] omicron-nexus::test_all integration_tests::metrics::test_metrics |
4112 | 2023-12-30T06:21:20.571Z | PASS [ 54.050s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk |
4113 | 2023-12-30T06:21:28.657Z | PASS [ 53.641s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk |
4114 | 2023-12-30T06:21:29.311Z | PASS [ 44.151s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes |
4115 | 2023-12-30T06:21:31.798Z | PASS [ 54.099s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk |
4116 | 2023-12-30T06:21:33.319Z | PASS [ 26.494s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing |
4117 | 2023-12-30T06:21:33.535Z | PASS [ 36.249s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk |
4118 | 2023-12-30T06:21:43.422Z | PASS [ 38.852s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk |
4119 | 2023-12-30T06:21:49.853Z | PASS [ 116.523s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_collector_reregistration_gets_all_assignments |
4120 | 2023-12-30T06:21:56.953Z | PASS [ 25.159s] omicron-nexus::test_all integration_tests::projects::test_project_deletion |
4121 | 2023-12-30T06:21:59.452Z | PASS [ 25.917s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image |
4122 | 2023-12-30T06:22:03.497Z | PASS [ 30.174s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk |
4123 | 2023-12-30T06:22:13.454Z | PASS [ 30.028s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance |
4124 | 2023-12-30T06:22:16.293Z | PASS [ 55.745s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write |
4125 | 2023-12-30T06:22:23.405Z | PASS [ 26.451s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc |
4126 | 2023-12-30T06:22:24.941Z | PASS [ 35.089s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot |
4127 | 2023-12-30T06:22:25.030Z | PASS [ 25.578s] omicron-nexus::test_all integration_tests::projects::test_projects |
4128 | 2023-12-30T06:22:26.965Z | PASS [ 58.308s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot |
4129 | 2023-12-30T06:22:29.311Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4130 | 2023-12-30T06:22:36.847Z | PASS [ 23.396s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack |
4131 | 2023-12-30T06:22:39.540Z | PASS [ 23.253s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack |
4132 | 2023-12-30T06:22:44.720Z | PASS [ 75.412s] omicron-nexus::test_all integration_tests::password_login::test_local_users |
4133 | 2023-12-30T06:22:49.578Z | PASS [ 24.637s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized |
4134 | 2023-12-30T06:22:49.581Z | PASS [ 26.183s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization |
4135 | 2023-12-30T06:22:50.663Z | PASS [ 25.634s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet |
4136 | 2023-12-30T06:22:51.265Z | PASS [ 0.601s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure |
4137 | 2023-12-30T06:22:53.206Z | PASS [ 26.241s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project |
4138 | 2023-12-30T06:22:53.245Z | PASS [ 3.666s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress |
4139 | 2023-12-30T06:22:53.412Z | PASS [ 3.825s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance |
4140 | 2023-12-30T06:22:53.553Z | PASS [ 0.141s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed |
4141 | 2023-12-30T06:22:53.699Z | PASS [ 0.146s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response |
4142 | 2023-12-30T06:22:53.825Z | PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256 |
4143 | 2023-12-30T06:22:53.948Z | PASS [ 0.124s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes |
4144 | 2023-12-30T06:22:54.070Z | PASS [ 0.122s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name |
4145 | 2023-12-30T06:22:54.855Z | PASS [ 3.590s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled |
4146 | 2023-12-30T06:22:55.658Z | PASS [ 52.164s] omicron-nexus::test_all integration_tests::quotas::test_quotas |
4147 | 2023-12-30T06:22:56.795Z | PASS [ 3.590s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch |
4148 | 2023-12-30T06:22:58.349Z | PASS [ 21.476s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo |
4149 | 2023-12-30T06:23:01.136Z | PASS [ 21.596s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit |
4150 | 2023-12-30T06:23:08.381Z | PASS [ 23.662s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin |
4151 | 2023-12-30T06:23:18.348Z | PASS [ 24.275s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp |
4152 | 2023-12-30T06:23:19.602Z | PASS [ 24.748s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp |
4153 | 2023-12-30T06:23:19.715Z | PASS [ 24.059s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding |
4154 | 2023-12-30T06:23:19.732Z | PASS [ 0.130s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key |
4155 | 2023-12-30T06:23:19.787Z | PASS [ 0.072s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_with_xml_comment |
4156 | 2023-12-30T06:23:19.842Z | PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response |
4157 | 2023-12-30T06:23:21.089Z | PASS [ 24.291s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated |
4158 | 2023-12-30T06:23:21.281Z | PASS [ 28.038s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes |
4159 | 2023-12-30T06:23:23.177Z | PASS [ 24.858s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys |
4160 | 2023-12-30T06:23:25.066Z | PASS [ 23.927s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys |
4161 | 2023-12-30T06:23:34.072Z | PASS [ 25.692s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response |
4162 | 2023-12-30T06:23:35.057Z | PASS [ 11.879s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns |
4163 | 2023-12-30T06:23:36.339Z | PASS [ 11.275s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause |
4164 | 2023-12-30T06:23:42.299Z | PASS [ 23.955s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state |
4165 | 2023-12-30T06:23:42.309Z | PASS [ 22.523s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404 |
4166 | 2023-12-30T06:23:42.327Z | PASS [ 22.487s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid |
4167 | 2023-12-30T06:23:43.497Z | PASS [ 22.408s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair |
4168 | 2023-12-30T06:23:44.316Z | PASS [ 10.244s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment |
4169 | 2023-12-30T06:23:44.404Z | PASS [ 23.123s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok |
4170 | 2023-12-30T06:23:45.606Z | PASS [ 10.549s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint |
4171 | 2023-12-30T06:23:46.659Z | PASS [ 10.323s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order |
4172 | 2023-12-30T06:23:47.834Z | PASS [ 5.506s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus |
4173 | 2023-12-30T06:23:52.955Z | PASS [ 10.656s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause |
4174 | 2023-12-30T06:24:07.524Z | PASS [ 23.209s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version |
4175 | 2023-12-30T06:24:08.625Z | PASS [ 23.021s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id |
4176 | 2023-12-30T06:24:10.760Z | PASS [ 24.100s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users |
4177 | 2023-12-30T06:24:11.623Z | PASS [ 23.788s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id |
4178 | 2023-12-30T06:24:17.849Z | PASS [ 33.445s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up |
4179 | 2023-12-30T06:24:18.246Z | PASS [ 25.291s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp |
4180 | 2023-12-30T06:24:21.077Z | PASS [ 37.582s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot |
4181 | 2023-12-30T06:24:32.447Z | PASS [ 24.922s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group |
4182 | 2023-12-30T06:24:33.433Z | PASS [ 24.802s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints |
4183 | 2023-12-30T06:24:35.834Z | PASS [ 25.072s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers |
4184 | 2023-12-30T06:24:36.007Z | PASS [ 24.385s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints |
4185 | 2023-12-30T06:24:41.732Z | PASS [ 23.486s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid |
4186 | 2023-12-30T06:24:42.312Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4187 | 2023-12-30T06:24:44.737Z | PASS [ 23.662s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated |
4188 | 2023-12-30T06:24:45.185Z | PASS [ 27.336s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users |
4189 | 2023-12-30T06:24:46.466Z | PASS [ 64.155s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up |
4190 | 2023-12-30T06:24:57.944Z | PASS [ 25.496s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid |
4191 | 2023-12-30T06:24:59.187Z | PASS [ 25.759s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs |
4192 | 2023-12-30T06:25:01.523Z | PASS [ 25.688s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group |
4193 | 2023-12-30T06:25:06.980Z | PASS [ 25.239s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups |
4194 | 2023-12-30T06:25:09.086Z | PASS [ 24.347s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed |
4195 | 2023-12-30T06:25:09.658Z | PASS [ 24.473s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit |
4196 | 2023-12-30T06:25:11.468Z | PASS [ 25.004s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups |
4197 | 2023-12-30T06:25:11.647Z | PASS [ 35.636s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy |
4198 | 2023-12-30T06:25:23.480Z | PASS [ 24.293s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id |
4199 | 2023-12-30T06:25:23.715Z | PASS [ 25.769s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group |
4200 | 2023-12-30T06:25:32.240Z | PASS [ 30.723s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types |
4201 | 2023-12-30T06:25:35.251Z | PASS [ 26.168s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list |
4202 | 2023-12-30T06:25:35.321Z | PASS [ 23.854s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete |
4203 | 2023-12-30T06:25:39.263Z | PASS [ 32.293s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views |
4204 | 2023-12-30T06:25:41.612Z | PASS [ 31.954s] omicron-nexus::test_all integration_tests::silos::test_silos |
4205 | 2023-12-30T06:25:44.880Z | PASS [ 33.238s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list |
4206 | 2023-12-30T06:25:48.727Z | PASS [ 25.245s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list |
4207 | 2023-12-30T06:25:52.618Z | PASS [ 28.907s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space |
4208 | 2023-12-30T06:25:58.220Z | PASS [ 25.971s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent |
4209 | 2023-12-30T06:26:02.508Z | PASS [ 23.245s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent |
4210 | 2023-12-30T06:26:06.251Z | PASS [ 24.641s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot |
4211 | 2023-12-30T06:26:10.893Z | PASS [ 4.640s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress |
4212 | 2023-12-30T06:26:11.081Z | PASS [ 26.201s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot |
4213 | 2023-12-30T06:26:12.747Z | PASS [ 1.667s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure |
4214 | 2023-12-30T06:26:12.790Z | PASS [ 37.539s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot |
4215 | 2023-12-30T06:26:13.030Z | PASS [ 24.307s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot |
4216 | 2023-12-30T06:26:14.151Z | PASS [ 38.831s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent |
4217 | 2023-12-30T06:26:15.661Z | PASS [ 4.771s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance |
4218 | 2023-12-30T06:26:17.342Z | PASS [ 4.595s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled |
4219 | 2023-12-30T06:26:17.360Z | PASS [ 4.571s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch |
4220 | 2023-12-30T06:26:30.364Z | PASS [ 37.747s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic |
4221 | 2023-12-30T06:26:31.757Z | PASS [ 29.245s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance |
4222 | 2023-12-30T06:26:34.813Z | PASS [ 21.783s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys |
4223 | 2023-12-30T06:26:37.470Z | PASS [ 21.787s] omicron-nexus::test_all integration_tests::system_updates::test_get_update |
4224 | 2023-12-30T06:26:39.765Z | PASS [ 22.421s] omicron-nexus::test_all integration_tests::system_updates::test_list_components |
4225 | 2023-12-30T06:26:40.266Z | PASS [ 22.899s] omicron-nexus::test_all integration_tests::system_updates::test_list_update_components |
4226 | 2023-12-30T06:26:40.834Z | PASS [ 1.070s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage |
4227 | 2023-12-30T06:26:42.942Z | PASS [ 44.731s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind |
4228 | 2023-12-30T06:26:54.205Z | PASS [ 40.054s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation |
4229 | 2023-12-30T06:26:54.220Z | PASS [ 23.857s] omicron-nexus::test_all integration_tests::system_updates::test_list_updates |
4230 | 2023-12-30T06:26:55.738Z | PASS [ 23.986s] omicron-nexus::test_all integration_tests::system_updates::test_system_version |
4231 | 2023-12-30T06:26:58.904Z | PASS [ 24.092s] omicron-nexus::test_all integration_tests::system_updates::test_update_deployments |
4232 | 2023-12-30T06:27:03.789Z | PASS [ 23.528s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails |
4233 | 2023-12-30T06:27:06.199Z | PASS [ 23.257s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin |
4234 | 2023-12-30T06:27:06.570Z | PASS [ 25.735s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end |
4235 | 2023-12-30T06:27:26.689Z | PASS [ 32.469s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot |
4236 | 2023-12-30T06:27:29.039Z | PASS [ 34.834s] omicron-nexus::test_all integration_tests::utilization::test_utilization |
4237 | 2023-12-30T06:27:33.037Z | PASS [ 37.300s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete |
4238 | 2023-12-30T06:27:33.982Z | PASS [ 35.077s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1 |
4239 | 2023-12-30T06:27:37.453Z | SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4240 | 2023-12-30T06:27:40.523Z | PASS [ 36.735s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2 |
4241 | 2023-12-30T06:27:41.501Z | PASS [ 35.303s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3 |
4242 | 2023-12-30T06:27:41.982Z | PASS [ 35.414s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4 |
4243 | 2023-12-30T06:28:04.091Z | PASS [ 37.403s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5 |
4244 | 2023-12-30T06:28:04.740Z | PASS [ 24.216s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight |
4245 | 2023-12-30T06:28:06.408Z | PASS [ 37.366s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6 |
4246 | 2023-12-30T06:28:09.358Z | PASS [ 36.291s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk |
4247 | 2023-12-30T06:28:14.550Z | PASS [ 40.568s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly |
4248 | 2023-12-30T06:28:25.664Z | PASS [ 43.683s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2 |
4249 | 2023-12-30T06:28:25.908Z | PASS [ 44.407s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1 |
4250 | 2023-12-30T06:28:33.012Z | PASS [ 115.564s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized |
4251 | 2023-12-30T06:28:53.192Z | PASS [ 20.176s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout |
4252 | 2023-12-30T06:28:55.147Z | PASS [ 40.599s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly |
4253 | 2023-12-30T06:28:57.257Z | PASS [ 53.167s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first |
4254 | 2023-12-30T06:28:57.339Z | PASS [ 52.599s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first |
4255 | 2023-12-30T06:28:59.631Z | PASS [ 53.227s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order |
4256 | 2023-12-30T06:28:59.693Z | PASS [ 33.786s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk |
4257 | 2023-12-30T06:29:02.478Z | PASS [ 53.149s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots |
4258 | 2023-12-30T06:29:03.728Z | PASS [ 38.064s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk |
4259 | 2023-12-30T06:29:16.669Z | PASS [ 23.482s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only |
4260 | 2023-12-30T06:29:18.824Z | PASS [ 23.677s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen |
4261 | 2023-12-30T06:29:20.205Z | PASS [ 22.864s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen |
4262 | 2023-12-30T06:29:20.888Z | PASS [ 23.624s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing |
4263 | 2023-12-30T06:29:23.324Z | PASS [ 23.616s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent |
4264 | 2023-12-30T06:29:23.324Z | PASS [ 23.679s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen |
4265 | 2023-12-30T06:29:25.911Z | PASS [ 23.430s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume |
4266 | 2023-12-30T06:29:26.865Z | PASS [ 23.134s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base |
4267 | 2023-12-30T06:29:40.663Z | PASS [ 23.993s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent |
4268 | 2023-12-30T06:29:42.496Z | PASS [ 23.672s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted |
4269 | 2023-12-30T06:29:43.292Z | PASS [ 23.091s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume |
4270 | 2023-12-30T06:29:45.791Z | PASS [ 24.909s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga |
4271 | 2023-12-30T06:29:47.431Z | PASS [ 24.122s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume |
4272 | 2023-12-30T06:29:47.516Z | PASS [ 24.198s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume |
4273 | 2023-12-30T06:29:50.114Z | PASS [ 24.209s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice |
4274 | 2023-12-30T06:29:50.550Z | PASS [ 23.687s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume |
4275 | 2023-12-30T06:30:10.193Z | PASS [ 29.530s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall |
4276 | 2023-12-30T06:30:10.234Z | PASS [ 22.719s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_physical_disk_returns_not_found |
4277 | 2023-12-30T06:30:12.372Z | PASS [ 29.876s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers |
4278 | 2023-12-30T06:30:13.036Z | PASS [ 22.922s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_bad_sled_returns_not_found |
4279 | 2023-12-30T06:30:13.229Z | PASS [ 0.171s] omicron-package dot::test::test_bad_dependency |
4280 | 2023-12-30T06:30:13.257Z | PASS [ 0.050s] omicron-package dot::test::test_dot_output |
4281 | 2023-12-30T06:30:13.394Z | PASS [ 22.844s] omicron-nexus::test_all integration_tests::zpools::test_zpool_put_success |
4282 | 2023-12-30T06:30:13.421Z | PASS [ 0.029s] omicron-passwords test::test_password_constraints |
4283 | 2023-12-30T06:30:16.519Z | PASS [ 30.728s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets |
4284 | 2023-12-30T06:30:17.316Z | PASS [ 4.944s] omicron-omdb::test_all_output test_omdb_usage_errors |
4285 | 2023-12-30T06:30:17.376Z | PASS [ 0.061s] omicron-passwords test::test_stable |
4286 | 2023-12-30T06:30:17.395Z | PASS [ 3.973s] omicron-passwords test::test_reproducible |
4287 | 2023-12-30T06:30:17.403Z | PASS [ 0.028s] omicron-passwords test::test_weak_hashes |
4288 | 2023-12-30T06:30:17.424Z | PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path |
4289 | 2023-12-30T06:30:17.463Z | PASS [ 0.034s] omicron-rpaths internal::tests::test_emit_rpath |
4290 | 2023-12-30T06:30:17.478Z | PASS [ 0.073s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar |
4291 | 2023-12-30T06:30:17.688Z | PASS [ 0.230s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously |
4292 | 2023-12-30T06:30:17.806Z | PASS [ 0.118s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match |
4293 | 2023-12-30T06:30:18.001Z | PASS [ 0.195s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed |
4294 | 2023-12-30T06:30:18.120Z | PASS [ 0.115s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running |
4295 | 2023-12-30T06:30:18.178Z | PASS [ 0.699s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes |
4296 | 2023-12-30T06:30:18.249Z | PASS [ 0.072s] omicron-sled-agent bootstrap::early_networking::tests::serialized_early_network_config_v0_to_v1_conversion |
4297 | 2023-12-30T06:30:18.296Z | PASS [ 0.047s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips |
4298 | 2023-12-30T06:30:18.396Z | PASS [ 0.072s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization |
4299 | 2023-12-30T06:30:18.427Z | PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::parse_rack_initialization_weak_hash |
4300 | 2023-12-30T06:30:18.480Z | PASS [ 0.053s] omicron-sled-agent bootstrap::params::tests::serialize_start_sled_agent_v0_deserialize_v1 |
4301 | 2023-12-30T06:30:18.540Z | PASS [ 0.062s] omicron-sled-agent bootstrap::params::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools |
4302 | 2023-12-30T06:30:18.604Z | PASS [ 0.064s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization |
4303 | 2023-12-30T06:30:18.626Z | PASS [ 35.336s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails |
4304 | 2023-12-30T06:30:18.654Z | PASS [ 0.049s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema |
4305 | 2023-12-30T06:30:18.682Z | PASS [ 0.046s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition |
4306 | 2023-12-30T06:30:18.690Z | PASS [ 0.575s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk |
4307 | 2023-12-30T06:30:18.700Z | PASS [ 0.045s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition |
4308 | 2023-12-30T06:30:18.714Z | PASS [ 0.038s] omicron-sled-agent common::instance::test::migration_out_after_migration_in |
4309 | 2023-12-30T06:30:18.729Z | PASS [ 0.039s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action |
4310 | 2023-12-30T06:30:18.742Z | PASS [ 0.039s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance |
4311 | 2023-12-30T06:30:18.751Z | PASS [ 0.041s] omicron-sled-agent common::instance::test::test_migration_ids_already_set |
4312 | 2023-12-30T06:30:18.777Z | PASS [ 0.038s] omicron-sled-agent profile::tests::empty_profile |
4313 | 2023-12-30T06:30:18.785Z | PASS [ 0.056s] omicron-sled-agent config::test::test_smf_configs |
4314 | 2023-12-30T06:30:18.802Z | PASS [ 0.043s] omicron-sled-agent profile::tests::test_disabled_instance |
4315 | 2023-12-30T06:30:18.821Z | PASS [ 0.038s] omicron-sled-agent profile::tests::test_instance |
4316 | 2023-12-30T06:30:18.821Z | PASS [ 0.039s] omicron-sled-agent profile::tests::test_multiple |
4317 | 2023-12-30T06:30:18.833Z | PASS [ 0.040s] omicron-sled-agent profile::tests::test_property |
4318 | 2023-12-30T06:30:18.857Z | PASS [ 0.042s] omicron-sled-agent profile::tests::test_property_group |
4319 | 2023-12-30T06:30:18.872Z | PASS [ 0.040s] omicron-sled-agent profile::tests::test_service |
4320 | 2023-12-30T06:30:18.872Z | PASS [ 31.435s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs |
4321 | 2023-12-30T06:30:18.896Z | PASS [ 0.047s] omicron-sled-agent profile::tests::test_service_property_group |
4322 | 2023-12-30T06:30:18.906Z | PASS [ 0.040s] omicron-sled-agent rack_setup::config::test::test_subnets |
4323 | 2023-12-30T06:30:18.913Z | PASS [ 0.057s] omicron-sled-agent rack_setup::config::test::test_extra_certs |
4324 | 2023-12-30T06:30:18.930Z | PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion |
4325 | 2023-12-30T06:30:18.930Z | PASS [ 0.051s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics |
4326 | 2023-12-30T06:30:18.947Z | PASS [ 0.041s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips |
4327 | 2023-12-30T06:30:18.984Z | PASS [ 0.055s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v2_schema |
4328 | 2023-12-30T06:30:19.005Z | PASS [ 0.055s] omicron-sled-agent services::test::test_all_zones_requests_schema |
4329 | 2023-12-30T06:30:19.049Z | PASS [ 0.090s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema |
4330 | 2023-12-30T06:30:19.050Z | PASS [ 0.109s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs |
4331 | 2023-12-30T06:30:19.050Z | PASS [ 0.048s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes |
4332 | 2023-12-30T06:30:19.295Z | PASS [ 0.326s] omicron-sled-agent services::test::test_bad_generations |
4333 | 2023-12-30T06:30:19.311Z | PASS [ 0.290s] omicron-sled-agent services::test::test_ensure_service |
4334 | 2023-12-30T06:30:19.311Z | PASS [ 0.263s] omicron-sled-agent services::test::test_ensure_service_which_already_exists |
4335 | 2023-12-30T06:30:19.321Z | PASS [ 0.271s] omicron-sled-agent services::test::test_old_ledger_migration |
4336 | 2023-12-30T06:30:19.513Z | PASS [ 0.216s] omicron-sled-agent services::test::test_old_ledger_migration_bad |
4337 | 2023-12-30T06:30:19.568Z | PASS [ 0.056s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema |
4338 | 2023-12-30T06:30:19.586Z | PASS [ 0.266s] omicron-sled-agent services::test::test_services_do_not_persist_without_config |
4339 | 2023-12-30T06:30:19.622Z | PASS [ 0.054s] omicron-sled-agent services_migration::test::test_all_services_requests_schema |
4340 | 2023-12-30T06:30:19.673Z | PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy |
4341 | 2023-12-30T06:30:19.725Z | PASS [ 0.051s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault |
4342 | 2023-12-30T06:30:19.777Z | PASS [ 0.053s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states |
4343 | 2023-12-30T06:30:19.820Z | PASS [ 0.234s] omicron-sled-agent services_migration::test::test_convert_known_ledgers |
4344 | 2023-12-30T06:30:19.830Z | PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop |
4345 | 2023-12-30T06:30:19.873Z | PASS [ 0.052s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot |
4346 | 2023-12-30T06:30:19.883Z | PASS [ 0.054s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed |
4347 | 2023-12-30T06:30:19.930Z | PASS [ 0.046s] omicron-sled-agent updates::test::test_query_no_components |
4348 | 2023-12-30T06:30:19.986Z | PASS [ 0.052s] omicron-sled-agent updates::test::test_query_sled_agent_version |
4349 | 2023-12-30T06:30:20.042Z | PASS [ 0.059s] omicron-sled-agent updates::test::test_query_zone_version |
4350 | 2023-12-30T06:30:20.249Z | PASS [ 0.935s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot |
4351 | 2023-12-30T06:30:20.283Z | PASS [ 0.972s] omicron-sled-agent services::test::test_old_ledger_migration_continue |
4352 | 2023-12-30T06:30:20.303Z | PASS [ 0.046s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour |
4353 | 2023-12-30T06:30:20.311Z | PASS [ 0.260s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem |
4354 | 2023-12-30T06:30:20.356Z | PASS [ 0.054s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files |
4355 | 2023-12-30T06:30:21.189Z | PASS [ 0.896s] omicron-sled-agent zone_bundle::illumos_tests::test_context |
4356 | 2023-12-30T06:30:21.856Z | PASS [ 1.580s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup |
4357 | 2023-12-30T06:30:21.928Z | PASS [ 0.740s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context |
4358 | 2023-12-30T06:30:22.015Z | PASS [ 0.083s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota |
4359 | 2023-12-30T06:30:22.057Z | PASS [ 1.701s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter |
4360 | 2023-12-30T06:30:22.060Z | PASS [ 0.055s] omicron-sled-agent zone_bundle::tests::test_compare_bundles |
4361 | 2023-12-30T06:30:22.106Z | PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_priority_dimension |
4362 | 2023-12-30T06:30:22.121Z | PASS [ 0.065s] omicron-sled-agent zone_bundle::tests::test_disk_usage |
4363 | 2023-12-30T06:30:22.149Z | PASS [ 0.043s] omicron-sled-agent zone_bundle::tests::test_sort_zone_bundle_cause |
4364 | 2023-12-30T06:30:22.160Z | PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_storage_limit_bytes_available |
4365 | 2023-12-30T06:30:22.356Z | PASS [ 9.096s] omicron-passwords test::test_compatible |
4366 | 2023-12-30T06:30:22.897Z | PASS [ 0.735s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args |
4367 | 2023-12-30T06:30:23.024Z | PASS [ 1.167s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization |
4368 | 2023-12-30T06:30:23.243Z | PASS [ 3.372s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real |
4369 | 2023-12-30T06:30:23.259Z | PASS [ 1.103s] omicron-sled-agent::mod integration_tests::commands::test_bootstrap_agent_openapi_sled |
4370 | 2023-12-30T06:30:23.259Z | PASS [ 0.230s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize |
4371 | 2023-12-30T06:30:23.280Z | PASS [ 0.923s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_openapi_sled |
4372 | 2023-12-30T06:30:23.303Z | PASS [ 0.060s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path |
4373 | 2023-12-30T06:30:23.312Z | PASS [ 0.052s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready |
4374 | 2023-12-30T06:30:23.329Z | PASS [ 0.051s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port |
4375 | 2023-12-30T06:30:23.356Z | PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout |
4376 | 2023-12-30T06:30:23.397Z | PASS [ 0.094s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write |
4377 | 2023-12-30T06:30:23.591Z | PASS [ 0.695s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args |
4378 | 2023-12-30T06:30:23.705Z | PASS [ 0.374s] omicron-test-utils dev::db::test::test_bad_cmd |
4379 | 2023-12-30T06:30:23.756Z | PASS [ 0.053s] omicron-test-utils dev::db::test::test_make_pg_config_fail |
4380 | 2023-12-30T06:30:23.793Z | PASS [ 0.036s] omicron-test-utils dev::db::test::test_make_pg_config_ok |
4381 | 2023-12-30T06:30:23.839Z | PASS [ 0.044s] omicron-test-utils dev::db::test::test_process_exit_abnormal |
4382 | 2023-12-30T06:30:23.897Z | PASS [ 0.057s] omicron-test-utils dev::db::test::test_process_exit_normal |
4383 | 2023-12-30T06:30:24.052Z | PASS [ 0.416s] omicron-test-utils dev::db::test::test_database_start_hang |
4384 | 2023-12-30T06:30:24.240Z | PASS [ 0.882s] omicron-test-utils dev::db::test::test_cmd_fails |
4385 | 2023-12-30T06:30:24.295Z | PASS [ 1.043s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready |
4386 | 2023-12-30T06:30:24.338Z | PASS [ 0.042s] omicron-test-utils dev::db::test::test_starter_tmpdir |
4387 | 2023-12-30T06:30:24.391Z | PASS [ 0.052s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port |
4388 | 2023-12-30T06:30:24.456Z | PASS [ 0.045s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path |
4389 | 2023-12-30T06:30:24.503Z | PASS [ 0.066s] oximeter histogram::tests::test_bin_range |
4390 | 2023-12-30T06:30:24.543Z | PASS [ 0.038s] oximeter histogram::tests::test_bin_range_from |
4391 | 2023-12-30T06:30:24.585Z | PASS [ 0.037s] oximeter histogram::tests::test_bin_range_to |
4392 | 2023-12-30T06:30:24.631Z | PASS [ 0.055s] oximeter histogram::tests::test_empty_bins_not_supported |
4393 | 2023-12-30T06:30:24.684Z | PASS [ 0.048s] oximeter histogram::tests::test_ensure_finite |
4394 | 2023-12-30T06:30:24.743Z | PASS [ 0.064s] oximeter histogram::tests::test_histogram |
4395 | 2023-12-30T06:30:24.828Z | PASS [ 0.085s] oximeter histogram::tests::test_histogram_extreme_bins |
4396 | 2023-12-30T06:30:24.868Z | PASS [ 0.035s] oximeter histogram::tests::test_histogram_extreme_samples |
4397 | 2023-12-30T06:30:24.903Z | PASS [ 0.036s] oximeter histogram::tests::test_histogram_float_bins |
4398 | 2023-12-30T06:30:24.990Z | PASS [ 0.061s] oximeter histogram::tests::test_histogram_to_arrays |
4399 | 2023-12-30T06:30:25.029Z | PASS [ 0.065s] oximeter histogram::tests::test_histogram_unbounded_samples |
4400 | 2023-12-30T06:30:25.105Z | PASS [ 0.040s] oximeter histogram::tests::test_histogram_unsorted_bins |
4401 | 2023-12-30T06:30:25.120Z | PASS [ 0.041s] oximeter histogram::tests::test_histogram_with_bins |
4402 | 2023-12-30T06:30:25.158Z | PASS [ 0.046s] oximeter histogram::tests::test_histogram_with_non_partitioned_bins |
4403 | 2023-12-30T06:30:25.193Z | PASS [ 0.040s] oximeter histogram::tests::test_histogram_with_overlapping_bins |
4404 | 2023-12-30T06:30:25.275Z | PASS [ 0.066s] oximeter histogram::tests::test_log_linear_bins_all_representable |
4405 | 2023-12-30T06:30:25.299Z | PASS [ 0.038s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1 |
4406 | 2023-12-30T06:30:25.337Z | PASS [ 0.039s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2 |
4407 | 2023-12-30T06:30:25.374Z | PASS [ 0.037s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3 |
4408 | 2023-12-30T06:30:25.422Z | PASS [ 0.036s] oximeter histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4 |
4409 | 2023-12-30T06:30:25.466Z | PASS [ 0.047s] oximeter histogram::tests::test_log_linear_bins_integer_size_checks |
4410 | 2023-12-30T06:30:25.499Z | PASS [ 0.042s] oximeter histogram::tests::test_log_linear_bins_small_bin_count |
4411 | 2023-12-30T06:30:25.534Z | PASS [ 0.035s] oximeter histogram::tests::test_span_decades |
4412 | 2023-12-30T06:30:25.569Z | PASS [ 0.035s] oximeter histogram::tests::test_span_decades_other_counts_f64 |
4413 | 2023-12-30T06:30:25.617Z | PASS [ 0.037s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_ok |
4414 | 2023-12-30T06:30:25.650Z | PASS [ 0.042s] oximeter histogram::tests::test_span_decades_other_counts_u64_resolution_too_low |
4415 | 2023-12-30T06:30:25.700Z | PASS [ 0.040s] oximeter schema::tests::test_field_schema_ordering |
4416 | 2023-12-30T06:30:25.873Z | PASS [ 0.183s] oximeter schema::tests::test_schema_field_ordering_across_target_metric |
4417 | 2023-12-30T06:30:25.914Z | PASS [ 0.042s] oximeter schema::tests::test_timeseries_name |
4418 | 2023-12-30T06:30:25.970Z | PASS [ 0.057s] oximeter schema::tests::test_timeseries_name_from_str |
4419 | 2023-12-30T06:30:26.017Z | PASS [ 0.046s] oximeter schema::tests::test_timeseries_schema_from_parts |
4420 | 2023-12-30T06:30:26.056Z | PASS [ 0.041s] oximeter schema::tests::test_timeseries_schema_from_sample |
4421 | 2023-12-30T06:30:26.124Z | PASS [ 0.044s] oximeter test_util::tests::test_gen_test_samples |
4422 | 2023-12-30T06:30:26.205Z | PASS [ 0.076s] oximeter traits::tests::test_metric_trait |
4423 | 2023-12-30T06:30:26.237Z | PASS [ 0.056s] oximeter traits::tests::test_producer_trait |
4424 | 2023-12-30T06:30:26.293Z | PASS [ 0.046s] oximeter traits::tests::test_target_trait |
4425 | 2023-12-30T06:30:26.332Z | PASS [ 0.050s] oximeter types::tests::test_cumulative_f64 |
4426 | 2023-12-30T06:30:26.377Z | PASS [ 0.047s] oximeter types::tests::test_cumulative_i64 |
4427 | 2023-12-30T06:30:26.417Z | PASS [ 0.039s] oximeter types::tests::test_datum |
4428 | 2023-12-30T06:30:26.460Z | PASS [ 0.039s] oximeter types::tests::test_field_value_parse_as_type::case_01_as_string |
4429 | 2023-12-30T06:30:26.500Z | PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_02_as_i8 |
4430 | 2023-12-30T06:30:26.541Z | PASS [ 0.040s] oximeter types::tests::test_field_value_parse_as_type::case_03_as_u8 |
4431 | 2023-12-30T06:30:26.575Z | PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_04_as_i16 |
4432 | 2023-12-30T06:30:26.609Z | PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_type::case_05_as_u16 |
4433 | 2023-12-30T06:30:26.649Z | PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_type::case_06_as_i32 |
4434 | 2023-12-30T06:30:26.691Z | PASS [ 0.038s] oximeter types::tests::test_field_value_parse_as_type::case_07_as_u32 |
4435 | 2023-12-30T06:30:26.702Z | LEAK [ 2.803s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url |
4436 | 2023-12-30T06:30:26.725Z | PASS [ 0.042s] oximeter types::tests::test_field_value_parse_as_type::case_08_as_i64 |
4437 | 2023-12-30T06:30:26.743Z | PASS [ 0.044s] oximeter types::tests::test_field_value_parse_as_type::case_09_as_u64 |
4438 | 2023-12-30T06:30:26.761Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_10_as_uuid |
4439 | 2023-12-30T06:30:26.782Z | PASS [ 0.041s] oximeter types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr |
4440 | 2023-12-30T06:30:26.798Z | PASS [ 0.037s] oximeter types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr |
4441 | 2023-12-30T06:30:26.815Z | PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64 |
4442 | 2023-12-30T06:30:26.831Z | PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid |
4443 | 2023-12-30T06:30:26.850Z | PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool |
4444 | 2023-12-30T06:30:26.864Z | PASS [ 0.033s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr |
4445 | 2023-12-30T06:30:26.887Z | PASS [ 0.036s] oximeter types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid |
4446 | 2023-12-30T06:30:26.899Z | PASS [ 0.034s] oximeter types::tests::test_measurement |
4447 | 2023-12-30T06:30:26.921Z | PASS [ 0.035s] oximeter types::tests::test_sample_struct |
4448 | 2023-12-30T06:30:26.931Z | PASS [ 0.032s] oximeter types::tests::test_verify_field_names |
4449 | 2023-12-30T06:30:27.281Z | PASS [ 0.352s] oximeter-collector agent::tests::test_self_stat_collection_count |
4450 | 2023-12-30T06:30:27.285Z | PASS [ 0.351s] oximeter-collector agent::tests::test_self_stat_error_counter |
4451 | 2023-12-30T06:30:27.323Z | PASS [ 0.036s] oximeter-collector self_stats::tests::test_failure_reason_serialization |
4452 | 2023-12-30T06:30:27.400Z | PASS [ 0.078s] oximeter-collector self_stats::tests::test_no_schema_changes |
4453 | 2023-12-30T06:30:27.504Z | PASS [ 0.229s] oximeter-collector agent::tests::test_self_stat_unreachable_counter |
4454 | 2023-12-30T06:30:27.594Z | PASS [ 0.198s] oximeter-collector::test_commands test_oximeter_no_args |
4455 | 2023-12-30T06:30:27.641Z | PASS [ 0.139s] oximeter-collector::test_commands test_oximeter_openapi |
4456 | 2023-12-30T06:30:28.897Z | PASS [ 1.254s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node |
4457 | 2023-12-30T06:30:29.746Z | PASS [ 6.317s] omicron-test-utils dev::db::test::test_database_concurrent |
4458 | 2023-12-30T06:30:29.759Z | PASS [ 5.508s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir |
4459 | 2023-12-30T06:30:30.547Z | PASS [ 1.651s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node |
4460 | 2023-12-30T06:30:30.601Z | PASS [ 0.050s] oximeter-db client::tests::test_read_schema_upgrade_sql_files |
4461 | 2023-12-30T06:30:30.977Z | PASS [ 3.382s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated |
4462 | 2023-12-30T06:30:31.277Z | PASS [ 1.555s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails |
4463 | 2023-12-30T06:30:31.277Z | PASS [ 1.522s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails |
4464 | 2023-12-30T06:30:33.072Z | PASS [ 2.476s] oximeter-db client::tests::test_select_all_field_types |
4465 | 2023-12-30T06:30:33.115Z | PASS [ 0.039s] oximeter-db client::tests::test_unravel_index |
4466 | 2023-12-30T06:30:33.177Z | PASS [ 0.064s] oximeter-db client::tests::test_verify_schema_upgrades |
4467 | 2023-12-30T06:30:33.217Z | PASS [ 0.040s] oximeter-db model::tests::test_db_bool |
4468 | 2023-12-30T06:30:33.621Z | PASS [ 0.404s] oximeter-db model::tests::test_db_bool_bad |
4469 | 2023-12-30T06:30:33.660Z | PASS [ 0.040s] oximeter-db model::tests::test_db_datum_type_conversion |
4470 | 2023-12-30T06:30:33.705Z | PASS [ 0.044s] oximeter-db model::tests::test_db_field_list_conversion |
4471 | 2023-12-30T06:30:33.746Z | PASS [ 0.042s] oximeter-db model::tests::test_db_field_type_conversion |
4472 | 2023-12-30T06:30:33.787Z | PASS [ 0.041s] oximeter-db model::tests::test_db_histogram |
4473 | 2023-12-30T06:30:33.830Z | PASS [ 0.043s] oximeter-db model::tests::test_histogram_to_arrays |
4474 | 2023-12-30T06:30:34.115Z | PASS [ 0.285s] oximeter-db model::tests::test_parse_bad_cumulative_json_data |
4475 | 2023-12-30T06:30:34.155Z | PASS [ 0.040s] oximeter-db model::tests::test_parse_bytes_measurement |
4476 | 2023-12-30T06:30:34.204Z | PASS [ 0.048s] oximeter-db model::tests::test_parse_string_datum_requiring_escape |
4477 | 2023-12-30T06:30:34.213Z | PASS [ 2.936s] oximeter-db client::tests::test_sql_query_output |
4478 | 2023-12-30T06:30:34.242Z | PASS [ 0.040s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement |
4479 | 2023-12-30T06:30:34.252Z | PASS [ 0.041s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement |
4480 | 2023-12-30T06:30:34.280Z | PASS [ 0.037s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement |
4481 | 2023-12-30T06:30:34.290Z | PASS [ 0.037s] oximeter-db model::tests::test_unroll_from_source |
4482 | 2023-12-30T06:30:34.326Z | PASS [ 0.046s] oximeter-db model::tests::test_unroll_measurement_row |
4483 | 2023-12-30T06:30:34.334Z | PASS [ 0.044s] oximeter-db model::tests::test_unroll_missing_measurement_row |
4484 | 2023-12-30T06:30:34.371Z | PASS [ 0.036s] oximeter-db query::tests::test_field_cmp |
4485 | 2023-12-30T06:30:34.387Z | PASS [ 0.044s] oximeter-db query::tests::test_field_selector_as_query |
4486 | 2023-12-30T06:30:34.411Z | PASS [ 0.045s] oximeter-db query::tests::test_field_value_as_db_str |
4487 | 2023-12-30T06:30:34.446Z | PASS [ 0.063s] oximeter-db query::tests::test_select_query_builder_field_selectors |
4488 | 2023-12-30T06:30:34.494Z | PASS [ 0.051s] oximeter-db query::tests::test_select_query_builder_from_parts |
4489 | 2023-12-30T06:30:34.514Z | PASS [ 0.107s] oximeter-db query::tests::test_select_query_builder_filter_raw |
4490 | 2023-12-30T06:30:34.558Z | PASS [ 0.045s] oximeter-db query::tests::test_select_query_builder_limit_offset |
4491 | 2023-12-30T06:30:34.566Z | PASS [ 0.073s] oximeter-db query::tests::test_select_query_builder_full |
4492 | 2023-12-30T06:30:34.607Z | PASS [ 0.048s] oximeter-db query::tests::test_select_query_builder_no_fields |
4493 | 2023-12-30T06:30:34.616Z | PASS [ 0.049s] oximeter-db query::tests::test_select_query_builder_no_selectors |
4494 | 2023-12-30T06:30:34.656Z | PASS [ 0.038s] oximeter-db query::tests::test_time_range |
4495 | 2023-12-30T06:30:34.687Z | PASS [ 0.076s] oximeter-db query::tests::test_string_field_selector |
4496 | 2023-12-30T06:30:34.713Z | PASS [ 0.052s] oximeter-db sql::tests::test_allow_limit_offset |
4497 | 2023-12-30T06:30:34.738Z | PASS [ 0.054s] oximeter-db sql::tests::test_allow_subqueries |
4498 | 2023-12-30T06:30:34.768Z | PASS [ 24.574s] omicron-omdb::test_all_output test_omdb_env_settings |
4499 | 2023-12-30T06:30:34.777Z | PASS [ 0.072s] oximeter-db sql::tests::test_cannot_name_database |
4500 | 2023-12-30T06:30:34.796Z | PASS [ 0.058s] oximeter-db sql::tests::test_ctes_are_not_supported |
4501 | 2023-12-30T06:30:34.815Z | PASS [ 0.050s] oximeter-db sql::tests::test_function_allow_list |
4502 | 2023-12-30T06:30:34.841Z | PASS [ 0.045s] oximeter-db sql::tests::test_multiple_statements_are_not_supported |
4503 | 2023-12-30T06:30:34.873Z | PASS [ 0.057s] oximeter-db sql::tests::test_query_must_be_select_statement |
4504 | 2023-12-30T06:30:34.912Z | PASS [ 0.104s] oximeter-db sql::tests::test_join_must_be_inner |
4505 | 2023-12-30T06:30:34.916Z | PASS [ 0.048s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte |
4506 | 2023-12-30T06:30:34.927Z | PASS [ 0.046s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias |
4507 | 2023-12-30T06:30:34.943Z | PASS [ 0.046s] oximeter-db sql::tests::test_with_comma_join_fails |
4508 | 2023-12-30T06:30:34.943Z | PASS [ 0.063s] oximeter-db sql::tests::test_require_table_is_timeseries_name |
4509 | 2023-12-30T06:30:34.967Z | PASS [ 0.040s] oximeter-db tests::test_timeseries_key_field_stability |
4510 | 2023-12-30T06:30:34.975Z | PASS [ 0.040s] oximeter-db tests::test_timeseries_key_sample_stability |
4511 | 2023-12-30T06:30:34.984Z | PASS [ 0.041s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read |
4512 | 2023-12-30T06:30:35.019Z | PASS [ 0.043s] oximeter-instruments http::tests::test_normalize_uri_path |
4513 | 2023-12-30T06:30:35.028Z | PASS [ 0.061s] oximeter-instruments http::tests::test_latency_tracker |
4514 | 2023-12-30T06:30:35.136Z | PASS [ 0.107s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow |
4515 | 2023-12-30T06:30:35.136Z | PASS [ 0.098s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal |
4516 | 2023-12-30T06:30:35.150Z | PASS [ 0.160s] oximeter-instruments kstat::link::tests::test_kstat_sampler |
4517 | 2023-12-30T06:30:35.218Z | PASS [ 0.090s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration |
4518 | 2023-12-30T06:30:35.227Z | PASS [ 0.091s] oximeter-instruments kstat::link::tests::test_physical_datalink |
4519 | 2023-12-30T06:30:35.241Z | PASS [ 0.096s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone |
4520 | 2023-12-30T06:30:35.266Z | PASS [ 0.040s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field |
4521 | 2023-12-30T06:30:35.275Z | PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name |
4522 | 2023-12-30T06:30:35.297Z | PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields |
4523 | 2023-12-30T06:30:35.314Z | PASS [ 0.089s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed |
4524 | 2023-12-30T06:30:35.314Z | PASS [ 0.031s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated |
4525 | 2023-12-30T06:30:35.329Z | PASS [ 0.032s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field |
4526 | 2023-12-30T06:30:35.341Z | PASS [ 0.035s] oximeter-macro-impl tests::test_metric_annotated_field |
4527 | 2023-12-30T06:30:35.349Z | PASS [ 0.035s] oximeter-macro-impl tests::test_metric_datum_field |
4528 | 2023-12-30T06:30:35.362Z | PASS [ 0.031s] oximeter-macro-impl tests::test_metric_enum |
4529 | 2023-12-30T06:30:35.371Z | PASS [ 0.030s] oximeter-macro-impl tests::test_metric_without_datum_field |
4530 | 2023-12-30T06:30:35.379Z | PASS [ 0.030s] oximeter-macro-impl tests::test_target |
4531 | 2023-12-30T06:30:35.382Z | PASS [ 0.029s] oximeter-macro-impl tests::test_target_empty_struct |
4532 | 2023-12-30T06:30:35.399Z | PASS [ 0.028s] oximeter-macro-impl tests::test_target_enum |
4533 | 2023-12-30T06:30:35.411Z | PASS [ 0.031s] oximeter-macro-impl tests::test_target_unit_struct |
4534 | 2023-12-30T06:30:35.420Z | PASS [ 0.031s] oximeter-macro-impl tests::test_target_with_datum_field |
4535 | 2023-12-30T06:30:35.467Z | PASS [ 0.045s] sled-hardware disk::test::test_disk_paths |
4536 | 2023-12-30T06:30:35.492Z | PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format |
4537 | 2023-12-30T06:30:35.492Z | PASS [ 0.064s] sled-hardware disk::test::test_partition_device_paths |
4538 | 2023-12-30T06:30:35.500Z | PASS [ 0.056s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt |
4539 | 2023-12-30T06:30:35.516Z | PASS [ 0.041s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format |
4540 | 2023-12-30T06:30:35.534Z | PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt |
4541 | 2023-12-30T06:30:35.551Z | PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path |
4542 | 2023-12-30T06:30:35.563Z | PASS [ 0.043s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path |
4543 | 2023-12-30T06:30:35.595Z | PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format |
4544 | 2023-12-30T06:30:35.604Z | PASS [ 0.058s] sled-hardware underlay::tests::test_mac_to_bootstrap_ip |
4545 | 2023-12-30T06:30:35.713Z | PASS [ 0.133s] sled-storage manager::tests::add_u2_disk_while_not_in_normal_stage_and_ensure_it_gets_queued |
4546 | 2023-12-30T06:30:35.725Z | PASS [ 0.162s] sled-storage dataset::test::serialize_dataset_name |
4547 | 2023-12-30T06:30:37.335Z | PASS [ 1.729s] sled-storage manager::tests::delete_disk_triggers_notification |
4548 | 2023-12-30T06:30:37.648Z | PASS [ 1.938s] sled-storage manager::tests::ensure_u2_gets_added_to_resources |
4549 | 2023-12-30T06:30:37.708Z | PASS [ 21.191s] omicron-passwords test::test_smoke |
4550 | 2023-12-30T06:30:38.845Z | PASS [ 1.510s] sled-storage manager::tests::queued_disks_get_added_as_resources |
4551 | 2023-12-30T06:30:38.882Z | PASS [ 28.649s] omicron-omdb::test_all_output test_omdb_success_cases |
4552 | 2023-12-30T06:30:39.209Z | PASS [ 1.564s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error |
4553 | 2023-12-30T06:30:39.425Z | PASS [ 1.714s] sled-storage manager::tests::upsert_filesystem |
4554 | 2023-12-30T06:30:39.874Z | PASS [ 0.667s] tufaceous::integration-tests command_tests::test_init_and_add |
4555 | 2023-12-30T06:30:39.917Z | PASS [ 0.040s] tufaceous-lib archive::tests::test_validate_path |
4556 | 2023-12-30T06:30:39.959Z | PASS [ 0.044s] tufaceous-lib key::tests::test_from_str |
4557 | 2023-12-30T06:30:40.176Z | PASS [ 0.166s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename |
4558 | 2023-12-30T06:30:40.181Z | PASS [ 1.330s] sled-storage manager::tests::wait_for_bootdisk |
4559 | 2023-12-30T06:30:40.334Z | PASS [ 0.160s] update-engine display::group_display::tests::test_stats |
4560 | 2023-12-30T06:30:40.366Z | PASS [ 0.032s] update-engine display::line_display_shared::tests::test_format_progress_counter |
4561 | 2023-12-30T06:30:40.416Z | PASS [ 0.050s] update-engine engine::tests::error_exits_early |
4562 | 2023-12-30T06:30:40.461Z | PASS [ 0.045s] update-engine events::tests::progress_event_parse_unknown |
4563 | 2023-12-30T06:30:40.498Z | PASS [ 0.037s] update-engine events::tests::step_event_parse_unknown |
4564 | 2023-12-30T06:30:40.518Z | PASS [ 0.393s] update-engine buffer::tests::test_buffer |
4565 | 2023-12-30T06:30:40.554Z | PASS [ 0.036s] wicket state::inventory::tests::component_id_display |
4566 | 2023-12-30T06:30:40.565Z | PASS [ 0.069s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config |
4567 | 2023-12-30T06:30:40.827Z | PASS [ 1.943s] tufaceous::integration-tests command_tests::test_assemble_fake |
4568 | 2023-12-30T06:30:40.967Z | PASS [ 1.537s] tufaceous::manifest-tests check_manifest::fake.toml |
4569 | 2023-12-30T06:30:41.044Z | PASS [ 0.084s] wicketd installinator_progress::tests::test_states |
4570 | 2023-12-30T06:30:41.052Z | PASS [ 0.230s] wicketd artifacts::update_plan::tests::test_update_plan_from_artifacts |
4571 | 2023-12-30T06:30:41.113Z | PASS [ 17.104s] omicron-test-utils dev::db::test::test_setup_database_default_dir |
4572 | 2023-12-30T06:30:41.194Z | PASS [ 0.640s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like |
4573 | 2023-12-30T06:30:42.313Z | PASS [ 1.269s] wicketd::mod integration_tests::commands::test_wicketd_openapi |
4574 | 2023-12-30T06:30:42.509Z | PASS [ 1.462s] wicketd::mod integration_tests::inventory::test_inventory |
4575 | 2023-12-30T06:30:42.512Z | PASS [ 1.953s] wicketd artifacts::artifacts_with_plan::tests::test_extract_fake |
4576 | 2023-12-30T06:30:44.011Z | PASS [ 2.826s] wicketd::mod integration_tests::updates::test_update_races |
4577 | 2023-12-30T06:30:45.872Z | PASS [ 4.770s] wicketd::mod integration_tests::updates::test_installinator_fetch |
4578 | 2023-12-30T06:30:47.030Z | PASS [ 11.314s] sled-storage manager::tests::ensure_using_exactly_these_disks |
4579 | 2023-12-30T06:30:49.041Z | PASS [ 17.781s] oximeter-db client::tests::test_single_node |
4580 | 2023-12-30T06:30:49.492Z | PASS [ 18.519s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated |
4581 | 2023-12-30T06:30:49.614Z | PASS [ 7.309s] wicketd::mod integration_tests::updates::test_updates |
4582 | 2023-12-30T06:31:49.493Z | SLOW [> 60.000s] oximeter-db client::tests::test_replicated |
4583 | 2023-12-30T06:32:49.495Z | SLOW [>120.000s] oximeter-db client::tests::test_replicated |
4584 | 2023-12-30T06:33:49.496Z | SLOW [>180.000s] oximeter-db client::tests::test_replicated |
4585 | 2023-12-30T06:34:49.493Z | SLOW [>240.000s] oximeter-db client::tests::test_replicated |
4586 | 2023-12-30T06:35:49.524Z | SLOW [>300.000s] oximeter-db client::tests::test_replicated |
4587 | 2023-12-30T06:36:49.493Z | SLOW [>360.000s] oximeter-db client::tests::test_replicated |
4588 | 2023-12-30T06:37:49.494Z | SLOW [>420.000s] oximeter-db client::tests::test_replicated |
4589 | 2023-12-30T06:38:09.993Z | PASS [ 440.512s] oximeter-db client::tests::test_replicated |
4590 | 2023-12-30T06:38:09.996Z | ------------ |
4591 | 2023-12-30T06:38:09.996Z | Summary [2108.114s] 1001 tests run: 1001 passed (15 slow, 1 leaky), 3 skipped |
4592 | 2023-12-30T06:38:10.029Z | |
4593 | 2023-12-30T06:38:10.032Z | real 35:19.995815245 |
4594 | 2023-12-30T06:38:10.032Z | user 2:47:46.324174765 |
4595 | 2023-12-30T06:38:10.032Z | sys 40:17.734313041 |
4596 | 2023-12-30T06:38:10.032Z | trap 3:19.886845346 |
4597 | 2023-12-30T06:38:10.032Z | tflt 8.231925458 |
4598 | 2023-12-30T06:38:10.032Z | dflt 23.464531839 |
4599 | 2023-12-30T06:38:10.032Z | kflt 0.352314942 |
4600 | 2023-12-30T06:38:10.032Z | lock 760:39:50.151579456 |
4601 | 2023-12-30T06:38:10.033Z | slp 43:12:20.334380857 |
4602 | 2023-12-30T06:38:10.033Z | lat 2:59:35.298232579 |
4603 | 2023-12-30T06:38:10.033Z | stop 23:39.909702499 |
4604 | 2023-12-30T06:38:10.036Z | |
4605 | 2023-12-30T06:38:10.036Z | ##### #### #### ##### ###### #### ##### |
4606 | 2023-12-30T06:38:10.036Z | # # # # # # # # # # |
4607 | 2023-12-30T06:38:10.036Z | # # # # # # ##### #### # |
4608 | 2023-12-30T06:38:10.036Z | # # # # # # # # # |
4609 | 2023-12-30T06:38:10.036Z | # # # # # # # # # # # |
4610 | 2023-12-30T06:38:10.036Z | ##### #### #### # ###### #### # |
4611 | 2023-12-30T06:38:10.036Z | |
4612 | 2023-12-30T06:38:11.288Z | Fresh unicode-ident v1.0.12 |
4613 | 2023-12-30T06:38:11.292Z | Fresh cfg-if v1.0.0 |
4614 | 2023-12-30T06:38:11.292Z | Fresh autocfg v1.1.0 |
4615 | 2023-12-30T06:38:11.292Z | Fresh version_check v0.9.4 |
4616 | 2023-12-30T06:38:11.292Z | Fresh proc-macro2 v1.0.69 |
4617 | 2023-12-30T06:38:11.292Z | Fresh memchr v2.6.3 |
4618 | 2023-12-30T06:38:11.293Z | Fresh log v0.4.20 |
4619 | 2023-12-30T06:38:11.293Z | Fresh scopeguard v1.2.0 |
4620 | 2023-12-30T06:38:11.293Z | Fresh once_cell v1.19.0 |
4621 | 2023-12-30T06:38:11.293Z | Fresh quote v1.0.33 |
4622 | 2023-12-30T06:38:11.293Z | Fresh libc v0.2.151 |
4623 | 2023-12-30T06:38:11.293Z | Fresh smallvec v1.11.2 |
4624 | 2023-12-30T06:38:11.293Z | Fresh itoa v1.0.9 |
4625 | 2023-12-30T06:38:11.293Z | Fresh syn v2.0.32 |
4626 | 2023-12-30T06:38:11.293Z | Fresh getrandom v0.2.10 |
4627 | 2023-12-30T06:38:11.293Z | Fresh syn v1.0.109 |
4628 | 2023-12-30T06:38:11.293Z | Fresh byteorder v1.5.0 |
4629 | 2023-12-30T06:38:11.293Z | Fresh serde_derive v1.0.193 |
4630 | 2023-12-30T06:38:11.293Z | Fresh lock_api v0.4.10 |
4631 | 2023-12-30T06:38:11.293Z | Fresh parking_lot_core v0.9.8 |
4632 | 2023-12-30T06:38:11.293Z | Fresh libm v0.2.7 |
4633 | 2023-12-30T06:38:11.293Z | Fresh thiserror-impl v1.0.49 |
4634 | 2023-12-30T06:38:11.293Z | Fresh spin v0.5.2 |
4635 | 2023-12-30T06:38:11.293Z | Fresh cc v1.0.83 |
4636 | 2023-12-30T06:38:11.293Z | Fresh serde v1.0.193 |
4637 | 2023-12-30T06:38:11.293Z | Fresh parking_lot v0.12.1 |
4638 | 2023-12-30T06:38:11.293Z | Fresh num-traits v0.2.16 |
4639 | 2023-12-30T06:38:11.293Z | Fresh pin-project-lite v0.2.13 |
4640 | 2023-12-30T06:38:11.293Z | Fresh signal-hook-registry v1.4.1 |
4641 | 2023-12-30T06:38:11.293Z | Fresh rand_core v0.6.4 |
4642 | 2023-12-30T06:38:11.294Z | Fresh mio v0.8.9 |
4643 | 2023-12-30T06:38:11.294Z | Fresh bytes v1.5.0 |
4644 | 2023-12-30T06:38:11.294Z | Fresh thiserror v1.0.49 |
4645 | 2023-12-30T06:38:11.294Z | Fresh bitflags v2.4.0 |
4646 | 2023-12-30T06:38:11.294Z | Fresh ryu v1.0.15 |
4647 | 2023-12-30T06:38:11.294Z | Fresh num_cpus v1.16.0 |
4648 | 2023-12-30T06:38:11.294Z | Fresh zeroize_derive v1.4.2 |
4649 | 2023-12-30T06:38:11.294Z | Fresh heck v0.4.1 |
4650 | 2023-12-30T06:38:11.294Z | Fresh zeroize v1.7.0 |
4651 | 2023-12-30T06:38:11.294Z | Fresh fnv v1.0.7 |
4652 | 2023-12-30T06:38:11.294Z | Fresh tokio-macros v2.2.0 |
4653 | 2023-12-30T06:38:11.294Z | Fresh socket2 v0.5.5 |
4654 | 2023-12-30T06:38:11.294Z | Fresh futures-sink v0.3.29 |
4655 | 2023-12-30T06:38:11.294Z | Fresh futures-core v0.3.29 |
4656 | 2023-12-30T06:38:11.294Z | Fresh serde_json v1.0.108 |
4657 | 2023-12-30T06:38:11.294Z | Fresh tokio v1.35.0 |
4658 | 2023-12-30T06:38:11.294Z | Fresh lazy_static v1.4.0 |
4659 | 2023-12-30T06:38:11.294Z | Fresh errno v0.3.2 |
4660 | 2023-12-30T06:38:11.294Z | Fresh regex-syntax v0.8.2 |
4661 | 2023-12-30T06:38:11.299Z | Fresh pin-utils v0.1.0 |
4662 | 2023-12-30T06:38:11.299Z | Fresh equivalent v1.0.1 |
4663 | 2023-12-30T06:38:11.299Z | Fresh hashbrown v0.14.2 |
4664 | 2023-12-30T06:38:11.300Z | Fresh indexmap v2.1.0 |
4665 | 2023-12-30T06:38:11.300Z | Fresh futures-channel v0.3.29 |
4666 | 2023-12-30T06:38:11.300Z | Fresh slab v0.4.9 |
4667 | 2023-12-30T06:38:11.300Z | Fresh futures-macro v0.3.29 |
4668 | 2023-12-30T06:38:11.300Z | Fresh aho-corasick v1.0.4 |
4669 | 2023-12-30T06:38:11.300Z | Fresh futures-task v0.3.29 |
4670 | 2023-12-30T06:38:11.300Z | Fresh futures-io v0.3.29 |
4671 | 2023-12-30T06:38:11.301Z | Fresh regex-automata v0.4.3 |
4672 | 2023-12-30T06:38:11.301Z | Fresh typenum v1.16.0 |
4673 | 2023-12-30T06:38:11.301Z | Fresh iana-time-zone v0.1.57 |
4674 | 2023-12-30T06:38:11.301Z | Fresh subtle v2.5.0 |
4675 | 2023-12-30T06:38:11.301Z | Fresh pkg-config v0.3.27 |
4676 | 2023-12-30T06:38:11.301Z | Fresh futures-util v0.3.29 |
4677 | 2023-12-30T06:38:11.301Z | Fresh regex v1.10.2 |
4678 | 2023-12-30T06:38:11.301Z | Fresh chrono v0.4.31 |
4679 | 2023-12-30T06:38:11.301Z | Fresh uuid v1.6.1 |
4680 | 2023-12-30T06:38:11.301Z | Fresh tinyvec_macros v0.1.1 |
4681 | 2023-12-30T06:38:11.301Z | Fresh spin v0.9.8 |
4682 | 2023-12-30T06:38:11.301Z | Fresh generic-array v0.14.7 |
4683 | 2023-12-30T06:38:11.301Z | Fresh tinyvec v1.6.0 |
4684 | 2023-12-30T06:38:11.301Z | Fresh tracing-attributes v0.1.26 |
4685 | 2023-12-30T06:38:11.301Z | Fresh tracing-core v0.1.31 |
4686 | 2023-12-30T06:38:11.301Z | Fresh bitflags v1.3.2 |
4687 | 2023-12-30T06:38:11.301Z | Fresh const-oid v0.9.5 |
4688 | 2023-12-30T06:38:11.301Z | Fresh rustix v0.38.25 |
4689 | 2023-12-30T06:38:11.301Z | Fresh crypto-common v0.1.6 |
4690 | 2023-12-30T06:38:11.301Z | Fresh tracing v0.1.37 |
4691 | 2023-12-30T06:38:11.301Z | Fresh unicode-normalization v0.1.22 |
4692 | 2023-12-30T06:38:11.301Z | Fresh base64 v0.21.5 |
4693 | 2023-12-30T06:38:11.302Z | Fresh http v0.2.11 |
4694 | 2023-12-30T06:38:11.302Z | Fresh unicode-bidi v0.3.13 |
4695 | 2023-12-30T06:38:11.302Z | Fresh semver v1.0.20 |
4696 | 2023-12-30T06:38:11.302Z | Fresh serde_derive_internals v0.26.0 |
4697 | 2023-12-30T06:38:11.302Z | Fresh dyn-clone v1.0.13 |
4698 | 2023-12-30T06:38:11.302Z | Fresh percent-encoding v2.3.1 |
4699 | 2023-12-30T06:38:11.302Z | Fresh unicode-width v0.1.11 |
4700 | 2023-12-30T06:38:11.302Z | Fresh ppv-lite86 v0.2.17 |
4701 | 2023-12-30T06:38:11.302Z | Fresh schemars_derive v0.8.16 |
4702 | 2023-12-30T06:38:11.302Z | Fresh form_urlencoded v1.2.1 |
4703 | 2023-12-30T06:38:11.302Z | Fresh rand_chacha v0.3.1 |
4704 | 2023-12-30T06:38:11.302Z | Fresh block-buffer v0.10.4 |
4705 | 2023-12-30T06:38:11.302Z | Fresh zerocopy-derive v0.7.31 |
4706 | 2023-12-30T06:38:11.302Z | Fresh vcpkg v0.2.15 |
4707 | 2023-12-30T06:38:11.302Z | Fresh schemars v0.8.16 |
4708 | 2023-12-30T06:38:11.302Z | Fresh rand v0.8.5 |
4709 | 2023-12-30T06:38:11.302Z | Fresh hashbrown v0.12.3 |
4710 | 2023-12-30T06:38:11.302Z | Fresh either v1.9.0 |
4711 | 2023-12-30T06:38:11.302Z | Fresh zerocopy v0.7.31 |
4712 | 2023-12-30T06:38:11.302Z | Fresh digest v0.10.7 |
4713 | 2023-12-30T06:38:11.302Z | Fresh indexmap v1.9.3 |
4714 | 2023-12-30T06:38:11.302Z | Fresh idna v0.5.0 |
4715 | 2023-12-30T06:38:11.302Z | Fresh ucd-trie v0.1.6 |
4716 | 2023-12-30T06:38:11.302Z | Fresh tokio-util v0.7.10 |
4717 | 2023-12-30T06:38:11.302Z | Fresh toml_datetime v0.6.5 |
4718 | 2023-12-30T06:38:11.303Z | Fresh httparse v1.8.0 |
4719 | 2023-12-30T06:38:11.303Z | Fresh pest v2.7.2 |
4720 | 2023-12-30T06:38:11.303Z | Fresh url v2.5.0 |
4721 | 2023-12-30T06:38:11.303Z | Fresh serde_spanned v0.6.4 |
4722 | 2023-12-30T06:38:11.303Z | Fresh socket2 v0.4.9 |
4723 | 2023-12-30T06:38:11.303Z | Fresh adler v1.0.2 |
4724 | 2023-12-30T06:38:11.303Z | Fresh winnow v0.5.15 |
4725 | 2023-12-30T06:38:11.303Z | Fresh ahash v0.8.6 |
4726 | 2023-12-30T06:38:11.303Z | Fresh strsim v0.10.0 |
4727 | 2023-12-30T06:38:11.304Z | Fresh httpdate v1.0.3 |
4728 | 2023-12-30T06:38:11.304Z | Fresh miniz_oxide v0.7.1 |
4729 | 2023-12-30T06:38:11.304Z | Fresh untrusted v0.7.1 |
4730 | 2023-12-30T06:38:11.304Z | Fresh try-lock v0.2.4 |
4731 | 2023-12-30T06:38:11.304Z | Fresh h2 v0.3.21 |
4732 | 2023-12-30T06:38:11.304Z | Fresh http-body v0.4.5 |
4733 | 2023-12-30T06:38:11.304Z | Fresh openssl-probe v0.1.5 |
4734 | 2023-12-30T06:38:11.304Z | Fresh cpufeatures v0.2.9 |
4735 | 2023-12-30T06:38:11.304Z | Fresh want v0.3.1 |
4736 | 2023-12-30T06:38:11.304Z | Fresh ring v0.16.20 |
4737 | 2023-12-30T06:38:11.304Z | Fresh foreign-types-shared v0.1.1 |
4738 | 2023-12-30T06:38:11.304Z | Fresh tower-service v0.3.2 |
4739 | 2023-12-30T06:38:11.304Z | Fresh untrusted v0.9.0 |
4740 | 2023-12-30T06:38:11.304Z | Fresh async-trait v0.1.74 |
4741 | 2023-12-30T06:38:11.304Z | Fresh hashbrown v0.13.2 |
4742 | 2023-12-30T06:38:11.304Z | Fresh hyper v0.14.27 |
4743 | 2023-12-30T06:38:11.304Z | Fresh ring v0.17.7 |
4744 | 2023-12-30T06:38:11.304Z | Fresh foreign-types v0.3.2 |
4745 | 2023-12-30T06:38:11.304Z | Fresh openssl-sys v0.9.96 |
4746 | 2023-12-30T06:38:11.304Z | Fresh openssl-macros v0.1.1 |
4747 | 2023-12-30T06:38:11.304Z | Fresh mime v0.3.17 |
4748 | 2023-12-30T06:38:11.308Z | Fresh openssl v0.10.60 |
4749 | 2023-12-30T06:38:11.308Z | Fresh rustls-webpki v0.101.7 |
4750 | 2023-12-30T06:38:11.309Z | Fresh sct v0.7.0 |
4751 | 2023-12-30T06:38:11.309Z | Fresh rustc_version v0.4.0 |
4752 | 2023-12-30T06:38:11.309Z | Fresh ipnet v2.8.0 |
4753 | 2023-12-30T06:38:11.309Z | Fresh toml_edit v0.19.15 |
4754 | 2023-12-30T06:38:11.309Z | Fresh rustls v0.21.9 |
4755 | 2023-12-30T06:38:11.309Z | Fresh rustls-pemfile v1.0.3 |
4756 | 2023-12-30T06:38:11.309Z | Fresh gimli v0.28.0 |
4757 | 2023-12-30T06:38:11.309Z | Fresh unicode-xid v0.2.4 |
4758 | 2023-12-30T06:38:11.309Z | Fresh serde_urlencoded v0.7.1 |
4759 | 2023-12-30T06:38:11.309Z | Fresh object v0.32.1 |
4760 | 2023-12-30T06:38:11.309Z | Fresh addr2line v0.21.0 |
4761 | 2023-12-30T06:38:11.309Z | Fresh tokio-rustls v0.24.1 |
4762 | 2023-12-30T06:38:11.309Z | Fresh native-tls v0.2.11 |
4763 | 2023-12-30T06:38:11.309Z | Fresh encoding_rs v0.8.33 |
4764 | 2023-12-30T06:38:11.309Z | Fresh rustc-demangle v0.1.23 |
4765 | 2023-12-30T06:38:11.309Z | Fresh rustls-native-certs v0.6.3 |
4766 | 2023-12-30T06:38:11.309Z | Fresh tokio-native-tls v0.3.1 |
4767 | 2023-12-30T06:38:11.309Z | Fresh backtrace v0.3.69 |
4768 | 2023-12-30T06:38:11.309Z | Fresh utf8parse v0.2.1 |
4769 | 2023-12-30T06:38:11.309Z | Fresh hyper-rustls v0.24.2 |
4770 | 2023-12-30T06:38:11.309Z | Fresh anyhow v1.0.75 |
4771 | 2023-12-30T06:38:11.309Z | Fresh hyper-tls v0.5.0 |
4772 | 2023-12-30T06:38:11.309Z | Fresh openapiv3 v2.0.0 |
4773 | 2023-12-30T06:38:11.309Z | Fresh webpki-roots v0.25.2 |
4774 | 2023-12-30T06:38:11.310Z | Fresh base64ct v1.6.0 |
4775 | 2023-12-30T06:38:11.310Z | Fresh reqwest v0.11.22 |
4776 | 2023-12-30T06:38:11.310Z | Fresh slog v2.7.0 |
4777 | 2023-12-30T06:38:11.310Z | Fresh crossbeam-utils v0.8.16 |
4778 | 2023-12-30T06:38:11.310Z | Fresh crc32fast v1.3.2 |
4779 | 2023-12-30T06:38:11.310Z | Fresh anstyle v1.0.2 |
4780 | 2023-12-30T06:38:11.310Z | Fresh hex v0.4.3 |
4781 | 2023-12-30T06:38:11.310Z | Fresh time-core v0.1.1 |
4782 | 2023-12-30T06:38:11.310Z | Fresh pem-rfc7468 v0.7.0 |
4783 | 2023-12-30T06:38:11.310Z | Fresh synstructure v0.12.6 |
4784 | 2023-12-30T06:38:11.310Z | Fresh pest_meta v2.7.2 |
4785 | 2023-12-30T06:38:11.310Z | Fresh rustversion v1.0.14 |
4786 | 2023-12-30T06:38:11.310Z | Fresh io-lifetimes v1.0.11 |
4787 | 2023-12-30T06:38:11.310Z | Fresh time-macros v0.2.13 |
4788 | 2023-12-30T06:38:11.310Z | Fresh futures-executor v0.3.29 |
4789 | 2023-12-30T06:38:11.310Z | Fresh der_derive v0.7.2 |
4790 | 2023-12-30T06:38:11.310Z | Fresh deranged v0.3.8 |
4791 | 2023-12-30T06:38:11.310Z | Fresh flagset v0.4.3 |
4792 | 2023-12-30T06:38:11.310Z | Fresh unicode-segmentation v1.10.1 |
4793 | 2023-12-30T06:38:11.310Z | Fresh num_threads v0.1.6 |
4794 | 2023-12-30T06:38:11.310Z | Fresh rustix v0.37.23 |
4795 | 2023-12-30T06:38:11.310Z | Fresh num-integer v0.1.45 |
4796 | 2023-12-30T06:38:11.310Z | Fresh pest_generator v2.7.2 |
4797 | 2023-12-30T06:38:11.310Z | Fresh zerocopy-derive v0.2.0 |
4798 | 2023-12-30T06:38:11.311Z | Fresh flate2 v1.0.28 |
4799 | 2023-12-30T06:38:11.311Z | Fresh der v0.7.8 |
4800 | 2023-12-30T06:38:11.311Z | Fresh time v0.3.27 |
4801 | 2023-12-30T06:38:11.311Z | Fresh anstyle-parse v0.2.1 |
4802 | 2023-12-30T06:38:11.311Z | Fresh siphasher v0.3.11 |
4803 | 2023-12-30T06:38:11.311Z | Fresh colorchoice v1.0.0 |
4804 | 2023-12-30T06:38:11.311Z | Fresh anstyle-query v1.0.0 |
4805 | 2023-12-30T06:38:11.311Z | Fresh pest_derive v2.7.2 |
4806 | 2023-12-30T06:38:11.311Z | Fresh zerocopy v0.3.0 |
4807 | 2023-12-30T06:38:11.311Z | Fresh spki v0.7.2 |
4808 | 2023-12-30T06:38:11.311Z | Fresh anstream v0.5.0 |
4809 | 2023-12-30T06:38:11.311Z | Fresh terminal_size v0.2.6 |
4810 | 2023-12-30T06:38:11.311Z | Fresh futures v0.3.29 |
4811 | 2023-12-30T06:38:11.311Z | Fresh bit-vec v0.6.3 |
4812 | 2023-12-30T06:38:11.311Z | Fresh clap_lex v0.5.1 |
4813 | 2023-12-30T06:38:11.311Z | Fresh clap_builder v4.4.2 |
4814 | 2023-12-30T06:38:11.311Z | Fresh dtrace-parser v0.1.14 |
4815 | 2023-12-30T06:38:11.311Z | Fresh dof v0.1.5 |
4816 | 2023-12-30T06:38:11.311Z | Fresh toml v0.7.8 |
4817 | 2023-12-30T06:38:11.311Z | Fresh toml_edit v0.21.0 |
4818 | 2023-12-30T06:38:11.311Z | Fresh itertools v0.10.5 |
4819 | 2023-12-30T06:38:11.311Z | Fresh clap_derive v4.4.2 |
4820 | 2023-12-30T06:38:11.311Z | Fresh hash32 v0.2.1 |
4821 | 2023-12-30T06:38:11.311Z | Fresh thread-id v4.2.0 |
4822 | 2023-12-30T06:38:11.311Z | Fresh data-encoding v2.4.0 |
4823 | 2023-12-30T06:38:11.312Z | Fresh stable_deref_trait v1.2.0 |
4824 | 2023-12-30T06:38:11.312Z | Fresh pkcs8 v0.10.2 |
4825 | 2023-12-30T06:38:11.312Z | Fresh strum_macros v0.25.2 |
4826 | 2023-12-30T06:38:11.312Z | Fresh heapless v0.7.16 |
4827 | 2023-12-30T06:38:11.312Z | Fresh clap v4.4.3 |
4828 | 2023-12-30T06:38:11.312Z | Fresh usdt-impl v0.3.5 |
4829 | 2023-12-30T06:38:11.312Z | Fresh serde_tokenstream v0.1.7 |
4830 | 2023-12-30T06:38:11.312Z | Fresh zerocopy-derive v0.6.4 |
4831 | 2023-12-30T06:38:11.312Z | Fresh fixedbitset v0.4.2 |
4832 | 2023-12-30T06:38:11.312Z | Fresh managed v0.8.0 |
4833 | 2023-12-30T06:38:11.312Z | Fresh zerocopy v0.6.4 |
4834 | 2023-12-30T06:38:11.312Z | Fresh memoffset v0.9.0 |
4835 | 2023-12-30T06:38:11.312Z | Fresh bit-set v0.5.3 |
4836 | 2023-12-30T06:38:11.312Z | Fresh phf_shared v0.10.0 |
4837 | 2023-12-30T06:38:11.312Z | Fresh petgraph v0.6.4 |
4838 | 2023-12-30T06:38:11.312Z | Fresh sha2 v0.10.8 |
4839 | 2023-12-30T06:38:11.312Z | Fresh ipnetwork v0.20.0 |
4840 | 2023-12-30T06:38:11.312Z | Fresh new_debug_unreachable v1.0.4 |
4841 | 2023-12-30T06:38:11.312Z | Fresh precomputed-hash v0.1.1 |
4842 | 2023-12-30T06:38:11.312Z | Fresh minimal-lexical v0.2.1 |
4843 | 2023-12-30T06:38:11.312Z | Fresh crossbeam-epoch v0.9.15 |
4844 | 2023-12-30T06:38:11.312Z | Fresh num-iter v0.1.43 |
4845 | 2023-12-30T06:38:11.312Z | Fresh string_cache v0.8.7 |
4846 | 2023-12-30T06:38:11.312Z | Fresh nom v7.1.3 |
4847 | 2023-12-30T06:38:11.312Z | Fresh usdt-macro v0.3.5 |
4848 | 2023-12-30T06:38:11.317Z | Fresh usdt-attr-macro v0.3.5 |
4849 | 2023-12-30T06:38:11.317Z | Fresh hmac v0.12.1 |
4850 | 2023-12-30T06:38:11.317Z | Fresh itertools v0.11.0 |
4851 | 2023-12-30T06:38:11.317Z | Fresh usdt v0.3.5 |
4852 | 2023-12-30T06:38:11.317Z | Fresh pin-project-internal v1.1.3 |
4853 | 2023-12-30T06:38:11.317Z | Fresh lalrpop-util v0.19.12 |
4854 | 2023-12-30T06:38:11.317Z | Fresh matches v0.1.10 |
4855 | 2023-12-30T06:38:11.317Z | Fresh regex-automata v0.1.10 |
4856 | 2023-12-30T06:38:11.317Z | Fresh bzip2-sys v0.1.11+1.0.8 |
4857 | 2023-12-30T06:38:11.317Z | Fresh bstr v0.2.17 |
4858 | 2023-12-30T06:38:11.317Z | Fresh idna v0.2.3 |
4859 | 2023-12-30T06:38:11.317Z | Fresh pin-project v1.1.3 |
4860 | 2023-12-30T06:38:11.317Z | Fresh doc-comment v0.3.3 |
4861 | 2023-12-30T06:38:11.317Z | Fresh block-padding v0.3.3 |
4862 | 2023-12-30T06:38:11.317Z | Fresh enum-as-inner v0.5.1 |
4863 | 2023-12-30T06:38:11.317Z | Fresh scheduled-thread-pool v0.2.7 |
4864 | 2023-12-30T06:38:11.317Z | Fresh diesel_table_macro_syntax v0.1.0 |
4865 | 2023-12-30T06:38:11.317Z | Fresh static_assertions v1.1.0 |
4866 | 2023-12-30T06:38:11.318Z | Fresh predicates-core v1.0.6 |
4867 | 2023-12-30T06:38:11.318Z | Fresh regex-automata v0.3.8 |
4868 | 2023-12-30T06:38:11.318Z | Fresh inout v0.1.3 |
4869 | 2023-12-30T06:38:11.318Z | Fresh bstr v1.6.0 |
4870 | 2023-12-30T06:38:11.318Z | Fresh diesel_derives v2.1.2 |
4871 | 2023-12-30T06:38:11.318Z | Fresh r2d2 v0.8.10 |
4872 | 2023-12-30T06:38:11.318Z | Fresh bzip2 v0.4.4 |
4873 | 2023-12-30T06:38:11.318Z | Fresh trust-dns-proto v0.22.0 |
4874 | 2023-12-30T06:38:11.318Z | Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
4875 | 2023-12-30T06:38:11.318Z | Fresh md-5 v0.10.5 |
4876 | 2023-12-30T06:38:11.318Z | Fresh console v0.15.7 |
4877 | 2023-12-30T06:38:11.318Z | Fresh stringprep v0.1.3 |
4878 | 2023-12-30T06:38:11.318Z | Fresh ff v0.13.0 |
4879 | 2023-12-30T06:38:11.318Z | Fresh snafu-derive v0.7.5 |
4880 | 2023-12-30T06:38:11.318Z | Fresh float-cmp v0.9.0 |
4881 | 2023-12-30T06:38:11.318Z | Fresh hubpack_derive v0.1.1 |
4882 | 2023-12-30T06:38:11.318Z | Fresh base16ct v0.2.0 |
4883 | 2023-12-30T06:38:11.318Z | Fresh difflib v0.4.0 |
4884 | 2023-12-30T06:38:11.318Z | Fresh normalize-line-endings v0.3.0 |
4885 | 2023-12-30T06:38:11.318Z | Fresh fallible-iterator v0.2.0 |
4886 | 2023-12-30T06:38:11.318Z | Fresh hubpack v0.1.2 |
4887 | 2023-12-30T06:38:11.318Z | Fresh snafu v0.7.5 |
4888 | 2023-12-30T06:38:11.319Z | Fresh group v0.13.0 |
4889 | 2023-12-30T06:38:11.319Z | Fresh sec1 v0.7.3 |
4890 | 2023-12-30T06:38:11.319Z | Fresh smoltcp v0.9.1 |
4891 | 2023-12-30T06:38:11.319Z | Fresh predicates v3.0.4 |
4892 | 2023-12-30T06:38:11.319Z | Fresh postgres-protocol v0.6.6 |
4893 | 2023-12-30T06:38:11.319Z | Fresh diesel v2.1.4 |
4894 | 2023-12-30T06:38:11.319Z | Fresh num-bigint v0.4.4 |
4895 | 2023-12-30T06:38:11.319Z | Fresh zip v0.6.6 |
4896 | 2023-12-30T06:38:11.319Z | Fresh cipher v0.4.4 |
4897 | 2023-12-30T06:38:11.319Z | Fresh similar v2.3.0 |
4898 | 2023-12-30T06:38:11.319Z | Fresh hkdf v0.12.3 |
4899 | 2023-12-30T06:38:11.319Z | Fresh phf_shared v0.11.2 |
4900 | 2023-12-30T06:38:11.319Z | Fresh crypto-bigint v0.5.2 |
4901 | 2023-12-30T06:38:11.319Z | Fresh serde_repr v0.1.16 |
4902 | 2023-12-30T06:38:11.319Z | Fresh yasna v0.5.2 |
4903 | 2023-12-30T06:38:11.319Z | Fresh postgres-types v0.2.6 |
4904 | 2023-12-30T06:38:11.319Z | Fresh whoami v1.4.1 |
4905 | 2023-12-30T06:38:11.319Z | Fresh tokio-stream v0.1.14 |
4906 | 2023-12-30T06:38:11.319Z | Fresh serde_tokenstream v0.2.0 |
4907 | 2023-12-30T06:38:11.319Z | Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
4908 | 2023-12-30T06:38:11.319Z | Fresh elliptic-curve v0.13.8 |
4909 | 2023-12-30T06:38:11.319Z | Fresh phf v0.11.2 |
4910 | 2023-12-30T06:38:11.319Z | Fresh regress v0.7.1 |
4911 | 2023-12-30T06:38:11.319Z | Fresh getopts v0.2.21 |
4912 | 2023-12-30T06:38:11.319Z | Fresh unsafe-libyaml v0.2.9 |
4913 | 2023-12-30T06:38:11.320Z | Fresh progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4914 | 2023-12-30T06:38:11.320Z | Fresh fastrand v2.0.0 |
4915 | 2023-12-30T06:38:11.320Z | Fresh tokio-postgres v0.7.10 |
4916 | 2023-12-30T06:38:11.320Z | Fresh typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4917 | 2023-12-30T06:38:11.320Z | Fresh serde_yaml v0.9.25 |
4918 | 2023-12-30T06:38:11.320Z | Fresh tempfile v3.8.1 |
4919 | 2023-12-30T06:38:11.320Z | Fresh ident_case v1.0.1 |
4920 | 2023-12-30T06:38:11.320Z | Fresh dirs-sys-next v0.1.2 |
4921 | 2023-12-30T06:38:11.320Z | Fresh toml v0.8.8 |
4922 | 2023-12-30T06:38:11.320Z | Fresh typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4923 | 2023-12-30T06:38:11.320Z | Fresh dirs-next v2.0.0 |
4924 | 2023-12-30T06:38:11.320Z | Fresh match_cfg v0.1.0 |
4925 | 2023-12-30T06:38:11.320Z | Fresh atty v0.2.14 |
4926 | 2023-12-30T06:38:11.320Z | Fresh quick-error v1.2.3 |
4927 | 2023-12-30T06:38:11.320Z | Fresh typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
4928 | 2023-12-30T06:38:11.320Z | Fresh term v0.7.0 |
4929 | 2023-12-30T06:38:11.320Z | Fresh camino v1.1.6 |
4930 | 2023-12-30T06:38:11.320Z | Fresh hostname v0.3.1 |
4931 | 2023-12-30T06:38:11.320Z | Fresh darling_core v0.20.3 |
4932 | 2023-12-30T06:38:11.320Z | Fresh sha1 v0.10.6 |
4933 | 2023-12-30T06:38:11.320Z | Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
4934 | 2023-12-30T06:38:11.320Z | Fresh progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4935 | 2023-12-30T06:38:11.320Z | Fresh paste v1.0.14 |
4936 | 2023-12-30T06:38:11.320Z | Fresh darling_macro v0.20.3 |
4937 | 2023-12-30T06:38:11.320Z | Fresh crossbeam-channel v0.5.8 |
4938 | 2023-12-30T06:38:11.321Z | Fresh thread_local v1.1.7 |
4939 | 2023-12-30T06:38:11.321Z | Fresh instant v0.1.12 |
4940 | 2023-12-30T06:38:11.321Z | Fresh progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4941 | 2023-12-30T06:38:11.321Z | Fresh darling v0.20.3 |
4942 | 2023-12-30T06:38:11.321Z | Fresh strum v0.25.0 |
4943 | 2023-12-30T06:38:11.321Z | Fresh take_mut v0.2.2 |
4944 | 2023-12-30T06:38:11.321Z | Fresh debug-ignore v1.0.5 |
4945 | 2023-12-30T06:38:11.321Z | Fresh slog-term v2.9.0 |
4946 | 2023-12-30T06:38:11.321Z | Fresh progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
4947 | 2023-12-30T06:38:11.321Z | Fresh serde_with_macros v3.4.0 |
4948 | 2023-12-30T06:38:11.430Z | Fresh slog-async v2.8.0 |
4949 | 2023-12-30T06:38:11.430Z | Fresh slog-json v2.6.1 |
4950 | 2023-12-30T06:38:11.430Z | Fresh async-stream-impl v0.3.5 |
4951 | 2023-12-30T06:38:11.430Z | Fresh structmeta-derive v0.2.0 |
4952 | 2023-12-30T06:38:11.430Z | Fresh wait-timeout v0.2.0 |
4953 | 2023-12-30T06:38:11.430Z | Fresh atomic-waker v1.1.1 |
4954 | 2023-12-30T06:38:11.430Z | Fresh structmeta v0.2.0 |
4955 | 2023-12-30T06:38:11.430Z | Fresh async-stream v0.3.5 |
4956 | 2023-12-30T06:38:11.430Z | Fresh serde_with v3.4.0 |
4957 | 2023-12-30T06:38:11.430Z | Fresh slog-bunyan v2.4.0 |
4958 | 2023-12-30T06:38:11.430Z | Fresh multer v2.1.0 |
4959 | 2023-12-30T06:38:11.430Z | Fresh dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
4960 | 2023-12-30T06:38:11.430Z | Fresh waitgroup v0.1.2 |
4961 | 2023-12-30T06:38:11.430Z | Fresh serde_path_to_error v0.1.14 |
4962 | 2023-12-30T06:38:11.430Z | Fresh rusty-fork v0.3.0 |
4963 | 2023-12-30T06:38:11.430Z | Fresh rand_xorshift v0.3.0 |
4964 | 2023-12-30T06:38:11.431Z | Fresh unarray v0.1.4 |
4965 | 2023-12-30T06:38:11.431Z | Fresh regex-syntax v0.7.5 |
4966 | 2023-12-30T06:38:11.431Z | Fresh backoff v0.4.0 |
4967 | 2023-12-30T06:38:11.431Z | Fresh dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
4968 | 2023-12-30T06:38:11.431Z | Fresh proptest v1.4.0 |
4969 | 2023-12-30T06:38:11.431Z | Fresh parse-display-derive v0.8.2 |
4970 | 2023-12-30T06:38:11.431Z | Fresh test-strategy v0.3.1 |
4971 | 2023-12-30T06:38:11.431Z | Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
4972 | 2023-12-30T06:38:11.431Z | Fresh serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
4973 | 2023-12-30T06:38:11.431Z | Fresh macaddr v1.0.1 |
4974 | 2023-12-30T06:38:11.431Z | Fresh is-terminal v0.4.9 |
4975 | 2023-12-30T06:38:11.431Z | Fresh parse-display v0.8.2 |
4976 | 2023-12-30T06:38:11.431Z | Fresh camino-tempfile v1.1.1 |
4977 | 2023-12-30T06:38:11.431Z | Fresh proc-macro-crate v1.3.1 |
4978 | 2023-12-30T06:38:11.431Z | Fresh num_enum_derive v0.5.11 |
4979 | 2023-12-30T06:38:11.431Z | Fresh cobs v0.2.3 |
4980 | 2023-12-30T06:38:11.431Z | Fresh proc-macro-error-attr v1.0.4 |
4981 | 2023-12-30T06:38:11.431Z | Fresh num_enum v0.5.11 |
4982 | 2023-12-30T06:38:11.431Z | Fresh embedded-io v0.4.0 |
4983 | 2023-12-30T06:38:11.431Z | Fresh smoltcp v0.10.0 |
4984 | 2023-12-30T06:38:11.431Z | Fresh foreign-types-macros v0.2.3 |
4985 | 2023-12-30T06:38:11.432Z | Fresh proc-macro-error v1.0.4 |
4986 | 2023-12-30T06:38:11.432Z | Fresh postcard v1.0.8 |
4987 | 2023-12-30T06:38:11.432Z | Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
4988 | 2023-12-30T06:38:11.432Z | Fresh foreign-types-shared v0.3.1 |
4989 | 2023-12-30T06:38:11.432Z | Fresh termtree v0.4.1 |
4990 | 2023-12-30T06:38:11.432Z | Fresh crucible-workspace-hack v0.1.0 |
4991 | 2023-12-30T06:38:11.432Z | Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
4992 | 2023-12-30T06:38:11.432Z | Fresh foreign-types v0.5.0 |
4993 | 2023-12-30T06:38:11.432Z | Fresh predicates-tree v1.0.9 |
4994 | 2023-12-30T06:38:11.432Z | Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
4995 | 2023-12-30T06:38:11.432Z | Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
4996 | 2023-12-30T06:38:11.432Z | Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
4997 | 2023-12-30T06:38:11.432Z | Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
4998 | 2023-12-30T06:38:11.432Z | Fresh cstr-argument v0.1.2 |
4999 | 2023-12-30T06:38:11.432Z | Fresh pretty-hex v0.2.1 |
5000 | 2023-12-30T06:38:11.432Z | Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
5001 | 2023-12-30T06:38:11.432Z | Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
5002 | 2023-12-30T06:38:11.432Z | Fresh colored v2.0.4 |
5003 | 2023-12-30T06:38:11.432Z | Fresh zone_cfg_derive v0.3.0 |
5004 | 2023-12-30T06:38:11.432Z | Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
5005 | 2023-12-30T06:38:11.432Z | Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
5006 | 2023-12-30T06:38:11.432Z | Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
5007 | 2023-12-30T06:38:11.432Z | Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
5008 | 2023-12-30T06:38:11.432Z | Fresh mockall_derive v0.12.0 |
5009 | 2023-12-30T06:38:11.432Z | Fresh num-derive v0.4.0 |
5010 | 2023-12-30T06:38:11.433Z | Fresh downcast v0.11.0 |
5011 | 2023-12-30T06:38:11.433Z | Fresh fragile v2.0.0 |
5012 | 2023-12-30T06:38:11.433Z | Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
5013 | 2023-12-30T06:38:11.433Z | Fresh mockall v0.12.0 |
5014 | 2023-12-30T06:38:11.433Z | Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
5015 | 2023-12-30T06:38:11.433Z | Fresh zone v0.3.0 |
5016 | 2023-12-30T06:38:11.433Z | Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
5017 | 2023-12-30T06:38:11.433Z | Fresh smf v0.2.2 |
5018 | 2023-12-30T06:38:11.433Z | Fresh xattr v1.0.1 |
5019 | 2023-12-30T06:38:11.433Z | Fresh filetime v0.2.23 |
5020 | 2023-12-30T06:38:11.433Z | Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
5021 | 2023-12-30T06:38:11.433Z | Fresh tar v0.4.40 |
5022 | 2023-12-30T06:38:11.433Z | Fresh same-file v1.0.6 |
5023 | 2023-12-30T06:38:11.433Z | Fresh heck v0.3.3 |
5024 | 2023-12-30T06:38:11.433Z | Fresh textwrap v0.11.0 |
5025 | 2023-12-30T06:38:11.433Z | Fresh ansi_term v0.12.1 |
5026 | 2023-12-30T06:38:11.433Z | Fresh vec_map v0.8.2 |
5027 | 2023-12-30T06:38:11.433Z | Fresh strsim v0.8.0 |
5028 | 2023-12-30T06:38:11.433Z | Fresh walkdir v2.4.0 |
5029 | 2023-12-30T06:38:11.433Z | Fresh structopt-derive v0.4.18 |
5030 | 2023-12-30T06:38:11.433Z | Fresh clap v2.34.0 |
5031 | 2023-12-30T06:38:11.433Z | Fresh pem v3.0.2 |
5032 | 2023-12-30T06:38:11.433Z | Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
5033 | 2023-12-30T06:38:11.433Z | Fresh structopt v0.3.26 |
5034 | 2023-12-30T06:38:11.434Z | Fresh password-hash v0.5.0 |
5035 | 2023-12-30T06:38:11.434Z | Fresh blake2 v0.10.6 |
5036 | 2023-12-30T06:38:11.434Z | Fresh home v0.5.5 |
5037 | 2023-12-30T06:38:11.434Z | Fresh glob v0.3.1 |
5038 | 2023-12-30T06:38:11.434Z | Fresh libefi-sys v0.1.0 |
5039 | 2023-12-30T06:38:11.434Z | Fresh tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
5040 | 2023-12-30T06:38:11.434Z | Fresh argon2 v0.5.2 |
5041 | 2023-12-30T06:38:11.434Z | Fresh headers-core v0.2.0 |
5042 | 2023-12-30T06:38:11.434Z | Fresh toml v0.5.11 |
5043 | 2023-12-30T06:38:11.434Z | Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
5044 | 2023-12-30T06:38:11.434Z | Fresh signal-hook v0.3.17 |
5045 | 2023-12-30T06:38:11.434Z | Fresh swrite v0.1.0 |
5046 | 2023-12-30T06:38:11.434Z | Fresh half v1.8.2 |
5047 | 2023-12-30T06:38:11.434Z | Fresh convert_case v0.4.0 |
5048 | 2023-12-30T06:38:11.439Z | Fresh ciborium-io v0.2.1 |
5049 | 2023-12-30T06:38:11.439Z | Fresh ciborium-ll v0.2.1 |
5050 | 2023-12-30T06:38:11.439Z | Fresh cancel-safe-futures v0.1.5 |
5051 | 2023-12-30T06:38:11.439Z | Fresh derive_more v0.99.17 |
5052 | 2023-12-30T06:38:11.439Z | Fresh headers v0.3.9 |
5053 | 2023-12-30T06:38:11.439Z | Fresh termcolor v1.2.0 |
5054 | 2023-12-30T06:38:11.439Z | Fresh linked-hash-map v0.5.6 |
5055 | 2023-12-30T06:38:11.439Z | Fresh ciborium v0.2.1 |
5056 | 2023-12-30T06:38:11.439Z | Fresh lru-cache v0.1.2 |
5057 | 2023-12-30T06:38:11.439Z | Fresh semver-parser v0.10.2 |
5058 | 2023-12-30T06:38:11.439Z | Fresh libsw v3.3.0 |
5059 | 2023-12-30T06:38:11.439Z | Fresh derive-where v1.2.6 |
5060 | 2023-12-30T06:38:11.439Z | Fresh linear-map v1.2.0 |
5061 | 2023-12-30T06:38:11.439Z | Fresh owo-colors v3.5.0 |
5062 | 2023-12-30T06:38:11.439Z | Fresh tap v1.0.1 |
5063 | 2023-12-30T06:38:11.440Z | Fresh radium v0.7.0 |
5064 | 2023-12-30T06:38:11.440Z | Fresh semver v0.11.0 |
5065 | 2023-12-30T06:38:11.440Z | Fresh omicron-zone-package v0.9.1 |
5066 | 2023-12-30T06:38:11.440Z | Fresh rcgen v0.11.3 |
5067 | 2023-12-30T06:38:11.440Z | Fresh atomicwrites v0.4.2 |
5068 | 2023-12-30T06:38:11.440Z | Fresh wyz v0.5.1 |
5069 | 2023-12-30T06:38:11.440Z | Fresh itertools v0.12.0 |
5070 | 2023-12-30T06:38:11.440Z | Fresh subprocess v0.2.9 |
5071 | 2023-12-30T06:38:11.440Z | Fresh crc-catalog v2.2.0 |
5072 | 2023-12-30T06:38:11.440Z | Fresh funty v2.0.0 |
5073 | 2023-12-30T06:38:11.440Z | Fresh bitvec v1.0.1 |
5074 | 2023-12-30T06:38:11.440Z | Fresh crc v3.0.1 |
5075 | 2023-12-30T06:38:11.440Z | Fresh maybe-uninit v2.0.0 |
5076 | 2023-12-30T06:38:11.440Z | Fresh toolchain_find v0.2.0 |
5077 | 2023-12-30T06:38:11.440Z | Fresh packed_struct_codegen v0.10.1 |
5078 | 2023-12-30T06:38:11.440Z | Fresh nodrop v0.1.14 |
5079 | 2023-12-30T06:38:11.440Z | Fresh smallvec v0.6.14 |
5080 | 2023-12-30T06:38:11.440Z | Fresh num-bigint-dig v0.8.4 |
5081 | 2023-12-30T06:38:11.440Z | Fresh rustfmt-wrapper v0.2.0 |
5082 | 2023-12-30T06:38:11.440Z | Fresh pkcs1 v0.7.5 |
5083 | 2023-12-30T06:38:11.440Z | Fresh signature v2.1.0 |
5084 | 2023-12-30T06:38:11.440Z | Fresh packed_struct v0.10.1 |
5085 | 2023-12-30T06:38:11.440Z | Fresh array-init v0.0.4 |
5086 | 2023-12-30T06:38:11.440Z | Fresh bitfield v0.14.0 |
5087 | 2023-12-30T06:38:11.441Z | Fresh rsa v0.9.2 |
5088 | 2023-12-30T06:38:11.441Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5089 | 2023-12-30T06:38:11.441Z | Fresh env_logger v0.10.0 |
5090 | 2023-12-30T06:38:11.441Z | Fresh x509-cert v0.2.4 |
5091 | 2023-12-30T06:38:11.441Z | Fresh lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5092 | 2023-12-30T06:38:11.441Z | Fresh serde-hex v0.1.0 |
5093 | 2023-12-30T06:38:11.441Z | Fresh slog-dtrace v0.2.3 |
5094 | 2023-12-30T06:38:11.441Z | Fresh ron v0.8.1 |
5095 | 2023-12-30T06:38:11.441Z | Fresh crc-any v2.4.3 |
5096 | 2023-12-30T06:38:11.441Z | Fresh keccak v0.1.4 |
5097 | 2023-12-30T06:38:11.441Z | Fresh lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
5098 | 2023-12-30T06:38:11.441Z | Fresh sha3 v0.10.8 |
5099 | 2023-12-30T06:38:11.441Z | Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
5100 | 2023-12-30T06:38:11.441Z | Fresh object v0.30.4 |
5101 | 2023-12-30T06:38:11.441Z | Fresh secrecy v0.8.0 |
5102 | 2023-12-30T06:38:11.441Z | Fresh arc-swap v1.6.0 |
5103 | 2023-12-30T06:38:11.441Z | Fresh path-slash v0.1.5 |
5104 | 2023-12-30T06:38:11.441Z | Fresh slog-scope v4.4.0 |
5105 | 2023-12-30T06:38:11.441Z | Fresh hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
5106 | 2023-12-30T06:38:11.441Z | Fresh semver v0.1.20 |
5107 | 2023-12-30T06:38:11.441Z | Fresh signal-hook-mio v0.2.3 |
5108 | 2023-12-30T06:38:11.441Z | Fresh num-complex v0.4.4 |
5109 | 2023-12-30T06:38:11.441Z | Fresh fxhash v0.2.1 |
5110 | 2023-12-30T06:38:11.441Z | Fresh slog-stdlog v4.1.1 |
5111 | 2023-12-30T06:38:11.442Z | Fresh num-rational v0.4.1 |
5112 | 2023-12-30T06:38:11.442Z | Fresh rustc_version v0.1.7 |
5113 | 2023-12-30T06:38:11.442Z | Fresh utf-8 v0.7.6 |
5114 | 2023-12-30T06:38:11.442Z | Fresh resolv-conf v0.7.0 |
5115 | 2023-12-30T06:38:11.442Z | Fresh nibble_vec v0.1.0 |
5116 | 2023-12-30T06:38:11.442Z | Fresh endian-type v0.1.2 |
5117 | 2023-12-30T06:38:11.442Z | Fresh num v0.4.1 |
5118 | 2023-12-30T06:38:11.442Z | Fresh tungstenite v0.20.1 |
5119 | 2023-12-30T06:38:11.442Z | Fresh slog-envlogger v2.2.0 |
5120 | 2023-12-30T06:38:11.442Z | Fresh radix_trie v0.2.1 |
5121 | 2023-12-30T06:38:11.442Z | Fresh trust-dns-resolver v0.22.0 |
5122 | 2023-12-30T06:38:11.442Z | Fresh newline-converter v0.3.0 |
5123 | 2023-12-30T06:38:11.442Z | Fresh tokio-tungstenite v0.20.1 |
5124 | 2023-12-30T06:38:11.442Z | Fresh expectorate v1.1.0 |
5125 | 2023-12-30T06:38:11.442Z | Fresh newtype_derive v0.1.6 |
5126 | 2023-12-30T06:38:11.442Z | Fresh buf-list v1.0.3 |
5127 | 2023-12-30T06:38:11.442Z | Fresh display-error-chain v0.2.0 |
5128 | 2023-12-30T06:38:11.442Z | Fresh crossbeam-deque v0.8.3 |
5129 | 2023-12-30T06:38:11.442Z | Fresh steno v0.4.0 |
5130 | 2023-12-30T06:38:11.442Z | Fresh signature v1.6.4 |
5131 | 2023-12-30T06:38:11.442Z | Fresh rayon-core v1.12.0 |
5132 | 2023-12-30T06:38:11.442Z | Fresh memoffset v0.7.1 |
5133 | 2023-12-30T06:38:11.442Z | Fresh hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5134 | 2023-12-30T06:38:11.442Z | Fresh vte_generate_state_changes v0.1.1 |
5135 | 2023-12-30T06:38:11.442Z | Fresh ed25519 v1.5.3 |
5136 | 2023-12-30T06:38:11.443Z | Fresh arrayvec v0.5.2 |
5137 | 2023-12-30T06:38:11.443Z | Fresh nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
5138 | 2023-12-30T06:38:11.443Z | Fresh vte v0.10.1 |
5139 | 2023-12-30T06:38:11.443Z | Fresh salty v0.2.0 |
5140 | 2023-12-30T06:38:11.443Z | Fresh rayon v1.8.0 |
5141 | 2023-12-30T06:38:11.443Z | Fresh hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
5142 | 2023-12-30T06:38:11.443Z | Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
5143 | 2023-12-30T06:38:11.443Z | Fresh fd-lock v3.0.13 |
5144 | 2023-12-30T06:38:11.443Z | Fresh serde-big-array v0.4.1 |
5145 | 2023-12-30T06:38:11.443Z | Fresh serde-big-array v0.5.1 |
5146 | 2023-12-30T06:38:11.443Z | Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5147 | 2023-12-30T06:38:11.443Z | Fresh diff v0.1.13 |
5148 | 2023-12-30T06:38:11.447Z | Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
5149 | 2023-12-30T06:38:11.447Z | Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
5150 | 2023-12-30T06:38:11.448Z | Fresh sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5151 | 2023-12-30T06:38:11.448Z | Fresh platforms v3.0.2 |
5152 | 2023-12-30T06:38:11.448Z | Fresh crunchy v0.2.2 |
5153 | 2023-12-30T06:38:11.448Z | Fresh strip-ansi-escapes v0.1.1 |
5154 | 2023-12-30T06:38:11.448Z | Fresh prettyplease v0.2.15 |
5155 | 2023-12-30T06:38:11.448Z | Fresh crossterm v0.26.1 |
5156 | 2023-12-30T06:38:11.449Z | Fresh signal-hook-tokio v0.3.1 |
5157 | 2023-12-30T06:38:11.449Z | Fresh darling_core v0.14.4 |
5158 | 2023-12-30T06:38:11.449Z | Fresh globset v0.4.13 |
5159 | 2023-12-30T06:38:11.449Z | Fresh olpc-cjson v0.1.3 |
5160 | 2023-12-30T06:38:11.449Z | Fresh serde_plain v1.0.2 |
5161 | 2023-12-30T06:38:11.449Z | Fresh async-recursion v1.0.5 |
5162 | 2023-12-30T06:38:11.449Z | Fresh nu-ansi-term v0.49.0 |
5163 | 2023-12-30T06:38:11.449Z | Fresh corncobs v0.1.3 |
5164 | 2023-12-30T06:38:11.449Z | Fresh typed-path v0.7.0 |
5165 | 2023-12-30T06:38:11.449Z | Fresh darling_macro v0.14.4 |
5166 | 2023-12-30T06:38:11.449Z | Fresh reedline v0.22.0 |
5167 | 2023-12-30T06:38:11.449Z | Fresh tough v0.16.0 |
5168 | 2023-12-30T06:38:11.449Z | Fresh sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
5169 | 2023-12-30T06:38:11.449Z | Fresh tiny-keccak v2.0.2 |
5170 | 2023-12-30T06:38:11.449Z | Fresh unicase v2.7.0 |
5171 | 2023-12-30T06:38:11.449Z | Fresh parking_lot_core v0.8.6 |
5172 | 2023-12-30T06:38:11.449Z | Fresh ascii-canvas v3.0.0 |
5173 | 2023-12-30T06:38:11.449Z | Fresh ena v0.14.2 |
5174 | 2023-12-30T06:38:11.449Z | Fresh libloading v0.7.4 |
5175 | 2023-12-30T06:38:11.449Z | Fresh regex-syntax v0.6.29 |
5176 | 2023-12-30T06:38:11.449Z | Fresh bytecount v0.6.3 |
5177 | 2023-12-30T06:38:11.449Z | Fresh lalrpop v0.19.12 |
5178 | 2023-12-30T06:38:11.450Z | Fresh papergrid v0.10.0 |
5179 | 2023-12-30T06:38:11.450Z | Fresh clang-sys v1.6.1 |
5180 | 2023-12-30T06:38:11.450Z | Fresh portable-atomic v1.4.3 |
5181 | 2023-12-30T06:38:11.450Z | Fresh parking_lot v0.11.2 |
5182 | 2023-12-30T06:38:11.450Z | Fresh darling v0.14.4 |
5183 | 2023-12-30T06:38:11.450Z | Fresh trust-dns-client v0.22.0 |
5184 | 2023-12-30T06:38:11.450Z | Fresh tabled_derive v0.6.0 |
5185 | 2023-12-30T06:38:11.450Z | Fresh cexpr v0.6.0 |
5186 | 2023-12-30T06:38:11.450Z | Fresh which v4.4.0 |
5187 | 2023-12-30T06:38:11.450Z | Fresh universal-hash v0.5.1 |
5188 | 2023-12-30T06:38:11.450Z | Fresh nix v0.26.4 |
5189 | 2023-12-30T06:38:11.450Z | Fresh thiserror-impl-no-std v2.0.2 |
5190 | 2023-12-30T06:38:11.450Z | Fresh curve25519-dalek-derive v0.1.0 |
5191 | 2023-12-30T06:38:11.450Z | Fresh sqlparser_derive v0.1.1 |
5192 | 2023-12-30T06:38:11.450Z | Fresh opaque-debug v0.3.0 |
5193 | 2023-12-30T06:38:11.450Z | Fresh shlex v1.1.0 |
5194 | 2023-12-30T06:38:11.450Z | Fresh lazycell v1.3.0 |
5195 | 2023-12-30T06:38:11.450Z | Fresh peeking_take_while v0.1.2 |
5196 | 2023-12-30T06:38:11.450Z | Fresh unicode_categories v0.1.1 |
5197 | 2023-12-30T06:38:11.450Z | Fresh rustc-hash v1.1.0 |
5198 | 2023-12-30T06:38:11.450Z | Fresh number_prefix v0.4.0 |
5199 | 2023-12-30T06:38:11.450Z | Fresh poly1305 v0.8.0 |
5200 | 2023-12-30T06:38:11.450Z | Fresh sqlformat v0.2.3 |
5201 | 2023-12-30T06:38:11.450Z | Fresh indicatif v0.17.7 |
5202 | 2023-12-30T06:38:11.450Z | Fresh bindgen v0.65.1 |
5203 | 2023-12-30T06:38:11.450Z | Fresh thiserror-no-std v2.0.2 |
5204 | 2023-12-30T06:38:11.451Z | Fresh tabled v0.14.0 |
5205 | 2023-12-30T06:38:11.451Z | Fresh rustyline v12.0.0 |
5206 | 2023-12-30T06:38:11.451Z | Fresh curve25519-dalek v4.1.1 |
5207 | 2023-12-30T06:38:11.451Z | Fresh sqlparser v0.36.1 |
5208 | 2023-12-30T06:38:11.451Z | Fresh derive_builder_core v0.12.0 |
5209 | 2023-12-30T06:38:11.451Z | Fresh trust-dns-server v0.22.1 |
5210 | 2023-12-30T06:38:11.451Z | Fresh fs-err v2.11.0 |
5211 | 2023-12-30T06:38:11.451Z | Fresh sled v0.34.7 |
5212 | 2023-12-30T06:38:11.451Z | Fresh chacha20 v0.9.1 |
5213 | 2023-12-30T06:38:11.451Z | Fresh aead v0.5.2 |
5214 | 2023-12-30T06:38:11.451Z | Fresh bcs v0.1.6 |
5215 | 2023-12-30T06:38:11.451Z | Fresh kstat-rs v0.2.3 |
5216 | 2023-12-30T06:38:11.451Z | Fresh bytesize v1.3.0 |
5217 | 2023-12-30T06:38:11.451Z | Fresh ref-cast-impl v1.0.20 |
5218 | 2023-12-30T06:38:11.451Z | Fresh highway v1.1.0 |
5219 | 2023-12-30T06:38:11.451Z | Fresh pretty-hex v0.4.0 |
5220 | 2023-12-30T06:38:11.451Z | Fresh ref-cast v1.0.20 |
5221 | 2023-12-30T06:38:11.451Z | Fresh chacha20poly1305 v0.10.1 |
5222 | 2023-12-30T06:38:11.451Z | Fresh derive_builder_macro v0.12.0 |
5223 | 2023-12-30T06:38:11.451Z | Fresh vsss-rs v3.3.2 |
5224 | 2023-12-30T06:38:11.451Z | Fresh mime_guess v2.0.4 |
5225 | 2023-12-30T06:38:11.451Z | Fresh crossterm v0.27.0 |
5226 | 2023-12-30T06:38:11.451Z | Fresh strum_macros v0.24.3 |
5227 | 2023-12-30T06:38:11.451Z | Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
5228 | 2023-12-30T06:38:11.451Z | Fresh indoc v1.0.9 |
5229 | 2023-12-30T06:38:11.452Z | Fresh cassowary v0.3.0 |
5230 | 2023-12-30T06:38:11.452Z | Fresh humantime v2.1.0 |
5231 | 2023-12-30T06:38:11.452Z | Fresh is_ci v1.1.1 |
5232 | 2023-12-30T06:38:11.452Z | Fresh indoc v2.0.3 |
5233 | 2023-12-30T06:38:11.452Z | Fresh maplit v1.0.2 |
5234 | 2023-12-30T06:38:11.452Z | Fresh polar-core v0.27.0 |
5235 | 2023-12-30T06:38:11.452Z | Fresh ratatui v0.23.0 |
5236 | 2023-12-30T06:38:11.452Z | Fresh supports-color v2.1.0 |
5237 | 2023-12-30T06:38:11.452Z | Fresh derive_builder v0.12.0 |
5238 | 2023-12-30T06:38:11.452Z | Fresh libxml v0.3.3 |
5239 | 2023-12-30T06:38:11.452Z | Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
5240 | 2023-12-30T06:38:11.452Z | Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
5241 | 2023-12-30T06:38:11.452Z | Fresh bb8 v0.8.1 |
5242 | 2023-12-30T06:38:11.452Z | Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
5243 | 2023-12-30T06:38:11.452Z | Fresh quick-xml v0.23.1 |
5244 | 2023-12-30T06:38:11.452Z | Fresh impl-trait-for-tuples v0.2.2 |
5245 | 2023-12-30T06:38:11.452Z | Fresh oso-derive v0.27.0 |
5246 | 2023-12-30T06:38:11.452Z | Fresh rtoolbox v0.0.1 |
5247 | 2023-12-30T06:38:11.452Z | Fresh unicode-linebreak v0.1.5 |
5248 | 2023-12-30T06:38:11.456Z | Fresh smawk v0.3.1 |
5249 | 2023-12-30T06:38:11.456Z | Fresh http-range v0.1.5 |
5250 | 2023-12-30T06:38:11.457Z | Fresh assert_matches v1.5.0 |
5251 | 2023-12-30T06:38:11.457Z | Fresh samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
5252 | 2023-12-30T06:38:11.457Z | Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
5253 | 2023-12-30T06:38:11.457Z | Fresh rpassword v7.3.1 |
5254 | 2023-12-30T06:38:11.457Z | Fresh hyper-staticfile v0.9.5 |
5255 | 2023-12-30T06:38:11.457Z | Fresh textwrap v0.16.0 |
5256 | 2023-12-30T06:38:11.457Z | Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
5257 | 2023-12-30T06:38:11.457Z | Fresh oso v0.27.0 |
5258 | 2023-12-30T06:38:11.458Z | Fresh tui-tree-widget v0.13.0 |
5259 | 2023-12-30T06:38:11.458Z | Fresh cookie v0.18.0 |
5260 | 2023-12-30T06:38:11.458Z | Fresh diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
5261 | 2023-12-30T06:38:11.458Z | Fresh plotters-backend v0.3.5 |
5262 | 2023-12-30T06:38:11.458Z | Fresh shell-words v1.1.0 |
5263 | 2023-12-30T06:38:11.458Z | Fresh target-lexicon v0.12.12 |
5264 | 2023-12-30T06:38:11.458Z | Fresh plotters-svg v0.3.5 |
5265 | 2023-12-30T06:38:11.458Z | Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
5266 | 2023-12-30T06:38:11.458Z | Fresh cast v0.3.0 |
5267 | 2023-12-30T06:38:11.458Z | Fresh guppy-workspace-hack v0.1.0 |
5268 | 2023-12-30T06:38:11.458Z | Fresh plotters v0.3.5 |
5269 | 2023-12-30T06:38:11.458Z | Fresh cfg-expr v0.15.5 |
5270 | 2023-12-30T06:38:11.458Z | Fresh criterion-plot v0.5.0 |
5271 | 2023-12-30T06:38:11.458Z | Fresh tinytemplate v1.2.1 |
5272 | 2023-12-30T06:38:11.458Z | Fresh threadpool v1.8.1 |
5273 | 2023-12-30T06:38:11.458Z | Fresh cargo-platform v0.1.3 |
5274 | 2023-12-30T06:38:11.458Z | Fresh nanorand v0.7.0 |
5275 | 2023-12-30T06:38:11.458Z | Fresh constant_time_eq v0.2.6 |
5276 | 2023-12-30T06:38:11.458Z | Fresh arrayref v0.3.7 |
5277 | 2023-12-30T06:38:11.458Z | Fresh yansi v0.5.1 |
5278 | 2023-12-30T06:38:11.458Z | Fresh relative-path v1.9.0 |
5279 | 2023-12-30T06:38:11.459Z | Fresh anes v0.1.6 |
5280 | 2023-12-30T06:38:11.459Z | Fresh arrayvec v0.7.4 |
5281 | 2023-12-30T06:38:11.459Z | Fresh oorandom v11.1.3 |
5282 | 2023-12-30T06:38:11.459Z | Fresh cargo_metadata v0.18.1 |
5283 | 2023-12-30T06:38:11.459Z | Fresh blake2b_simd v1.0.1 |
5284 | 2023-12-30T06:38:11.459Z | Fresh pretty_assertions v1.4.0 |
5285 | 2023-12-30T06:38:11.459Z | Fresh rstest_macros v0.18.2 |
5286 | 2023-12-30T06:38:11.459Z | Fresh criterion v0.5.1 |
5287 | 2023-12-30T06:38:11.459Z | Fresh flume v0.11.0 |
5288 | 2023-12-30T06:38:11.459Z | Fresh libtest-mimic v0.6.1 |
5289 | 2023-12-30T06:38:11.459Z | Fresh target-spec v3.0.1 |
5290 | 2023-12-30T06:38:11.459Z | Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
5291 | 2023-12-30T06:38:11.459Z | Fresh assert_cmd v2.0.12 |
5292 | 2023-12-30T06:38:11.459Z | Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
5293 | 2023-12-30T06:38:11.459Z | Fresh pathdiff v0.2.1 |
5294 | 2023-12-30T06:38:11.459Z | Fresh fatfs v0.3.6 |
5295 | 2023-12-30T06:38:11.459Z | Fresh basic-toml v0.1.4 |
5296 | 2023-12-30T06:38:11.459Z | Fresh rand v0.4.6 |
5297 | 2023-12-30T06:38:11.459Z | Fresh nested v0.1.1 |
5298 | 2023-12-30T06:38:11.459Z | Fresh topological-sort v0.2.2 |
5299 | 2023-12-30T06:38:11.459Z | Fresh constant_time_eq v0.3.0 |
5300 | 2023-12-30T06:38:11.459Z | Fresh remove_dir_all v0.5.3 |
5301 | 2023-12-30T06:38:11.459Z | Fresh futures-timer v3.0.2 |
5302 | 2023-12-30T06:38:11.459Z | Fresh rstest v0.18.2 |
5303 | 2023-12-30T06:38:11.459Z | Fresh rust-argon2 v1.0.1 |
5304 | 2023-12-30T06:38:11.459Z | Fresh guppy v0.17.4 |
5305 | 2023-12-30T06:38:11.460Z | Fresh trybuild v1.0.85 |
5306 | 2023-12-30T06:38:11.460Z | Fresh tempdir v0.3.7 |
5307 | 2023-12-30T06:38:11.460Z | Fresh datatest-stable v0.2.3 |
5308 | 2023-12-30T06:38:11.460Z | Fresh partial-io v0.5.4 |
5309 | 2023-12-30T06:38:11.460Z | Fresh httptest v0.15.5 |
5310 | 2023-12-30T06:38:11.460Z | Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
5311 | 2023-12-30T06:38:11.460Z | Fresh similar-asserts v1.5.0 |
5312 | 2023-12-30T06:38:11.460Z | Fresh approx v0.5.1 |
5313 | 2023-12-30T06:38:11.460Z | Fresh hex-literal v0.4.1 |
5314 | 2023-12-30T06:38:11.460Z | Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
5315 | 2023-12-30T06:38:11.460Z | Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
5316 | 2023-12-30T06:38:11.460Z | Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
5317 | 2023-12-30T06:38:11.460Z | Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
5318 | 2023-12-30T06:38:11.460Z | Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
5319 | 2023-12-30T06:38:11.460Z | Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
5320 | 2023-12-30T06:38:11.460Z | Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
5321 | 2023-12-30T06:38:11.460Z | Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
5322 | 2023-12-30T06:38:11.460Z | Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
5323 | 2023-12-30T06:38:11.460Z | Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
5324 | 2023-12-30T06:38:11.460Z | Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
5325 | 2023-12-30T06:38:11.460Z | Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
5326 | 2023-12-30T06:38:11.460Z | Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
5327 | 2023-12-30T06:38:11.460Z | Fresh installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
5328 | 2023-12-30T06:38:11.460Z | Fresh installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
5329 | 2023-12-30T06:38:11.460Z | Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
5330 | 2023-12-30T06:38:11.461Z | Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
5331 | 2023-12-30T06:38:11.461Z | Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
5332 | 2023-12-30T06:38:11.461Z | Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
5333 | 2023-12-30T06:38:11.461Z | Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
5334 | 2023-12-30T06:38:11.461Z | Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
5335 | 2023-12-30T06:38:11.461Z | Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
5336 | 2023-12-30T06:38:11.461Z | Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
5337 | 2023-12-30T06:38:11.461Z | Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
5338 | 2023-12-30T06:38:11.461Z | Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
5339 | 2023-12-30T06:38:11.461Z | Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
5340 | 2023-12-30T06:38:11.462Z | Fresh mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
5341 | 2023-12-30T06:38:11.462Z | Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
5342 | 2023-12-30T06:38:11.462Z | Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
5343 | 2023-12-30T06:38:11.462Z | Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
5344 | 2023-12-30T06:38:11.462Z | Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
5345 | 2023-12-30T06:38:11.462Z | Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
5346 | 2023-12-30T06:38:11.462Z | Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
5347 | 2023-12-30T06:38:11.462Z | Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
5348 | 2023-12-30T06:38:11.466Z | Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
5349 | 2023-12-30T06:38:11.466Z | Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
5350 | 2023-12-30T06:38:11.466Z | Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
5351 | 2023-12-30T06:38:11.466Z | Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
5352 | 2023-12-30T06:38:11.466Z | Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
5353 | 2023-12-30T06:38:11.466Z | Fresh ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
5354 | 2023-12-30T06:38:11.466Z | Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
5355 | 2023-12-30T06:38:11.466Z | Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
5356 | 2023-12-30T06:38:11.466Z | Fresh ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
5357 | 2023-12-30T06:38:11.466Z | Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
5358 | 2023-12-30T06:38:11.466Z | Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
5359 | 2023-12-30T06:38:11.466Z | Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
5360 | 2023-12-30T06:38:11.466Z | Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
5361 | 2023-12-30T06:38:11.466Z | Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
5362 | 2023-12-30T06:38:11.467Z | Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
5363 | 2023-12-30T06:38:11.467Z | Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
5364 | 2023-12-30T06:38:11.467Z | Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
5365 | 2023-12-30T06:38:11.467Z | Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
5366 | 2023-12-30T06:38:11.467Z | Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
5367 | 2023-12-30T06:38:11.467Z | Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
5368 | 2023-12-30T06:38:11.467Z | Finished test [unoptimized + debuginfo] target(s) in 1.20s |
5369 | 2023-12-30T06:38:11.467Z | Doc-tests authz-macros |
5370 | 2023-12-30T06:38:11.467Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-865b0d723f3cb534.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bf48b1b70bb54f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5371 | 2023-12-30T06:38:11.621Z | |
5372 | 2023-12-30T06:38:11.621Z | running 6 tests |
5373 | 2023-12-30T06:38:11.627Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 102) ... ignored |
5374 | 2023-12-30T06:38:11.627Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 25) ... ignored |
5375 | 2023-12-30T06:38:11.627Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 44) ... ignored |
5376 | 2023-12-30T06:38:11.627Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 57) ... ignored |
5377 | 2023-12-30T06:38:11.627Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 74) ... ignored |
5378 | 2023-12-30T06:38:11.627Z | test nexus/authz-macros/src/lib.rs - authz_resource (line 89) ... ignored |
5379 | 2023-12-30T06:38:11.630Z | |
5380 | 2023-12-30T06:38:11.630Z | test result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.01s |
5381 | 2023-12-30T06:38:11.630Z | |
5382 | 2023-12-30T06:38:11.640Z | Doc-tests bootstore |
5383 | 2023-12-30T06:38:11.643Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-88a2cbee3c91d065.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-850e3e41ec306389.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5384 | 2023-12-30T06:38:13.133Z | |
5385 | 2023-12-30T06:38:13.133Z | running 0 tests |
5386 | 2023-12-30T06:38:13.133Z | |
5387 | 2023-12-30T06:38:13.133Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5388 | 2023-12-30T06:38:13.133Z | |
5389 | 2023-12-30T06:38:13.167Z | Doc-tests bootstrap-agent-client |
5390 | 2023-12-30T06:38:13.170Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5391 | 2023-12-30T06:38:14.213Z | |
5392 | 2023-12-30T06:38:14.213Z | running 0 tests |
5393 | 2023-12-30T06:38:14.213Z | |
5394 | 2023-12-30T06:38:14.213Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5395 | 2023-12-30T06:38:14.214Z | |
5396 | 2023-12-30T06:38:14.247Z | Doc-tests db-macros |
5397 | 2023-12-30T06:38:14.250Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-22616ea412428ac4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-bf48b1b70bb54f9a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-2cacba45548a3db7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5398 | 2023-12-30T06:38:14.682Z | |
5399 | 2023-12-30T06:38:14.682Z | running 3 tests |
5400 | 2023-12-30T06:38:14.688Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 28) ... ignored |
5401 | 2023-12-30T06:38:14.688Z | test nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored |
5402 | 2023-12-30T06:38:14.688Z | test nexus/db-macros/src/lib.rs - subquery_target (line 127) ... ignored |
5403 | 2023-12-30T06:38:14.688Z | |
5404 | 2023-12-30T06:38:14.688Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5405 | 2023-12-30T06:38:14.688Z | |
5406 | 2023-12-30T06:38:14.702Z | Doc-tests ddm-admin-client |
5407 | 2023-12-30T06:38:14.705Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib -C embed-bitcode=no -D warnings --error-format human` |
5408 | 2023-12-30T06:38:15.159Z | |
5409 | 2023-12-30T06:38:15.159Z | running 0 tests |
5410 | 2023-12-30T06:38:15.159Z | |
5411 | 2023-12-30T06:38:15.159Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5412 | 2023-12-30T06:38:15.160Z | |
5413 | 2023-12-30T06:38:15.183Z | Doc-tests dns-server |
5414 | 2023-12-30T06:38:15.186Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-d51455f5c7618491.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempdir=/work/oxidecomputer/omicron/target/debug/deps/libtempdir-f0422b60487fbb5d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern trust_dns_client=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_client-3e0a8bef0558b8c7.rlib --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-777f845dcb8b5f3c.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern trust_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_server-de17b9e43dd330b7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5415 | 2023-12-30T06:38:15.824Z | |
5416 | 2023-12-30T06:38:15.824Z | running 0 tests |
5417 | 2023-12-30T06:38:15.824Z | |
5418 | 2023-12-30T06:38:15.824Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5419 | 2023-12-30T06:38:15.824Z | |
5420 | 2023-12-30T06:38:15.849Z | Doc-tests dns-service-client |
5421 | 2023-12-30T06:38:15.852Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib -C embed-bitcode=no -D warnings --error-format human` |
5422 | 2023-12-30T06:38:16.181Z | |
5423 | 2023-12-30T06:38:16.181Z | running 0 tests |
5424 | 2023-12-30T06:38:16.181Z | |
5425 | 2023-12-30T06:38:16.181Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5426 | 2023-12-30T06:38:16.181Z | |
5427 | 2023-12-30T06:38:16.200Z | Doc-tests dpd-client |
5428 | 2023-12-30T06:38:16.206Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5429 | 2023-12-30T06:38:17.877Z | |
5430 | 2023-12-30T06:38:17.877Z | running 0 tests |
5431 | 2023-12-30T06:38:17.877Z | |
5432 | 2023-12-30T06:38:17.877Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5433 | 2023-12-30T06:38:17.877Z | |
5434 | 2023-12-30T06:38:17.919Z | Doc-tests gateway-client |
5435 | 2023-12-30T06:38:17.922Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5436 | 2023-12-30T06:38:19.374Z | |
5437 | 2023-12-30T06:38:19.374Z | running 0 tests |
5438 | 2023-12-30T06:38:19.374Z | |
5439 | 2023-12-30T06:38:19.374Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5440 | 2023-12-30T06:38:19.374Z | |
5441 | 2023-12-30T06:38:19.408Z | Doc-tests gateway-test-utils |
5442 | 2023-12-30T06:38:19.411Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5443 | 2023-12-30T06:38:20.185Z | |
5444 | 2023-12-30T06:38:20.185Z | running 0 tests |
5445 | 2023-12-30T06:38:20.185Z | |
5446 | 2023-12-30T06:38:20.185Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5447 | 2023-12-30T06:38:20.185Z | |
5448 | 2023-12-30T06:38:20.230Z | Doc-tests illumos-utils |
5449 | 2023-12-30T06:38:20.233Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-5e2f052f280517df.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-4ff908e223b9ba35.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-daa426c5818839ee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-bc4b7986e4ebef32.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-1c015594d217b93b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --cfg 'feature="tmp_keypath"' -D warnings --error-format human` |
5450 | 2023-12-30T06:38:23.017Z | |
5451 | 2023-12-30T06:38:23.017Z | running 0 tests |
5452 | 2023-12-30T06:38:23.017Z | |
5453 | 2023-12-30T06:38:23.017Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5454 | 2023-12-30T06:38:23.017Z | |
5455 | 2023-12-30T06:38:23.080Z | Doc-tests installinator |
5456 | 2023-12-30T06:38:23.084Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-085e4acea661f57d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-0e118e19d5c6672a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5457 | 2023-12-30T06:38:24.174Z | |
5458 | 2023-12-30T06:38:24.174Z | running 0 tests |
5459 | 2023-12-30T06:38:24.174Z | |
5460 | 2023-12-30T06:38:24.174Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5461 | 2023-12-30T06:38:24.174Z | |
5462 | 2023-12-30T06:38:24.207Z | Doc-tests installinator-artifact-client |
5463 | 2023-12-30T06:38:24.210Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifact_client --test clients/installinator-artifact-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-artifact-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5464 | 2023-12-30T06:38:25.470Z | |
5465 | 2023-12-30T06:38:25.470Z | running 0 tests |
5466 | 2023-12-30T06:38:25.470Z | |
5467 | 2023-12-30T06:38:25.470Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5468 | 2023-12-30T06:38:25.470Z | |
5469 | 2023-12-30T06:38:25.508Z | Doc-tests installinator-artifactd |
5470 | 2023-12-30T06:38:25.511Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_artifactd --test installinator-artifactd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-artifactd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5471 | 2023-12-30T06:38:25.915Z | |
5472 | 2023-12-30T06:38:25.915Z | running 0 tests |
5473 | 2023-12-30T06:38:25.915Z | |
5474 | 2023-12-30T06:38:25.915Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5475 | 2023-12-30T06:38:25.915Z | |
5476 | 2023-12-30T06:38:25.941Z | Doc-tests installinator-common |
5477 | 2023-12-30T06:38:25.945Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib -C embed-bitcode=no -D warnings --error-format human` |
5478 | 2023-12-30T06:38:26.546Z | |
5479 | 2023-12-30T06:38:26.547Z | running 0 tests |
5480 | 2023-12-30T06:38:26.547Z | |
5481 | 2023-12-30T06:38:26.547Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5482 | 2023-12-30T06:38:26.547Z | |
5483 | 2023-12-30T06:38:26.575Z | Doc-tests internal-dns |
5484 | 2023-12-30T06:38:26.578Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-534cbf6d318e0767.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5485 | 2023-12-30T06:38:26.961Z | |
5486 | 2023-12-30T06:38:26.961Z | running 0 tests |
5487 | 2023-12-30T06:38:26.961Z | |
5488 | 2023-12-30T06:38:26.961Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5489 | 2023-12-30T06:38:26.962Z | |
5490 | 2023-12-30T06:38:26.986Z | Doc-tests ipcc-key-value |
5491 | 2023-12-30T06:38:26.993Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name ipcc_key_value --test ipcc-key-value/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc-key-value -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5492 | 2023-12-30T06:38:27.329Z | |
5493 | 2023-12-30T06:38:27.329Z | running 0 tests |
5494 | 2023-12-30T06:38:27.329Z | |
5495 | 2023-12-30T06:38:27.329Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5496 | 2023-12-30T06:38:27.330Z | |
5497 | 2023-12-30T06:38:27.352Z | Doc-tests key-manager |
5498 | 2023-12-30T06:38:27.355Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-d58b7711aa13f4fb.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-0a46460f96c16d8c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -C embed-bitcode=no -D warnings --error-format human` |
5499 | 2023-12-30T06:38:27.677Z | |
5500 | 2023-12-30T06:38:27.677Z | running 0 tests |
5501 | 2023-12-30T06:38:27.677Z | |
5502 | 2023-12-30T06:38:27.677Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5503 | 2023-12-30T06:38:27.677Z | |
5504 | 2023-12-30T06:38:27.699Z | Doc-tests mg-admin-client |
5505 | 2023-12-30T06:38:27.702Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name mg_admin_client --test clients/mg-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/mg-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib -C embed-bitcode=no -D warnings --error-format human` |
5506 | 2023-12-30T06:38:28.235Z | |
5507 | 2023-12-30T06:38:28.236Z | running 0 tests |
5508 | 2023-12-30T06:38:28.236Z | |
5509 | 2023-12-30T06:38:28.236Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5510 | 2023-12-30T06:38:28.236Z | |
5511 | 2023-12-30T06:38:28.262Z | Doc-tests nexus-client |
5512 | 2023-12-30T06:38:28.266Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5513 | 2023-12-30T06:38:31.287Z | |
5514 | 2023-12-30T06:38:31.287Z | running 0 tests |
5515 | 2023-12-30T06:38:31.287Z | |
5516 | 2023-12-30T06:38:31.287Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5517 | 2023-12-30T06:38:31.287Z | |
5518 | 2023-12-30T06:38:31.345Z | Doc-tests nexus-db-model |
5519 | 2023-12-30T06:38:31.348Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5520 | 2023-12-30T06:38:45.707Z | |
5521 | 2023-12-30T06:38:45.707Z | running 2 tests |
5522 | 2023-12-30T06:38:48.294Z | test nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok |
5523 | 2023-12-30T06:38:48.297Z | test nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok |
5524 | 2023-12-30T06:38:48.297Z | |
5525 | 2023-12-30T06:38:48.297Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.59s |
5526 | 2023-12-30T06:38:48.297Z | |
5527 | 2023-12-30T06:38:48.517Z | Doc-tests nexus-db-queries |
5528 | 2023-12-30T06:38:48.521Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-865b0d723f3cb534.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-63f6ada264cf89fa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-d6bffa1fea320d97.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-09d0a0be5d90cc4a.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-409bf7d5408173ee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a702442b7c13e95a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-8a4116b687b73875.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5529 | 2023-12-30T06:38:52.094Z | |
5530 | 2023-12-30T06:38:52.094Z | running 2 tests |
5531 | 2023-12-30T06:38:52.098Z | test nexus/db-queries/src/db/alias.rs - db::alias::ExpressionAlias (line 20) ... ignored |
5532 | 2023-12-30T06:39:09.842Z | test nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok |
5533 | 2023-12-30T06:39:09.842Z | |
5534 | 2023-12-30T06:39:09.842Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 17.75s |
5535 | 2023-12-30T06:39:09.842Z | |
5536 | 2023-12-30T06:39:09.922Z | Doc-tests nexus-defaults |
5537 | 2023-12-30T06:39:09.922Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib -C embed-bitcode=no -D warnings --error-format human` |
5538 | 2023-12-30T06:39:10.209Z | |
5539 | 2023-12-30T06:39:10.209Z | running 0 tests |
5540 | 2023-12-30T06:39:10.209Z | |
5541 | 2023-12-30T06:39:10.209Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5542 | 2023-12-30T06:39:10.209Z | |
5543 | 2023-12-30T06:39:10.231Z | Doc-tests nexus-inventory |
5544 | 2023-12-30T06:39:10.234Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5545 | 2023-12-30T06:39:10.607Z | |
5546 | 2023-12-30T06:39:10.607Z | running 0 tests |
5547 | 2023-12-30T06:39:10.607Z | |
5548 | 2023-12-30T06:39:10.607Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5549 | 2023-12-30T06:39:10.607Z | |
5550 | 2023-12-30T06:39:10.631Z | Doc-tests nexus-types |
5551 | 2023-12-30T06:39:10.639Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5552 | 2023-12-30T06:39:13.957Z | |
5553 | 2023-12-30T06:39:13.957Z | running 0 tests |
5554 | 2023-12-30T06:39:13.957Z | |
5555 | 2023-12-30T06:39:13.957Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5556 | 2023-12-30T06:39:13.957Z | |
5557 | 2023-12-30T06:39:14.028Z | Doc-tests omicron-certificates |
5558 | 2023-12-30T06:39:14.028Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1e6848bdbd9674f1.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-c6c20295bde35daf.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib -C embed-bitcode=no -D warnings --error-format human` |
5559 | 2023-12-30T06:39:14.410Z | |
5560 | 2023-12-30T06:39:14.410Z | running 0 tests |
5561 | 2023-12-30T06:39:14.410Z | |
5562 | 2023-12-30T06:39:14.410Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5563 | 2023-12-30T06:39:14.410Z | |
5564 | 2023-12-30T06:39:14.433Z | Doc-tests omicron-common |
5565 | 2023-12-30T06:39:14.436Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-5e5c03b33dd1fcd9.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4c3ee75e68b70f06.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-95afcb174958536d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' -D warnings --error-format human` |
5566 | 2023-12-30T06:39:16.909Z | |
5567 | 2023-12-30T06:39:16.909Z | running 2 tests |
5568 | 2023-12-30T06:39:16.912Z | test common/src/lib.rs - FileKv (line 59) ... ignored |
5569 | 2023-12-30T06:39:25.488Z | test common/src/api/external/error.rs - api::external::error::InternalContext (line 582) ... ok |
5570 | 2023-12-30T06:39:25.488Z | |
5571 | 2023-12-30T06:39:25.488Z | test result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 8.58s |
5572 | 2023-12-30T06:39:25.488Z | |
5573 | 2023-12-30T06:39:25.550Z | Doc-tests omicron-gateway |
5574 | 2023-12-30T06:39:25.553Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-d0f6b9de65c69e43.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern ipcc_key_value=/work/oxidecomputer/omicron/target/debug/deps/libipcc_key_value-edee5b66ea7b1820.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-43e6fcaa4f231457.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-d15ec80a0a03aed9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-fcf6a6a72d8437bf.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c63a8084780a4130.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5575 | 2023-12-30T06:39:27.208Z | |
5576 | 2023-12-30T06:39:27.208Z | running 0 tests |
5577 | 2023-12-30T06:39:27.208Z | |
5578 | 2023-12-30T06:39:27.208Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5579 | 2023-12-30T06:39:27.208Z | |
5580 | 2023-12-30T06:39:27.253Z | Doc-tests omicron-nexus |
5581 | 2023-12-30T06:39:27.258Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-0c2e134799b90b26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d30f617fd0ae62e6.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-19d4a994ab595f5a.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-52e6bd22161c97f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-ab24ee15051c498d.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6734e8ec3b55d985.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-cd66ff657cb29e11.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-134f020ff15f4910.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-19d4e3adc6e1b4a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-050c73497a1f2e26.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-16d9f06b8d904b15.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-b9ef3722cdaa6771.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-5d9c6f70f1955bf6.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-41419fcb0d985aee.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b22e93c0eb8e8193.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-879475f926551819.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-a2491b5699d542e7.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c8e420f8d74d553a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-60fab0b6ed22a15f.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-8243418c18ba90fb.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-64beaabacfe3accc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-17270d3faad94aa6.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-a40671b917b713f3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-c1000173e9dffb06.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-42821009c645f3d6.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-49148275be998f0f.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-b835c3722defd562.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -D warnings --error-format human` |
5582 | 2023-12-30T06:39:31.363Z | |
5583 | 2023-12-30T06:39:31.363Z | running 5 tests |
5584 | 2023-12-30T06:39:31.366Z | test nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 229) ... ignored |
5585 | 2023-12-30T06:39:35.201Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 668) ... ok |
5586 | 2023-12-30T06:39:35.209Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 646) ... ok |
5587 | 2023-12-30T06:39:35.212Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 740) ... ok |
5588 | 2023-12-30T06:39:35.212Z | test nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 710) ... ok |
5589 | 2023-12-30T06:39:35.212Z | |
5590 | 2023-12-30T06:39:35.212Z | test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.85s |
5591 | 2023-12-30T06:39:35.213Z | |
5592 | 2023-12-30T06:39:35.290Z | Doc-tests omicron-package |
5593 | 2023-12-30T06:39:35.293Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-596439dda6bf080c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-896f8057515a983c.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-cec177c6f58aa418.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-2d8a79eafcf012fe.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-ad6f0ce566ab5d25.rlib -C embed-bitcode=no -D warnings --error-format human` |
5594 | 2023-12-30T06:39:35.572Z | |
5595 | 2023-12-30T06:39:35.572Z | running 0 tests |
5596 | 2023-12-30T06:39:35.572Z | |
5597 | 2023-12-30T06:39:35.575Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5598 | 2023-12-30T06:39:35.575Z | |
5599 | 2023-12-30T06:39:35.588Z | Doc-tests omicron-passwords |
5600 | 2023-12-30T06:39:35.591Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-2b7d06acdf8c01fb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-636adce12a06a677.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-1c9e49f2abbae76e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib -C embed-bitcode=no -D warnings --error-format human` |
5601 | 2023-12-30T06:39:35.738Z | |
5602 | 2023-12-30T06:39:35.739Z | running 0 tests |
5603 | 2023-12-30T06:39:35.739Z | |
5604 | 2023-12-30T06:39:35.739Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5605 | 2023-12-30T06:39:35.739Z | |
5606 | 2023-12-30T06:39:35.752Z | Doc-tests omicron-rpaths |
5607 | 2023-12-30T06:39:35.755Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-e2f9060b0b2260de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib -C embed-bitcode=no -D warnings --error-format human` |
5608 | 2023-12-30T06:39:35.836Z | |
5609 | 2023-12-30T06:39:35.836Z | running 0 tests |
5610 | 2023-12-30T06:39:35.836Z | |
5611 | 2023-12-30T06:39:35.836Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5612 | 2023-12-30T06:39:35.836Z | |
5613 | 2023-12-30T06:39:35.845Z | Doc-tests omicron-sled-agent |
5614 | 2023-12-30T06:39:35.851Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-237e8556096248b4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-926f7ae0811ffb7b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-c53d9dc65bc2ae49.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a6524eaf2e721d50.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e956f1f9d11aeeaf.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-c53343fd4c3e2487.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-88dfa5efb3093427.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-13377038b2134288.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-cb412bfb6d8125ae.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f804b42d31137d32.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-49915d2a1e363f07.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-2724dda95ca82aeb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-85d6a2dc851ee370.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-8694a2231427ed8e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-53f99bbafb6fab48.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e5c0cd91c143e93f.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-fb6e1a2ec6f79285.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-37fff62241e99816.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-7f6aa3156e50ca93.rlib -C embed-bitcode=no -D warnings --error-format human` |
5615 | 2023-12-30T06:39:40.028Z | |
5616 | 2023-12-30T06:39:40.028Z | running 0 tests |
5617 | 2023-12-30T06:39:40.028Z | |
5618 | 2023-12-30T06:39:40.028Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5619 | 2023-12-30T06:39:40.028Z | |
5620 | 2023-12-30T06:39:40.110Z | Doc-tests omicron-test-utils |
5621 | 2023-12-30T06:39:40.113Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-9f7de89cc6857338.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bcfd1808f1799595.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f067259dfb2972c4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-16b20d8a12bc98eb.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d8bd82ee49c27158.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-e6e9ac35ff5d0474.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a5b66e74bdcf8323.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' -D warnings --error-format human` |
5622 | 2023-12-30T06:39:40.537Z | |
5623 | 2023-12-30T06:39:40.537Z | running 0 tests |
5624 | 2023-12-30T06:39:40.537Z | |
5625 | 2023-12-30T06:39:40.537Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5626 | 2023-12-30T06:39:40.537Z | |
5627 | 2023-12-30T06:39:40.563Z | Doc-tests oxide-client |
5628 | 2023-12-30T06:39:40.567Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-21c467d9ed5886f3.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5629 | 2023-12-30T06:39:46.934Z | |
5630 | 2023-12-30T06:39:46.935Z | running 160 tests |
5631 | 2023-12-30T06:39:46.943Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored |
5632 | 2023-12-30T06:39:46.946Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored |
5633 | 2023-12-30T06:39:46.946Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored |
5634 | 2023-12-30T06:39:46.949Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored |
5635 | 2023-12-30T06:39:46.949Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored |
5636 | 2023-12-30T06:39:46.952Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored |
5637 | 2023-12-30T06:39:46.952Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored |
5638 | 2023-12-30T06:39:46.955Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored |
5639 | 2023-12-30T06:39:46.955Z | test clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored |
5640 | 2023-12-30T06:39:46.955Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored |
5641 | 2023-12-30T06:39:46.958Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored |
5642 | 2023-12-30T06:39:46.959Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored |
5643 | 2023-12-30T06:39:46.959Z | test clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored |
5644 | 2023-12-30T06:39:46.961Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored |
5645 | 2023-12-30T06:39:46.961Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored |
5646 | 2023-12-30T06:39:46.966Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored |
5647 | 2023-12-30T06:39:46.966Z | test clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored |
5648 | 2023-12-30T06:39:46.969Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored |
5649 | 2023-12-30T06:39:46.969Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored |
5650 | 2023-12-30T06:39:46.969Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored |
5651 | 2023-12-30T06:39:46.969Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored |
5652 | 2023-12-30T06:39:46.972Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored |
5653 | 2023-12-30T06:39:46.972Z | test clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored |
5654 | 2023-12-30T06:39:46.974Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored |
5655 | 2023-12-30T06:39:46.974Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored |
5656 | 2023-12-30T06:39:46.974Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored |
5657 | 2023-12-30T06:39:46.977Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored |
5658 | 2023-12-30T06:39:46.977Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored |
5659 | 2023-12-30T06:39:46.981Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored |
5660 | 2023-12-30T06:39:46.981Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored |
5661 | 2023-12-30T06:39:46.984Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_migrate (line 26) ... ignored |
5662 | 2023-12-30T06:39:46.984Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored |
5663 | 2023-12-30T06:39:46.984Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored |
5664 | 2023-12-30T06:39:46.987Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored |
5665 | 2023-12-30T06:39:46.987Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored |
5666 | 2023-12-30T06:39:46.987Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored |
5667 | 2023-12-30T06:39:46.990Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored |
5668 | 2023-12-30T06:39:46.990Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored |
5669 | 2023-12-30T06:39:46.993Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored |
5670 | 2023-12-30T06:39:46.994Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored |
5671 | 2023-12-30T06:39:46.997Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored |
5672 | 2023-12-30T06:39:46.997Z | test clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored |
5673 | 2023-12-30T06:39:46.997Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored |
5674 | 2023-12-30T06:39:46.997Z | test clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored |
5675 | 2023-12-30T06:39:47.000Z | test clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 30) ... ignored |
5676 | 2023-12-30T06:39:47.000Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored |
5677 | 2023-12-30T06:39:47.003Z | test clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored |
5678 | 2023-12-30T06:39:47.003Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored |
5679 | 2023-12-30T06:39:47.003Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored |
5680 | 2023-12-30T06:39:47.006Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 27) ... ignored |
5681 | 2023-12-30T06:39:47.006Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 25) ... ignored |
5682 | 2023-12-30T06:39:47.006Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored |
5683 | 2023-12-30T06:39:47.009Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored |
5684 | 2023-12-30T06:39:47.009Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored |
5685 | 2023-12-30T06:39:47.012Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored |
5686 | 2023-12-30T06:39:47.012Z | test clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored |
5687 | 2023-12-30T06:39:47.015Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored |
5688 | 2023-12-30T06:39:47.015Z | test clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored |
5689 | 2023-12-30T06:39:47.015Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored |
5690 | 2023-12-30T06:39:47.018Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored |
5691 | 2023-12-30T06:39:47.018Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored |
5692 | 2023-12-30T06:39:47.025Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored |
5693 | 2023-12-30T06:39:47.025Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored |
5694 | 2023-12-30T06:39:47.029Z | test clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored |
5695 | 2023-12-30T06:39:47.029Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored |
5696 | 2023-12-30T06:39:47.029Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored |
5697 | 2023-12-30T06:39:47.029Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored |
5698 | 2023-12-30T06:39:47.029Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored |
5699 | 2023-12-30T06:39:47.032Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored |
5700 | 2023-12-30T06:39:47.032Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored |
5701 | 2023-12-30T06:39:47.032Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored |
5702 | 2023-12-30T06:39:47.032Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored |
5703 | 2023-12-30T06:39:47.035Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored |
5704 | 2023-12-30T06:39:47.038Z | test clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored |
5705 | 2023-12-30T06:39:47.038Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored |
5706 | 2023-12-30T06:39:47.041Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored |
5707 | 2023-12-30T06:39:47.041Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored |
5708 | 2023-12-30T06:39:47.041Z | test clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored |
5709 | 2023-12-30T06:39:47.044Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored |
5710 | 2023-12-30T06:39:47.047Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored |
5711 | 2023-12-30T06:39:47.047Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored |
5712 | 2023-12-30T06:39:47.051Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored |
5713 | 2023-12-30T06:39:47.051Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored |
5714 | 2023-12-30T06:39:47.055Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored |
5715 | 2023-12-30T06:39:47.055Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored |
5716 | 2023-12-30T06:39:47.055Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored |
5717 | 2023-12-30T06:39:47.055Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored |
5718 | 2023-12-30T06:39:47.058Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored |
5719 | 2023-12-30T06:39:47.058Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored |
5720 | 2023-12-30T06:39:47.058Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_state (line 25) ... ignored |
5721 | 2023-12-30T06:39:47.064Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored |
5722 | 2023-12-30T06:39:47.064Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored |
5723 | 2023-12-30T06:39:47.067Z | test clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored |
5724 | 2023-12-30T06:39:47.067Z | test clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 30) ... ignored |
5725 | 2023-12-30T06:39:47.067Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored |
5726 | 2023-12-30T06:39:47.067Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored |
5727 | 2023-12-30T06:39:47.067Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored |
5728 | 2023-12-30T06:39:47.071Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 25) ... ignored |
5729 | 2023-12-30T06:39:47.071Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored |
5730 | 2023-12-30T06:39:47.074Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored |
5731 | 2023-12-30T06:39:47.074Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 22) ... ignored |
5732 | 2023-12-30T06:39:47.074Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored |
5733 | 2023-12-30T06:39:47.077Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored |
5734 | 2023-12-30T06:39:47.077Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored |
5735 | 2023-12-30T06:39:47.080Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored |
5736 | 2023-12-30T06:39:47.080Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored |
5737 | 2023-12-30T06:39:47.080Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored |
5738 | 2023-12-30T06:39:47.084Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored |
5739 | 2023-12-30T06:39:47.084Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored |
5740 | 2023-12-30T06:39:47.086Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored |
5741 | 2023-12-30T06:39:47.086Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_create (line 22) ... ignored |
5742 | 2023-12-30T06:39:47.086Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored |
5743 | 2023-12-30T06:39:47.089Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored |
5744 | 2023-12-30T06:39:47.098Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored |
5745 | 2023-12-30T06:39:47.098Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored |
5746 | 2023-12-30T06:39:47.101Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored |
5747 | 2023-12-30T06:39:47.101Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored |
5748 | 2023-12-30T06:39:47.101Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored |
5749 | 2023-12-30T06:39:47.101Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored |
5750 | 2023-12-30T06:39:47.101Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored |
5751 | 2023-12-30T06:39:47.101Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored |
5752 | 2023-12-30T06:39:47.104Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored |
5753 | 2023-12-30T06:39:47.104Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored |
5754 | 2023-12-30T06:39:47.104Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored |
5755 | 2023-12-30T06:39:47.107Z | test clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored |
5756 | 2023-12-30T06:39:47.107Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored |
5757 | 2023-12-30T06:39:47.111Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored |
5758 | 2023-12-30T06:39:47.111Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored |
5759 | 2023-12-30T06:39:47.111Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored |
5760 | 2023-12-30T06:39:47.114Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored |
5761 | 2023-12-30T06:39:47.114Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored |
5762 | 2023-12-30T06:39:47.114Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored |
5763 | 2023-12-30T06:39:47.117Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored |
5764 | 2023-12-30T06:39:47.117Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored |
5765 | 2023-12-30T06:39:47.119Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored |
5766 | 2023-12-30T06:39:47.120Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored |
5767 | 2023-12-30T06:39:47.123Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored |
5768 | 2023-12-30T06:39:47.123Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored |
5769 | 2023-12-30T06:39:47.126Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored |
5770 | 2023-12-30T06:39:47.126Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored |
5771 | 2023-12-30T06:39:47.126Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored |
5772 | 2023-12-30T06:39:47.129Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored |
5773 | 2023-12-30T06:39:47.129Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored |
5774 | 2023-12-30T06:39:47.131Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored |
5775 | 2023-12-30T06:39:47.132Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored |
5776 | 2023-12-30T06:39:47.135Z | test clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored |
5777 | 2023-12-30T06:39:47.136Z | test clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored |
5778 | 2023-12-30T06:39:47.139Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored |
5779 | 2023-12-30T06:39:47.139Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored |
5780 | 2023-12-30T06:39:47.139Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 26) ... ignored |
5781 | 2023-12-30T06:39:47.142Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored |
5782 | 2023-12-30T06:39:47.142Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored |
5783 | 2023-12-30T06:39:47.142Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored |
5784 | 2023-12-30T06:39:47.142Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored |
5785 | 2023-12-30T06:39:47.142Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored |
5786 | 2023-12-30T06:39:47.142Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored |
5787 | 2023-12-30T06:39:47.142Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored |
5788 | 2023-12-30T06:39:47.142Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored |
5789 | 2023-12-30T06:39:47.142Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored |
5790 | 2023-12-30T06:39:47.142Z | test clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored |
5791 | 2023-12-30T06:39:47.142Z | |
5792 | 2023-12-30T06:39:47.142Z | test result: ok. 0 passed; 0 failed; 160 ignored; 0 measured; 0 filtered out; finished in 0.21s |
5793 | 2023-12-30T06:39:47.142Z | |
5794 | 2023-12-30T06:39:47.269Z | Doc-tests oximeter |
5795 | 2023-12-30T06:39:47.277Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-4f8b84f57001d30c.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-aa56a7303df8436e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d0ba6f876f29fb07.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-ba03bdd15a34acd7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-83bf851ede3a88d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5796 | 2023-12-30T06:39:48.173Z | |
5797 | 2023-12-30T06:39:48.173Z | running 8 tests |
5798 | 2023-12-30T06:39:49.090Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 72) - compile fail ... ok |
5799 | 2023-12-30T06:39:49.196Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 164) - compile fail ... ok |
5800 | 2023-12-30T06:39:50.354Z | test oximeter/oximeter/src/lib.rs - (line 24) ... ok |
5801 | 2023-12-30T06:39:58.625Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::with_bins (line 357) ... ok |
5802 | 2023-12-30T06:39:59.425Z | test oximeter/oximeter/src/histogram.rs - histogram::Histogram<T>::span_decades (line 597) ... ok |
5803 | 2023-12-30T06:39:59.635Z | test oximeter/oximeter/src/traits.rs - traits::Metric (line 143) ... ok |
5804 | 2023-12-30T06:40:00.229Z | test oximeter/oximeter/src/traits.rs - traits::Target (line 46) ... ok |
5805 | 2023-12-30T06:40:00.952Z | test oximeter/oximeter/src/traits.rs - traits::Producer (line 334) ... ok |
5806 | 2023-12-30T06:40:00.952Z | |
5807 | 2023-12-30T06:40:00.952Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.78s |
5808 | 2023-12-30T06:40:00.952Z | |
5809 | 2023-12-30T06:40:00.993Z | Doc-tests oximeter-client |
5810 | 2023-12-30T06:40:00.997Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5811 | 2023-12-30T06:40:01.422Z | |
5812 | 2023-12-30T06:40:01.422Z | running 0 tests |
5813 | 2023-12-30T06:40:01.422Z | |
5814 | 2023-12-30T06:40:01.422Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5815 | 2023-12-30T06:40:01.422Z | |
5816 | 2023-12-30T06:40:01.448Z | Doc-tests oximeter-collector |
5817 | 2023-12-30T06:40:01.454Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-334017de9c2df147.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-44bfcc240d61aa03.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-1e86fe8ac96a2b05.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5818 | 2023-12-30T06:40:02.055Z | |
5819 | 2023-12-30T06:40:02.055Z | running 0 tests |
5820 | 2023-12-30T06:40:02.055Z | |
5821 | 2023-12-30T06:40:02.055Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5822 | 2023-12-30T06:40:02.055Z | |
5823 | 2023-12-30T06:40:02.086Z | Doc-tests oximeter-db |
5824 | 2023-12-30T06:40:02.090Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d774b777b24b79e3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-a460a3da56e42aa6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-48c4605e25ed2bd0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-0391852763f12a6f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-3363d32c95762b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-1a42679c4f9c9d0c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d0b20faaa45772d0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-058c05d28a678eeb.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-a20c5caa74a9a37a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-a6a3318ebc567ad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5825 | 2023-12-30T06:40:03.453Z | |
5826 | 2023-12-30T06:40:03.453Z | running 0 tests |
5827 | 2023-12-30T06:40:03.453Z | |
5828 | 2023-12-30T06:40:03.453Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5829 | 2023-12-30T06:40:03.453Z | |
5830 | 2023-12-30T06:40:03.494Z | Doc-tests oximeter-instruments |
5831 | 2023-12-30T06:40:03.494Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-5d2e6e36db52d33d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-49ea9b765c7f3b32.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="http"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="kstat-rs"' -D warnings --error-format human` |
5832 | 2023-12-30T06:40:03.976Z | |
5833 | 2023-12-30T06:40:03.976Z | running 0 tests |
5834 | 2023-12-30T06:40:03.976Z | |
5835 | 2023-12-30T06:40:03.976Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5836 | 2023-12-30T06:40:03.977Z | |
5837 | 2023-12-30T06:40:04.002Z | Doc-tests oximeter-macro-impl |
5838 | 2023-12-30T06:40:04.006Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-d0ba6f876f29fb07.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-28f7157428e3683a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-c887517133ac84a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-e54d8ea74976bbed.rlib --extern proc_macro -C embed-bitcode=no -D warnings --error-format human` |
5839 | 2023-12-30T06:40:04.126Z | |
5840 | 2023-12-30T06:40:04.126Z | running 0 tests |
5841 | 2023-12-30T06:40:04.126Z | |
5842 | 2023-12-30T06:40:04.126Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5843 | 2023-12-30T06:40:04.126Z | |
5844 | 2023-12-30T06:40:04.137Z | Doc-tests oximeter-producer |
5845 | 2023-12-30T06:40:04.141Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-8a8cdd7e46b9ff65.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-1a68af0c36bd6426.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-2462b7d900a97a30.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5846 | 2023-12-30T06:40:04.493Z | |
5847 | 2023-12-30T06:40:04.493Z | running 0 tests |
5848 | 2023-12-30T06:40:04.494Z | |
5849 | 2023-12-30T06:40:04.494Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5850 | 2023-12-30T06:40:04.494Z | |
5851 | 2023-12-30T06:40:04.520Z | Doc-tests sled-agent-client |
5852 | 2023-12-30T06:40:04.523Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-25788d956c25e805.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5853 | 2023-12-30T06:40:08.026Z | |
5854 | 2023-12-30T06:40:08.026Z | running 0 tests |
5855 | 2023-12-30T06:40:08.026Z | |
5856 | 2023-12-30T06:40:08.026Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5857 | 2023-12-30T06:40:08.026Z | |
5858 | 2023-12-30T06:40:08.090Z | Doc-tests sled-hardware |
5859 | 2023-12-30T06:40:08.097Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-7f8ab4372cfe69e2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-dc3967e2ac4e7655.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-2319c5d2112e3ce4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-770899286155b9e5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-e9624c6c2a7cdcd8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5860 | 2023-12-30T06:40:08.620Z | |
5861 | 2023-12-30T06:40:08.620Z | running 0 tests |
5862 | 2023-12-30T06:40:08.620Z | |
5863 | 2023-12-30T06:40:08.620Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5864 | 2023-12-30T06:40:08.620Z | |
5865 | 2023-12-30T06:40:08.629Z | Doc-tests sled-storage |
5866 | 2023-12-30T06:40:08.632Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-6efcfb0956144885.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-9fb3ce8e735e9f60.so --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-219023a8387da708.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-f753f9090c646000.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-a175195add1451f1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no --cfg 'feature="testing"' -D warnings --error-format human` |
5867 | 2023-12-30T06:40:09.131Z | |
5868 | 2023-12-30T06:40:09.131Z | running 0 tests |
5869 | 2023-12-30T06:40:09.131Z | |
5870 | 2023-12-30T06:40:09.131Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5871 | 2023-12-30T06:40:09.131Z | |
5872 | 2023-12-30T06:40:09.159Z | Doc-tests sp-sim |
5873 | 2023-12-30T06:40:09.162Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-5378b994a724f39b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-2f9001c2ff6f1750.rlib --extern sprockets_rot=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_rot-88025ebf0a15842f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib -C embed-bitcode=no -D warnings --error-format human` |
5874 | 2023-12-30T06:40:09.902Z | |
5875 | 2023-12-30T06:40:09.902Z | running 0 tests |
5876 | 2023-12-30T06:40:09.902Z | |
5877 | 2023-12-30T06:40:09.902Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5878 | 2023-12-30T06:40:09.902Z | |
5879 | 2023-12-30T06:40:09.934Z | Doc-tests tufaceous |
5880 | 2023-12-30T06:40:09.937Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-33a5928f2ec0ac9f.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-3849db151021b09c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-9b09d7118d86b34c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib -C embed-bitcode=no -D warnings --error-format human` |
5881 | 2023-12-30T06:40:10.357Z | |
5882 | 2023-12-30T06:40:10.357Z | running 0 tests |
5883 | 2023-12-30T06:40:10.357Z | |
5884 | 2023-12-30T06:40:10.357Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5885 | 2023-12-30T06:40:10.357Z | |
5886 | 2023-12-30T06:40:10.382Z | Doc-tests tufaceous-lib |
5887 | 2023-12-30T06:40:10.385Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern bytesize=/work/oxidecomputer/omicron/target/debug/deps/libbytesize-c44dd77a8e6040fb.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-94addb4cbd5e3320.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-90287c4eda616f52.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-35c43be3b6960243.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-76dc1c2985d9a15a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5888 | 2023-12-30T06:40:10.989Z | |
5889 | 2023-12-30T06:40:10.989Z | running 0 tests |
5890 | 2023-12-30T06:40:10.989Z | |
5891 | 2023-12-30T06:40:10.989Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5892 | 2023-12-30T06:40:10.989Z | |
5893 | 2023-12-30T06:40:11.019Z | Doc-tests update-engine |
5894 | 2023-12-30T06:40:11.023Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-9f8b17a37a768f4f.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-88db69bac18fd6c2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-67b2bd88d9f7c33a.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-abfded384cdfb682.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c302401deee1851d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7fd97c4c977e5479.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-e54f14917505fd4b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib -C embed-bitcode=no -D warnings --error-format human` |
5895 | 2023-12-30T06:40:11.846Z | |
5896 | 2023-12-30T06:40:11.846Z | running 3 tests |
5897 | 2023-12-30T06:40:11.849Z | test update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored |
5898 | 2023-12-30T06:40:11.849Z | test update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored |
5899 | 2023-12-30T06:40:11.849Z | test update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored |
5900 | 2023-12-30T06:40:11.849Z | |
5901 | 2023-12-30T06:40:11.850Z | test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5902 | 2023-12-30T06:40:11.850Z | |
5903 | 2023-12-30T06:40:11.875Z | Doc-tests wicket |
5904 | 2023-12-30T06:40:11.879Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-ab3de0844415da3e.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-553bdda45eb6aba6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-e32116058b5ecd69.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-167af10aa8aff9a2.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-78575848a39b5a91.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-a0c0181394299090.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-bf1559d09043e258.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-616f9884b9564ecf.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-3504c52dab44596f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-42243f9dff0c01c7.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-ba61011aec5d94a1.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-12d014ba16e29f00.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a9fe9f90ca417355.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-b5f8453f86a34589.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-501b4a861fe1b8f4.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-218243c8d3571b57.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-1b69ed1ddf670b50.rlib -C embed-bitcode=no -D warnings --error-format human` |
5905 | 2023-12-30T06:40:13.116Z | |
5906 | 2023-12-30T06:40:13.116Z | running 0 tests |
5907 | 2023-12-30T06:40:13.116Z | |
5908 | 2023-12-30T06:40:13.116Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5909 | 2023-12-30T06:40:13.116Z | |
5910 | 2023-12-30T06:40:13.154Z | Doc-tests wicket-common |
5911 | 2023-12-30T06:40:13.157Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib -C embed-bitcode=no -D warnings --error-format human` |
5912 | 2023-12-30T06:40:13.665Z | |
5913 | 2023-12-30T06:40:13.665Z | running 0 tests |
5914 | 2023-12-30T06:40:13.666Z | |
5915 | 2023-12-30T06:40:13.666Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5916 | 2023-12-30T06:40:13.666Z | |
5917 | 2023-12-30T06:40:13.693Z | Doc-tests wicket-dbg |
5918 | 2023-12-30T06:40:13.696Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a399b39d81070ecb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-ef6b51fa9c0fda85.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-7e130c01bb3ed25c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-265466263196d585.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-3f63c5426433dc4a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-0a8cfe55481cfc2e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-adb92bc0d26349b0.rlib -C embed-bitcode=no -D warnings --error-format human` |
5919 | 2023-12-30T06:40:14.154Z | |
5920 | 2023-12-30T06:40:14.154Z | running 0 tests |
5921 | 2023-12-30T06:40:14.154Z | |
5922 | 2023-12-30T06:40:14.154Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5923 | 2023-12-30T06:40:14.154Z | |
5924 | 2023-12-30T06:40:14.179Z | Doc-tests wicketd |
5925 | 2023-12-30T06:40:14.183Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e30e64f4bfa38f26.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-a59a91390b9da3fe.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2142c24215a1cbad.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-7dd09a7c61c3a296.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-b4c02a942dc17c0f.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-26d2b68a816ef0bf.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b8463fb2d6395f2e.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-8b78c5bd010eb773.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-4aaae1e4e37a6bca.rlib --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-86dcecd062f7d81f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c316abf7f0096b7b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-aaa19c355036061d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-721df2f35d422e49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-a51a533078320ec5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-88da6cc752eb5faf.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-903961a7ef9374aa.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-5973d0184683efce.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-6592566a617d6e2a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-f7f269a573d7ce7a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-291b307e90d86504.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-985641a98d92b119.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-72cf4a4a7fd7e39f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-1bfde89a6a06b448.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-03578e447d799aca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-34aeba7a2b5565c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-80b39ac62fe95fcd.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-0aaf2370066420d3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-6ddfdd39cdf688f9.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-393b687e9cb15eed.rlib --extern installinator_artifact_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifact_client-6c38bae3302531af.rlib --extern installinator_artifactd=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_artifactd-6503710418b84072.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c1495c81bbfdad0.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-41c284b060b44704.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-83ebfaaf8e08f401.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-41e34ec161ae31ff.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e77a1690291561a4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-88fc52e358167e6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-eedd684866743192.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-9a262033ec2affc5.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-ee510d5a1df366ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b20c1928535be511.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-876403c8157aaf07.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0dcc2cd8ba2ba7e6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-34b4fe65411a2120.rlib --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-66f725df0b3108ef.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3b2aae481ff4a5ae.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-1e8b77a19c02341a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-1ef6d23b19ac3d6b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-f220d257bdb19ce1.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-84202dd1b4c44eb5.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2a94024946263176.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-03495a6f8a0db9ad.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-1df90c0488e5a829.rlib --extern trust_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_resolver-e4694ac47c3b5489.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-61e0bc8112c34f6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-15dcdbcf4ef050f8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-5770655413c65358.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1aa80273a8df2bf7.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -C embed-bitcode=no -D warnings --error-format human` |
5926 | 2023-12-30T06:40:15.537Z | |
5927 | 2023-12-30T06:40:15.538Z | running 0 tests |
5928 | 2023-12-30T06:40:15.538Z | |
5929 | 2023-12-30T06:40:15.538Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5930 | 2023-12-30T06:40:15.538Z | |
5931 | 2023-12-30T06:40:15.582Z | Doc-tests wicketd-client |
5932 | 2023-12-30T06:40:15.585Z | Running `/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-9a9914cf2dc39a59/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-0f5a8a396f85e72d/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-8ec068e040c712f9/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7fb3c611a288f238/out --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-dee72db7b50e2635.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-d8a72b9b18ea3876.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-cccbd41aa93620ff.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-8179f1f057008fba.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-264a0c2a96840ec1.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-e64193c8b09548d2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-7401df202a7f1532.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-968b50809f0c1d75.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-81aca5cc339569ca.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-fc4ab9d5afef8881.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e4b1c162c07fec80.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-33ff577c0ab5f1b4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-dfa86dca8f1e4c06.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-ee577f98c32ee36a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6b76a901b6b9c429.rlib -C embed-bitcode=no -D warnings --error-format human` |
5933 | 2023-12-30T06:40:18.010Z | |
5934 | 2023-12-30T06:40:18.010Z | running 0 tests |
5935 | 2023-12-30T06:40:18.010Z | |
5936 | 2023-12-30T06:40:18.010Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
5937 | 2023-12-30T06:40:18.010Z | |
5938 | 2023-12-30T06:40:18.101Z | |
5939 | 2023-12-30T06:40:18.105Z | real 2:08.064959129 |
5940 | 2023-12-30T06:40:18.105Z | user 2:14.712430042 |
5941 | 2023-12-30T06:40:18.105Z | sys 41.840195826 |
5942 | 2023-12-30T06:40:18.105Z | trap 0.029311435 |
5943 | 2023-12-30T06:40:18.105Z | tflt 0.831529337 |
5944 | 2023-12-30T06:40:18.105Z | dflt 8.715200565 |
5945 | 2023-12-30T06:40:18.105Z | kflt 0.039178561 |
5946 | 2023-12-30T06:40:18.105Z | lock 2:15.318485361 |
5947 | 2023-12-30T06:40:18.105Z | slp 13:24.516426461 |
5948 | 2023-12-30T06:40:18.105Z | lat 0.927188618 |
5949 | 2023-12-30T06:40:18.105Z | stop 2.628686541 |
5950 | 2023-12-30T06:40:18.108Z | files in /var/tmp/omicron_tmp (none expected on success): |
5951 | 2023-12-30T06:40:18.151Z | 163920 11 drwxr-xr-x 2 build build 2 Dec 30 06:40 /var/tmp/omicron_tmp |
5952 | 2023-12-30T06:40:19.003Z | process exited: duration 4362938 ms, exit code 0 |
|
5953 | 2023-12-30T06:40:19.012Z | found 0 output files |